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

846 Commits

Author SHA1 Message Date
andsandv
1770de0614 #28 Add coverage 2020-02-20 08:30:11 +01:00
Anders Olsen Sandvik
be5141450c Add coverage 2020-02-20 08:30:11 +01:00
Anders Olsen Sandvik
6afe0fb9df Add coverage 2020-02-20 08:30:11 +01:00
Gard Rimestad
0d6e3817ef use jdk1.8 on bamboo 2020-02-20 08:30:11 +01:00
Gard Rimestad
9df44a90f3 updating travis to jdk8 2020-02-20 08:30:11 +01:00
Jari Bakken
8ea8f07b68 Move container 2020-02-20 08:30:11 +01:00
andsandv
3b8b862dde Move menu into React 2020-02-20 08:30:11 +01:00
svelovla
92ca77ad07 moved java code into java folder to follow maven conventions 2020-02-20 08:30:11 +01:00
Ivar Conradi Østhus
d2cbbb3125 Implemented a simple fethcer to replace httpclient 2020-02-20 08:30:11 +01:00
Jari Bakken
6efd15b777 Add some padding 2020-02-20 08:30:11 +01:00
andsandv
cec36fce7d Shorten line 2020-02-20 08:30:11 +01:00
andsandv
fc310c6a89 #12 List features 2020-02-20 08:30:10 +01:00
Jari Bakken
afc60a43fb Show newest features first 2020-02-20 08:30:10 +01:00
Jari Bakken
a4b94c4107 Ugly bootstrap form. 2020-02-20 08:30:10 +01:00
andsandv
d0a0ade138 #12 Setup features in grid 2020-02-20 08:30:10 +01:00
Jari Bakken
f3efe6f629 Push errors onto state 2020-02-20 08:30:10 +01:00
andsandv
702df49be8 #12 Add button for new features 2020-02-20 08:30:10 +01:00
Jari Bakken
e549f887e8 Add ErrorMessages 2020-02-20 08:30:10 +01:00
Jari Bakken
f881fda146 Re-add setInterval 2020-02-20 08:30:10 +01:00
Jari Bakken
19daf3bc44 Move panel code to FeatureList 2020-02-20 08:30:10 +01:00
andsandv
89ce5d5f93 #12 Remove new in header 2020-02-20 08:30:10 +01:00
andsandv
baa66f63cb #13 you can now enable features 2020-02-20 08:30:10 +01:00
Jari Bakken
ec22a2be03 Sketch out react events 2020-02-20 08:30:10 +01:00
Ivar Conradi Østhus
81168c1a82 Update README.md 2020-02-20 08:30:10 +01:00
Ivar Conradi Østhus
79725aaec5 Create README.md 2020-02-20 08:30:10 +01:00
Jari Bakken
8dda2e4b2b Redo the React structure - lots of stuff missing 2020-02-20 08:30:10 +01:00
Jari Bakken
f1c3eb1f88 Various react stuff. 2020-02-20 08:30:10 +01:00
Ivar Conradi Østhus
d0d803b537 updated readme.md 2020-02-20 08:30:10 +01:00
Ivar Conradi Østhus
f68cd65a9a amend 2020-02-20 08:30:09 +01:00
Jari Bakken
ace938dc23 UI stuff 2020-02-20 08:30:09 +01:00
Ivar Conradi Østhus
bd8aecc664 Patch events should update features. 2020-02-20 08:30:09 +01:00
andsandv
91e9141a01 Its now autopolling 2020-02-20 08:30:09 +01:00
Ivar Conradi Østhus
7e48350b83 #18 Use real-db instead of dbMock to fetch feature toggles. 2020-02-20 08:30:09 +01:00
andsandv
7b5cf3de2d #12 post new features 2020-02-20 08:30:09 +01:00
Jari Bakken
d1f4b65c51 Fail fast if DB is not configured 2020-02-20 08:30:09 +01:00
Jari Bakken
3fc8131a43 Simplify DB setup / migrations 2020-02-20 08:30:09 +01:00
andsandv
cb88a15ee9 #12 Add FeatureForm for new Features 2020-02-20 08:30:09 +01:00
Jari Bakken
d727995959 Change example to use psql 2020-02-20 08:30:09 +01:00
Jari Bakken
11865c7612 Don't hardcode port in several places 2020-02-20 08:30:09 +01:00
andsandv
02ee6471ee Rewrite to use Bootstrap #23 and added JSXHint 2020-02-20 08:30:09 +01:00
Ivar Conradi Østhus
ed418bc687 Added fix where we mock database 2020-02-20 08:30:09 +01:00
Ivar Conradi Østhus
03086cdd86 18 store feature when featureCreated-event is emitted 2020-02-20 08:30:09 +01:00
Ivar Conradi Østhus
826f9d56e2 #18 storing events when they are created.
Also introduced mockery to mock db-access. Here we probably
need better modularisation and/or better dependecy management
(injecting of deps?).
2020-02-20 08:30:09 +01:00
Gard Rimestad
7e8c15c30b s/user/created_by/g in 001-initial-schema.up.sql 2020-02-20 08:30:09 +01:00
Gard Rimestad
31a8a9adc8 Rollback in correct order 2020-02-20 08:30:08 +01:00
Ivar Conradi Østhus
a1b0deaba0 Fixed failing validations 2020-02-20 08:30:08 +01:00
Ivar Conradi Østhus
1c0d7c5944 #18 added user as a column on events-table. 2020-02-20 08:30:08 +01:00
Ivar Conradi Østhus
6715d0c4a0 #18 reading db-config from DATABASE_URL or ini-file 2020-02-20 08:30:08 +01:00
svelovla
8033a231e4 #12 added featureDb which recieves events feature-events and should update projection 2020-02-20 08:30:08 +01:00
Ivar Conradi Østhus
6f81468cb7 issue #18 - updated the inital db 2020-02-20 08:30:08 +01:00