-
Notifications
You must be signed in to change notification settings - Fork 9
feat!: move from SLA to Priority #711
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
54d9ac3
feat: add completion window normalization and formatting utilities
pjb157 3016059
feat: format completion_window as priority labels in API responses
pjb157 6ca5fd1
fix: resolve Copilot review comments
pjb157 6efaec1
fix: use shared normalization in tariff update path
pjb157 547a372
refactor: remove bare priority name references from docs and examples
pjb157 897fc76
Merge branch 'main' into peter/cor-98-remove-sla-refernce-from-ui
pjb157 83f4427
fix: resolve remaining Copilot review issues
pjb157 1c33511
Merge branch 'main' into peter/cor-98-remove-sla-refernce-from-ui
pjb157 8ffb232
fix: clean up priority display formatting across UI
pjb157 2a5a968
chore: apply Prettier formatting to all files
pjb157 3968a48
Merge branch 'main' into peter/cor-98-remove-sla-refernce-from-ui
pjb157 2b3e164
fix: remove SLA reference from batch completion email template
pjb157 26445ae
fix: cleanup
pjb157 1198c38
Update dashboard/src/components/features/batches/BatchInfo/BatchInfo.tsx
pjb157 976ce5d
Update dashboard/src/components/features/models/Models/ModelsContent.tsx
pjb157 b9cd9b1
fix: backend rust test code
pjb157 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/png" href="/favicon.png" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <link | ||
| rel="preload" | ||
| href="/src/assets/onwards-logo.svg" | ||
| as="image" | ||
| fetchpriority="high" | ||
| /> | ||
| <title>Doubleword Control Layer</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/png" href="/favicon.png" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <link | ||
| rel="preload" | ||
| href="/src/assets/onwards-logo.svg" | ||
| as="image" | ||
| fetchpriority="high" | ||
| /> | ||
| <title>Doubleword Control Layer</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
|
|
||
| <!-- Bootstrap is used for custom JS configured via deployment env --> | ||
| <!-- Look at control-layer/dwctl/src/api/handlers/static_assets.rs --> | ||
| <script src="/bootstrap.js"></script> | ||
| </body> | ||
| <!-- Bootstrap is used for custom JS configured via deployment env --> | ||
| <!-- Look at control-layer/dwctl/src/api/handlers/static_assets.rs --> | ||
| <script src="/bootstrap.js"></script> | ||
| </body> | ||
| </html> |
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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.