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

87 Commits

Author SHA1 Message Date
Ivar
29a7cc0049 Fixed placeholder for favicon.ico 2020-02-20 08:30:25 +01:00
haaeriks
af87c14bd2 clearer colors for on/off toggles. Helps me who is color blind 2020-02-20 08:30:24 +01:00
Anders Olsen Sandvik
a96a9f38ce #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
2020-02-20 08:30:24 +01:00
ivaosthu
94f10a3a4b upgrade node to 4.2.2. Closes #106 2020-02-20 08:30:24 +01:00
ivaosthu
f1ec73fae2 Rewrote failing test 2020-02-20 08:30:23 +01:00
Ivar Conradi Østhus
0a9ee1309a Added headers to all pages 2020-02-20 08:30:23 +01:00
Ivar Conradi Østhus
0c836bef36 Application states should be loaded as high up as possible 2020-02-20 08:30:23 +01:00
ivaosthu
d4893f87ef Clean up entry point 2020-02-20 08:30:23 +01:00
Ivar Conradi Østhus
a490b26aea removed unused file 2020-02-20 08:30:23 +01:00
Ivar Conradi Østhus
98dcba0ba6 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
2020-02-20 08:30:23 +01:00
Ivar Conradi Østhus
ddec1d664a Bugfix stratgy rendering inside create feature form 2020-02-20 08:30:23 +01:00
ivaosthu
5e226f07c4 Fixed jsxhint errors 2020-02-20 08:30:22 +01:00
ivaosthu
3c57c50912 JSXhint on buildserver 2020-02-20 08:30:22 +01:00
ivaosthu
1cd22badfa Added test for the FeatureToggleStore 2020-02-20 08:30:22 +01:00
ivaosthu
920712f8fe Remove loading message 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
d651a543b6 ErrorStore should show init-error 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
3a8ae8f53e Single initalizer for all stores. 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
5f706cf53e wrapping app-stuff 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
08600fa7ee Pass strategies as props 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
f11cd291c2 formatting 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
0fb855d958 Added init-error events 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
f82be4655a Added ErrorStore 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
90dc36298c Archived toggles in separate store 2020-02-20 08:30:22 +01:00
Ivar Conradi Østhus
9576968043 loadsh to simplify store 2020-02-20 08:30:21 +01:00
Ivar Conradi Østhus
f2617220d0 Moved server-stuff to the actions 2020-02-20 08:30:21 +01:00
Ivar Conradi Østhus
d35666e353 Added poller to keep the store in sync with server. 2020-02-20 08:30:21 +01:00
Ivar Conradi Østhus
40dc6604f4 Renamed FeatureToggleStore and simplified action names. 2020-02-20 08:30:21 +01:00
Ivar Conradi Østhus
cbf884dd76 Inital rewrite of feature-store to reflux 2020-02-20 08:30:21 +01:00
Ivar Conradi Østhus
e146dd9e81 #33 remove inline CSS 2020-02-20 08:30:20 +01:00
Ivar Conradi Østhus
6819b7a1e0 When the user enters his username in to the field
a username cookie is updated and will be available
in all subsequent requests.

THIS IS NOT AUTHENTICATION! it is not safe and is
only implemented as a first edition. It does how ever
solve the issue where we are not able to see who
canged what.
2020-02-20 08:30:20 +01:00
Jari Bakken
c15b72666b Improve date formatting in log view. 2020-02-20 08:30:20 +01:00
Jari Bakken
12710a6d04 log views: show event diffs by default, toggle to show the full event. 2020-02-20 08:30:20 +01:00
Jari Bakken
8a8f157841 Slugify tab anchors. Closes #77. 2020-02-20 08:30:20 +01:00
ivaosthu
6cf05e4c39 Filter list of feature toggles.
Can filter (ignoring case)
- by name or
- by strategy

closes #56
2020-02-20 08:30:19 +01:00
ivaosthu
1024493d63 Added archived toggles feature #43 2020-02-20 08:30:19 +01:00
ivaosthu
658e3ac2bc API and gui for archiving #43 2020-02-20 08:30:19 +01:00
ivaosthu
6bfde35de0 Fixed presentation and formatting of toggles and log-entries 2020-02-20 08:30:18 +01:00
ivaosthu
4fdf41850a Link for deleting strategies (#60) 2020-02-20 08:30:18 +01:00
ivaosthu
5515f05350 FeatureForm should support viewing deleted strategies 2020-02-20 08:30:18 +01:00
ivaosthu
fc42827641 Introduce jest as test-framework for gui code (react).
jest is somewhat documented here:
https://facebook.github.io/jest/

related to #61
2020-02-20 08:30:18 +01:00
Jari Bakken
0047d52ef4 Ensure unique ids in feature form. Closes #57. 2020-02-20 08:30:18 +01:00
Jari Bakken
0e01c89260 Refresh feature list immediately on create. 2020-02-20 08:30:17 +01:00
ivaosthu
6f65af5c47 minor css 2020-02-20 08:30:17 +01:00
ivaosthu
1bb11527f0 paddings.. 2020-02-20 08:30:17 +01:00
ivaosthu
0a0515e139 When user chooses to use a custom strategy
she should get an input field for each
strategy parameter.

closes #53
2020-02-20 08:30:17 +01:00
ivaosthu
e81b88ad7d Fixed no legend on edit 2020-02-20 08:30:17 +01:00
ivaosthu
45ad98afbc minor layout formatting 2020-02-20 08:30:17 +01:00
ivaosthu
bc4b80c661 56 Clean up input form for feature toggles 2020-02-20 08:30:17 +01:00
Jari Bakken
41964de9bf StrategyForm should use 'default' as default strategy for empty forms. 2020-02-20 08:30:17 +01:00
Jari Bakken
a169ec1352 Add ability to create custom stratgies. Closes #11. 2020-02-20 08:30:17 +01:00