1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

3753 Commits

Author SHA1 Message Date
Jari Bakken
87c1ee7516 Improve error messages. 2020-02-20 08:30:15 +01:00
Jari Bakken
71aa307a5f Get rid of React warnings 2020-02-20 08:30:14 +01:00
Ivar Østhus
15192fd207 fixed tabs->space 2020-02-20 08:30:14 +01:00
Ivar Østhus
ca78acd25e 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.
2020-02-20 08:30:14 +01:00
Espen Dalløkken
4521ce8079 badgify v2 2020-02-20 08:30:14 +01:00
andsandv
3b26930773 Add pre-commit hook #26 2020-02-20 08:30:14 +01:00
Ivar Conradi Østhus
92ca3d0796 Update README.md 2020-02-20 08:30:14 +01:00
Ivar Østhus
9a0a461edb Refactored all ``handleFoo` to `onFoo``
based on feedback from @jari
2020-02-20 08:30:14 +01:00
Ivar Østhus
dd75e69ac6 Strategies should also have description #34 2020-02-20 08:30:14 +01:00
Jari Bakken
034253286a Use plural component names 2020-02-20 08:30:14 +01:00
Jari Bakken
ee8b9ba087 Make error messages full width. 2020-02-20 08:30:14 +01:00
Jari Bakken
8cacf42dd2 Get rid of 'unsaved features' 2020-02-20 08:30:14 +01:00
Jari Bakken
32f50fa116 Make component disk layout/naming more consistent. 2020-02-20 08:30:14 +01:00
Jari Bakken
971559a5be Get rid of deprecation warnings. 2020-02-20 08:30:14 +01:00
ivaosthu
497395ae39 GUI for createing strategies with parametersTemplate #34 2020-02-20 08:30:14 +01:00
ivaosthu
d88e9abcea adding required key to child elements 2020-02-20 08:30:14 +01:00
ivaosthu
07523973cb using createFactory introduced in react 0.12.x 2020-02-20 08:30:14 +01:00
ivaosthu
b8f4f04c5b Added source map config to webpack. Closes #40 2020-02-20 08:30:14 +01:00
ivaosthu
98d7635845 CreateStrategy form now supports multiple params #34 2020-02-20 08:30:13 +01:00
ivaosthu
8366beb2b9 Preliminary GUI for defining custom strategies
(relates to #34)
2020-02-20 08:30:13 +01:00
ivaosthu
f472bf8585 improved logic to set inital active pane 2020-02-20 08:30:13 +01:00
ivaosthu
0032069c27 using location.hash to initialize tabview correctly 2020-02-20 08:30:13 +01:00
ivaosthu
b1b3d408f7 Simple tab-based menu to have a contianer for strategies 2020-02-20 08:30:13 +01:00
ivaosthu
c6118baad3 only optimistic update if success 2020-02-20 08:30:13 +01:00
ivaosthu
b2d4cbf5de added server side validation of feature name 2020-02-20 08:30:13 +01:00
Jari Bakken
ee034c22d6 Fix .travis.yml 2020-02-20 08:30:13 +01:00
Jari Bakken
f06a4a8a51 Move unleash-server to top level. 2020-02-20 08:30:13 +01:00
Ivar Østhus
9639aef932 Added finn-specific prepare as a db-migration 2020-02-20 08:30:13 +01:00
Jari Bakken
be9dbcc720 Add issues to finnbuild.json 2020-02-20 08:30:13 +01:00
svelovla
7060be6afd Removed maven build for unleash-client-java from travis 2020-02-20 08:30:13 +01:00
svelovla
7abd973020 Added link to unleash-client-java 2020-02-20 08:30:13 +01:00
svelovla
642a8e4fa0 unleash-client-java 'cloned' into it's own repo 2020-02-20 08:30:13 +01:00
Jari Bakken
66f96affeb Extract into a FeatureStore 2020-02-20 08:30:13 +01:00
Jari Bakken
34fa266bef Switching back to FINN styling. 2020-02-20 08:30:13 +01:00
Ivar Østhus
5f37d6bf16 #34 added a mock for the strategies templeates 2020-02-20 08:30:13 +01:00
Jari Bakken
e7ecae51b7 Move components to separate files. 2020-02-20 08:30:12 +01:00
Jari Bakken
e1f1cfc4d3 Use webpack to build JS/JSX resources. Closes #25. 2020-02-20 08:30:12 +01:00
Jari Bakken
3c4427c54f Bump react to 0.12. Closes #37. 2020-02-20 08:30:12 +01:00
svelovla
06b450da7b #30 , refactoring 2020-02-20 08:30:12 +01:00
Jari Bakken
ed27d891b5 Remove unused dependency 2020-02-20 08:30:12 +01:00
Jari Bakken
96721b863b Java code style 2020-02-20 08:30:12 +01:00
Jari Bakken
3b778f4711 finn java style fixes, no functional changes 2020-02-20 08:30:12 +01:00
Jari Bakken
77c554f37c Stop timer in componentWillUnmount 2020-02-20 08:30:12 +01:00
Jari Bakken
1621d34e33 Reduce duplication in packaga.json and run coverage as part of npm test 2020-02-20 08:30:12 +01:00
Anders Olsen Sandvik
782613b53f Update README.md 2020-02-20 08:30:12 +01:00
Jari Bakken
dcb62158ff Add the ability to cancel the new feature form. 2020-02-20 08:30:12 +01:00
Jari Bakken
9a58973177 README fix 2020-02-20 08:30:12 +01:00
andsandv
4f1ccc426d Add events test 2020-02-20 08:30:12 +01:00
Ivar Conradi Østhus
8d41825f82 Client: Experiementing with native http-connection
to replace httpclient.
2020-02-20 08:30:12 +01:00
Gard Rimestad
d2a09d89b9 Adding events api 2020-02-20 08:30:12 +01:00