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

53 Commits

Author SHA1 Message Date
sveisvei
38a05f0830 Update docs 2017-06-28 10:17:48 +02:00
Ivar Conradi Østhus
6cc686dce1 Update client-specification.md 2017-03-16 21:37:13 +01:00
Ivar Conradi Østhus
a447f4306c Update client-specification.md
typos.
2017-03-16 21:35:43 +01:00
Ivar Conradi Østhus
d9c1a1a34f Merge pull request #212 from Unleash/client_specification
WIP client specification #201
2017-03-16 21:31:27 +01:00
Ivar
d0a1d99e75 more about unleash 2017-03-16 21:28:38 +01:00
Ivar
7c069838cb added unleash-diagram.png 2017-03-16 21:21:56 +01:00
Ivar
bf34a4f338 more docs 2017-03-16 21:14:47 +01:00
ivaosthu
c1342bdac6 WIP client specification #201 2017-03-16 21:14:47 +01:00
Ivar Conradi Østhus
59a926167f Update getting-started.md 2017-02-25 08:53:38 +01:00
Ivar Conradi Østhus
79e9e3cb80 Add files via upload 2017-02-16 16:25:49 +01:00
Ivar Conradi Østhus
b48a797cdf Delete hash_and_normalise.png 2017-02-16 16:24:36 +01:00
Ivar Conradi Østhus
c5fbf0ac75 Update developer-guide.md 2017-02-15 22:26:08 +01:00
Ivar
6f372f6d31 update docs 2017-02-13 21:40:33 +01:00
Ivar Conradi Østhus
f692ef6da5 Remove "z" 2017-02-11 15:43:11 +01:00
Ivar
7964de60d6 Fix typos and other language issues. 2017-02-11 14:35:03 +01:00
Ivar
83a1b57c4d Added docs about provided activation strategies. 2017-02-11 11:39:47 +01:00
Ivar Conradi Østhus
1d10f18710 Add files via upload 2017-02-06 13:06:45 +01:00
ivaosthu
47ba9a7892 Adde some prosa for seen-apps #187 2017-01-06 16:02:43 +01:00
Ivar Conradi Østhus
15502e4e66 Update migration-guide.md
typo
2016-12-28 14:01:15 +01:00
Ivar Conradi Østhus
6ae97f6d5e Update migration-guide.md 2016-12-28 14:00:51 +01:00
Ivar Conradi Østhus
e28675b080 Update migration-guide.md 2016-12-28 13:56:41 +01:00
Ivar Conradi Østhus
edf3408430 Update getting-started.md 2016-12-27 13:16:55 +01:00
Ivar Conradi Østhus
646e1b15e4 Update getting-started.md 2016-12-27 13:16:34 +01:00
Ivar Conradi Østhus
8e187bbcc7 Update getting-started.md 2016-12-23 12:00:07 +01:00
Ivar Conradi Østhus
1a2d7b124c Update migration-guide.md 2016-12-23 10:38:21 +01:00
Ivar Conradi Østhus
a77f6e9a6b Update migration-guide.md 2016-12-23 10:37:43 +01:00
ivaosthu
e8217d93d0 Added doc to fix migrations table 2016-12-23 10:35:02 +01:00
Ivar Conradi Østhus
2f6ccaa9b8 Rename database.backup to database-backup.md 2016-12-20 11:11:51 +01:00
Ivar Conradi Østhus
00d300cd42 Create database.backup 2016-12-20 11:11:36 +01:00
ivaosthu
d301d75817 Updated strategy-api documentation 2016-12-17 13:03:31 +01:00
Ivar Conradi Østhus
5a27da0efe Update developer-guide.md 2016-12-13 21:20:19 +01:00
ivaosthu
cea7b45b1c Update strategy-api docs 2016-12-13 14:07:55 +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
2bd7b24dea Cleanup legacy migrations 2016-12-10 11:39:21 +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
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
ivaosthu
57a6c855c9 Docs wip 2016-12-02 17:58:27 +01:00
ivaosthu
c3b8ed38f0 readme 2016-12-02 17:47:13 +01:00
ivaosthu
aeb925cb1b Some Metrics API cleanups 2016-12-01 17:15:55 +01:00
ivaosthu
57c3e1a0b3 more docs 2016-11-30 23:56:33 +01:00
ivaosthu
b46fb7507f Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes #98
2016-11-30 23:41:57 +01:00
ivaosthu
a4d2da872a More docs 2016-11-30 21:46:40 +01:00
ivaosthu
b1e11794f8 Clean up API documentation 2016-11-30 21:17:39 +01:00
ivaosthu
f312caca7c Metrics: wrte api documentation 2016-11-30 19:03:46 +01:00
sveisvei
84332250d6 update api docs 2016-11-13 20:57:04 +01:00
Sveinung Røsaker
e179e9a364 Update api-v1.md 2016-11-09 12:41:11 +01:00
sveisvei
6896242a11 wip docs 2016-11-04 16:17:46 +01:00
sveisvei
c01ce2d3be format json 2016-11-02 12:55:14 +01:00
Ivar
17dd310514 Added a small getting started document #119 2016-09-29 23:08:36 +02:00
Ivar Conradi Østhus
d9ec0613c3 typo 2016-09-16 14:59:31 +02:00