1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-23 20:07:40 +02:00
Commit Graph

6379 Commits

Author SHA1 Message Date
olav
42a81e6647 refactor: use --frozen-lockfile in actions (#853) 2022-04-07 11:33:07 +02:00
olav
fb8d0e7efc fix: use the first project if there's no default project (#859)
* refactor: extract FeatureToggleListCreate component

* fix: use the first project if there's no default project
2022-04-07 11:08:05 +02:00
olav
f33ca9db4b feat: expand constraint operator descriptions (2) (#858)
* refactor: remove pre-CO constraints list

* refactor: improve constraints dropdown order

* refactor: simplify prop value

* refactor: add missing space around parameter names

* refactor: remove constraint accordion box shadow

* refactor: show operator descriptions in constraints accordion

* refactor: show operator descriptions in constraints dropdown

* refactor: use ConstraintAccordionList in FeatureOverviewExecution

* refactor: add separators between operators in constraints dropdown

* refactor: remove unnecessary comment
2022-04-07 10:31:06 +02:00
Renovate Bot
21eac0e348 chore(deps): update dependency eslint to v8.12.0 2022-04-07 05:26:10 +00:00
Renovate Bot
b222c7b05b chore(deps): update dependency typescript to v4.6.3 2022-04-07 02:09:54 +00:00
Renovate Bot
e68bce05b4 chore(deps): update dependency prettier to v2.6.2 2022-04-06 23:46:19 +00:00
Renovate Bot
e909d22300 chore(deps): update dependency semver to v7.3.6 2022-04-06 22:24:06 +00:00
Renovate Bot
7c188f3868 chore(deps): update dependency @babel/core to v7.17.9 2022-04-06 22:00:22 +00:00
renovate[bot]
86f03ed3a3
chore(deps): update actions/setup-node action to v3 (#1396)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-06 21:43:29 +02:00
renovate[bot]
19db5bb857
chore(deps): update actions/checkout action to v3 (#1407)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-06 21:43:00 +02:00
renovate[bot]
007cc0a83c
chore(deps): pin dependencies (#1427)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-06 21:42:26 +02:00
renovate[bot]
c88019130d
chore(deps): update dependency ts-jest to v27.1.4 (#1468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-06 21:39:03 +02:00
Ivar Conradi Østhus
cf5878a4b3
chore: update release steps in CONTRIBUTING.md 2022-04-06 21:01:28 +02:00
abhinav1708
66c66c7e4a
feat: events for feature tag and untag (#1355) 2022-04-06 20:51:01 +02:00
Ivar Conradi Østhus
fe45c69fb6
chore: add check-relase script as part of perversion validations. 2022-04-06 20:34:15 +02:00
olav
21dadb75b9 fix: improve header admin menu link order (#860) 2022-04-06 16:29:49 +02:00
Nuno Góis
794327f8e0
fix: reject duplicate segment names (#1475)
* fix: reject duplicate segment names

* refactor: remove unnecessary comment

* refactor: improve validateName logic with existsByName

* fix: removed unused NotFoundError import
2022-04-06 14:01:50 +01:00
Thomas Heartman
a96cb0cc6c
Merge pull request #1477 from Unleash/docs/update-android-docs
docs: change android docs to use `clientKey`, not `clientSecret`
2022-04-06 12:31:50 +02:00
olav
a088866124 refactor: port some things to TS (#843)
* refactor: port useSort to TS

* refactor: port loadingFeatures to TS

* refactor: port admin index to TS

* refactor: port TagTypeList to TS

* refactor: merge route interfaces

* refactor: port common utils to TS

* refactor: fix snapshot date typo

* refactor: port Reporting utils to TS

* refactor: improve PermissionIconButton prop types
2022-04-06 12:22:24 +02:00
olav
73652b66e9 refactor: improve GeneralSelect prop types (#841)
* refactor: improve GeneralSelect prop types

* refactor: intercept ui config requests in auth spec
2022-04-06 12:08:57 +02:00
Thomas Heartman
188f44dfa5
fix: add alternate (shorter) build badge 2022-04-06 11:43:12 +02:00
Thomas Heartman
004e28aded
fix: build badge link 2022-04-06 11:27:02 +02:00
Thomas Heartman
c58f6cf036 chore: add link to ci build from readme 2022-04-06 11:18:05 +02:00
Thomas Heartman
41485ec50a docs: change android docs to use clientKey, not clientSecret 2022-04-06 10:56:51 +02:00
Thomas Heartman
cde34e70e7 chore: adjust heading levels 2022-04-06 10:48:51 +02:00
Thomas Heartman
c769e2190a chore: move community and contribute sections 2022-04-06 10:24:20 +02:00
Thomas Heartman
ce01c7da3f docs: add get started in 2 steps 2022-04-06 10:23:33 +02:00
Thomas Heartman
23826a3a65 chore: swap twitter and slack buttons 2022-04-06 10:22:16 +02:00
Thomas Heartman
6a01539af0 chore: add slack join badge 2022-04-06 09:31:54 +02:00
sighphyre
e889d8e29c feat: Implement multi token support for client tokens
This adds support for multi project tokens to be created. Backward compatibility is handled at 3 different layers here:

- The API is made backwards compatible though a permissive data type that accepts either a project?: string or projects?: string[] property, validation is done through JOI here, which ensures that projects and project are not set together. In the case of neither, this defaults to the previous default of ALL_PROJECTS
- The service layer method to handle adding tokens has been made tolerant to either of the above case and has been deprecated, a new method supporting only the new structure of using projects has been added
- Existing compatibility for consumers of Unleash as a library should not be affected either, the ApiUser constructor is now tolerant to the the first input and will internally map to the new cleaned structure
2022-04-06 08:11:41 +02:00
Ivar Conradi Østhus
f4bfb860c1
4.10.0-beta.2 2022-04-05 21:20:07 +02:00
Ivar Conradi Østhus
f5257b32fa
fix: update release script 2022-04-05 21:18:46 +02:00
Ivar Conradi Østhus
f9d7126e3d
4.10.0-beta.1 2022-04-05 21:12:16 +02:00
Ivar Conradi Østhus
48b19694ef
fix: update unleash-frontend to v4.10.0-beta.5 2022-04-05 21:10:17 +02:00
Ivar Conradi Østhus
e00d5532ad
fix: add release script 2022-04-05 21:09:03 +02:00
olav
6efa9fe75c fix: hide splash screens from API users (#852)
* refactor: add missing user isAPI field

* fix: hide splash screens from API users

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-04-05 20:34:23 +02:00
Thomas Heartman
f22f16eca2 fix(readme): remove mention of Rust as community SDK 2022-04-05 16:10:35 +02:00
Ivar Conradi Østhus
b453cd5c7e 4.10.0-beta.5 2022-04-05 15:24:00 +02:00
Ivar Conradi Østhus
edaa31f3f7 fix: action release.yml 2022-04-05 15:23:22 +02:00
Ivar Conradi Østhus
251df96a91 4.10.0-beta.4 2022-04-05 15:21:51 +02:00
Ivar Conradi Østhus
b874eea1a6 fix: naming for release_changelog action 2022-04-05 15:21:34 +02:00
Ivar Conradi Østhus
97ac994fb1 fix: fidle more with release action 2022-04-05 15:20:56 +02:00
Ivar Conradi Østhus
3608724457 4.10.0-beta.3 2022-04-05 14:59:07 +02:00
Ivar Conradi Østhus
d4d9961ede fix: set npm token 2022-04-05 14:58:47 +02:00
Ivar Conradi Østhus
c1aed734ef fix: use frozen lockfile for release 2022-04-05 14:57:29 +02:00
Ivar Conradi Østhus
9636a323ff 4.10.0-beta.2 2022-04-05 14:49:22 +02:00
Ivar Conradi Østhus
7f92c13a8a fix releas.yml action 2022-04-05 14:48:44 +02:00
Ivar Conradi Østhus
2d7847df07 4.10.0-beta.1 2022-04-05 14:44:39 +02:00
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