Ivar Conradi Østhus
b0e6d8c363
fix: User should require a ID field set ( #799 )
2021-04-22 23:40:52 +02:00
Ivar Conradi Østhus
424d4e209e
fix: introduce settingService
2021-04-22 22:54:08 +02:00
Christopher Kolstad
240c6a77a1
Feat/options need types ( #794 )
...
feat: options are now typed
- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
Christopher Kolstad
4246baee16
feat: add ui-bootstrap endpoint ( #790 )
...
* feat: add ui-bootstrap endpoint
- Reducing calls needed for frontend to 1 instead of the current 6
fixes : #789
2021-04-20 12:32:02 +02:00
Christopher Kolstad
b55c85783b
Reset token ( #786 )
...
feat: Add Reset token functionality
This allows admin users to create a reset token for other users. Thus allowing resetting their password.
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
fixes : #778
2021-04-16 15:29:23 +02:00
Ivar Conradi Østhus
23ea21babf
fix: rename rbac roles. ( #788 )
...
* fix: rename rbac roles.
Root-roles:
- Admin
- Editor
- Viewer
Project roles:
- Owner
- Member
* Update src/lib/services/access-service.ts
* Update src/migrations/20210415173116-rbac-rename-roles.js
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-04-16 10:45:15 +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
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
Ivar Conradi Østhus
dfb890c638
Feat: Api-Tokens ( #774 )
...
fixes : #774
2021-03-29 19:58:11 +02: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
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
Christopher Kolstad
3e2ec968f2
fix: always set instanceid in uiconfig
2021-03-15 08:46:28 +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
Ivar Conradi Østhus
40bde7c08b
fix: projectId must follow nameType in query
2021-03-05 14:12:56 +01:00
Christopher Kolstad
9e649118e5
fix: publish events about unannounced applications
...
fixes : #747
2021-03-05 14:01:15 +01:00
Fredrik Strand Oseberg
8e0bae7352
feat/return feature on create ( #742 )
...
* feat: return feature on create
* refactor: change test to verify returning object
* fix: return undefined instead of null
2021-03-04 13:28:31 +01:00
Christopher Kolstad
ec3d6e95bc
chore: remove superfluous logging from client registration
2021-03-04 13:04:32 +01:00
Christopher Kolstad
4808eb32ff
feat: add support for bulk operations on client apps/instance registr… ( #744 )
...
* feat: add support for bulk operations on client apps/instance registration
-- stores client registrations for 5 seconds, then runs distinct and inserts them into db
fixes : #732
2021-03-04 12:54:13 +01:00
Ivar Conradi Østhus
55dd2ed72b
fix: project id should be validated correctly on create
2021-02-24 13:24:28 +01:00
Clint Checketts
5f83fbc43d
chore: Add eslint rules and fix strings to pass rules
2021-02-22 22:20:10 -07:00
Christopher Kolstad
35486efe77
Add instance id to ui-config endpoint
2021-02-22 14:21:23 +01:00
Christopher Kolstad
c2db551252
fix: Don't check version when starting up in dev mode
2021-02-19 11:16:35 +01:00
Christopher Kolstad
b83387a84a
Add a version service ( #729 )
...
- Checks versions against https://version.unleash.run
- Generates a unique instance id (uuid)
2021-02-19 11:13:25 +01:00
Ivar Conradi Østhus
b17e9a4bda
feat: Introduce specific "feature stale" events ( #727 )
...
fixes : #776
2021-02-18 09:18:04 +01:00
Fredrik Strand Oseberg
c1aab06798
Feature/setup typescript
...
This sets up the typescript compiler.
Allowing gradual migration to typescript.
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.oseberg@getunleash.ai>
Co-authored-by: Clint Checkett <clintchecketts@churchofjesuschrist.org>
fixes : #676
2021-02-12 11:42:00 +01:00