forked from dagster-io/dagster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5/n] frontend for url code references (dagster-io#21713)
## Summary Adds GQL layer, frontend for source control links. These render with the icon for the corresponding source control service and hyperlink to the targeted URL. <img width="320" alt="Screenshot 2024-05-07 at 5 02 05 PM" src="https://github.com/dagster-io/dagster/assets/10215173/e20956e8-5fc4-479d-b23a-8704eedbc612"> <img width="623" alt="Screenshot 2024-05-07 at 5 02 30 PM" src="https://github.com/dagster-io/dagster/assets/10215173/76408d2f-0956-4279-bd46-fe89b99f493d"> <img width="365" alt="Screenshot 2024-05-07 at 5 06 40 PM" src="https://github.com/dagster-io/dagster/assets/10215173/e09b67cf-4d7e-4950-8644-3134fb746481"> ## Test Plan Tested locally.
- Loading branch information
1 parent
538a285
commit 315c245
Showing
32 changed files
with
2,162 additions
and
1,392 deletions.
There are no files selected for viewing
15 changes: 9 additions & 6 deletions
15
js_modules/dagster-ui/packages/ui-core/src/asset-graph/types/AssetGraphJobSidebar.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
390 changes: 234 additions & 156 deletions
390
js_modules/dagster-ui/packages/ui-core/src/asset-graph/types/SidebarAssetInfo.types.ts
Large diffs are not rendered by default.
Oops, something went wrong.
120 changes: 72 additions & 48 deletions
120
.../packages/ui-core/src/assets/AutoMaterializePolicyPage/types/GetEvaluationsQuery.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
30 changes: 18 additions & 12 deletions
30
.../dagster-ui/packages/ui-core/src/assets/asset-checks/types/AssetCheckDetailModal.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 9 additions & 6 deletions
15
js_modules/dagster-ui/packages/ui-core/src/assets/asset-checks/types/AssetChecks.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 9 additions & 6 deletions
15
...ter-ui/packages/ui-core/src/assets/asset-checks/types/VirtualizedAssetCheckTable.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.