Skip to content
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

fix: add precondition check on source creation #762

Merged
merged 78 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
865a148
add allowNo
y-lakhdar Feb 2, 2022
26e3d99
bump to oclif/core
y-lakhdar Feb 3, 2022
c866697
remove oclif/dev-cli
y-lakhdar Feb 3, 2022
6c8680c
lock
y-lakhdar Feb 3, 2022
643bc63
add dev command
y-lakhdar Feb 4, 2022
c3916c6
export run command
y-lakhdar Feb 4, 2022
d8b4f02
lock
y-lakhdar Feb 4, 2022
0e67ec1
create config singleton
y-lakhdar Feb 4, 2022
636dbb3
setup config singleton
y-lakhdar Feb 7, 2022
2944e5d
ut singleton
y-lakhdar Feb 7, 2022
039c67c
run tests against src/ rather than lib/
y-lakhdar Feb 9, 2022
be25497
lock
y-lakhdar Feb 9, 2022
ebbdc89
bump @oclif/core
y-lakhdar Feb 9, 2022
9210353
fix UTs
y-lakhdar Feb 10, 2022
d67aad7
fix command_not_found
y-lakhdar Feb 10, 2022
0daf290
need to add plugin to get `version` command
y-lakhdar Feb 10, 2022
0764c45
Merge branch 'master' of github.com:coveo/cli into CDX-746
y-lakhdar Feb 10, 2022
e44cd75
fix deps
y-lakhdar Feb 10, 2022
648fba5
unskip test
y-lakhdar Feb 10, 2022
e46416a
un-skip tests
y-lakhdar Feb 10, 2022
0c6591a
remove recordable hack
y-lakhdar Feb 11, 2022
b3916fb
apply corrections
y-lakhdar Feb 11, 2022
e56dd38
add source status update
y-lakhdar Feb 11, 2022
e39730a
remove skip
y-lakhdar Feb 11, 2022
b8a7ac0
lint
y-lakhdar Feb 11, 2022
cb8368f
lock
y-lakhdar Feb 11, 2022
377b3a8
Merge branch 'master' of github.com:coveo/cli into CDX-746
y-lakhdar Feb 11, 2022
f20158c
lock
y-lakhdar Feb 11, 2022
15d9ea0
lock
y-lakhdar Feb 14, 2022
72d6618
Merge branch 'master' into CDX-746
y-lakhdar Feb 14, 2022
d4ccbb1
refactor catch method
y-lakhdar Feb 14, 2022
a2c4086
test: do not mock 'os' (#671)
y-lakhdar Feb 16, 2022
3e7a8be
Merge branch 'master' of github.com:coveo/cli into CDX-746
y-lakhdar Feb 16, 2022
8a01bfc
lock
y-lakhdar Feb 16, 2022
c52e7de
Merge branch 'CDX-746' of github.com:coveo/cli into CDX-812
y-lakhdar Feb 16, 2022
8953413
add `--createMissingFields` flag
y-lakhdar Mar 1, 2022
a56f908
add platform privileges
y-lakhdar Mar 1, 2022
4f95d46
add UT
y-lakhdar Mar 2, 2022
e5b89c2
feat: support different env/regions
y-lakhdar Feb 15, 2022
905a4c6
remove unecessary new line
y-lakhdar Mar 2, 2022
49658bf
fix rebase conflicts
y-lakhdar Mar 2, 2022
1fb8d19
apply corrections
y-lakhdar Mar 3, 2022
1789803
remove dead code
y-lakhdar Mar 7, 2022
8921f15
bump push-api-client
y-lakhdar Apr 2, 2022
7e0ce0b
update code from push-api-client bump
y-lakhdar Apr 2, 2022
2de8712
support catalog commands
y-lakhdar Apr 2, 2022
1fc2f77
depracte source list command
y-lakhdar Apr 2, 2022
0e0cc74
unit tests
y-lakhdar Apr 2, 2022
64fe540
unit tests
y-lakhdar Apr 4, 2022
c8996b5
UT
y-lakhdar Apr 4, 2022
fe7173c
update add command
y-lakhdar Apr 5, 2022
3c3943d
rename flag
y-lakhdar Apr 5, 2022
f435331
unit tests
y-lakhdar Apr 5, 2022
b4d9a60
unit tests
y-lakhdar Apr 5, 2022
4b2d61b
revert list deprecation
y-lakhdar Apr 5, 2022
e9b6320
remove unecessary changes
y-lakhdar Apr 5, 2022
47ff365
Merge branch 'master' of github.com:coveo/cli into CDX-798
y-lakhdar Apr 11, 2022
551de7d
lock
y-lakhdar Apr 11, 2022
a0f681f
Update packages/cli/src/commands/source/catalog/add.ts
y-lakhdar Apr 11, 2022
f2ee898
Apply suggestions from code review
y-lakhdar Apr 11, 2022
0b66fbf
Apply suggestions from code review
y-lakhdar Apr 11, 2022
d401695
Merge branch 'master' into CDX-798
y-lakhdar Apr 11, 2022
153adb4
lint
y-lakhdar Apr 12, 2022
1f16cfa
Merge branch 'CDX-798' of github.com:coveo/cli into CDX-798
y-lakhdar Apr 12, 2022
1b30a56
apply corrections
y-lakhdar Apr 13, 2022
a6674e0
bump push-api-client
y-lakhdar Apr 13, 2022
6b9e206
Merge branch 'CDX-922' of github.com:coveo/cli into CDX-798
y-lakhdar Apr 13, 2022
fb1bd75
refacto
y-lakhdar Apr 13, 2022
b835326
Merge branch 'CDX-922' of github.com:coveo/cli into CDX-798
y-lakhdar Apr 13, 2022
ff1094b
Merge branch 'master' of github.com:coveo/cli into CDX-798
y-lakhdar Apr 20, 2022
d57458c
lock
y-lakhdar Apr 20, 2022
8aa5c38
small fix
y-lakhdar Apr 20, 2022
1f4144a
remove log
y-lakhdar Apr 20, 2022
f058da2
add precondition checks
y-lakhdar Apr 20, 2022
8245d74
unit tests
y-lakhdar Apr 20, 2022
2abf52a
Merge branch 'CDX-798' of github.com:coveo/cli into CDX-932
y-lakhdar Apr 20, 2022
4353c18
Merge branch 'master' of github.com:coveo/cli into CDX-932
y-lakhdar May 10, 2022
f63b7fe
lock
y-lakhdar May 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading