- Notifications
You must be signed in to change notification settings - Fork1.1k
feat: notifications: report failed workspace builds#14571
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
126 commits Select commitHold shift + click to select a range
9d71a83 just the template
mtojek7fc0b02 Bobby
mtojek1ff2a24 golden
mtojek15ede21 WIP
mtojek380c81d generator
mtojek8aa1d9a lock
mtojekfcd6d61 notif data
mtojek1a941f8 fix
mtojekbe24cbd fixmes
mtojek2fc383e NoopEnqueuer
mtojek96c4062 fixme helpers
mtojekb89f484 Run generator
mtojekc9f99c5 fix
mtojeka4f4868 TODO
mtojek630c024 naming
mtojek9a414f0 fix lint
mtojekaef1287 TODO
mtojekf0f6df2 fix dbmock
mtojekf4e34a7 WIP
mtojek968bd24 TODOs
mtojeke771c05 WIP
mtojek33b1e99 fix
mtojekf614080 WIP
mtojek4d7a304 WIP
mtojekd5c212e WIP
mtojek0ab35f1 WIP
mtojekfc804bd another WIP
mtojekc25155d WIP
mtojek6eb6794 WIP
mtojek0afbd56 WIP
mtojekd0331af before input data
mtojek3d65010 Last TODO
mtojek3490c57 WIP
mtojekaafed7c rebuild model
mtojek78ecccf Merge branch 'main' into 40-failure-summary
mtojek2d0299a WIP
mtojek38a3a50 WIP
mtojek4c65295 WIP
mtojekef51c9a WIP
mtojek007bad6 Fixed
mtojek73bb5bd dbauthz
mtojek7a7bb85 fix
mtojeke02d271 fix
mtojek0b21a95 excluded
mtojek34c44b5 makegen
mtojekf63a06b wIP
mtojek3b60a27 fix
mtojek774c4b0 fix
mtojek5d56c4d makegen
mtojeke8214e9 dbmem
mtojek6ba2c29 makegen
mtojek2962735 last dbmem
mtojekd48a8ba fix
mtojek0bf4748 fix
mtojek29d4a15 fix
mtojeka9580a5 wip
mtojekcf4609d fix
mtojek8e8ab49 stub internal test
mtojekafad1c1 WIP
mtojek8b49d55 makegen
mtojek87d40cb WIP
mtojekc352822 WIP: tests
mtojek22b1482 cleanup
mtojek44b1bba InitialState_NoBuilds_NoReport
mtojek121eef5 first semi test
mtojekbc92fc4 fix: created_by
mtojekccc6803 fix: created_by tv
mtojekf7826d6 fix: build number
mtojek36644b2 expanding
mtojek52aafac fix: snapshot
mtojek8909bb6 test done
mtojek0cceede more tests
mtojek1f06b86 WIP
mtojeka1c89ec tests done
mtojek34cc4c3 cleanup
mtojek159e6c7 Merge branch 'main' into 40-failure-summary
mtojek5911ca9 fix: LockIDNotificationsReportGenerator
mtojekdda9bf5 Address Mathias' feedback
mtojek15f83c0 makegen
mtojek6306407 fmt
mtojeke258035 more
mtojek48da1cd reports
mtojek309c600 payload
mtojek8211ee6 nil-omitted
mtojeka8aea9f failed-lock
mtojekda6b0a3 xerrors
mtojek4afc23b c=0
mtojekbf7737d log-debug
mtojek102a245 enqueue with data
mtojek2c9fc46 remove logger
mtojekcb7ca0e makegen
mtojek6582a48 sort
mtojekc933511 makegen
mtojek0cdf3ea GetFailedWorkspaceBuildsByTemplateID
mtojek6126e6b usersByIDs
mtojek1000a50 makegen
mtojek314f080 fix
mtojek498b89b processedUsers
mtojekf115973 comment
mtojek01409ca WIP
mtojek832bf38 notifications
mtojek4cacf4d WIP
mtojekf23e837 WIP
mtojek359416c notifications
mtojek68ed60f fmt
mtojekfdad745 rephrase
mtojek9ba4c04 WIP
mtojek8f634a4 WIP
mtojek5215c92 WIP
mtojek2edc7d5 fix
mtojek53f6c63 refactored
mtojek6405f3c WIP
mtojekd96a34a refactored
mtojek06a79f4 adjust tests
mtojek3e60198 Merge branch 'main' into 40-failure-summary
mtojek0a05a40 duplicate migration
mtojek65cf4a8 dbauthz
mtojek898856d fix
mtojeka5e42da makegen
mtojek72724b3 fix
mtojek20abd69 fix: migration down
mtojekb2df714 xerrors.Is
mtojek65992f6 limit builds
mtojekaf67873 context cancelled
mtojek6436489 Merge branch 'main' into 40-failure-summary
mtojek6bd772c fix migration
mtojekFile 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
5 changes: 5 additions & 0 deletionscli/server.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
28 changes: 28 additions & 0 deletionscoderd/database/dbauthz/dbauthz.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
22 changes: 22 additions & 0 deletionscoderd/database/dbauthz/dbauthz_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
258 changes: 211 additions & 47 deletionscoderd/database/dbmem/dbmem.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.