1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

2314 Commits

Author SHA1 Message Date
renovate[bot]
e6c1f3b56b
chore(deps): update dependency ts-node to v10.2.1 (#973)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 16:03:03 +02:00
renovate[bot]
ae94fd5d76
chore(deps): update dependency prettier to v2.4.1 (#974)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 16:01:52 +02:00
Christopher Kolstad
77d781db12
task: Adds FEATURE_ENVIRONMENT_{ENABLED,DISABLED} events (#970)
* task: Adds FEATURE_ENVIRONMENT_{ENABLED,DISABLED} events
2021-09-27 14:07:26 +02:00
renovate[bot]
4c3679f791
chore(deps): update dependency supertest to v6.1.6 (#969)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-27 13:34:00 +02:00
renovate[bot]
bfbd4ecb6a
chore(deps): update typescript-eslint monorepo to v4.31.2 (#972)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-27 13:29:34 +02:00
renovate[bot]
5bad777607
chore(deps): update dependency typescript to v4.4.3 (#971)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 13:28:43 +02:00
Ivar Conradi Østhus
348cff7001
chore: security resolutions 2021-09-27 13:26:18 +02:00
renovate[bot]
597c7ccba4
chore(deps): update dependency eslint-plugin-import to v2.24.2 (#960)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 13:02:51 +02:00
renovate[bot]
ed95d56c8f
fix(deps): update docusaurus monorepo to v2.0.0-beta.6 (#968)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-27 13:02:29 +02:00
renovate[bot]
4ecf870d8a
fix(deps): update dependency knex to v0.95.11 (#967)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 13:02:04 +02:00
renovate[bot]
d2baca180b
chore(deps): update dependency eslint-plugin-prettier to v3.4.1 (#961)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 12:59:12 +02:00
renovate[bot]
165dcac850
chore(deps): update dependency husky to v7.0.2 (#965)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 12:57:52 +02:00
renovate[bot]
96b110fe52
chore(deps): update dependency source-map-support to v0.5.20 (#966)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 12:22:22 +02:00
renovate[bot]
3bd611afd2
chore(deps): update dependency jest to v27.2.2 (#962)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 12:16:14 +02:00
renovate[bot]
dab3f75751
chore(deps): update dependency trim to v1 (#963)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 12:13:43 +02:00
renovate[bot]
ac1afbce00
chore(deps): update dependency ts-jest to v27.0.5 (#964)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 11:50:01 +02:00
renovate[bot]
bca05597dd
chore(deps): update dependency @types/jest to v27.0.2 (#958)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:20:35 +02:00
renovate[bot]
dd75315c24
fix(deps): pin dependencies (#957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:09:49 +02:00
renovate[bot]
bb93e33b25
chore: Add renovate.json (#956)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 09:06:03 +02:00
Ivar Conradi Østhus
94e237f71a
docs: minor adjustments. 2021-09-26 22:49:51 +02:00
Ivar Conradi Østhus
b2f6b9e343
fix: envrionments should have type 2021-09-24 14:16:13 +02:00
Ivar Conradi Østhus
4b7e1f4a81
feat: rename :global: env to "default" (#947)
Our testing and internal validation has proven that
the :global: environment concept confuses people more
than the problems it solves. We have thus decided to
group all configuration that was created before the
environment concept was introduced in to the "default
environment. This would still make everything work
as before in addition to introducing the env concept.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-09-24 13:55:00 +02:00
Youssef Khedher
833ea32752
Fixed the react link apperance 2021-09-24 10:16:21 +01:00
Christopher Kolstad
0bca321219
fix: Enforce non-nullability of environment type (#950)
* fix: Enforce non-nullability of environment type
2021-09-24 09:11:36 +02:00
Christopher Kolstad
132e801836
Add UPDATE and DELETE TAG_TYPE permissions (#951) 2021-09-24 09:01:15 +02:00
Christopher Kolstad
e42e0f620a
fix: don't include archived feature strategies (#955) 2021-09-24 08:55:53 +02:00
Youssef Khedher
0e82ab28f8
removed the --save from npm command 2021-09-23 21:21:05 +01:00
Youssef Khedher
b766182c9a
removed the --save flag
removed the --save as it is used by default as of npm 5.0.0
2021-09-23 21:19:33 +01:00
Youssef Khedher
118ccf8449
docs: Readme update dashboard screenshot (#953) 2021-09-23 21:19:10 +02:00
Youssef Khedher
d7a44d01a2
docs: remove the conflict between docker steps and docker-compose (#952)
* remove the conflict between docker steps and docker-compose

* fixing a link name typo
2021-09-23 21:18:44 +02:00
dependabot[bot]
d08809ce97
chore(deps): bump prismjs from 1.24.1 to 1.25.0 in /websitev2 (#946)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 21:17:46 +02:00
dependabot[bot]
348312fefa
chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#949)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-23 21:17:31 +02:00
Ivar Conradi Østhus
b08988075c
fix: correct test verifications 2021-09-23 21:14:43 +02:00
Christopher Kolstad
62b0bcbdc4
fix: Added displayName to feature environments 2021-09-23 16:25:24 +02:00
Christopher Kolstad
e7b948e9db
Add type to environments
- Now returns type as part of the environment object when requesting
  a feature
2021-09-23 16:16:31 +02:00
Youssef Khedher
7c1909a4a9
Merge pull request #948 from Unleash/documentation-update
update the docs with the new screenshots
2021-09-22 12:01:24 +01:00
Youssef Khedher
6a3736e866 update the advanced part 2021-09-22 11:29:58 +01:00
Youssef Khedher
d87528e7d4 update the docs with the new screenshots 2021-09-21 16:21:48 +01:00
Ivar Conradi Østhus
c8ec1603ff
chore: set transtivie resolutions 2021-09-20 12:37:53 +02:00
Ivar Conradi Østhus
d239be2a2f
fix: upgrade connect-session-knex to version 2.1.0 2021-09-20 12:34:18 +02:00
Christopher Kolstad
5af2633d6d
added tests and exports for 3.17, 4.0 and 4.1 (#944)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-20 12:29:16 +02:00
Christopher Kolstad
f85f66d4f5
feat: add project and environment columns to events (#942)
* feat: add project and environment columns to events

* Added events for feature_strategy update

* fix duplicate test key for dbInit

* Fix argument list for toggleService calls in tests
2021-09-20 12:13:38 +02:00
Christopher Kolstad
37d6c4886a
Respect sort order when displaying strategies (#943) 2021-09-17 15:11:17 +02:00
Ivar Conradi Østhus
c4b697b57d
Feat/api key scoping (#941)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-09-15 20:28:10 +02:00
Ivar Conradi Østhus
24b057ab6d
fix: lint error 2021-09-14 20:43:05 +02:00
Ivar Conradi Østhus
ab4744e79b
fix: convert schemas to typescript 2021-09-14 20:36:40 +02:00
Ivar Conradi Østhus
dedec5c7d1
fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
Ivar Conradi Østhus
80291dffcf
fix: convert api-def.js to tyoescript 2021-09-14 20:07:05 +02:00
Ivar Conradi Østhus
e2177da114
fix: convert xtract-user.js to typescript 2021-09-14 19:58:48 +02:00
Ivar Conradi Østhus
83bfcde934
fix: convert event-hook.test.js to typescript 2021-09-14 19:34:35 +02:00