1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Commit Graph

687 Commits

Author SHA1 Message Date
ivaosthu
8c869cc5c2 Add required flag to strategy parameters 2016-12-12 16:56:52 +01:00
ivaosthu
e34eed6ecf Strategy should use better param description
Adds support for more fields sucha as description, required, etc.

relates to #182
2016-12-12 16:52:20 +01:00
ivaosthu
70c2078539 Strategy list should be sorted by name 2016-12-10 12:12:00 +01:00
Ivar Conradi Østhus
b62ee42c9a Merge pull request #181 from Unleash/cleanup_db_migrations
Cleanup client_instances
2016-12-10 11:43:30 +01:00
ivaosthu
2bd7b24dea Cleanup legacy migrations 2016-12-10 11:39:21 +01:00
ivaosthu
b67f9a6487 Cleanup client_instances
related to #176
2016-12-10 11:14:35 +01:00
sveisvei
fbb0445942 inject metadata on toplevel 2016-12-09 22:03:25 +01:00
sveisvei
4c454d5d08 serve with metadata 2016-12-09 22:01:43 +01:00
sveisvei
3346108594 Revert "Remove /api/client/seen-toggles as we don't need it anyway"
This reverts commit 63e6931265.
2016-12-09 20:21:24 +01:00
ivaosthu
63e6931265 Remove /api/client/seen-toggles as we don't need it anyway 2016-12-09 17:46:08 +01:00
Ivar Conradi Østhus
2f6dabb8ea Merge pull request #180 from Unleash/add-metadata
client applications
2016-12-09 17:38:58 +01:00
ivaosthu
ab3694cc94 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.
2016-12-09 17:30:12 +01:00
ivaosthu
46c8d83dc1 A client-register should upsert client_applications table 2016-12-09 16:25:18 +01:00
ivaosthu
ac846b9879 Add client_applications table 2016-12-09 16:02:06 +01:00
sveisvei
50f3cf9a82 fix lint and mock 2016-12-09 15:25:37 +01:00
sveisvei
80d3f5be1c client applications 2016-12-09 15:25:37 +01:00
sveisvei
baf2c62f25 recieve togglename to archive or revive via path 2016-12-09 14:54:18 +01:00
sveisvei
d6bdc578c9 uppercase event type key constants 2016-12-09 14:50:30 +01:00
Ivar Conradi Østhus
775b6f5900 Delete app.js 2016-12-05 22:31:45 +01:00
ivaosthu
b56be10276 Added enpoint for fetching application implementing a strategy
`/api/client/applications?strategyName=foo` now returns list of
apps implementing that strategy!
2016-12-05 22:20:35 +01:00
sveisvei
7c2196cbc1 send toggleName back 2016-12-05 17:58:29 +01:00
ivaosthu
2eb9e878b1 amend prev commit 2016-12-05 15:50:34 +01:00
ivaosthu
e58bf41b91 fix strateiges format for /client/applications 2016-12-05 15:40:05 +01:00
sveisvei
421a6413bf fetch seen apps instead 2016-12-05 13:53:53 +01:00
sveisvei
e9938d9a5b add getAppsFromToggleName 2016-12-05 13:27:18 +01:00
sveisvei
94ee490e0d fix typ0 2016-12-05 13:27:18 +01:00
Ivar Conradi Østhus
a5d1e4eb0c Merge pull request #179 from bjarneo/patch-1
fix typos
2016-12-05 11:09:55 +01:00
Ivar Conradi Østhus
215356b49a Update README.md 2016-12-05 10:55:11 +01:00
Ivar Conradi Østhus
a7afba1312 Update README.md 2016-12-05 10:51:11 +01:00
bjarneo
daa3d57472 fix typos 2016-12-05 10:32:29 +01:00
Ivar Conradi Østhus
512d13c059 Merge pull request #178 from bjarneo/patch-1
fix typos
2016-12-05 10:08:50 +01:00
bjarneo
c6eb0d832b fix typos 2016-12-05 09:40:34 +01:00
bjarneo
0580aa6655 fix typos 2016-12-05 09:38:13 +01:00
sveisvei
77858218cf only log if num of cleaned is above 0 2016-12-04 22:12:35 +01:00
sveisvei
7513c045c1 add single toggle metric endpoint 2016-12-04 18:08:19 +01:00
sveisvei
5bf0b36588 fix lint 2016-12-04 14:09:37 +01:00
ivaosthu
de55bbc9ef Option to disable request logging.
Because all request details are available via
prometheus there is no need to also log all requests.

This solves #164 but we should still replace log4j with something else.
2016-12-03 14:09:09 +01:00
ivaosthu
dba0b2b2ae remove console... 2016-12-03 13:53:52 +01:00
ivaosthu
7189b0ba33 replace commander with yargs 2016-12-03 13:45:34 +01:00
Ivar Conradi Østhus
531f4e1a7c Update README.md 2016-12-03 13:25:50 +01:00
ivaosthu
addf6b584d more docs 2016-12-03 13:23:08 +01:00
ivaosthu
57a6c855c9 Docs wip 2016-12-02 17:58:27 +01:00
ivaosthu
c3b8ed38f0 readme 2016-12-02 17:47:13 +01:00
ivaosthu
291fc10694 only one level of creating options 2016-12-02 17:21:54 +01:00
ivaosthu
10a434a992 more tests 2016-12-02 17:19:59 +01:00
ivaosthu
c3b4f686eb cleanup bin 2016-12-02 16:34:05 +01:00
ivaosthu
69e2827d9a minor cleanup 2016-12-02 16:20:13 +01:00
ivaosthu
c32f29e66b Simplify metrics: We only need timings as it includes counts for free 2016-12-01 18:10:25 +01:00
ivaosthu
c75b12a7ac cleanup 2016-12-01 17:47:51 +01:00
ivaosthu
5f39115914 Server Metrics: add response time and status codes 2016-12-01 17:43:08 +01:00