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

1029 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
deeca792da chore(changelog): Updated changelog for 3.0.0-alpha.10 2018-02-07 22:04:59 +01:00
Ivar Conradi Østhus
4ed3abea22 fix(store): DB should not override createdAt if set. 2018-02-07 21:58:53 +01:00
Ivar Conradi Østhus
ebef071ab5 chore(package.json): Bump unleash-frontend to 3.0.0-alpha.7 2018-02-05 08:56:07 +01:00
Ivar Conradi Østhus
260c940851 chore(yarn.lock) update lockfile 2018-02-02 21:31:12 +00:00
Ivar Conradi Østhus
141d5f9099
Merge pull request #294 from Unleash/greenkeeper/yargs-11.0.0
Update yargs to the latest version 🚀
2018-02-02 22:29:34 +01:00
Ivar Conradi Østhus
4c85c6d475
Merge pull request #296 from Unleash/greenkeeper/db-migrate-pg-0.3.0
Update db-migrate-pg to the latest version 🚀
2018-01-28 13:45:39 +01:00
greenkeeperio-bot
c343a4c4e1 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-01-27 13:32:49 +00:00
greenkeeper[bot]
9eee1ad214 fix(package): update db-migrate-pg to version 0.3.0 2018-01-27 13:31:15 +00:00
greenkeeperio-bot
edcfa1c1a0 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-01-26 17:09:32 +01:00
greenkeeper[bot]
c4bb1dffd1 chore(package): update ava to version 0.25.0 2018-01-26 17:09:32 +01:00
greenkeeperio-bot
6ce9719793 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-01-23 18:50:57 +00:00
greenkeeper[bot]
ff778bca83 fix(package): update yargs to version 11.0.0 2018-01-23 18:47:00 +00:00
Ivar Conradi Østhus
1bb6fdbb70 3.0.0-alpha.9 2018-01-23 09:11:11 +01:00
Ivar Conradi Østhus
75dfc96176 Merge branch 'master' of github.com:Unleash/unleash 2018-01-23 09:08:48 +01:00
Ivar Conradi Østhus
3f111484c6 update CHANGELOG.md 2018-01-23 09:08:31 +01:00
Ivar Conradi Østhus
f65655f7cc
Merge pull request #293 from panel/auth-docs
Add example and documentation around triggering login modal #234
2018-01-23 08:57:09 +01:00
Ivar Conradi Østhus
25ec01fe6f
Update basic-auth-hook.js 2018-01-23 08:56:22 +01:00
Ivar Conradi Østhus
20e690bea2
Update basic-auth-hook.js 2018-01-23 08:56:04 +01:00
Ivar Conradi Østhus
b9c432d617
Fix typo 2018-01-23 08:55:10 +01:00
Ivar Conradi Østhus
fb93e6d61b
Merge pull request #292 from Unleash/fix-name-validation
Bugfix: more informative name validation errors
2018-01-23 08:54:07 +01:00
Paul Nelson
2bdc05ae15 Add example and documentation around triggering login modal #234 2018-01-20 13:35:54 -06:00
ivaosthu
56ca8bde7a Bugfix: more informative name validation errors
Will know tell the user if the toggle name is already
in use by an active feature toggle or an archived toggle.

Also brings lates unleash-frontend fix, which prevents an
invalid form from submitting.

closes: #290, #291
2018-01-20 14:11:44 +01:00
ivaosthu
f08136e508 update yarn.lock 2018-01-20 14:11:27 +01:00
ivaosthu
ed46fbf3cb Bump unleash-frontend to 3.0.0-alpha.6 2018-01-20 14:09:42 +01:00
Ivar Conradi Østhus
f2ca6c581b
Update migration-guide.md 2018-01-18 08:47:42 +01:00
Ivar Conradi Østhus
daaf13fdc0
Update getting-started.md 2018-01-18 08:43:09 +01:00
Ivar Conradi Østhus
63de9a6a70
Update securing-unleash.md 2018-01-17 21:58:08 +01:00
ivaosthu
d9dc95cc9e 3.0.0-alpha.8 2018-01-17 16:00:49 +01:00
Ivar Conradi Østhus
93410de68d
Merge pull request #283 from Unleash/admin_auth
[Auth] Support for providing custom Oauth 2.0 provider
2018-01-17 15:58:57 +01:00
ivaosthu
ca98b5db8e Update CHANGELOG.md for 3.0.0-alpha.8 2018-01-17 15:58:10 +01:00
ivaosthu
b3968e669c Bump unleash-frontend to 3.0.0-alpha.5 2018-01-17 15:55:31 +01:00
ivaosthu
d226620a6d Fix rebase error 2018-01-17 15:39:53 +01:00
ivaosthu
28d6a1b46e A bit of house-keeping 2018-01-17 15:36:38 +01:00
ivaosthu
b222c9acd9 Add sign-out route #288 2018-01-17 15:36:38 +01:00
ivaosthu
a9ee3a09a8 Use joi instead of assert 2018-01-17 15:36:38 +01:00
ivaosthu
9eed7a0601 Fix typo in simple-authentication.js 2018-01-17 15:36:38 +01:00
ivaosthu
ce18073ebc Document authenticion options passed ot unelash. #233 2018-01-17 15:36:38 +01:00
ivaosthu
3ef6f0f4b8 Document how to secure client api #231 2018-01-17 15:36:36 +01:00
ivaosthu
04e94b2d7f Document how to secure Unleash.
closes: #233
2018-01-17 15:35:52 +01:00
ivaosthu
323320b64d Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2018-01-16 14:26:32 +01:00
ivaosthu
8eb0fdc312 Add a heroku deploy button
closes #120
2018-01-15 09:15:19 +01:00
ivaosthu
7cebca1d7d Add postgres addon to app.json 2018-01-15 09:12:27 +01:00
ivaosthu
6ec7a52ce3 Add logo to app.json 2018-01-15 09:06:50 +01:00
ivaosthu
14d115d6de Create an app.json manifest 2018-01-15 09:03:07 +01:00
Ivar Conradi Østhus
4efd371447 fix lockfile 2018-01-08 21:57:05 +01:00
Ivar Conradi Østhus
6833d882c7
Merge pull request #286 from Unleash/greenkeeper/@types/node-9.3.0
Update @types/node to the latest version 🚀
2018-01-08 21:55:12 +01:00
greenkeeper[bot]
9f3636ad3f chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-01-08 17:18:55 +00:00
greenkeeper[bot]
66272c4fb0 chore(package): update @types/node to version 9.3.0 2018-01-08 17:05:01 +00:00
ivaosthu
1cea6aac29 3.0.0-alpha.7 2017-12-18 15:38:59 +01:00
ivaosthu
bd0fbfdfe0 update changelog 2017-12-18 15:38:43 +01:00