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

2771 Commits

Author SHA1 Message Date
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
Ivar Conradi Østhus
436f295dc5
fix: convert files to typescript 2021-09-14 19:30:11 +02:00
Ivar Conradi Østhus
d3b9bcb7be
fix: convert feature-schema.test.js to typescript 2021-09-14 12:41:22 +02:00
Christopher Kolstad
751b7d5da3
4.1.4-0 2021-09-14 10:42:04 +02:00
Fredrik Strand Oseberg
26c9d53b89
feat: Move environments to enterprise (#935)
- Adding, updating and renaming environments are meant to be
  enterprise only features, as such, this PR moves these operations out
  of this server

- We still keep sortOrder updating, toggling on/off and getting one,
  getting all, so we can still work with environments in the OSS version
  as well.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-09-13 15:57:38 +02:00
Ivar Conradi Østhus
1b1bb97715
fix: correct failing feature toggle test 2021-09-13 10:44:08 +02:00
Ivar Conradi Østhus
90962434d9
fix: Cleanup new features API with env support (#929) 2021-09-13 10:23:57 +02:00
Ivar Conradi Østhus
15102fe318
4.1.3-0 2021-09-10 12:29:23 +02:00
Christopher Kolstad
561c3d22e9
fix: Added indices and primary key to feature_tag (#936)
* fix: Added indices and primary key as recommended by dbcritic
2021-09-10 12:27:20 +02:00
Ivar Conradi Østhus
5028bb6c60 fix: failing test 2021-09-10 12:25:12 +02:00
Ivar Conradi Østhus
dff86fcfff fix: add resetDb to migrator 2021-09-10 12:25:12 +02:00
Christopher Kolstad
559cad3c27 Set default SMTP port to 587 instead of 567
fixes: #937
2021-09-09 11:42:36 +02:00
Ivar Conradi Østhus
be08250902
docs: add react-sdk to proxy docs. 2021-09-09 10:39:34 +02:00
Ivar Conradi Østhus
014bee12da
Update README.md 2021-09-08 19:29:09 +02:00
Fredrik Oseberg
6ae49c44d0 4.1.2 2021-09-05 12:29:30 +02:00
Fredrik Oseberg
7347ed466d chore: update frontend 2021-09-05 12:29:12 +02:00
Ivar Conradi Østhus
11640e882b fix: fine tune db-config based on experience 2021-09-03 12:57:25 +02:00
Ivar Conradi Østhus
435b2bc83e
chore: trigger docs generation 2021-09-02 14:40:19 +02:00
Ivar Conradi Østhus
c9a2b3d549
fix: set DEPLOYMENT_BRANCH for docusaurus 2021-09-02 14:36:18 +02:00
Ivar Conradi Østhus
09e645933b
fix: upgrade docusaurus to 2.0.0-beta.5 2021-09-02 14:33:32 +02:00
Ivar Conradi Østhus
635d50e1a8 fix: addon-service should only trigger enabled addons
fixes: #932
2021-09-02 12:46:29 +02:00
Ivar Conradi Østhus
c518ddf84c fix: improve performance for fetching active api tokens 2021-09-02 12:46:29 +02:00
Ivar Conradi Østhus
c3bd2acda3
Fix/sso docs (#931)
Update SSO docs to match capabilities introduced in 4.1.x release. 

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-09-02 11:19:02 +02:00
dependabot[bot]
5e5c1f3f7e
chore(deps): bump tar from 6.1.7 to 6.1.11 (#930)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.7 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.7...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  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-01 14:18:00 +02:00
Fredrik Oseberg
f60e95f2cf 4.1.1 2021-09-01 13:34:42 +02:00
Fredrik Oseberg
b07213d279 chore: update frontend 2021-09-01 13:34:26 +02:00
Ivar Conradi Østhus
e8486612b6
fix: set correct projects count in metrics 2021-08-31 23:29:23 +02:00
Ivar Conradi Østhus
2806bbbf72
4.1.0 2021-08-31 21:44:18 +02:00
Mike Francis
8695551488
docs: Added mikefrancis/laravel-unleash (#927)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-31 12:59:55 +02:00
Fredrik Oseberg
36c155a947 4.1.0-beta.15 2021-08-30 14:31:50 +02:00
Fredrik Oseberg
58786db78b chore: update frontend 2021-08-30 14:30:40 +02:00
Ivar Conradi Østhus
172ab43ea5
fix: make sure exising projects get :global: env automatically 2021-08-30 13:47:01 +02:00
Ivar Conradi Østhus
933db83ec6
docs: cleanup unleash-hosted refereces 2021-08-30 09:36:26 +02:00
Ivar Conradi Østhus
db77dcb11d
4.1.0-beta.14 2021-08-27 19:33:26 +02:00
Ivar Conradi Østhus
20d934e808
fix: upgrade unleash-frontend to v4.1.0-beta.10 2021-08-27 19:33:07 +02:00
Ivar Conradi Østhus
9b521de34e
fix: correct data format for FEATURE_CREATED event 2021-08-27 19:30:51 +02:00
Fredrik Oseberg
18acd4b1cc 4.1.0-beta.13 2021-08-27 13:47:27 +02:00
Fredrik Oseberg
bbdb174b95 chore: update frontend 2021-08-27 13:47:07 +02:00
Fredrik Oseberg
1830e9e83b 4.1.0-beta.12 2021-08-27 13:26:11 +02:00
Fredrik Oseberg
a4b4dd8f9e chore: update frontend 2021-08-27 13:25:54 +02:00
Ivar Conradi Østhus
14bbc9c1ad
fix: oas docs on root 2021-08-27 12:10:53 +02:00
Ivar Conradi Østhus
d0d49051ac
Revert "fix: oas being overriden"
This reverts commit e03bac9e64.
2021-08-27 12:08:26 +02:00
Ivar Conradi Østhus
e03bac9e64
fix: oas being overriden 2021-08-27 12:02:02 +02:00
Ivar Conradi Østhus
cecdd96863
fix: only add strategies to addon texts when available 2021-08-27 10:15:56 +02:00