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

47 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
2815ab0fd5 feat: require node >= 12 2020-04-13 22:42:31 +02:00
ivaosthu
b70d0d18a6 Revert "chore: test postgres 11 on travis"
This reverts commit 0e8db9279b.
2020-02-20 08:34:29 +01:00
ivaosthu
9e9f54aa44 chore: test postgres 11 on travis 2020-02-20 08:34:28 +01:00
ivaosthu
13dd7578f8 chore: tune travis config 2020-02-20 08:34:28 +01:00
ivaosthu
ec4d169874 debug: travis with postgres 10 2020-02-20 08:34:28 +01:00
ivaosthu
fe8ce7debd Revert "fix: build on node 10 and 12"
This reverts commit d7165e02d3.
2020-02-20 08:34:28 +01:00
ivaosthu
8c25cbbdaf fix: build on node 10 and 12 2020-02-20 08:34:28 +01:00
ivaosthu
4ddced519b fix: only build with node v10 for now 2020-02-20 08:34:27 +01:00
ivaosthu
c9829b0888 fix: build on node 10 and 12 2020-02-20 08:34:27 +01:00
ivaosthu
8a53d8dca2 chore: Fix formatting all the things 2020-02-20 08:34:15 +01:00
ivaosthu
70b9a65244 fix(docs): decploy scripts in travis needs to be single command 2020-02-20 08:34:15 +01:00
ivaosthu
0c2d58b984 chore(documentation): Added Docusaurus with a website
fixes #355
2020-02-20 08:34:14 +01:00
Ivar Conradi Østhus
e15d35ad0f fix(travis): Update build to also verify node 10.
closes #322
2020-02-20 08:34:14 +01:00
ivaosthu
2348036e4d use npm instead of yarn tp install greenkeeper-lockfile 2020-02-20 08:34:05 +01:00
Simen Bekkhus
6072514edb Add greenkeeper-lockfile 2020-02-20 08:34:04 +01:00
Simen Bekkhus
46bcd3cc5b Add secure token 2020-02-20 08:34:03 +01:00
Ivar
ba53887ded Use yarn with travis/heroku 2020-02-20 08:34:03 +01:00
Ivar
007a3c69f7 bump node version 2020-02-20 08:34:03 +01:00
sveisvei
6d6f862bd1 send coverage after success 2020-02-20 08:30:39 +01:00
ivaosthu
7e41c5ab28 correct order 2020-02-20 08:30:38 +01:00
ivaosthu
dfabbf2799 fix coverals in travis 2020-02-20 08:30:38 +01:00
ivaosthu
46bc109ff9 fix tests 2020-02-20 08:30:37 +01:00
sveisvei
7bacad7b90 use lerna for multipackaging 2020-02-20 08:30:26 +01:00
Ivar
5b4e14063e Upgrade to node 5.8 2020-02-20 08:30:24 +01:00
ivaosthu
97f646490e travis should also use latest node 2020-02-20 08:30:24 +01:00
Anders Olsen Sandvik
c9ffd81b2d Add Slack integration 2020-02-20 08:30:23 +01:00
Anders Olsen Sandvik
f60d2dcb02 Testing out Postgres 9.4 on Travis [experimental]
http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#PostgreSQL-9.4
2020-02-20 08:30:21 +01:00
Anders Olsen Sandvik
06c0e3e2cc Using Travis new container-based stack 2020-02-20 08:30:19 +01:00
Jari Bakken
f7cd8286e4 Fix DB url in Travis migration 2020-02-20 08:30:19 +01:00
Jari Bakken
f999388e03 Use TEST_DATABASE_URL for running test against a separate DB. 2020-02-20 08:30:19 +01:00
Jari Bakken
642c06f6ba 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.
2020-02-20 08:30:18 +01:00
Jari Bakken
079ef631df Bump mocha timeout on Travis 2020-02-20 08:30:15 +01:00
Jari Bakken
c3f76b5ae2 Failure to report coverage should not cause build failure. 2020-02-20 08:30:15 +01:00
Jari Bakken
ee034c22d6 Fix .travis.yml 2020-02-20 08:30:13 +01:00
svelovla
7060be6afd Removed maven build for unleash-client-java from travis 2020-02-20 08:30:13 +01:00
Jari Bakken
1621d34e33 Reduce duplication in packaga.json and run coverage as part of npm test 2020-02-20 08:30:12 +01:00
andsandv
2207055a0d Forgot to add run to travis script 2020-02-20 08:30:11 +01:00
andsandv
3a22828a2c Only report coverage on travis build 2020-02-20 08:30:11 +01:00
Gard Rimestad
9df44a90f3 updating travis to jdk8 2020-02-20 08:30:11 +01:00
Ivar Conradi Østhus
65170f783f travis fix script. 2020-02-20 08:30:06 +01:00
ivaosthu
eb8a6b74f6 minor typo, argghh! 2020-02-20 08:30:06 +01:00
ivaosthu
0466d6da69 A bit of a hack to support java and node.
[1] claims that node.js is available in all envs in travis.
This setup is not optimal as we now longer controll the
node version, but could work for now.

[1] http://stackoverflow.com/questions/18456611/is-it-possible-to-set-up-travis-to-run-tests-for-several-languages
2020-02-20 08:30:06 +01:00
Gard Rimestad
601a7fc0b1 adding npm install to travis 2020-02-20 08:30:06 +01:00
Gard Rimestad
fc09749343 s/sever/server/g 2020-02-20 08:30:06 +01:00
Gard Rimestad
ab79b83b27 Update travis build 2020-02-20 08:30:06 +01:00
Jari Bakken
2344cbb6c7 Add HipChat notifications 2020-02-20 08:30:06 +01:00
Jari Bakken
162554387b Add .travis.yml 2020-02-20 08:30:06 +01:00