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

User Metadata #2423

Merged
merged 34 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c2ba681
Use __user_metadata query if it exists
Alex-Tideman Oct 29, 2024
29de6ad
Update unit tests
Alex-Tideman Oct 29, 2024
44f3851
Use __user_metadata query if it exists (#2411)
Alex-Tideman Oct 30, 2024
62de71f
Add types, update start workflow to pass a summary and details, updat…
Alex-Tideman Oct 30, 2024
cc3c77d
Add dynamic page param replacement in markdown, allow pop-up scripts
Alex-Tideman Oct 30, 2024
961783f
Add label for Details on start workflow
Alex-Tideman Oct 30, 2024
46bd3ed
Add details to new accordion light
Alex-Tideman Oct 31, 2024
b1d5493
Refactor metadata call to workflow-run level, add current details to …
Alex-Tideman Oct 31, 2024
78c6d89
Add flag pole, use border not bg
Alex-Tideman Oct 31, 2024
3f04ca0
Put according/details in header
Alex-Tideman Nov 4, 2024
56c23fd
Fix merge conflicts
Alex-Tideman Nov 7, 2024
15e01e3
Merge branch 'main' into user-metadata
Alex-Tideman Nov 7, 2024
92be27d
Add summary and details to workflow start
Alex-Tideman Nov 7, 2024
7e21559
Fix order on sm
Alex-Tideman Nov 7, 2024
8b5b3b3
Update snapshots
Alex-Tideman Nov 7, 2024
593c03b
Use signal definitions as dropdown select for sending signal
Alex-Tideman Nov 7, 2024
21d556c
Add check for current details
Alex-Tideman Nov 7, 2024
ba756dd
Remove py-4 on input-and-results
Alex-Tideman Nov 8, 2024
e7dc1bd
Inline li in markdown, better summary check
Alex-Tideman Nov 14, 2024
4e47b4e
Don't use inherit for font
Alex-Tideman Nov 14, 2024
31f9c64
Use editor for Summary, add titles for Summary and Details in Accordi…
Alex-Tideman Nov 18, 2024
87603ad
Better loading state
Alex-Tideman Nov 18, 2024
17d3fb7
Add custom input selection if signal definitions exist to allow for m…
Alex-Tideman Nov 18, 2024
e4bd654
Remove state transitions
Alex-Tideman Nov 18, 2024
13abb3b
WIP: Encode and decode user metadata on the workflow
Alex-Tideman Nov 18, 2024
936ae38
Decode/encode details/summary
Alex-Tideman Nov 19, 2024
455eb22
Fix merge conflict
Alex-Tideman Nov 19, 2024
6acb2fb
pnpm i
Alex-Tideman Nov 19, 2024
8ddd8f9
Better gap-y
Alex-Tideman Nov 19, 2024
057d477
Remove badges
Alex-Tideman Nov 19, 2024
77f4828
Merge branch 'main' into user-metadata
Alex-Tideman Nov 20, 2024
4d08dec
Add check for decodedPayload strings to set metadata, add abort signa…
Alex-Tideman Nov 20, 2024
eeb50ac
Fix li css in markdown
Alex-Tideman Nov 20, 2024
bf29144
Capitalize Signal
Alex-Tideman Nov 20, 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
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"rimraf": "^4.3.1",
"storybook": "^8.1.10",
Expand All @@ -223,7 +222,6 @@
"ts-proto": "^1.138.0",
"tslib": "^2.4.1",
"typescript": "^5.2.2",
"unified": "^11.0.2",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.12",
"vite-node": "^0.23.4",
Expand Down
Loading
Loading