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

2328 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
0cbe83840f fix: Environments documentation
This commits adds the inital documentation to make it easier to understand
the new feature envrionment concept. I expect that we will need multiple
iterations to make it spot on.

Related to #1042
2021-10-26 11:25:19 +02:00
algestam
f024030771
fix: place dollar sign before amount (#1066) 2021-10-26 07:16:16 +02:00
Renovate Bot
3aedd5298a chore(deps): update typescript-eslint monorepo to v5.2.0 2021-10-25 21:20:34 +00:00
Ivar Conradi Østhus
07202a9910
fix: removing a strategy from a toggle should only require UPDATE_FEATURE permission 2021-10-25 11:14:38 +02:00
Renovate Bot
1c8f142699 chore(deps): update dependency lint-staged to v11.2.4 2021-10-23 22:28:25 +00:00
David Alpert
dc9c55234e
Chore: rework docker-postgres.sh to be cross-platform (#1037)
I found the previous docker-postgres.sh script did not
work for me on macOS. this commit abstracts a pair
of commands behind functions which can be customized
by platform.

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-23 09:12:34 +02:00
Renovate Bot
95fe1bc91c chore(deps): update dependency eslint to v8.1.0 2021-10-23 03:02:34 +00:00
Renovate Bot
ab1e5f3f97 chore(deps): update dependency @types/js-yaml to v4.0.4 2021-10-23 01:29:24 +00:00
Renovate Bot
5169a0bcd3 chore(deps): update dependency ts-node to v10.4.0 2021-10-23 00:06:53 +00:00
Ivar Conradi Østhus
149e1e5a32
4.2.0-beta.7 2021-10-22 13:42:41 +02:00
Ivar Conradi Østhus
81217da7a8
fix: bump unleash-frontend to 4.2.10 2021-10-22 13:42:18 +02:00
Ivar Conradi Østhus
8fb137cb40
Update feature-toggle-types.md 2021-10-22 09:31:57 +02:00
Ivar Conradi Østhus
e19148d240
4.2.0-beta.6 2021-10-21 22:37:05 +02:00
Ivar Conradi Østhus
66a1d1b6cf
fix: bump unleash-frontend to 4.2.9 2021-10-21 22:36:48 +02:00
Christopher Kolstad
6914bd7908
fix: Only trigger environment enabled/disabled events if different f… (#1053)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-21 22:33:50 +02:00
renovate[bot]
9b3e62c56f
chore(deps): update dependency eslint to v8 (#1012)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-21 21:07:27 +02:00
Ivar Conradi Østhus
1924961efa
fix: simplify how we update projects 2021-10-21 21:06:56 +02:00
Christopher Kolstad
f0dfe204ee
fix: Remove duplicate FEATURE_METADATA_UPDATED from events list for webhook addon (#1052) 2021-10-21 20:54:03 +02:00
Ivar Conradi Østhus
a0d5b04388
fix: only send FEATURE_UPDATED for legacy (#1054)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-10-21 20:53:39 +02:00
renovate[bot]
e3db792c5c
fix(deps): update docusaurus monorepo to v2.0.0-beta.8 (#1057)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-21 20:53:21 +02:00
Renovate Bot
809f1acdbf chore(deps): update dependency ts-node to v10.3.1 2021-10-21 18:28:40 +00:00
Ivar Conradi Østhus
644ed0d6c8
4.2.0-beta.5 2021-10-21 10:57:51 +02:00
Ivar Conradi Østhus
e15788fe94
fix: bump unleash-frontend to 4.2.8 2021-10-21 10:56:31 +02:00
renovate[bot]
6e2713ad9c
chore(deps): update typescript-eslint monorepo to v5 (#1018)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-21 10:29:38 +02:00
Christopher Kolstad
b7b5f0caa0
fix: add constraint for changing project. (#1049)
- In order for a feature toggle to be allowed to change project, the
  target project must have the same enabled environments.
- If the feature toggle has an environment which is not in use that does
  not exist in target project, this is ok.

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-10-21 10:29:09 +02:00
Ivar Conradi Østhus
3484340cd0
fix: only add project environments if enabled (#1050) 2021-10-21 10:14:35 +02:00
Renovate Bot
e345980dcf chore(deps): update dependency husky to v7.0.4 2021-10-21 06:03:10 +00:00
Ivar Conradi Østhus
c657cd588c
4.2.0-beta.4 2021-10-20 13:27:24 +02:00
Ivar Conradi Østhus
3e1a745db9
fix: bump unleash-frontend to 4.2.7 2021-10-20 13:27:06 +02:00
Christopher Kolstad
62b121285c
Create a apiuser for demo auth. (#1045)
- If api token middleware is disabled, still allow calls to /api/client with a
  populated fake api user with client access.
2021-10-20 13:16:07 +02:00
Christopher Kolstad
28d0238732
add try-catch to demo auth middleware (#1044)
- Since we validate email used in auth the route function needs to
  handle the possibility that userService.loginUserWithoutPassword can
  throw.
2021-10-19 14:24:23 +02:00
Renovate Bot
72445b6423 chore(deps): update dependency jest to v27.3.1 2021-10-19 10:20:23 +00:00
Christopher Kolstad
1f37b0bf4b
fix: make hasPermission call handle api tokens (#1041) 2021-10-19 11:34:56 +02:00
Christopher Kolstad
26407cc02e
Fix/feature strategies needs project update (#1040)
* Make sure feature_strategies follow feature to new project
2021-10-19 09:49:43 +02:00
Renovate Bot
3f02e9c070 chore(deps): update dependency jest to v27.3.0 2021-10-17 20:23:53 +00:00
Renovate Bot
99c1039b4d chore(deps): update node.js to v14.18.1 2021-10-17 14:11:14 +00:00
David Alpert
0681a7b1d3
chore(node-version): move node spec to .node-version (#1034)
placing the required node version in a .node-version
file allows it to be read programatically by node
version managers like nodenv, asdf, etc
2021-10-17 15:26:59 +02:00
David Alpert
1d828e8190
docs: add reference to developer-guide (#1035) 2021-10-17 15:21:25 +02:00
Renovate Bot
51e535baf3 chore(deps): update dependency ts-jest to v27.0.7 2021-10-16 12:08:52 +00:00
Renovate Bot
44bb2ec760 chore(deps): update dependency @types/faker to v5.5.9 2021-10-16 08:57:58 +00:00
Ivar Conradi Østhus
3b925902d7
fix: event-log 2021-10-15 20:11:51 +02:00
Ivar Conradi Østhus
706e711819
Update developer-guide.md 2021-10-15 19:43:29 +02:00
Renovate Bot
8f6b89cc9e fix(deps): update docusaurus monorepo to v2.0.0-beta.7 2021-10-15 15:15:10 +00:00
Ivar Conradi Østhus
20282e05de
4.2.0-beta.3 2021-10-15 14:19:35 +02:00
Ivar Conradi Østhus
524bbc9bab
fix: bump unleash-frontend to 4.2.6 2021-10-15 14:19:16 +02:00
Renovate Bot
cdec9ee40d chore(deps): update dependency ts-jest to v27.0.6 2021-10-14 21:50:39 +00:00
Ivar Conradi Østhus
87a2710a84
4.2.0-beta.2 2021-10-14 09:46:12 +02:00
Ivar Conradi Østhus
064e5ccf29
fix: bump unleash-forntend to 4.2.5 2021-10-14 09:45:48 +02:00
Ivar Conradi Østhus
5f6758d8f0
fix: update context field does not await the response (#1027) 2021-10-14 08:30:36 +02:00
Renovate Bot
6957c44add fix(deps): update dependency unleash-frontend to v4.2.4 2021-10-13 21:32:58 +00:00