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

45 Commits

Author SHA1 Message Date
Ivar
6838837024 upgrade express dependencies 2016-06-16 14:03:49 +02:00
ivaosthu
9dc87d9860 Add enngine details 2016-06-16 14:03:49 +02:00
ivaosthu
65c69369ba upgrade knex 2016-05-06 09:39:37 +02:00
Ivar
2118aff8f4 Run on 'npm lint' as pre-commit hook.
closes #125
2016-04-28 20:52:14 +02:00
sverosak
64e499ae05 upgrade pg to suppport node 6 2016-04-28 08:29:00 +02:00
Anders Olsen Sandvik
f01ef69d7e #108 Add eslint-config-spt and remove jshint (#111)
* #108 Add eslint-config-spt

* #108 Ignore bundle.js file

* #108 Change eslint ignore path to a glob file

* Remove jshint and follow more of eslint rules
2016-04-24 22:41:37 +02:00
ivaosthu
e6098ced3e update finnbuild 2016-03-17 17:12:27 +01:00
Ivar Conradi Østhus
e71ce2c65b Merge pull request #107 from finn-no/upgrade_node
upgrade node to 4.2.2. Closes #106
2016-03-16 21:35:54 +01:00
Anders Olsen Sandvik
0d87b567bf Update dependency moment from 2.9.0 to 2.11.2
https://nodesecurity.io/advisories/moment_regular-expression-denial-of-service
2016-02-22 14:13:16 +01:00
ivaosthu
3fb86a2803 upgrade node to 4.2.2. Closes #106 2015-12-01 12:05:12 +01:00
ivaosthu
df66df2f5c Rewrote failing test 2015-07-22 14:49:30 +02:00
Stig Kleppe-Jørgensen
1fb1b4e085 Make the app runnable with docker-compose 2015-06-17 10:07:50 +02:00
ivaosthu
fb93b6e5ef Webpack should build for production 2015-03-29 20:25:16 +02:00
Ivar Conradi Østhus
67c3c50b9b Move to react-router.
Replaced our home built tab-view with the react-router. This
makes routing super simple for us.

https://github.com/rackt/react-router/

relates to #95
2015-03-24 21:25:32 +01:00
ivaosthu
629535552c Disable nsp for now 2015-03-24 08:48:36 +01:00
Ivar Conradi Østhus
6c73527ba0 Upgrade to react 13 2015-03-23 21:33:18 +01:00
Ivar Conradi Østhus
6a23f1c03e Upgrade chai 2015-03-23 21:30:30 +01:00
ivaosthu
46e3e53ba8 Upgrade db-dependencies 2015-03-23 18:56:08 +01:00
ivaosthu
4fb2b0b418 Rollback db-upgrades 2015-03-23 18:26:25 +01:00
ivaosthu
ccd01215d3 upgraded dependencies 2015-03-23 18:18:32 +01:00
ivaosthu
c553cd2d9e We should atleast be one version up 2015-03-23 18:08:56 +01:00
ivaosthu
677474a4c0 Added test for the FeatureToggleStore 2015-03-23 17:35:58 +01:00
Ivar Conradi Østhus
acf7445790 loadsh to simplify store 2015-03-17 18:16:06 +01:00
Ivar Conradi Østhus
ff579303fd Inital rewrite of feature-store to reflux 2015-03-05 17:56:42 +01:00
andsandv
cb1607c903 #76 Add nsp audit-package to test and close #76 2015-02-12 10:53:06 +01:00
andsandv
86a9cbaf6b Update files with correct indent_size 2015-02-10 18:03:09 +01:00
andsandv
694701d6a1 Update dependencies 2015-02-10 17:51:55 +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
andsandv
451e6a65f1 Bump some package deps that nodesecurity recomends 2015-01-07 15:16:54 +01:00
Gard Rimestad
ffe6e58d65 Refactoring pg-virtualenv-test 2014-12-15 10:45:10 +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
9e949537f6 Run tests with database in docker #64 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
andsandv
007170159a Add shrinkwrap 2014-12-10 10:09:45 +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
Jari Bakken
3d52d97f85 Use knex for DB access. Closes #46. 2014-11-14 15:06:53 +01:00
Gard Rimestad
a4cdec4fb1 Run tests on port 4243, no need to stop local server when running tests. 2014-11-14 07:37:47 +01:00
Jari Bakken
3768e544b0 Bump mocha timeout on Travis 2014-11-12 15:18:27 +01:00
Ivar Østhus
43ff5732aa Modified configuration to make it run on heroku.
Please note that scripts and webpack is moved from
devDependences to dependencies. This is due to heroku
running the build process in production mode.
2014-11-06 22:42:57 +01:00
andsandv
7a29ae5e09 Add pre-commit hook #26 2014-11-05 16:04:37 +01:00
Jari Bakken
8c3fdfc9d4 Move unleash-server to top level. 2014-10-31 16:35:35 +01:00