ivaosthu
|
5a4ef95fc3
|
2.0.0-alpha.4
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
1f38468b9c
|
fix main script
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
88477f0992
|
Update README.md
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
fd72758768
|
Update getting-started.md
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
34bf0576f7
|
2.0.0-alpha.3
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
1280cb9a61
|
2.0.0-alpha.2
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
0cd575fc8f
|
add all files
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
5d141903fa
|
Update README.md
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
aaf0a2f3d6
|
Update README.md
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
f4d509bb2f
|
Delete shift.sh
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
cd8c6012e8
|
Use released version of unleash-frontend
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
01abf9d619
|
Update migration-guide.md
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
458642f0ff
|
Update migration-guide.md
|
2020-02-20 08:30:44 +01:00 |
|
ivaosthu
|
29da6be0f4
|
Added doc to fix migrations table
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
be7f4784cd
|
Rename database.backup to database-backup.md
|
2020-02-20 08:30:44 +01:00 |
|
Ivar Conradi Østhus
|
aede451d3b
|
Create database.backup
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
744e41f9aa
|
Strategy parameter description is allowed to be empty
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
3758490629
|
Updated strategy-api documentation
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
79de8fb7ed
|
Added api for updating a strategy
relates to #184
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
bc1f647f92
|
use fake timers for ttl test
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
f5578d986e
|
check toggles and strategies in clientapps
|
2020-02-20 08:30:43 +01:00 |
|
Ivar Conradi Østhus
|
d334f3fece
|
Update developer-guide.md
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
f18fe66cc2
|
Update strategy-api docs
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
9ed41ef858
|
Unit tests for strategy-api
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
c8a9b39f27
|
Add schema validation for strategies
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
ba5810506f
|
Fix failing tests
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
7d91f4c1d5
|
Add required flag to strategy parameters
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
082d5068a8
|
Strategy should use better param description
Adds support for more fields sucha as description, required, etc.
relates to #182
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
97f6731140
|
Strategy list should be sorted by name
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
9ba541574a
|
Cleanup legacy migrations
|
2020-02-20 08:30:43 +01:00 |
|
ivaosthu
|
c80a46e2c3
|
Cleanup client_instances
related to #176
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
381e7d4763
|
inject metadata on toplevel
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
d160fe933f
|
serve with metadata
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
76d642069b
|
Revert "Remove /api/client/seen-toggles as we don't need it anyway"
This reverts commit 63e6931265 .
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
52fcfb4a2b
|
Remove /api/client/seen-toggles as we don't need it anyway
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
51442a6cc4
|
Remove client_strategies table
We can just have a strategies column in the client_applications
table. This solves all our needs, and thus avoids the need
for an extra table.
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
8764b952b3
|
A client-register should upsert client_applications table
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
cf385534c8
|
Add client_applications table
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
5ad5127f81
|
fix lint and mock
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
3a6e7d02ef
|
client applications
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
066fe5fdd2
|
recieve togglename to archive or revive via path
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
92111890d9
|
uppercase event type key constants
|
2020-02-20 08:30:42 +01:00 |
|
Ivar Conradi Østhus
|
377ad43bab
|
Delete app.js
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
9c6fad83c2
|
Added enpoint for fetching application implementing a strategy
`/api/client/applications?strategyName=foo` now returns list of
apps implementing that strategy!
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
803fc6752d
|
send toggleName back
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
b12a188faf
|
amend prev commit
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
6cdffb22d0
|
fix strateiges format for /client/applications
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
a959dc777d
|
fetch seen apps instead
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
7609d0abeb
|
add getAppsFromToggleName
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
d3063073b3
|
fix typ0
|
2020-02-20 08:30:42 +01:00 |
|