1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Commit Graph

269 Commits

Author SHA1 Message Date
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
Gard Rimestad
f4ec9f96c2 Start postgres on random port in docker #64 2014-12-15 09:25:31 +01:00
Gard Rimestad
95e2961d1b Create test database with pg_virtualenv and run tests against it with npm run pg-virtualenv-test 2014-12-15 07:53:10 +01:00
Gard Rimestad
5742aead1f DOCKER_HOST support added #64 2014-12-15 07:16:48 +01:00
Jari Bakken
f0517107d5 Fix env var name in scripts/docker-postgres.sh 2014-12-12 16:36:31 +01:00
Jari Bakken
31283a4153 README fix. 2014-12-12 16:19:12 +01:00
Jari Bakken
da14895cb5 Fix DB url in Travis migration 2014-12-12 16:17:53 +01:00
Jari Bakken
e3a44d0a92 Use TEST_DATABASE_URL for running test against a separate DB. 2014-12-12 16:13:06 +01:00
Jari Bakken
ee4800a71c Remove spec for EventStore.
This code is well covered anyway, and the test is causing trouble
since emitting the featureCreated event is causing side effects through
other listeners.
2014-12-12 16:13:06 +01:00
Gard Rimestad
9e949537f6 Run tests with database in docker #64 2014-12-12 16:13:06 +01:00
Jari Bakken
c67b73b5b3 Skip API and create test data in the DB directly (since the API is async) 2014-12-12 16:13:06 +01:00
Jari Bakken
e52c1d16fe Begin work on running tests against the database:
* Add Travis postgresql setup.
* Replace "db mocks" with a before hook that creates the same data
  through the HTTP API.
* Reset DB and re-create all fixtures for each test. We'll need
  something  better here.
* CAVEAT: no concept of a dev vs test database. Running tests will
  clear data from the currently configured database.
2014-12-12 16:12:56 +01:00
ivaosthu
f48b89ff87 Fixed presentation and formatting of toggles and log-entries 2014-12-11 08:19:31 +01:00
Ivar Conradi Østhus
756219eb69 Merge pull request #71 from finn-no/promisify_feature_api
Cleaned up and changed promises used in the feature API
2014-12-10 19:48:28 +01:00
ivaosthu
00da8d1e3b Clean up strategyApi with chained-promises 2014-12-10 19:11:52 +01:00
ivaosthu
553f20c3a6 Syntax 2014-12-10 18:51:27 +01:00
ivaosthu
65225ffba0 Validation logic should probably not be in the db-code 2014-12-10 18:49:08 +01:00
ivaosthu
6133f4920b Cleaned up and changed promises used in the feature API 2014-12-10 18:45:02 +01:00