Commit 2b6d587
Rework
* feat(cli): rework push commands
* feat(shared): mapping endpoints in calm-hub-client
* feat(cli): rework pull commands to focus on mappings
* feat(cli): rewrite of calm hub commands v1
* docs: TEMP TODO
* fix(cli): sort versions returned from calmhub
* fix(cli): update document before pushing to handle version changes
* fix(cli): rework non-control list commands and improve validation
* fix(cli): dead code and tests
* feat(cli): rework to support controls
* fix(shared): domain tests
* fix(cli): lint
* fix(cli): pull in latest package lock from main
* fix(cli): remove old semver file
* fix: clean up TODOs
* fix: cleanup document-id-utils
* refactor(cli): remove redundant method
* docs(cli): rewrite of cli docs for new hub commands
* fix(cli): fix issue with version bumps
* test(cli): improve coverage
* test(cli): coverage
* test(cli): cover auth plugin loading branches in parseDocumentLoaderConfig
CI was getting 84.86% branch coverage (below 85% threshold) because the
auth plugin loading code was only covered locally by accidentally reading
~/.calm.json. Add proper unit tests for both the success and error paths.
* fix(cli): fix output bug
* fix(cli): pr feedback
---------
Co-authored-by: jpgough-ms <152306432+jpgough-ms@users.noreply.github.com>
Co-authored-by: Matthew Bain <66839492+rocketstack-matt@users.noreply.github.com>calm hub commands to work with new $id-driven API structure (finos#2662)1 parent 6c2a646 commit 2b6d587
15 files changed
Lines changed: 2500 additions & 3810 deletions
File tree
- cli/src
- command-helpers
- docs/docs/working-with-calm
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
249 | 260 | | |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
138 | 155 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
250 | 265 | | |
251 | 266 | | |
252 | 267 | | |
| |||
0 commit comments