Thomas Heartman
5a3f418e13
docs: add feature toggle reference, new how-to ( #1694 )
...
* Docs: write down the currently available steps
* docs: quick updates to the projects page.
* docs: further scaffold the how-to guide
* docs: add feature-toggle.mdx (toggle reference doc)
* docs: Add note that feature toggle names must be unique
* docs: add API doc links
* docs: delete old content
* docs: delete old images
* docs: update variants text
* docs: update introduction
* docs: add new images, update api annotations
* docs: add links to context fields, improve link text for other links.
* docs: remove redundant wording.
* docs: fix default project for toggles
* docs: typo: singular -> plural
* docs: mention admin ui curl command
* docs: remove leftover words
* docs: improve linking to default project.
* Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
* Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
* docs: clarify constraint timing
* docs: apply suggestion from code review
* docs: add link to variants document
* docs: Add sections on environments and projects, link from ft docs
* docs: minor rewording into unleash context.
* docs: remove misleading section about "all strats evaluated"
* docs: evaluate -> resolve
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
2022-06-17 12:36:19 +02:00
olav
69171a75a7
refactor: improve button label markup ( #1091 )
...
* refactor: improve button label markup
* refactor: remove misused tooltip roles
* refactor: simplify FeatureStrategyIcon labelling
* refactor: simplify labels for disabled buttons
* refactor: add missing switch input labels
2022-06-17 11:27:54 +02:00
Nuno Góis
525fce3e86
refactor: add OpenAPI schema to context controller ( #1711 )
...
* refactor: add OpenAPI schema to context controller
* Update src/lib/routes/admin-api/context.ts
Co-authored-by: olav <mail@olav.io>
* address PR comments, misc fixes and improvements
* refactor: address PR comments
* add createdAt to test
* fix: reverted upsert schema after discussion
Co-authored-by: olav <mail@olav.io>
2022-06-17 10:11:55 +01:00
olav
e6b49e4bce
refactor: improve token type error message ( #1709 )
2022-06-17 09:00:13 +02:00
olav
28ecb158a9
refactor: add schemas to feedback controller ( #1698 )
...
* refactor: remove previous getProjects route
* refactor: add schemas to feedback controller
2022-06-17 08:15:56 +02:00
Renovate Bot
e64d5a1f97
chore(deps): update dependency lint-staged to v13.0.2
2022-06-16 21:15:51 +00:00
Renovate Bot
52b1b29619
chore(deps): update dependency prettier to v2.7.1
2022-06-16 18:31:07 +00:00
Duoc Nguyen
b525b98443
fix: correct branch name ( #1714 )
2022-06-16 13:54:40 +02:00
Renovate Bot
a6232d3707
chore(deps): update dependency @types/semver to v7.3.10
2022-06-15 22:13:47 +00:00
Renovate Bot
accf9294c8
chore(deps): update dependency @types/semver to v7.3.10
2022-06-15 20:51:19 +00:00
Renovate Bot
b38f5e21f1
chore(deps): update dependency vitest to v0.15.1
2022-06-15 17:12:39 +00:00
Tymoteusz Czech
37fa469faf
Archive table updates ( #1097 )
...
* minor archive table updates
* archived date cell
* archive import paths
2022-06-15 16:16:42 +03:00
Christopher Kolstad
45c3df0598
docs: SDK Synchronization tips ( #1720 )
...
* docs: SDK Synchronization tips
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* docs: Update csharp example with tabs
* docs: update java docs with tabs and sync examples
* docs: update node docs for sync init
* docs: remove plea to pay attention to env config option
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-06-15 09:49:56 +00:00
Renovate Bot
2d3dce15c5
chore(deps): update dependency nock to v13.2.7
2022-06-15 05:56:58 +00:00
Renovate Bot
522f4aed41
chore(deps): update dependency vitest to v0.15.0
2022-06-15 01:07:54 +00:00
Renovate Bot
7ce95cafc8
fix(deps): update react monorepo to v18.2.0
2022-06-15 00:42:43 +00:00
Renovate Bot
dffb4e1514
chore(deps): update material-ui monorepo
2022-06-14 22:03:20 +00:00
Renovate Bot
a6759a2a3b
chore(deps): update typescript-eslint monorepo to v5.28.0
2022-06-14 22:01:30 +00:00
Renovate Bot
3e5ecc4822
chore(deps): update dependency prettier to v2.7.0
2022-06-14 18:53:32 +00:00
Renovate Bot
bb22a1fe24
chore(deps): update dependency prettier to v2.7.0
2022-06-14 18:40:51 +00:00
olav
4fb0be3710
fix: show previous invoices page if UNLEASH_CLOUD is falsy ( #1094 )
...
* fix: restore previous invoices page
* fix: show previous invoices page if UNLEASH_CLOUD is falsy
* fix: use correct amountFormatted invoice field name
2022-06-14 15:41:28 +02:00
Christopher Kolstad
705eee654f
fix: pleas -> please ( #1706 )
2022-06-14 15:16:58 +02:00
Tymoteusz Czech
51e5939f68
feat: Align switches in table actions ( #1082 )
...
* feat: strateges state changing switch
* refactor: ActionCell for table
* fix: remove image clipping for webhook icons
* feat: align addons switch in table
* feat: align enviromnemnts table switch
* fix: disallow turning off protected environment
* refactor: move environment table sub-components
* feat: add predefined badge to default environment
* feat: environment reorder handle hightlight
* fix: environment table padding when searching
* Update src/hooks/api/actions/useStrategiesApi/useStrategiesApi.ts
Co-authored-by: olav <mail@olav.io>
* refactor: toggle addon promise
* remove dragging highlight
* fix: strategy switch tooltip
* fix: switch tooltips
Co-authored-by: olav <mail@olav.io>
2022-06-14 12:32:16 +00:00
andreas-unleash
407e3a5f55
Merge pull request #1066 from Unleash/archive_table
...
Archive table
2022-06-14 14:29:01 +03:00
nya1
fb711b4d4a
fix: when payload type is 'json' validate value on toggle variable validation ( #1704 )
...
* fix: when payload type is 'json' validate value on toggle variable validation
* test: add missing feature toggle creation with variant type json
Ref https://github.com/Unleash/unleash/pull/1704#discussion_r896476042
* refractor: remove verbose comment on validateJsonString
Ref https://github.com/Unleash/unleash/pull/1704#discussion_r896482210
* test: add missing feature toggle creation with variant type string
Ref https://github.com/Unleash/unleash/pull/1704#discussion_r896476042
* refractor: move variant value joi validation
Ref https://github.com/Unleash/unleash/pull/1704#discussion_r896478563
2022-06-14 13:08:38 +02:00
olav
12fa0b8231
4.13.0-beta.5
2022-06-14 12:36:31 +02:00
olav
d5ad220d78
chore: update unleash-frontend
2022-06-14 12:26:28 +02:00
andreas-unleash
bfbbf57de0
Merge branch 'main' into archive_table
2022-06-14 13:22:35 +03:00
olav
864f70624f
4.13.0-beta.1
2022-06-14 12:15:26 +02:00
Tymoteusz Czech
aaaefa864d
Merge branch 'main' into archive_table
2022-06-14 11:51:29 +02:00
olav
f46047f10a
refactor: fix trial expiration calculations ( #1090 )
...
* refactor: fix trial expiration calculations
* refactor: count full trial days for warning banner
* refactor: fix flaky test
2022-06-14 11:51:11 +02:00
Tymoteusz Czech
ee2d852ef2
fix: search clear bug
2022-06-14 11:48:49 +02:00
Tymoteusz Czech
b1d9437d99
Merge branch 'main' into archive_table
2022-06-14 11:43:06 +02:00
Tymoteusz Czech
67a4f2e67f
remove unused TableSearch
2022-06-14 11:42:12 +02:00
Tymoteusz Czech
7bfe7201c0
fix: simplified empty archive list page
2022-06-14 11:28:40 +02:00
Tymoteusz Czech
349106a2be
fix: sort order across the app
...
discussed with Nicolae and Nuno
2022-06-14 11:14:56 +02:00
olav
695ed747bb
4.13.0-beta.4
2022-06-14 10:27:40 +02:00
olav
35ddb458a8
chore: update unleash-frontend
2022-06-14 10:24:34 +02:00
olav
aaa540fc1c
4.13.0-beta.0
2022-06-14 10:11:35 +02:00
Tymoteusz Czech
1d8c286c79
fix archive type column
2022-06-14 09:36:33 +02:00
Tymoteusz Czech
f35d3a4881
update table search and columns width
2022-06-14 09:32:04 +02:00
Tymoteusz Czech
439d7c1745
hide project column on project archive
2022-06-14 09:19:41 +02:00
Tymoteusz Czech
fdac3a6eaf
fix archive row virtualization
2022-06-14 09:16:27 +02:00
Christopher Kolstad
780bb06dba
task: add open-api for tag-types ( #1700 )
...
* task: add open-api for tag-types
2022-06-14 09:06:41 +02:00
olav
7ba8cd05eb
fix: do not require Content-Type for requests without body ( #1707 )
...
* fix: do not require Content-Type for requests without body
* fix: require Content-Type for feature update requests
2022-06-14 08:16:08 +02:00
andreas-unleash
de8119961f
Merge branch 'main' into archive_table
2022-06-14 09:14:31 +03:00
Renovate Bot
c810959e26
chore(deps): update storybook monorepo to v6.5.9
2022-06-14 05:28:52 +00:00
Renovate Bot
0f35bd3172
chore(deps): update dependency @babel/core to v7.18.5
2022-06-14 01:52:04 +00:00
Renovate Bot
bd67dcbd31
chore(deps): update dependency immer to v9.0.15
2022-06-13 23:50:42 +00:00
Renovate Bot
0b6f5448f0
chore(deps): update dependency @storybook/testing-library to v0.0.13
2022-06-13 21:10:33 +00:00