Skip to content

Commit

Permalink
User Metadata (#2423)
Browse files Browse the repository at this point in the history
* Use __user_metadata query if it exists

* Update unit tests

* Use __user_metadata query if it exists (#2411)

* Use __user_metadata query if it exists

* Update unit tests

* Fix tests to not mock response

* Add types, update start workflow to pass a summary and details, update Workflow Header to show summary and details and workflow stats above tabs

* Add dynamic page param replacement in markdown, allow pop-up scripts

* Add label for Details on start workflow

* Add details to new accordion light

* Refactor metadata call to workflow-run level, add current details to history view

* Add flag pole, use border not bg

* Put according/details in header

* Add summary and details to workflow start

* Fix order on sm

* Update snapshots

* Use signal definitions as dropdown select for sending signal

* Add check for current details

* Remove py-4 on input-and-results

* Inline li in markdown, better summary check

* Don't use inherit for font

* Use editor for Summary, add titles for Summary and Details in Accordion, don't refetch workflow-metadata for now. Don't show currentDetails

* Better loading state

* Add custom input selection if signal definitions exist to allow for manual input

* Remove state transitions

* WIP: Encode and decode user metadata on the workflow

* Decode/encode details/summary

* pnpm i

* Better gap-y

* Remove badges

* Add check for decodedPayload strings to set metadata, add abort signal on workflow metadata query, use italics in details

* Fix li css in markdown

* Capitalize Signal
  • Loading branch information
Alex-Tideman authored Nov 20, 2024
1 parent a4b9d3c commit 49063e4
Show file tree
Hide file tree
Showing 32 changed files with 619 additions and 239 deletions.
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

0 comments on commit 49063e4

Please sign in to comment.