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

1787 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
223bbbb50d
fix: upgrade unleash-frontend to latest alpha 2021-04-12 20:29:00 +02:00
Ivar Conradi Østhus
9e7d2f845a
fix: migrate all permissions to rbac (#782)
* fix: migrate all permissions to rbac
* fix: update migration guide

fixes #782
2021-04-12 20:25:03 +02:00
Ivar Conradi Østhus
9bd425c193
feat: Add username/password authentication (#777) 2021-04-09 13:46:53 +02:00
Fredrik Strand Oseberg
b7b19de442
fix: add default empty array to strategies from db (#781) 2021-04-09 11:27:50 +02:00
Christopher Kolstad
99fd210392
feat: added basic email-service (#780)
* feat: added basic email-service
* feat: preview endpoint for plaintext/html templates
* chore: Updated docs
fixes: #757
2021-04-09 11:16:06 +02:00
Martin Folkeseth
5d41e63077
Chore: new amedia logo (#776) 2021-04-06 19:16:43 +02:00
Christopher Kolstad
2850052cc5 fix: Clear-Site-Data header needs to be double quoted 2021-04-06 16:09:09 +02:00
Fredrik Oseberg
696004b5ec 4.0.0-alpha.1 2021-03-30 15:59:14 +02:00
Fredrik Oseberg
67a5a27902 chore: update changelog 2021-03-30 15:59:08 +02:00
Fredrik Oseberg
e0682fd8fb chore: upgrade frontend 4.0.0-alpha.1 2021-03-30 15:58:36 +02:00
Ivar Conradi Østhus
baf750c05a
feat: upgrade unleash-frontend to 4.0.0-alpha.0 2021-03-30 15:21:02 +02:00
Ivar Conradi Østhus
58137b8579
4.0.0-alpha.0 2021-03-29 20:33:01 +02:00
Ivar Conradi Østhus
75bbb0fccd
chore: update CHANGELOG.md 2021-03-29 20:31:17 +02:00
dependabot[bot]
2dc62abbe4
chore(deps): bump y18n from 4.0.0 to 4.0.1 (#775)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 20:11:22 +02:00
Ivar Conradi Østhus
dfb890c638
Feat: Api-Tokens (#774)
fixes: #774
2021-03-29 19:58:11 +02:00
Ivar Conradi Østhus
f2de0aba65
3.17.4 2021-03-26 14:45:27 +01:00
Ivar Conradi Østhus
a7bafb1190
chore: update changelog 2021-03-26 14:44:35 +01:00
Ivar Conradi Østhus
b6793d2957
fix: version-checker must have instanceId 2021-03-26 14:38:51 +01:00
Ivar Conradi Østhus
5d284e3ac9
fix: ensure createdBy is not empty 2021-03-26 13:57:01 +01:00
Christopher Kolstad
b9bfa10e30 Update changelog 2021-03-26 12:39:55 +01:00
Ivar Conradi Østhus
7a29e344c9
fix: upgrade unleash-frontend to version 3.14.1 2021-03-26 12:38:29 +01:00
Christopher Kolstad
acc39fe38d chore: another missing type 2021-03-26 12:35:14 +01:00
Christopher Kolstad
f191d76737 chore: type argument missing 2021-03-26 12:34:37 +01:00
Christopher Kolstad
205ad921d4
Tags and tag types to ts (#772)
* chore: Converted tag-store and tag-type-store to ts

* chore: Converted tag service and tag type service to ts
2021-03-26 11:03:30 +01:00
Ivar Conradi Østhus
ad04eeb9b5
fix: All migrations requires down step 2021-03-25 08:37:15 +01:00
Christopher Kolstad
2e13bb9368
Make sure we keep the announced status of each app (#770)
* Make sure we keep the announced status of each app

- Since we were running onConflict().merge() we were keeping our entire
  new object from our remapRow method, and that was overwriting the
  current announcement status of the row back to false, unless we'd by
  random chance actually set the announced property on our row to be
  inserted.
* Add migration for cleaning up application-created events
-
fixes: #769
2021-03-23 12:43:33 +01:00
Ivar Conradi Østhus
eca168c500
chore: fix broken /docs link 2021-03-23 12:18:05 +01:00
Ivar Conradi Østhus
7e7554c0ae
fix: convert event-store to typescript (#768) 2021-03-23 08:46:01 +01:00
Ivar Conradi Østhus
9bd23dc735
fix: Make e2e test more stable (#767)
make sure we destroy all the stores which should also cancel
any background work they have for the database.
2021-03-19 22:25:21 +01:00
Ivar Conradi Østhus
f98a902615
chore: Add more media info to README.md 2021-03-19 22:18:01 +01:00
Christopher Kolstad
839ae7fc78 3.17.2 2021-03-19 12:04:54 +01:00
Christopher Kolstad
8a4ba2bbc4 Update changelog 2021-03-19 12:04:11 +01:00
Christopher Kolstad
780464d3ad fix: delete duplicate client instances
- Due to applying a primary key constraint on app_name, instance_id,
  active installations with client_instances that have already violated
  this unique constraint will fail to migrate.
- This commit drops all but the latest instance of each (app_name,
  instance_id) tuple, thus preparing the database for applying the
  unique constraint

Co-authored-by: Ivar Conradi Osthus <ivarconr@gmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-03-19 11:56:57 +01:00
Ivar Conradi Østhus
e3196675c9
fix: event tags does not need undefined guard
the default in the db is "[]" anayways.
2021-03-18 19:25:45 +01:00
Ivar Conradi Østhus
864e01e491
3.17.1 2021-03-18 09:56:49 +01:00
Ivar Conradi Østhus
ec8c207435
chore: update changelog for 3.17.1 2021-03-18 09:56:37 +01:00
Ivar Conradi Østhus
6d8ccaf88b
fix: inital event.tags should be array type 2021-03-18 09:48:11 +01:00
Ivar Conradi Østhus
3a122a3f97
chore: update docs 2021-03-17 08:42:26 +01:00
Fredrik Strand Oseberg
8848956846
docs: add technical debt documentation (#751)
* docs: add technical debt documentation

* fix: unknown toggles id

* fix: add doc
2021-03-16 13:07:45 +01:00
Johannes Gorset
aab069e919
chore(docs) Highlight that databaseUrl overrides db (#763) 2021-03-15 13:04:17 +01:00
Christopher Kolstad
3e2ec968f2 fix: always set instanceid in uiconfig 2021-03-15 08:46:28 +01:00
Ivar Conradi Østhus
1152272ed6
chore: add docs for context api (#762) 2021-03-12 19:08:18 +01:00
Ivar Conradi Østhus
ba959e41f8
Update getting-started.md 2021-03-12 13:12:13 +01:00
Ivar Conradi Østhus
04bfa748f9
3.17.0 2021-03-12 13:06:17 +01:00
Ivar Conradi Østhus
c194bea99b
chore: fix typo in docker network create 2021-03-12 13:04:10 +01:00
Ivar Conradi Østhus
4006703526
chore: update changelog 2021-03-12 12:47:49 +01:00
Ivar Conradi Østhus
ab325b5c6d
fix: upgrade docusaurus 2021-03-12 12:41:52 +01:00
Ivar Conradi Østhus
9ebb398fa6
feat: upgrade unleash-frontend to version 3.14.0 2021-03-12 11:50:12 +01:00
Christopher Kolstad
289cf85a3c
Add import/export for tags and projects (#754)
* Add import/export for tags and projects

Tags includes (tags, tag-types and feature-tags)

fixes: #752
2021-03-12 11:08:10 +01:00
Ivar Conradi Østhus
e1fbe9d013
feat: Default roles and RBAC permission checker. (#735)
This PR Introduces first steps towards RBAC according to our specifications. Rbac will assume users to exist in the Unleash user table with a unique id. This is required to make correct mappings between users and roles.
2021-03-11 22:51:58 +01:00