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

3788 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
77faa5580b Upgrade chai 2020-02-20 08:30:22 +01:00
ivaosthu
dbba1e6a9c Upgrade db-dependencies 2020-02-20 08:30:22 +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
e638f4cf00 Rollback db-upgrades 2020-02-20 08:30:22 +01:00
ivaosthu
31a6c78be3 upgraded dependencies 2020-02-20 08:30:22 +01:00
ivaosthu
bfdc7fa57a We should atleast be one version up 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
Anders Olsen Sandvik
30c764bb31 Update README.md 2020-02-20 08:30:21 +01:00
Jari Bakken
8b9c0a6e85 Reduce logging in production. 2020-02-20 08:30:21 +01:00
andsandv
0552e588ae Check if strategy exsit before deleting it 2020-02-20 08:30:21 +01:00
andsandv
23e9475ca7 #76 Add nsp audit-package to test and close #76 2020-02-20 08:30:21 +01:00
andsandv
4e54c461ff Add test for trying to get strategy that dose not exist 2020-02-20 08:30:21 +01:00
andsandv
5013a10186 Update files with correct indent_size 2020-02-20 08:30:21 +01:00
Anders Olsen Sandvik
f60d2dcb02 Testing out Postgres 9.4 on Travis [experimental]
http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#PostgreSQL-9.4
2020-02-20 08:30:21 +01:00
andsandv
b7b5aacafd Update dependencies 2020-02-20 08:30:21 +01:00
andsandv
3d35942958 Add test for asking for feature that dose not exist 2020-02-20 08:30:21 +01:00
andsandv
00648bce16 Add test for creating features when name is not unique 2020-02-20 08:30:21 +01:00
andsandv
23182c852d #80 Add quotes to sql from feedback 2020-02-20 08:30:21 +01:00
andsandv
90aa74a464 #80 Add schema change 2020-02-20 08:30:21 +01:00
andsandv
d600cdd359 #80 More renaming 2020-02-20 08:30:21 +01:00
andsandv
806da1eb44 #80 Rename event ypes 2020-02-20 08:30:20 +01:00
andsandv
de5dc7bfc6 Revert "#80 Change all event types to past tense"
This reverts commit a754fcb3a9.
Might break database so I'll send a pull request.
2020-02-20 08:30:20 +01:00
andsandv
5298b50cb7 #80 Change all event types to past tense 2020-02-20 08:30:20 +01:00
Ivar Conradi Østhus
529ff2aeea #33 Added unit test for createdBy 2020-02-20 08:30:20 +01:00
Ivar Conradi Østhus
e146dd9e81 #33 remove inline CSS 2020-02-20 08:30:20 +01:00
Ivar Conradi Østhus
6d3b3543b4 #33 fix formatting package.json 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
andsandv
6b061b24e3 Add editorconfig 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
72b48223e5 Add build URL to finnbuild.json 2020-02-20 08:30:20 +01:00
andsandv
87b157351d Add artifact.json 2020-02-20 08:30:20 +01:00
Anders Olsen Sandvik
405234c5a1 Update .gitignore 2020-02-20 08:30:20 +01:00
Jari Bakken
8a8f157841 Slugify tab anchors. Closes #77. 2020-02-20 08:30:20 +01:00
Jari Bakken
a778f6c660 Improved README screenshot 2020-02-20 08:30:20 +01:00