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

23 Commits

Author SHA1 Message Date
ivaosthu
823552f95f chore(documentation): Added Docusaurus with a website
fixes #355
2018-11-21 17:31:21 +01:00
ivaosthu
d1c37310f2 We should not use package-lock.json 2017-11-04 12:09:12 +01:00
sveisvei
2f6c43052d use ava as testrunner 2016-11-13 15:59:35 +01:00
sveisvei
3ff7b671c8 fix frontend and fix deploy to dev-master with lerna 2016-06-19 20:47:34 +02:00
sveisvei
2144cb7fad remove bundle from git 2016-06-18 21:42:13 +02:00
sveisvei
0ffb9b78b6 use lerna for multipackaging 2016-06-18 09:19:57 +02:00
Ivar Conradi Østhus
971ec7beda Introduce unleash-docker as a sperate submodule. (#136)
* Introduce unleash-docker as a sperate submodule.

this is related to #135 and will solve #126

* keep ide-user-settings out of repo

* Introduce unleash-docker as a sperate submodule.

this is related to #135 and will solve #126

* mv unleash-docker to packages/unleash-docker

* made docker work for now, by copying migrations

* minro cleanup

* docker on node:6

* minor cleanup
2016-06-18 01:11:49 +02:00
Ivar
6ca1a16a59 keep ide-user-settings out of repo 2016-06-16 23:22:11 +02:00
Ivar
04ec1c3bff ignored vscode files 2016-06-16 14:03:49 +02:00
Ivar
85ac1f4a91 Merge branch 'master' of github.com:finn-no/unleash 2016-06-16 14:03:31 +02:00
haaeriks
2adbfa1696 ignore all idea files with .gitignore 2016-05-03 12:12:37 +02:00
Ivar
3b3ef23fd9 gitignore: added Visual Stuido Code IDE ignores 2016-04-30 10:47:17 +02:00
audstran
dc1b235df9 added docker container and vagrant 2015-06-19 14:11:02 +02:00
Anders Olsen Sandvik
af834d88ec Update .gitignore 2015-01-27 11:10:29 +01:00
Ivar Østhus
326a4a9290 updated gitignore 2014-11-13 19:33:34 +01:00
ivaosthu
f38a07325d added server side validation of feature name 2014-11-01 11:47:21 +01:00
Jari Bakken
8c3fdfc9d4 Move unleash-server to top level. 2014-10-31 16:35:35 +01:00
Jari Bakken
21eb8e7f85 Use webpack to build JS/JSX resources. Closes #25. 2014-10-30 16:58:04 +01:00
andsandv
eabdf724db Ignore DS_Store 2014-10-22 17:07:16 +02:00
Jari Bakken
e4b31d5570 Get rid of liquibase 2014-10-20 17:46:41 +02:00
ivaosthu
2ff49bd3dc Initial java-client setup with jdk 1.7. Closes #17. 2014-10-20 16:23:20 +02:00
ivaosthu
1a68cecb11 Closes #16 - Initial express based server setup.
To start server locally:
npm run start-dev

To execute tests:
npm test
2014-10-20 13:03:43 +02:00
Jari Bakken
f80d9a8827 Initial commit 2014-09-29 14:50:46 +02:00