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

160 Commits

Author SHA1 Message Date
Jari Bakken
178f2111dd Add features.description to db and ui 2014-11-10 16:21:22 +01:00
Jari Bakken
d30bc6a54c Reduce duplication when adding a new migration. 2014-11-10 15:58:11 +01:00
Jari Bakken
55a4f476c9 Don't repeat error messages infinitely 2014-11-10 15:25:27 +01:00
Jari Bakken
20d1c67f01 Fix indentation 2014-11-10 14:56:38 +01:00
Jari Bakken
213f7b77bb Improve error messages. 2014-11-10 14:55:56 +01:00
Jari Bakken
1fe6181e91 Get rid of React warnings 2014-11-10 14:54:42 +01:00
Ivar Conradi Østhus
90679326dc Merge pull request #44 from finn-no/heroku
Modified configuration to make unleash run on heroku.
2014-11-07 11:40:12 +01:00
Ivar Østhus
e20d0ac20b fixed tabs->space 2014-11-06 22:45:17 +01:00
Ivar Østhus
43ff5732aa Modified configuration to make it run on heroku.
Please note that scripts and webpack is moved from
devDependences to dependencies. This is due to heroku
running the build process in production mode.
2014-11-06 22:42:57 +01:00
Espen Dalløkken
1f8e24166f badgify v2 2014-11-06 09:29:03 +01:00
andsandv
7a29ae5e09 Add pre-commit hook #26 2014-11-05 16:04:37 +01:00
Ivar Conradi Østhus
2399e1ee46 Update README.md 2014-11-03 21:45:15 +01:00
Ivar Østhus
f4906700d7 Refactored all ``handleFoo` to `onFoo``
based on feedback from @jari
2014-11-03 21:37:40 +01:00
Ivar Østhus
954f6c76ad Strategies should also have description #34 2014-11-03 21:32:25 +01:00
Jari Bakken
f47c78c545 Use plural component names 2014-11-03 14:00:45 +01:00
Jari Bakken
889c913eaa Make error messages full width. 2014-11-03 13:56:23 +01:00
Jari Bakken
8da375bcc4 Get rid of 'unsaved features' 2014-11-03 13:54:06 +01:00
Jari Bakken
8d0dce0930 Make component disk layout/naming more consistent. 2014-11-03 13:19:32 +01:00
Jari Bakken
fee7838d20 Get rid of deprecation warnings. 2014-11-03 12:43:23 +01:00
ivaosthu
230cb6f7d9 GUI for createing strategies with parametersTemplate #34 2014-11-02 22:39:52 +01:00
ivaosthu
4a8f1ff727 adding required key to child elements 2014-11-02 21:06:32 +01:00
ivaosthu
b52aca4718 using createFactory introduced in react 0.12.x 2014-11-02 21:03:39 +01:00
ivaosthu
44589991b3 Added source map config to webpack. Closes #40 2014-11-02 20:42:12 +01:00
ivaosthu
806c9bcea7 CreateStrategy form now supports multiple params #34 2014-11-01 17:17:07 +01:00
ivaosthu
e9d12c5a8b Preliminary GUI for defining custom strategies
(relates to #34)
2014-11-01 15:53:22 +01:00
ivaosthu
479a0fb7ea improved logic to set inital active pane 2014-11-01 15:35:26 +01:00
ivaosthu
5e3920fb42 using location.hash to initialize tabview correctly 2014-11-01 15:19:10 +01:00
ivaosthu
0ba223dc4e Simple tab-based menu to have a contianer for strategies 2014-11-01 14:52:37 +01:00
ivaosthu
220d4886dc only optimistic update if success 2014-11-01 12:03:50 +01:00
ivaosthu
f38a07325d added server side validation of feature name 2014-11-01 11:47:21 +01:00
Jari Bakken
ada95e4070 Fix .travis.yml 2014-10-31 16:36:42 +01:00
Jari Bakken
8c3fdfc9d4 Move unleash-server to top level. 2014-10-31 16:35:35 +01:00
Jari Bakken
3748ae61ee Merge pull request #38 from finn-no/finn-specific-db-init
Added finn-specific prepare as a db-migration
2014-10-31 16:05:07 +01:00
Jari Bakken
f0798cfe84 Add issues to finnbuild.json 2014-10-31 15:22:45 +01:00
svelovla
5b3d8b022a Removed maven build for unleash-client-java from travis 2014-10-31 13:04:47 +01:00
svelovla
255126d626 Added link to unleash-client-java 2014-10-31 13:03:54 +01:00
svelovla
faab6291d1 unleash-client-java 'cloned' into it's own repo 2014-10-31 12:56:44 +01:00
Jari Bakken
73b0d22616 Extract into a FeatureStore 2014-10-31 12:25:18 +01:00
Jari Bakken
21a882c237 Switching back to FINN styling. 2014-10-31 10:30:23 +01:00
Ivar Østhus
6d93e46733 #34 added a mock for the strategies templeates 2014-10-30 21:10:48 +01:00
Ivar Østhus
2f14e86fc8 Added finn-specific prepare as a db-migration 2014-10-30 20:32:02 +01:00
Jari Bakken
0256d357eb Move components to separate files. 2014-10-30 18:26:51 +01:00
Jari Bakken
21eb8e7f85 Use webpack to build JS/JSX resources. Closes #25. 2014-10-30 16:58:04 +01:00
Jari Bakken
6c7734be4f Bump react to 0.12. Closes #37. 2014-10-30 15:49:04 +01:00
svelovla
f6e03e8856 #30 , refactoring 2014-10-30 14:34:33 +01:00
Jari Bakken
37f5d0ec6a Remove unused dependency 2014-10-27 15:09:41 +01:00
Jari Bakken
a9d9ead975 Java code style 2014-10-27 15:08:29 +01:00
Jari Bakken
d48869ecd9 finn java style fixes, no functional changes 2014-10-27 14:02:04 +01:00
Jari Bakken
c22229c205 Stop timer in componentWillUnmount 2014-10-27 13:36:02 +01:00
Jari Bakken
7d433cd332 Reduce duplication in packaga.json and run coverage as part of npm test 2014-10-27 13:35:37 +01:00