- Notifications
You must be signed in to change notification settings - Fork928
fix: set a failed canceled job status correctly#3061
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
25 commits Select commitHold shift + click to select a range
aafd8e5
set a failed canceled job status correctly
Kira-Pilotcd74afc
fix: Increase randomness for names used in tests (#3063)
mafredri034416f
chore: Speed up port-forward tests (#3062)
mafredri0c18a23
clarify start validation in schedule (#3052)
Kira-Pilot6199e6a
chore: bump github.com/spf13/afero from 1.9.0 to 1.9.2 (#3046)
dependabot[bot]4fde536
fix: Improve TestSSH reliability on macOS (#3067)
mafredricf9bc71
ci: skip long jobs when only docs change (#3072)
ammario82f159b
chore: bump terser from 4.8.0 to 4.8.1 in /site (#3068)
dependabot[bot]916c388
fix: Statuses breaking line in the UI (#3071)
BrunoQuaresmab0c2674
ci: fix stale issue workflow (#3073)
ammario3e5affd
fix: Increase test timeout for TestCreate/CreateFromListWithSkip (#3077)
mafredri96edc8a
fix: Add `continue-on-error` to codecov action step (#3081)
mafredri4a7d067
fix: Increase CI timeout for postgres test (#3079)
mafredri62e6856
feat: add verbose error messaging (#3053)
sreya7768c77
added unit test for convertProvisionerJob
Kira-Pilotdd1327c
Update coderd/provisionerjobs_internal_test.go
Kira-Pilote33a749
fix: Deadlock and race in `peer`, test improvements (#3086)
mafredri5b78251
refactor: Initial color palette changes (#3087)
BrunoQuaresmae019058
fix: avoid emitting version warning when connection error encountered…
sreya59b04c1
fix: coderdtest: increase ForceCancelInterval (#3085)
johnstcn14009c9
set a failed canceled job status correctly
Kira-Pilot081832f
added unit test for convertProvisionerJob
Kira-Pilotcc02daa
Update coderd/provisionerjobs_internal_test.go
Kira-Pilot3dba95c
conflicts
Kira-Pilot9a44002
Update coderd/templateversions_test.go
Kira-PilotFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
26 changes: 19 additions & 7 deletions.github/workflows/coder.yaml
This file contains hidden or 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
5 changes: 3 additions & 2 deletions.github/workflows/stale.yaml
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -12,5 +12,6 @@ jobs: | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v5.1.0 | ||
with: | ||
stale-issue-label: stale | ||
stale-pr-label: stale |
40 changes: 40 additions & 0 deletionscli/cliflag/cliflag.go
This file contains hidden or 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
2 changes: 1 addition & 1 deletioncli/create_test.go
This file contains hidden or 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
4 changes: 3 additions & 1 deletioncli/login.go
This file contains hidden or 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
49 changes: 27 additions & 22 deletionscli/portforward_test.go
This file contains hidden or 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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.