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

336 Commits

Author SHA1 Message Date
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
Jari Bakken
d8c3e9c875 Add screenshot + link to Heroku to README 2015-01-23 12:19:54 +01:00
Anders Olsen Sandvik
ee495bd975 Merge pull request #75 from finn-no/nsp
Bump some package deps that nodesecurity recommends
2015-01-07 15:23:06 +01:00
andsandv
451e6a65f1 Bump some package deps that nodesecurity recomends 2015-01-07 15:16:54 +01:00
Ivar Conradi Østhus
9cb8c963f7 Merge pull request #74 from finn-no/filter_list_of_feature_toggles
Filter list of feature toggles.
2014-12-19 06:58:14 +01:00
ivaosthu
003f3a1044 Filter list of feature toggles.
Can filter (ignoring case)
- by name or
- by strategy

closes #56
2014-12-19 06:54:51 +01:00
ivaosthu
68b237a0d8 removed trash file 2014-12-18 10:19:06 +01:00
Anders Olsen Sandvik
6ca8ad7a42 Using Travis new container-based stack 2014-12-18 10:05:02 +01:00
Ivar Conradi Østhus
a8aaf990bc Merge pull request #73 from finn-no/feature/archive-feature-toggles
Feature/archive feature toggles
2014-12-17 22:02:09 +01:00
ivaosthu
505d6373cd Added archived toggles feature #43 2014-12-17 21:57:38 +01:00
ivaosthu
48d2e0c304 API and gui for archiving #43 2014-12-15 22:40:07 +01:00
ivaosthu
10e6ee1091 Database migration #43 2014-12-15 22:10:50 +01:00
Gard Rimestad
ffe6e58d65 Refactoring pg-virtualenv-test 2014-12-15 10:45:10 +01:00
Gard Rimestad
fc90606287 Merge pull request #72 from finn-no/test_in_pg_virtualenv
Use pg_virtualenv for database tests in bamboo
2014-12-15 10:29:05 +01:00
Gard Rimestad
ec4734d0f8 Use pg_virtualenv in finnubuild 2014-12-15 09:41:13 +01:00