-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new conductor api #311
base: main
Are you sure you want to change the base?
new conductor api #311
Commits on Mar 21, 2023
-
FD-495 definition list query (#262)
* workflow query definitions * add missing files * better typing of metadata api * schema changes * return tasks as stringified json * workflow node query added
Configuration menu - View commit details
-
Copy full SHA for ae0ff33 - Browse repository at this point
Copy the full SHA ae0ff33View commit details
Commits on Mar 23, 2023
-
Executed workflow query (#264)
* workflow query definitions * add missing files * better typing of metadata api * schema changes * return tasks as stringified json * workflow node query added * create graphql and io-ts schemas for executed workflow and executed workflow tasks * add filter and pagination query * update calculation of relay specific pagination * add executed workflow detail query * resolve wanted changes to make codebase more readable * remove as type * add tests for conductor helpers (#266) --------- Co-authored-by: Martin Sottnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3895c6b - Browse repository at this point
Copy the full SHA 3895c6bView commit details
Commits on Mar 27, 2023
-
Pause resume wf mutations (#265)
* bump version 1.8.3 (#263) * create pause and resume mutation with bulk ones * add env variable for github action --------- Co-authored-by: Martin Sottnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ff7af0 - Browse repository at this point
Copy the full SHA 9ff7af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3582a - Browse repository at this point
Copy the full SHA ea3582aView commit details -
FD-496 workflow definition mutations (#267)
* workflow defintion mutations added * typo fixes; add missing fields * handling bulk result on update workflow * add CONDUCTOR_API_URL to env variables * addWorkflow renamed to createWorkflow
Configuration menu - View commit details
-
Copy full SHA for 47cba94 - Browse repository at this point
Copy the full SHA 47cba94View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a7d0fe - Browse repository at this point
Copy the full SHA 5a7d0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a29bb7 - Browse repository at this point
Copy the full SHA 9a29bb7View commit details
Commits on Mar 29, 2023
-
Add mutation execute workflow (#268)
* add mutation to start new workflow * move from executed to workflow file and create start new workflow mutation * add mutation to execute workflow * use our custom logger and use correct name convention * remove trycatches and loggers * add jsdocs and handle JSON parsing * use void instead of custom string and fix errored imports * remove logger
Configuration menu - View commit details
-
Copy full SHA for 2a8bb52 - Browse repository at this point
Copy the full SHA 2a8bb52View commit details
Commits on Mar 30, 2023
-
FD-504 workflow filters (#272)
* add workflow filters * move workflow filter to separate function
Configuration menu - View commit details
-
Copy full SHA for 941bc00 - Browse repository at this point
Copy the full SHA 941bc00View commit details -
Add workflow input params (#273)
* add input parameters property to workflow * pr-check fix
Configuration menu - View commit details
-
Copy full SHA for b9eeff4 - Browse repository at this point
Copy the full SHA b9eeff4View commit details -
Retry, restart, terminate and remove workflow mutations (#269)
* add retry, resume, terminate and remove workflow mutations * remove custom string responses and return isOk * remove redundant trycatch and custom string responses in API calls * rename optional args by our naming conventiosn
Configuration menu - View commit details
-
Copy full SHA for 0cd6187 - Browse repository at this point
Copy the full SHA 0cd6187View commit details
Commits on Apr 5, 2023
-
FD-517 task definitions query (#274)
* task definitions query added * add missing file; fix type checking * changed task definition props to createdAt, updatedAt * add additional properties
Configuration menu - View commit details
-
Copy full SHA for 9f718d0 - Browse repository at this point
Copy the full SHA 9f718d0View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c869ae - Browse repository at this point
Copy the full SHA 6c869aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d09d98 - Browse repository at this point
Copy the full SHA 9d09d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for d507c3c - Browse repository at this point
Copy the full SHA d507c3cView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24cba7f - Browse repository at this point
Copy the full SHA 24cba7fView commit details
Commits on Apr 20, 2023
-
bulk executed workflow id fix (#285)
* use executed workflow ids as input in bulk operations * bulk resume fix
Configuration menu - View commit details
-
Copy full SHA for f2601c3 - Browse repository at this point
Copy the full SHA f2601c3View commit details
Commits on May 4, 2023
-
FD-526 new workflow attributes (#287)
* new attributes added to workflow * add output paramters to workflow * add restartable and outputParameters to workflow input * add createdAt, updatedAt to workflow input
Configuration menu - View commit details
-
Copy full SHA for 3553a5a - Browse repository at this point
Copy the full SHA 3553a5aView commit details
Commits on May 10, 2023
-
* add urql to handle schellar graphql requests * add graphql resolvers for schellar in inventory * add generated types from schellar server * fix hasSchedule logic of workflow * remove urql and use graphql-request * refactor property names * add resolvers for schedule schema properties and refactor query resolvers
Configuration menu - View commit details
-
Copy full SHA for 7d71fad - Browse repository at this point
Copy the full SHA 7d71fadView commit details -
FD-527 custom connection from array (#288)
* custom connectionFromArray helper function added * remove unused eslint comment
Configuration menu - View commit details
-
Copy full SHA for abb7b03 - Browse repository at this point
Copy the full SHA abb7b03View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2d5826 - Browse repository at this point
Copy the full SHA e2d5826View commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 905c656 - Browse repository at this point
Copy the full SHA 905c656View commit details
Commits on May 22, 2023
-
Workflow status subscription (#293)
* add subscription for executed workflow * refactor naming and remove uuid * id generated by uuid and workflowId used for mutations
Configuration menu - View commit details
-
Copy full SHA for f2a3974 - Browse repository at this point
Copy the full SHA f2a3974View commit details
Commits on Jun 7, 2023
-
Change executed task query (#307)
* refactor ID for executed workflow * refactor property naming and url handling of empty value * remove warnings * set default value if priority was not defined * handle optional values from input
Configuration menu - View commit details
-
Copy full SHA for 38ef6f2 - Browse repository at this point
Copy the full SHA 38ef6f2View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4435f83 - Browse repository at this point
Copy the full SHA 4435f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8e3b5 - Browse repository at this point
Copy the full SHA 4a8e3b5View commit details
Commits on Jun 16, 2023
-
FD-537 add resource manager (#312)
* add resource manager to inventory server * push missing files * fix GetPool request
Configuration menu - View commit details
-
Copy full SHA for 0c08226 - Browse repository at this point
Copy the full SHA 0c08226View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc4c90 - Browse repository at this point
Copy the full SHA afc4c90View commit details -
Merge branch 'story-new-conductor-api' of github.com:FRINXio/frinx-in…
…ventory-server into story-new-conductor-api
Configuration menu - View commit details
-
Copy full SHA for b32fb85 - Browse repository at this point
Copy the full SHA b32fb85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154a049 - Browse repository at this point
Copy the full SHA 154a049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbc2ee - Browse repository at this point
Copy the full SHA 1fbc2eeView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92850c9 - Browse repository at this point
Copy the full SHA 92850c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42586a2 - Browse repository at this point
Copy the full SHA 42586a2View commit details
Commits on Jul 14, 2023
-
Add delete and create mutation for task definitions (#316)
* added graphql task definitions mutation for deleting and creating * refactor input and output of create task definition mutation * remove redundant funciton and use static one instead for readability purposes * fix guard statement * refactored delete mutation and create mutation * formatting * changed tasks query to relay connection format * fixed realy connection resolver for taskDefinitionsQuery --------- Co-authored-by: PeterL <[email protected]> Co-authored-by: marco.mruz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c909c3 - Browse repository at this point
Copy the full SHA 4c909c3View commit details -
Add event listener graphql support (#318)
* add API typings and CRUD operation * add event handler queries * add event handler mutations for CRUD operations * format and lint files * add typings for converter functions * fix typings of converter functions * refactor update mutation of event handler because of terrible netflix conductor logic * refactor inputs needed to update event handler * add query to get event handlers by event and event handler detail query * fix JSON validation and decoding * add ID to event handlers action * generate graphql schema typings
Configuration menu - View commit details
-
Copy full SHA for 35b85e5 - Browse repository at this point
Copy the full SHA 35b85e5View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2aa828 - Browse repository at this point
Copy the full SHA a2aa828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3c8f9 - Browse repository at this point
Copy the full SHA 5a3c8f9View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a1be8d - Browse repository at this point
Copy the full SHA 6a1be8dView commit details -
* type checks fix * remove unused code * add story branch to pr-check * workflow node type changes * make workflow id as stringified object of name and version properties
Configuration menu - View commit details
-
Copy full SHA for 3b52493 - Browse repository at this point
Copy the full SHA 3b52493View commit details -
* add poll data query * format changed files and add ID to poll data query * generate schema typings * refactor input parms for filtering poll data and add handlers for filters * formatter fixes
Configuration menu - View commit details
-
Copy full SHA for 101cd0b - Browse repository at this point
Copy the full SHA 101cd0bView commit details
Commits on Jul 24, 2023
-
shortest path endpoint implementation (#324)
* shortest path endpoint implementation * formatter fix
Configuration menu - View commit details
-
Copy full SHA for 00df639 - Browse repository at this point
Copy the full SHA 00df639View commit details -
Update poll data sorting (#323)
* fix incorrect blueprintId sent to database - change it to native db id (#314) * add poll data query * format changed files and add ID to poll data query * generate schema typings * refactor input parms for filtering poll data and add handlers for filters * formatter fixes * added sorting to PollDataQuery * formatting * linter fixes * fixed ts error * formatting * sorting refactoring * ordering refactoring --------- Co-authored-by: Pavol Porubský <[email protected]> Co-authored-by: marco.mruz <[email protected]> Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6d72e7 - Browse repository at this point
Copy the full SHA d6d72e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83447e8 - Browse repository at this point
Copy the full SHA 83447e8View commit details
Commits on Jul 26, 2023
-
add name to event handlers filter (#326)
* add name to event handlers filter * format file * move filter logic to helper functions * handle also when string is of 0 length * change logic so that every handler must fulfill statements
Configuration menu - View commit details
-
Copy full SHA for 3f9237a - Browse repository at this point
Copy the full SHA 3f9237aView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6278b2 - Browse repository at this point
Copy the full SHA b6278b2View commit details
Commits on Aug 2, 2023
-
refactored executed workflows query to support sorting (#329)
* refactored executed workflows query to support sorting * lint fixing --------- Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 446b676 - Browse repository at this point
Copy the full SHA 446b676View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 727da25 - Browse repository at this point
Copy the full SHA 727da25View commit details
Commits on Aug 4, 2023
-
updated workflow list to sort by name (#332)
* updated workflow list to sort by name * lint fix * use shared sort direction type --------- Co-authored-by: PeterL <[email protected]> Co-authored-by: Martin Sottnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 878c705 - Browse repository at this point
Copy the full SHA 878c705View commit details -
* add nodeId to netRoutingPath * remove package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 20d4958 - Browse repository at this point
Copy the full SHA 20d4958View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1235672 - Browse repository at this point
Copy the full SHA 1235672View commit details
Commits on Aug 14, 2023
-
added sorting to event handlers (#338)
* added sorting * making workflows sorting optional * formatting * lint fix * removed filtering possibility by actions * formatting fix * typo fix * made ordering optional * convert graphql to api sortKey helper function added * use ternary operator; switch can be introduced later if needed --------- Co-authored-by: PeterL <[email protected]> Co-authored-by: Martin Sottnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4610995 - Browse repository at this point
Copy the full SHA 4610995View commit details
Commits on Aug 22, 2023
-
added sorting to taskDefinitions query (#342)
Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd31ef3 - Browse repository at this point
Copy the full SHA fd31ef3View commit details
Commits on Aug 24, 2023
-
FD-540 shortest path weights (#340)
* topology query graphql * add helper functions * add weights to shortest path and net topology query * prisma upgraded 4.2.1 -> 5.1.1 * fix device.spec.ts test * use device name as nodeId (topology edges fix) * make changes according to latest changes in topolgoy-discovery (master) --------- Co-authored-by: Paulooze <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af37af9 - Browse repository at this point
Copy the full SHA af37af9View commit details -
* updated device sorting * formatting * formatting --------- Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 530f4db - Browse repository at this point
Copy the full SHA 530f4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b5b43 - Browse repository at this point
Copy the full SHA d3b5b43View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff16089 - Browse repository at this point
Copy the full SHA ff16089View commit details -
* topology query graphql * add helper functions * graphql backups query
Configuration menu - View commit details
-
Copy full SHA for 16bef8f - Browse repository at this point
Copy the full SHA 16bef8fView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d5e387 - Browse repository at this point
Copy the full SHA 7d5e387View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b19713d - Browse repository at this point
Copy the full SHA b19713dView commit details
Commits on Sep 5, 2023
-
FD-540 diff and update positions (#350)
* fix incorrect blueprintId sent to database - change it to native db id (#314) * bump version 1.9.3 (#330) * Add labels into Dockerfile (#333) * Add source label for renovatebot * Update Dockerfile * Update docker-publish.yml * made filtering by device name case insensitive (#335) Co-authored-by: PeterL <[email protected]> * diff queries, common nodes query and update positions mutation * revert status validator * remove logs * lint fixes * add type annotations to helpers functions * topology diff fixes * remove logs --------- Co-authored-by: Pavol Porubský <[email protected]> Co-authored-by: Šimon Mišenčík <[email protected]> Co-authored-by: plehocky <[email protected]> Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99388d0 - Browse repository at this point
Copy the full SHA 99388d0View commit details
Commits on Sep 7, 2023
-
add missing workflow definition properties to make updating more cust…
…omizable (#365) * add missing workflow definition properties to make updating more customizable * remove createTime and updateTime
Configuration menu - View commit details
-
Copy full SHA for 60e5080 - Browse repository at this point
Copy the full SHA 60e5080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e1522 - Browse repository at this point
Copy the full SHA 50e1522View commit details
Commits on Sep 11, 2023
-
remove possibility to change values of createdAt or updatedAt values (#…
…366) * remove possibility to change values of createdAt or updatedAt values for workflow definition from third parties * remove dates from inputs of workflow definition
Configuration menu - View commit details
-
Copy full SHA for b05f45d - Browse repository at this point
Copy the full SHA b05f45dView commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc4aa1d - Browse repository at this point
Copy the full SHA dc4aa1dView commit details
Commits on Sep 18, 2023
-
added filtering by name to zones and labels (#368)
* added filtering by name to zones and labels * lint error fix * lint error fix * lint error fix --------- Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4afea05 - Browse repository at this point
Copy the full SHA 4afea05View commit details
Commits on Oct 4, 2023
-
* add support for bulk install of devices * remove logs and handle prisma JSONValue parsing * fix naming of input object type * fix parsing of mount params when one device installed * refactor code and move helper logic to helpers and add bulk uninstall mutation * refactor logic for bulk installation of devices * code improvements to make it easier to read * add nativeIds convertion and also fix parsing of prisma json's * add comments
Configuration menu - View commit details
-
Copy full SHA for e28698a - Browse repository at this point
Copy the full SHA e28698aView commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b29124b - Browse repository at this point
Copy the full SHA b29124bView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fe622c - Browse repository at this point
Copy the full SHA 1fe622cView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de1a97b - Browse repository at this point
Copy the full SHA de1a97bView commit details
Commits on Dec 5, 2023
-
deleted topology discovery rest APIcode (#384)
* deleted topology discovery rest APIcode * removed topology URL from .env.example and config.ts * formatting --------- Co-authored-by: PeterL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71d2467 - Browse repository at this point
Copy the full SHA 71d2467View commit details
Commits on Dec 20, 2023
-
* dont parse json object params * fix lint * seed moun params fix * revert change
Configuration menu - View commit details
-
Copy full SHA for 370a2aa - Browse repository at this point
Copy the full SHA 370a2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 806de45 - Browse repository at this point
Copy the full SHA 806de45View commit details