Skip to content
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

Workflow Execution Page - Bring into the Light #2269

Merged
merged 52 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9751999
WIP: Pause event history UI updates on polling
Alex-Tideman Jul 23, 2024
9715c30
Remove LabsMode and add all tabs for new WorkflowExecution page. Supp…
Alex-Tideman Jul 23, 2024
5fcb148
WIP: Vertical compact graph
Alex-Tideman Jul 23, 2024
55c9963
Add vertical compact graph code
Alex-Tideman Jul 23, 2024
6440c27
WIP: Vertical compact updates
Alex-Tideman Jul 23, 2024
c9d09da
Better boxes
Alex-Tideman Jul 23, 2024
4be96bb
Fix merge conflicts
Alex-Tideman Jul 24, 2024
b98f38f
WIP: vertical
Alex-Tideman Jul 25, 2024
840f2ce
Vertical compact looking better
Alex-Tideman Jul 25, 2024
698a1ff
Posts with flag
Alex-Tideman Jul 26, 2024
45e3ad8
Remove sine wave
Alex-Tideman Aug 1, 2024
4183942
Fix merge conflict
Alex-Tideman Aug 2, 2024
a30f5f3
WIP death to compact
Alex-Tideman Aug 5, 2024
4fbc5df
Merge main
Alex-Tideman Aug 13, 2024
9d97dee
Remimagining it
Alex-Tideman Aug 13, 2024
2a6e9d7
Get the Timeline dark/light mode
Alex-Tideman Aug 14, 2024
2ada0e4
Better margin
Alex-Tideman Aug 14, 2024
ff369c7
Cleanup
Alex-Tideman Aug 14, 2024
b709ef3
Add tag
Alex-Tideman Aug 14, 2024
feae48e
Add bg to expanded row, add thin class to keep rows same height
Alex-Tideman Aug 15, 2024
a4bcc10
Clean up types
Alex-Tideman Aug 15, 2024
85776ac
Make timeline axis sticky, move to paginationTable, better borders
Alex-Tideman Aug 19, 2024
3ffe134
Get the graph in the fixed table. Expanded cell needs to be wider
Alex-Tideman Aug 20, 2024
c13772a
Small tweaks
Alex-Tideman Aug 20, 2024
71bf013
Fix merge conflicts
Alex-Tideman Aug 20, 2024
3c99b0e
Use new paginated table, add maxHeight and split variant
Alex-Tideman Aug 20, 2024
1fd32ef
Add back lines and dots
Alex-Tideman Aug 20, 2024
a9d68d2
Add status to compact view
Alex-Tideman Aug 22, 2024
3f2ea7b
Get everything cleaned up, figure out compact view on open, show all …
Alex-Tideman Aug 23, 2024
77b8fa4
Add pending nexus operations and pending activities to the top of all…
Alex-Tideman Aug 23, 2024
3d8dc02
Fix types
Alex-Tideman Aug 23, 2024
2e9c0b2
Make the attributes in a better order, lets call it done
Alex-Tideman Aug 24, 2024
db54490
Fix tests, delete unused files.
Alex-Tideman Aug 24, 2024
f7f228c
Remove old timeline helpers
Alex-Tideman Aug 24, 2024
396b9f8
Fix Local Activity label
Alex-Tideman Aug 24, 2024
acbb568
Small color fixes
Alex-Tideman Aug 24, 2024
1a31672
Add retry badge, and Failed/Pending only filter
Alex-Tideman Aug 25, 2024
aa46191
Better attributes, show duration always
Alex-Tideman Aug 25, 2024
74e849c
Add event ids on groups
Alex-Tideman Aug 25, 2024
c04959f
Add tooltips
Alex-Tideman Aug 25, 2024
0d9a407
More cleanup
Alex-Tideman Aug 25, 2024
2c71d41
Dynamic width of history graph up to 300, other style fixes
Alex-Tideman Aug 26, 2024
cc7573f
Fix tests
Alex-Tideman Aug 26, 2024
b0d11cc
Tweak dot strokeWidths, remove zoom, update snaps
Alex-Tideman Aug 26, 2024
6ce897b
Check for pending nexus attempt
Alex-Tideman Aug 26, 2024
7cd5c3e
Use operation and endpoint for checking isNexusPending
Alex-Tideman Aug 26, 2024
dbd5a2b
Bump to test
Alex-Tideman Aug 26, 2024
b6f444b
Debug Nexus stuff
Alex-Tideman Aug 26, 2024
c69428f
Finalize
Alex-Tideman Aug 26, 2024
44ffd92
Fix merge conflicts
Alex-Tideman Aug 26, 2024
e688b37
Only show pending activity/nexus for group filter
Alex-Tideman Aug 26, 2024
5367fb0
Dont use CodeBlock for row snippet, remove thin class and codemirror …
Alex-Tideman Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,10 @@
"mdast-util-to-hast": "^13.2.0",
"monaco-editor": "^0.50.0",
"remark-stringify": "^10.0.3",
"sanitize-html": "^2.12.1",
"tailwind-merge": "^1.14.0",
"unist-util-remove": "^4.0.0",
"url-pattern": "^1.0.3",
"uuid": "^9.0.0",
"vis-timeline": "^7.7.3"
"uuid": "^9.0.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.0",
Expand Down
122 changes: 12 additions & 110 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions src/lib/components/bottom-nav-settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { translate } from '$lib/i18n/translate';
import { authUser } from '$lib/stores/auth-user';
import { dataEncoder } from '$lib/stores/data-encoder';
import { labsMode } from '$lib/stores/labs-mode';
import { useDarkMode } from '$lib/utilities/dark-mode';

import { viewDataEncoderSettings } from './data-encoder-settings.svelte';
Expand All @@ -17,15 +16,6 @@
export let logout: () => void;
export let userEmaiLink = '';

$: labsHoverText = `${translate('common.labs')} ${
$labsMode
? `${translate('common.on')} - ${translate('common.experimental')}`
: translate('common.off')
}`;
$: labsText = `${translate('common.labs')} ${
$labsMode ? translate('common.on') : translate('common.off')
}`;

$: hasCodecServer = $dataEncoder?.endpoint;

const onCodecServerClick = () => {
Expand Down Expand Up @@ -59,14 +49,6 @@
label={$useDarkMode ? translate('common.night') : translate('common.day')}
icon={$useDarkMode ? 'moon' : 'sun'}
/>
<NavigationButton
onClick={() => ($labsMode = !$labsMode)}
tooltip={labsHoverText}
label={labsText}
icon="labs"
active={$labsMode}
data-testid="labs-mode-button"
/>
{#if $authUser.accessToken}
<div class="border-b-2 border-subtle" />
<NavigationItem
Expand Down
40 changes: 0 additions & 40 deletions src/lib/components/event/event-detail-pills.svelte

This file was deleted.

Loading
Loading