Skip to content

Commit

Permalink
Add sorting to rm (#1434)
Browse files Browse the repository at this point in the history
* added sorting by name and safety period

* fixed codegen script

* fixed TS and lint errors

* added sorting to IPAM

* fixed graphql query so it matches modified backend schema

* fixed PR comments

* fixed package.json mistake

* fixed package-lock.json mistake

* refactoring types

* fix lock

---------

Co-authored-by: PeterL <[email protected]>
  • Loading branch information
plehocky and Skyedown authored Sep 28, 2023
1 parent e5c9480 commit 3c9969c
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 265 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frinx-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "NODE_ENV=production node --no-warnings=ExperimentalWarning ./bin/build.mjs",
"lint": "eslint --ext .ts,.tsx src",
"type-check": "tsc",
"codegen": "graphql-codegen --config codegen.yml",
"codegen": "NODE_TLS_REJECT_UNAUTHORIZED=0 graphql-codegen --config codegen.yml",
"codegen:clean": "rm -r src/__generated__",
"typegen": "tsc -p ./tsconfig.typegen.json"
},
Expand Down
Loading

0 comments on commit 3c9969c

Please sign in to comment.