Commit Graph

6 Commits

Author SHA1 Message Date
Yaroslav Shuhailo
35fc48c667 feat: upgrade js-yaml package (#403)
* feat: upgraded js-yaml package from v.3 to v.4 with YAML 1.2 support

* feat: removed timestamp type from YAML schema
2021-10-12 11:52:08 +03:00
Oles Matskiv
d57c8b12bd chore: rewrite e2e tests 2021-04-30 17:49:52 +03:00
Roman Hotsiy
a9f3bfee51 fix: fix multiple-file transitive refs resolution (#271) 2021-03-31 19:12:18 +03:00
Andriy Leliv
c8c8675f13 fix: incorrect refs (#241)
* chore: resolve incorrect refs with config

* fix: unit tests

* chore: added resolveAllIncorrectRefs parameter; validate incorect refs; resolve all incorrects refs logic

* chore: remove incorrect refs validation; fix unit tests;

* chore: default incorrect refs in config

* fix: fixed usage default incorrect refs

* fix: resolveAllIncorrectRefs in normalizeTypes

* fix: unit test for referenceable

* chore: referenceable for examle type

* fix: fix resolve $ref for scallars

* fix: alway deref scalars

* fix: walk on the same level as $ref

* feat: simplify, resolve all scalars

* fix: walk/bundle fixes

* fix: do not walk node when scalar or is not ref

Co-authored-by: romanhotsiy <gotsijroman@gmail.com>
2021-01-25 11:27:32 +02:00
Andriy Leliv
091ca022fe feat: push command (#234)
* feat: wip push command
* chore: rebase to new structure
* chore: handle cli push arguments
* chore: get signed url; upload file to s3; create hash from files;
* chore: upsert logic
* upsert + version logic updated
* chore: multiple sign & upload files
* chore: improve destination arg validation
* chore: execution time
* fix: added isAuthorized client logic
* chore: extended upload files logic
* chore: default branch logic
* fix: naming and other corrections
* fix: destination arg regexp updated
* chore: check the existence of the organization
* fix: file path to s3 upload
* chore: refactor gathering files to upload
* fix: path resolve for root
* chore: add files output
* chore: fix files output
* chore: simplify findConfig
* fix: bundle definition before pushing
* fix: upload all related files to plugins
* fix: ignore file & naming corrections
* fix: bundling definition
* chore: minor cleanup

Co-authored-by: romanhotsiy <gotsijroman@gmail.com>
2021-01-06 11:34:21 +02:00
Andriy Leliv
9ec79d21ea refactor: split in two packages: core and cli (#223) 2020-11-13 21:13:47 +02:00