andsandv
d21c8a0f1a
Add editorconfig
2015-02-05 14:29:35 +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
ivaosthu
778b81f1cd
changed order for feature toggles.
2014-12-10 17:13:26 +01:00
Anders Olsen Sandvik
832b917954
Delete npm-shrinkwrap.json
2014-12-10 16:31:37 +01:00
andsandv
d3fac7a712
Delete node_modules and prune before shrinkwrap
2014-12-10 16:28:24 +01:00
andsandv
007170159a
Add shrinkwrap
2014-12-10 10:09:45 +01:00
Ivar Conradi Østhus
6afd180a2e
Merge pull request #67 from finn-no/remove_strategies
...
Remove strategies
2014-12-09 15:40:09 +01:00
ivaosthu
3568315814
Link for deleting strategies ( #60 )
2014-12-09 09:22:54 +01:00
ivaosthu
c82e45b148
FeatureForm should support viewing deleted strategies
2014-12-08 22:01:48 +01:00
ivaosthu
c16f4a1867
Implemented server side API for deleting strategies.
...
relates to #60
2014-12-08 20:56:22 +01:00
Ivar Conradi Østhus
a96ff2c614
Merge pull request #65 from finn-no/feature/jest-gui-testing
...
Introduce jest as test-framework for gui code (react).
2014-12-03 17:50:45 +01:00
Jari Bakken
c6a7af35c0
Split app and server. No need to start the server for these tests.
2014-12-03 15:23:11 +01:00
ivaosthu
50973142f8
Introduce jest as test-framework for gui code (react).
...
jest is somewhat documented here:
https://facebook.github.io/jest/
related to #61
2014-12-03 15:09:14 +01:00