-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
docs: Add JSON schema for IDE validation #4581
Merged
+6,096
−34
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f18d2b8
fix(controller): Correct default port logic (#4547)
alexec 5a76dc0
docs: Update cost optimisation to include information about cleaning…
snowzach a2335ea
docs: Added CloudSeeds as one of the users for argo (#4553)
L3Nerd 325d5f8
fix: Respect continueOn for leaf tasks (#4455)
simster7 93da1a0
fix: executor/pns containerid prefix fix (#4555)
L3Nerd 337047b
chore: Remove unused image build and push hooks (#4539)
terrytangyuan 8dc491b
docs: Clean-up examples. Fixes #4124 (#4128)
secretlifeof b48996a
feat(ui): Add Template/Cron workflow filter to workflow page. Closes …
tczhao 1ecb59b
chore: Updated stress test YAML (#4569)
alexec 3a4b20c
docs: Updated kubectl apply command in manifests README (#4577)
sgloutnikov bf38cb2
feat(controller): Make MAX_OPERATION_TIME configurable. Close #4239 (…
alexec 44df788
Append VSCode instructions - needs a stable schema URL
brabster 18dab75
Add IDEA instructions, move CRD-based instructions to the bottom and …
brabster 81779db
feat: Add JSON schema. Closes #4477
alexec 3108998
js: M api/jsonschema/schema.json
alexec 835ffa5
js: M hack/swagger/secondaryswaggergen.go
alexec 667c33c
js: M api/jsonschema/schema.json
alexec 37ba277
js: M hack/swagger/kubeifyswagger.go
alexec 41f4918
Remove unneeded CRD-based IDE setup
brabster beeef6b
Update link to JSON schema
brabster 3394a13
Merge branch 'master' into ide-support-vscode
alexec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add IDEA instructions, move CRD-based instructions to the bottom and …
…warn Signed-off-by: Paul Brabban <paul.brabban@gmail.com>
commit 18dab75b2d8f93082566b846311c33f9b1f5dffe
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDEA instructions for JSON Schema @alexec