Ivar Conradi Østhus
7678e304dd
fix: recreate yarn.lock
2022-04-05 14:42:53 +02:00
Ivar Conradi Østhus
7cb85111e4
fix: add release action to support npm and cdn
2022-04-05 14:26:17 +02:00
Thomas Heartman
d0506a24da
docs: fix heading level in readme
2022-04-05 12:56:54 +02:00
olav
43834be065
refactor: use onClose instead of hideSecondaryButton ( #842 )
2022-04-05 11:47:17 +02:00
Thomas Heartman
f64d2cb768
Merge pull request #1474 from Unleash/docs/segments-reference-docs
...
Add reference and API docs for segments
2022-04-04 15:06:01 +02:00
Thomas Heartman
35bd047af9
docs: reword api return type description
2022-04-04 14:56:34 +02:00
Thomas Heartman
90794fc6ec
docs: add segment ids examples for replacing strategy segments
2022-04-04 14:49:13 +02:00
Thomas Heartman
6f2a336fc4
docs: simplify activation strategy payload
2022-04-04 14:43:45 +02:00
Thomas Heartman
683e33915f
docs: update payload for activation strategies
2022-04-04 14:33:38 +02:00
Thomas Heartman
bf9f9e9d6d
docs: update return types to use JSON examples instead of TS
2022-04-04 13:55:53 +02:00
Thomas Heartman
d9aae95c26
docs: move when to use segments to top of document
2022-04-04 12:32:47 +02:00
Thomas Heartman
14cb523c91
docs: expand on time-based strategies with segments
2022-04-04 12:16:32 +02:00
Thomas Heartman
971b411db1
docs: explain that with multiple segments, all must be satisfied.
2022-04-04 11:48:59 +02:00
Thomas Heartman
93b20246a7
docs: make note of how to remove all segments from a strategy
2022-04-04 11:47:13 +02:00
Thomas Heartman
e4c2e8807d
docs: segment names don't need to be url-friendly.
2022-04-04 11:44:37 +02:00
Thomas Heartman
020e94e358
docs: update segments availability in API docs too
2022-04-04 11:44:03 +02:00
Thomas Heartman
cc670a018c
docs: update segments availability: indicate that it's experimental
2022-04-04 11:34:53 +02:00
Renovate Bot
6f072afbf4
chore(deps): update material-ui monorepo
2022-04-03 18:51:53 +00:00
Thomas Heartman
524be02b74
docs(docs): document the use of AliasPlugin for theme resolution
2022-04-02 16:47:38 +02:00
Thomas Heartman
c8578f06c9
chore: remove comment code
2022-04-02 16:42:04 +02:00
Thomas Heartman
f59f43bb4c
chore: use docusaurusPath
function consistently.
2022-04-02 16:40:37 +02:00
Thomas Heartman
c0228a0ca3
chore: remove unused code
2022-04-02 16:39:16 +02:00
Thomas Heartman
79b5582542
docs(fix): various typos and abstractions fixed
2022-04-02 16:33:51 +02:00
Thomas Heartman
facf546df4
docs(fix): fix internal links between segments docs
2022-04-02 16:29:45 +02:00
Thomas Heartman
8eb91fc860
fix(docs): fix the quotes of JSON property in table
2022-04-02 16:28:24 +02:00
Thomas Heartman
45dc2c8c33
fix: remove redundant heading
2022-04-02 16:27:53 +02:00
Thomas Heartman
3846ad8252
fix: re-add the groupId prop for the API request tabs component.
2022-04-02 16:27:20 +02:00
Thomas Heartman
e03876286c
docs: finish the API docs for segments
2022-04-02 16:27:09 +02:00
Renovate Bot
4d0760760b
chore(deps): update dependency sass to v1.49.11
2022-04-02 04:21:03 +00:00
Thomas Heartman
102438946e
docs: add POST and GET by ID
2022-04-01 16:24:35 +02:00
Renovate Bot
2858e47c24
chore(deps): update dependency @testing-library/user-event to v14.0.4
2022-04-01 14:06:33 +00:00
Thomas Heartman
d88032710b
docs: describe GET /api/admin/segments
2022-04-01 16:04:10 +02:00
Thomas Heartman
5d164db46c
docs: add relevant types for this API
2022-04-01 16:03:50 +02:00
Thomas Heartman
fc6ea25ebd
docs: add more endpoint data
2022-04-01 15:47:00 +02:00
Thomas Heartman
cfbe04272a
feat: make API request component work without payloads
...
There's been no previous need for GET or DELETE requests, but now that
we do need them, the payload shouldn't show up as `undefined`
2022-04-01 15:47:00 +02:00
Thomas Heartman
d167de76d8
docs: add stories file for API request component
2022-04-01 15:47:00 +02:00
Thomas Heartman
032176576b
chore: add more docusaurus alias resolutions
2022-04-01 15:47:00 +02:00
Thomas Heartman
3440b4f42a
docs: add segments api placeholder
2022-04-01 15:47:00 +02:00
Thomas Heartman
e37714d61a
docs: First draft of segments reference doc
2022-04-01 15:47:00 +02:00
olav
311915ba30
feat: show segments in feature overview ( #837 )
...
* feat: show segments in feature overview
* refactor: avoid segment updates without the UI flag
2022-04-01 11:11:53 +02:00
olav
9f7d878422
fix: add missing awaits ( #1472 )
...
* refactor: silence expected console.error call
* fix: add missing access service awaits
* fix: add missing constraint validation await
2022-04-01 11:10:21 +02:00
olav
1da38781d5
feat: add segment limits ( #1469 )
...
* feat: add segment limits
* refactor: move segment limits to constants
2022-04-01 10:53:52 +02:00
olav
cf06b562f9
fix: allow instance ID to be empty for metrics ( #1471 )
2022-04-01 10:34:22 +02:00
Thomas Heartman
be21a2af68
Merge pull request #1473 from Unleash/docs/add-dotnet-constraint-warning
...
docs: Add .NET SDK to list of SDKs that crash on new operators
2022-04-01 10:31:31 +02:00
olav
f309553a5f
refactor: port some things to TS ( #833 )
...
* refactor: remove unused securityLogger
* refactor: port commonStyles to TS
* refactor: port testIds to TS
* refactor: move app.css into themes
* refactor: use absolute import paths
* refactor: port LayoutPicker to TS
* refactor: port routes to TS
* refactor: port ScrollTop to TS
* refactor: update unused/missing ScrollTop exceptions
* refactor: remove unused route flags field
* refactor: change constants ext to TS
* refactor: remove unused testData file
* refactor: port styles to TS
* refactor: wait before typing in auth spec
2022-04-01 10:28:15 +02:00
Thomas Heartman
4306836511
docs: Add .NET SDK to list of SDKs that crash on new operators
2022-04-01 10:24:08 +02:00
Renovate Bot
391f1818f1
chore(deps): update react-dnd monorepo
2022-04-01 00:01:42 +00:00
Renovate Bot
8816ad5b0c
chore(deps): update dependency @testing-library/user-event to v14.0.3
2022-03-31 21:26:24 +00:00
olav
a72f6ec8b5
chore: update react-dnd ( #834 )
...
* chore: update react-dnd
* refactor: add missing react-dnd types
2022-03-31 15:05:05 +02:00
renovate[bot]
4fce721981
chore(deps): update dependency @testing-library/react to v13 ( #835 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-31 14:46:40 +02:00