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

300 Commits

Author SHA1 Message Date
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
Anders Olsen Sandvik
85bd3f019e Testing out Postgres 9.4 on Travis [experimental]
http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#PostgreSQL-9.4
2015-02-10 18:07:37 +01:00
andsandv
86a9cbaf6b Update files with correct indent_size 2015-02-10 18:03:09 +01:00
Anders Olsen Sandvik
39b809c4d2 Merge pull request #83 from finn-no/dependencies
Update devDependencies
2015-02-10 17:54:41 +01:00
andsandv
694701d6a1 Update dependencies 2015-02-10 17:51:55 +01:00
Anders Olsen Sandvik
397320886f Merge pull request #82 from finn-no/namingEvents
Adding some tests to the wrong branch
2015-02-10 17:33:25 +01:00
andsandv
ee75ac2eca Add test for asking for feature that dose not exist 2015-02-10 17:30:18 +01:00
andsandv
f2fdf4c771 Add test for creating features when name is not unique 2015-02-10 17:19:32 +01:00
Anders Olsen Sandvik
9af098f432 Merge pull request #81 from finn-no/namingEvents
#80 Rename event types
2015-02-10 17:03:44 +01:00
andsandv
5a5bac2d6c #80 Add quotes to sql from feedback 2015-02-10 16:56:06 +01:00
andsandv
53c92db954 #80 Add schema change 2015-02-10 16:27:59 +01:00
andsandv
0ad2bde14a #80 More renaming 2015-02-09 18:28:51 +01:00
andsandv
f35ea4355a #80 Rename event ypes 2015-02-06 15:18:54 +01:00
andsandv
3e30193ace Revert "#80 Change all event types to past tense"
This reverts commit a754fcb3a9.
Might break database so I'll send a pull request.
2015-02-06 15:17:31 +01:00
andsandv
a754fcb3a9 #80 Change all event types to past tense 2015-02-06 15:12:32 +01:00
Ivar Conradi Østhus
e8818dda8e Merge pull request #79 from finn-no/simple_authentication
Username in a cookie. Closes #33
2015-02-05 17:35:51 +01:00
Ivar Conradi Østhus
ae444039b1 #33 Added unit test for createdBy 2015-02-05 16:46:07 +01:00
Ivar Conradi Østhus
69af3d1832 #33 remove inline CSS 2015-02-05 16:22:12 +01:00
andsandv
d21c8a0f1a Add editorconfig 2015-02-05 14:29:35 +01:00
Ivar Conradi Østhus
8642a7eece #33 fix formatting package.json 2015-02-05 14:16:17 +01:00
Ivar Conradi Østhus
2a4a76aaf5 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.
2015-02-05 13:39:00 +01:00
Jari Bakken
13ab89a91e Improve date formatting in log view. 2015-02-04 17:47:37 +00:00
Jari Bakken
b1f2bce248 log views: show event diffs by default, toggle to show the full event. 2015-02-04 17:16:59 +00:00
Jari Bakken
2a1130c931 Add build URL to finnbuild.json 2015-02-04 17:16:19 +00:00
andsandv
e3b6fcf6f4 Add artifact.json 2015-01-27 12:45:48 +01:00
Anders Olsen Sandvik
af834d88ec Update .gitignore 2015-01-27 11:10:29 +01:00
Jari Bakken
b188f42292 Slugify tab anchors. Closes #77. 2015-01-26 12:47:26 +01:00
Jari Bakken
c33852010b Improved README screenshot 2015-01-23 12:21:33 +01:00