Moritz Johner
3f7040772e
feat: add db query latency metrics ( #473 )
...
* feat: add db metrics
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
* fix: use base unit
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2019-08-04 11:10:50 +02:00
ivaosthu
a13f225bb8
fix: update knex to version 0.19.1
2019-07-29 11:07:01 +02:00
ivaosthu
fcd612dda2
remove unused dependency install
2019-07-29 11:05:32 +02:00
ivaosthu
484aeb5c24
fix: Upgrade lint-staged to version 9.2.1
2019-07-29 11:00:29 +02:00
ivaosthu
a93e986225
fix: Upgrade husky to version 3.0.1
2019-07-29 10:59:36 +02:00
ivaosthu
d9718eb270
fix: upgrade eslint to version 6.1.0
2019-07-29 10:58:26 +02:00
ivaosthu
859d18ff18
fix: Update unleash-frontend to version 3.2.6
2019-07-29 10:54:47 +02:00
ivaosthu
8ac210e887
fix: upgrade ava to 2.2.0
2019-07-29 10:41:42 +02:00
greenkeeper[bot]
ba6ca3980c
fix: Update @passport-next/passport to the latest version 🚀 ( #469 )
...
* chore(package): update @passport-next/passport to version 3.0.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2019-07-29 10:16:47 +02:00
ivaosthu
f54a36b5f4
chore: update readme
2019-07-07 19:50:52 +02:00
ivaosthu
8f270167e5
chore: Add webhook guide do website
2019-06-20 19:32:41 +02:00
Ran Magen
fb1c9d372a
Chore: Add guide for how to use eventHook to send updates to Slack ( #459 )
...
* Add guide for how to use eventHook to send updates to Slack
* better slack url
* use require instead of import
2019-06-20 18:48:25 +02:00
ivaosthu
cdef5f33b3
3.2.14
2019-06-18 20:42:47 +02:00
ivaosthu
6d3f41bc3b
fix: Unleash bin should allow databaseUrl to be defined in env
...
This was a regreission introduced in b2ce6f7a48
2019-06-18 20:34:08 +02:00
ivaosthu
19e7b34812
chore: add a test to verify eventHook registration
2019-06-18 19:59:24 +02:00
ivaosthu
7129f607c4
3.2.13
2019-06-18 19:35:38 +02:00
ivaosthu
a9333927b0
chore: Update changelog
2019-06-18 19:35:13 +02:00
Ran Magen
530bfcec1b
feat: add option and functionality that allows a user to hook into feature mutations ( #457 )
...
* Add option and functionality that allows a user to hook into feature mutations.
* Fix function argument to include the entire event.
2019-06-18 19:22:18 +02:00
Derek Wene
48c4832f12
chore: add budgets as a company using unleash ( #456 )
2019-06-16 16:56:24 +02:00
Ran Magen
b2ce6f7a48
fix: Add DATABASE_URL_FILE for loading a db url from a file ( #455 )
2019-06-14 18:10:38 +02:00
ivaosthu
855aae329f
fix: Upgrade knex to version 0.17.5
...
closes #447
2019-06-13 08:42:52 +02:00
greenkeeper[bot]
52bc068aa4
chore: Update db-migrate-pg to version 1.0.0
2019-06-13 07:47:25 +02:00
Ivar Conradi Østhus
ba097ba6de
3.2.12
2019-06-08 13:08:48 +02:00
Ivar Conradi Østhus
ab579fe710
chore: remove console.log in test
2019-06-08 13:05:06 +02:00
Ivar Conradi Østhus
21c9678668
fix: Update nyx to version 14.1.1
...
closes #451
2019-06-08 13:02:38 +02:00
Ivar Conradi Østhus
e3839ea017
fix: Update commander to version 2.20.0
2019-06-08 13:01:04 +02:00
Ivar Conradi Østhus
512956737e
fix: Update docusaurus to version 1.11.0
2019-06-08 12:57:46 +02:00
Ivar Conradi Østhus
0907d4749f
fix: none authentication should have a mock user ( #449 )
...
This also fix the bug introduces where authentication mode triggers readOnly mode in the UI.
2019-06-08 12:50:59 +02:00
ivaosthu
bd92e290b3
fix: Specify helpers in ava
2019-06-06 08:10:58 +02:00
greenkeeper[bot]
e33cc3b117
fix: Update ava to the latest version 🚀 ( #448 )
...
* chore(package): update ava to version 2.0.0
* chore(package): update lockfile yarn.lock
2019-06-06 07:26:34 +02:00
greenkeeper[bot]
54080fe817
chore: Update async to the latest version 🚀 ( #445 )
...
* fix(package): update async to version 3.0.1
* chore(package): update lockfile yarn.lock
2019-05-31 14:17:51 +02:00
ivaosthu
f2d5f3d6b3
chore: typos in README.md
2019-05-31 09:16:22 +02:00
ivaosthu
a9fbb3deb5
chore: Update readme with details about slack
...
releates to #444
2019-05-31 09:08:46 +02:00
ivaosthu
ce0545bfb6
chore: add new screenshot
2019-05-31 08:45:09 +02:00
ivaosthu
93accd1ad2
3.2.11
2019-05-23 12:19:06 +02:00
ivaosthu
dd3d00737c
chore: update changelog
2019-05-23 12:18:43 +02:00
ivaosthu
5ae61e6fc3
chore: Make options more testable
2019-05-22 09:31:01 +02:00
ivaosthu
0e6f5acdd1
chore: use undefined instead of null
2019-05-22 08:56:30 +02:00
Thinh Tran
898a658694
feat: Separate DATABASE_URL to multiple DATABASE_* variable ( #437 )
...
* Support construct database by multiple env variable
* fix typo for test
* Add small change for passord and support ssl
* consider ssl should be true always
2019-05-22 08:24:22 +02:00
Mitchell Herrijgers
50458f2b4a
Fix keycloak sample code eslint issues
2019-05-19 19:21:07 +02:00
Mitchell Herrijgers
918b275e6c
Fix keycloak sample code to use keycloak instead of google
2019-05-19 19:21:07 +02:00
Mitchell Herrijgers
1be8ae8268
Add sample Keycloak Authentication hook
2019-05-19 19:21:07 +02:00
ivaosthu
4814084ff8
3.2.10
2019-05-10 14:45:15 +02:00
ivaosthu
261da3714c
fix: Application fields should be optional.
2019-05-10 13:53:14 +02:00
ivaosthu
b1c2005acd
chore: bump yarn.lock
2019-05-10 10:22:54 +02:00
ivaosthu
efc7679c2a
feat: boolean strategy paramters
2019-05-10 10:22:29 +02:00
ivaosthu
34bb8f2e75
3.2.9
2019-05-06 10:55:48 +02:00
ivaosthu
88d83d11cc
chore: Update changelog
2019-05-06 10:53:38 +02:00
ivaosthu
826174dfb5
fix: should be more allow about empty metrics
2019-05-06 10:50:50 +02:00
ivaosthu
2ceab239ee
3.2.8
2019-05-04 12:05:52 +02:00