This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
DEVPROD-4166 Add breaking commits option in previous commits dropdown #2254
Merged
ZackarySantana
merged 24 commits into
evergreen-ci:main
from
ZackarySantana:DEVPROD-4166
Feb 29, 2024
Merged
Changes from 10 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
0e412ab
build: add to gql query
ZackarySantana 1dfaa64
feat: add breaking commit in to selector
ZackarySantana e66d46e
fix: add last passing task condition
ZackarySantana 347ca0d
refactor: rename previous commits to relevant commits
ZackarySantana 86d2080
fix: revert update
ZackarySantana 4fa8c5d
refactor: baseStatus -> status
ZackarySantana c1d95e0
doc: last breaking task query
ZackarySantana 190bbe9
fix: use task order rather than version
ZackarySantana 7435611
fix: tests
ZackarySantana 81abcc0
feat: add some tests
ZackarySantana 7018fcb
fix: switch status check to be not failed
ZackarySantana a546058
refactor: add permalink to comment
ZackarySantana b4ee498
refactor: capitalize relevant commits
ZackarySantana 3edc9bd
fix: github link to backend code
ZackarySantana e0885c3
refactor: previous commit data tag
ZackarySantana 77d27e5
fix: redo pre commit hook
ZackarySantana f1865c9
fix: revert precommit
ZackarySantana a34965f
fix: revert it no history
ZackarySantana 718962d
refactor: rename files
ZackarySantana 42bdc5d
Merge branch 'main' into DEVPROD-4166
ZackarySantana e4af068
fix: skip order number in test
ZackarySantana a13877b
fix: test cases
ZackarySantana ef76d29
fix: test
ZackarySantana c71b07f
Merge branch 'main' into DEVPROD-4166
ZackarySantana 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
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ query LastMainlineCommit( | |
tasks { | ||
execution | ||
id | ||
order | ||
status | ||
} | ||
} | ||
|
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Is it possible to add a test in here for the new "breaking commit" button? :0
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.
I added to the existing tests instead of a new one and added some data! I think it makes sense to test it like the others but I am new to testing and if you feel otherwise I can switch it up