1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
Commit Graph

327 Commits

Author SHA1 Message Date
giacung
1212e6b266 Health check should verify that it can talk to the toggle-store (aka DB).
This commit fixes #103 by doing a simple select against the features table.
2015-10-02 13:54:32 +02:00
ivaosthu
df66df2f5c Rewrote failing test 2015-07-22 14:49:30 +02:00
eirslett
c510e1f456 Remove envconsul from Dockerfile
The open source version of Unleash shouldn't depend on envconsul,
since that's an internal operations detail at FINN.no. Instead, we
accept configuration from environment variables passed through from
the "docker run" command, or via Marathon/Mesos.
2015-07-22 13:26:17 +02:00
Stig Kleppe-Jørgensen
b5d8f59152 Use easier method for installing envconsul
Now when a bigger and more complete parent image is used, the curl and
tar tools are feature complete.
2015-06-24 16:58:29 +02:00
Gard Rimestad
bee7b425a8 Start pushing docker images to internal docker registry 2015-06-22 15:34:24 +02:00
Gard Rimestad
46399a9c34 Adding docker build to finnbuild.json 2015-06-22 10:53:10 +02:00
Ivar Conradi Østhus
339328ac26 Merge pull request #101 from finn-no/feature/docker_consul
added docker container and vagrant
2015-06-19 14:46:29 +02:00
audstran
dc1b235df9 added docker container and vagrant 2015-06-19 14:11:02 +02:00
Stig Kleppe-Jørgensen
1fb1b4e085 Make the app runnable with docker-compose 2015-06-17 10:07:50 +02:00
Stig Kleppe-Jørgensen
dd6ea520af Add files for creating docker image
* Base on a small node image (alpine-node)
* Exclude some files from docker build to make the build go faster
2015-06-17 10:00:36 +02:00
Anders Olsen Sandvik
d3a765c86a Add Slack integration 2015-04-08 13:21:40 +02:00
ivaosthu
fb93b6e5ef Webpack should build for production 2015-03-29 20:25:16 +02:00
Ivar Conradi Østhus
f5f3421e3f Merge pull request #96 from finn-no/feature/react-router
Move to react-router.
2015-03-28 10:12:24 +01:00
Ivar Conradi Østhus
0693cc40d3 Added headers to all pages 2015-03-28 09:51:31 +01:00
Ivar Conradi Østhus
5964c374bc Application states should be loaded as high up as possible 2015-03-27 22:19:56 +01:00
ivaosthu
c6c858e94a Clean up entry point 2015-03-27 10:55:42 +01:00
Ivar Conradi Østhus
0c75f92e4c removed unused file 2015-03-24 21:30:26 +01:00
Ivar Conradi Østhus
67c3c50b9b Move to react-router.
Replaced our home built tab-view with the react-router. This
makes routing super simple for us.

https://github.com/rackt/react-router/

relates to #95
2015-03-24 21:25:32 +01:00
ivaosthu
629535552c Disable nsp for now 2015-03-24 08:48:36 +01:00
Ivar Conradi Østhus
0f515366f5 Bugfix stratgy rendering inside create feature form 2015-03-23 23:44:31 +01:00
Ivar Conradi Østhus
6c73527ba0 Upgrade to react 13 2015-03-23 21:33:18 +01:00
Ivar Conradi Østhus
6a23f1c03e Upgrade chai 2015-03-23 21:30:30 +01:00
ivaosthu
46e3e53ba8 Upgrade db-dependencies 2015-03-23 18:56:08 +01:00
ivaosthu
1147b27c4c Fixed jsxhint errors 2015-03-23 18:47:23 +01:00
ivaosthu
ac66ccaaf2 JSXhint on buildserver 2015-03-23 18:38:29 +01:00
ivaosthu
4fb2b0b418 Rollback db-upgrades 2015-03-23 18:26:25 +01:00
ivaosthu
ccd01215d3 upgraded dependencies 2015-03-23 18:18:32 +01:00
ivaosthu
c553cd2d9e We should atleast be one version up 2015-03-23 18:08:56 +01:00
Ivar Conradi Østhus
2425a91be7 Merge pull request #92 from finn-no/improvement/reflux
Improvement/reflux
2015-03-23 17:43:50 +01:00
ivaosthu
677474a4c0 Added test for the FeatureToggleStore 2015-03-23 17:35:58 +01:00
ivaosthu
7f71dfdaaa Remove loading message 2015-03-23 16:54:13 +01:00
Ivar Conradi Østhus
9054bf9964 ErrorStore should show init-error 2015-03-17 22:56:26 +01:00
Ivar Conradi Østhus
45871ebb40 Single initalizer for all stores. 2015-03-17 22:52:10 +01:00
Ivar Conradi Østhus
97afc144d4 wrapping app-stuff 2015-03-17 22:21:49 +01:00
Ivar Conradi Østhus
ebb1b3b0b7 Pass strategies as props 2015-03-17 22:01:46 +01:00
Ivar Conradi Østhus
31dd7fed5a formatting 2015-03-17 20:40:22 +01:00
Ivar Conradi Østhus
945f4761d5 Added init-error events 2015-03-17 20:34:19 +01:00
Ivar Conradi Østhus
8ba685b67a Added ErrorStore 2015-03-17 20:29:03 +01:00
Ivar Conradi Østhus
96600c5598 Archived toggles in separate store 2015-03-17 18:31:55 +01:00
Ivar Conradi Østhus
acf7445790 loadsh to simplify store 2015-03-17 18:16:06 +01:00
Ivar Conradi Østhus
860a998623 Moved server-stuff to the actions 2015-03-16 21:27:56 +01:00
Anders Olsen Sandvik
915086ac1c Update README.md 2015-03-11 08:57:29 +01:00
Jari Bakken
40b6606a42 Reduce logging in production. 2015-03-10 16:32:40 +01:00
Ivar Conradi Østhus
d495bb1829 Added poller to keep the store in sync with server. 2015-03-05 17:57:42 +01:00
Ivar Conradi Østhus
827faba438 Renamed FeatureToggleStore and simplified action names. 2015-03-05 17:57:35 +01:00
Ivar Conradi Østhus
ff579303fd Inital rewrite of feature-store to reflux 2015-03-05 17:56:42 +01:00
andsandv
94f78797df Check if strategy exsit before deleting it 2015-02-12 11:41:30 +01:00
andsandv
cb1607c903 #76 Add nsp audit-package to test and close #76 2015-02-12 10:53:06 +01:00
andsandv
e7d1740e38 Add test for trying to get strategy that dose not exist 2015-02-10 18:28:17 +01:00
Anders Olsen Sandvik
8def1481ea Merge pull request #84 from finn-no/indent_size
Update files with correct indent_size
2015-02-10 18:20:35 +01:00