Skip to content

Commit 9711900

Browse files
committed
Update synapse-workflow-examples @ 2025-02-12 22:02:56 UTC
1 parent 8b9c2c4 commit 9711900

28 files changed

+4163
-0
lines changed

docs/_build/adminguide.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Synapse-Workflow-Examples Admin Guide
2+
3+
## Configuration
4+
5+
Optic Workflows is in beta and is controlled by a feature flag in your
6+
Optic instance, and is enabled by default. See the documentation for
7+
Optic feature flags
8+
[here](https://synapse.docs.vertex.link/projects/optic/en/latest/user_interface/devopsguide.html#enable-alpha-beta-features)
9+
for more information on controlling Optic features.
10+
11+
Synapse-Workflow-Examples requires certain data to be available in the
12+
current view, and in some cases permissions, in order to fully
13+
demonstrate the example.
14+
15+
### Data Used by Examples
16+
17+
The `Project Management` workflow requires at least one `proj:project`
18+
with at least one associated `proj:ticket`.
19+
20+
The `Form + Table + Viewer` workflow requires at least one `ou:org` node
21+
that has the `:name` property populated. The `contacts` and `hosts`
22+
tables will be populated by performing pivots from `ou:org` to
23+
`ps:contact` and `it:host` respectively.
24+
25+
### Permissions
26+
27+
In order to use the `Node Creator` workflow the user must have
28+
permissions to add nodes in the current view.
29+
30+
## Exported APIs
31+
32+
Synapse-Workflow-Examples does not currently export any APIs.
33+
34+
## Node Actions
35+
36+
Synapse-Workflow-Examples does not currently provide any Optic Node
37+
Actions.
38+
39+
## Onload Events
40+
41+
Synapse-Workflow-Examples does not use any `onload` events.

docs/_build/changelog.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Synapse-Workflow-Examples Changelog
2+
3+
## v1.10.0 - 2025-01-17
4+
5+
### Features and Enhancements
6+
7+
- Updated deprecated `$lib.list()` usage to JSON style syntax.
8+
9+
## v1.9.1 - 2024-11-18
10+
11+
### Bugfixes
12+
13+
- Fix documentation link for enabling Optic feature flags and update
14+
the associated language in the Admin Guide.
15+
16+
## v1.9.0 - 2024-05-15
17+
18+
### Features and Enhancements
19+
20+
- Update deprecated `$lib.dict()` usage to JSON style syntax.
21+
22+
## v1.8.0 - 2024-02-16
23+
24+
### Features and Enhancements
25+
26+
- Update user guide documentation.
27+
28+
## v1.7.0 - 2023-03-22
29+
30+
### Features and Enhancements
31+
32+
- Update Power-Up to build with code signing.
33+
34+
### Bugfixes
35+
36+
- Fix documentation claiming there are three types of Events when
37+
there are only two.
38+
- Remove relative links in the user guide since they are broken links
39+
on Read the Docs.
40+
41+
## v1.6.0 - 2022-09-14
42+
43+
NOTE: This release requires Optic \>= 2.56.0
44+
45+
### Features and Enhancements
46+
47+
- Add example using the new Element `buttons` opt to add buttons to
48+
Element titlebars.
49+
- Add example using the new Element `spinner` opt to add a spinner for
50+
any running query.
51+
52+
### Bugfixes
53+
54+
- Fix bad JSON style dict creation syntax in Datatable example.
55+
56+
## v1.5.0 - 2022-06-20
57+
58+
NOTE: This release requires Optic \>= 2.48.0
59+
60+
### Features and Enhancements
61+
62+
- Update examples to use new `cssgrid` functionality from Optic
63+
v2.45.0.
64+
65+
## v1.4.0 - 2022-04-14
66+
67+
NOTE: This release requires Optic \>= 2.41.0
68+
69+
### Features and Enhancements
70+
71+
- Update several examples to use new functionality from Optic v2.40.0.
72+
- Add example using a `querybar` element to feed results into a
73+
`datatable`.
74+
- Add example using `researchquery` action.
75+
- Add two examples of using the new `tabs` Element from Optic v2.41.0.
76+
77+
## v1.3.0 - 2022-03-22
78+
79+
NOTE: This release requires Optic \>= 2.37.0
80+
81+
### Features and Enhancements
82+
83+
- Migrate examples and documentation to v2.37.0.
84+
- Add more examples to demonstrate new functionality.
85+
86+
## v1.1.0 - 2022-01-14
87+
88+
NOTE: This release requires Optic \>= 2.32.0
89+
90+
### Features and Enhancements
91+
92+
- Add example and documentation for new `buttons` option on
93+
`stormform` element.
94+
- Add example and documentation for new `hidden` and `disabled`
95+
element options.
96+
- Add example and documentation for new `stormconsole` element type.
97+
- Improve element documentation
98+
99+
## v1.0.0 - 2021-12-01
100+
101+
### Features and Enhancements
102+
103+
- Initial release of the `Synapse-Workflow-Examples` Power-Up
104+
(requires Optic\>=2.29.0).

0 commit comments

Comments
 (0)