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

347 Commits

Author SHA1 Message Date
ivaosthu
225db218d3 Move all routes to a routes folder 2016-06-16 14:03:49 +02:00
Ivar
85ac1f4a91 Merge branch 'master' of github.com:finn-no/unleash 2016-06-16 14:03:31 +02:00
Ivar Conradi Østhus
7072aba145 Merge pull request #129 from finn-no/clearer_colors
Clearer colors gives better UI =)
2016-05-11 10:47:27 +02:00
ivaosthu
6cc28ede55 seems like knex 0.11 is more restrict about not using undefined 2016-05-06 11:11:32 +02:00
ivaosthu
65c69369ba upgrade knex 2016-05-06 09:39:37 +02:00
haaeriks
2adbfa1696 ignore all idea files with .gitignore 2016-05-03 12:12:37 +02:00
haaeriks
677432d915 clearer colors for on/off toggles. Helps me who is color blind 2016-05-03 12:12:25 +02:00
Ivar
3b3ef23fd9 gitignore: added Visual Stuido Code IDE ignores 2016-04-30 10:47:17 +02:00
Ivar
2118aff8f4 Run on 'npm lint' as pre-commit hook.
closes #125
2016-04-28 20:52:14 +02:00
sverosak
64e499ae05 upgrade pg to suppport node 6 2016-04-28 08:29:00 +02:00
sverosak
9862780389 add procfile 2016-04-27 22:04:54 +02:00
Anders Olsen Sandvik
f01ef69d7e #108 Add eslint-config-spt and remove jshint (#111)
* #108 Add eslint-config-spt

* #108 Ignore bundle.js file

* #108 Change eslint ignore path to a glob file

* Remove jshint and follow more of eslint rules
2016-04-24 22:41:37 +02:00
ivaosthu
e6098ced3e update finnbuild 2016-03-17 17:12:27 +01:00
Ivar Conradi Østhus
e71ce2c65b Merge pull request #107 from finn-no/upgrade_node
upgrade node to 4.2.2. Closes #106
2016-03-16 21:35:54 +01:00
Ivar
5826a25bb9 Upgrade to node 5.8 2016-03-16 20:44:49 +01:00
Ivar Conradi Østhus
22e28a8384 Merge pull request #109 from Andersos/master
Update dependency moment from 2.9.0 to 2.11.2
2016-03-03 14:25:47 +01:00
Anders Olsen Sandvik
0d87b567bf Update dependency moment from 2.9.0 to 2.11.2
https://nodesecurity.io/advisories/moment_regular-expression-denial-of-service
2016-02-22 14:13:16 +01:00
ivaosthu
aed00c2278 travis should also use latest node 2015-12-01 13:14:16 +01:00
ivaosthu
3fb86a2803 upgrade node to 4.2.2. Closes #106 2015-12-01 12:05:12 +01:00
Ivar Conradi Østhus
ffa6facfb7 Merge pull request #104 from gtcno/fix_issue_103
Health check should verify that it can talk to the toggle-store (aka …
2015-10-02 15:02:11 +02:00
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