Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 09255e8bea
Start converting to readthedocs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-05 17:01:54 +02:00
Daniel Calviño Sánchez ad7caab88c Add back compiled JavaScript files
Otherwise acceptance tests fail when run in Drone, as the WebUI does not
work before the JavaScript files are built and currently it is not
possible to build them in the Docker container used for acceptance
tests.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08 17:59:02 +02:00
Joas Schilling c9793a8a54
Merge pull request #1779 from nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets
Merge make files and remove compiled JS
2019-05-08 13:24:44 +02:00
Daniel Calviño Sánchez 43ee03cce7 Add "package-lock.json" to the versioned files
As stated in NPM documentation, the file is intended to be committed
into source repositories; this ensures that everyone is using the same
dependencies (as the semantic versioning of dependencies in
"package.json" does not).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08 09:23:08 +02:00
Joas Schilling 983e71bd93
Merge make files and remove compiled JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-07 14:10:06 +02:00
Leon Klingele 6071db0d64
gitignore: Ignore 'package-lock.json'
This file is installed by npm as of version 5 when running
"npm install"
2017-08-28 10:43:14 +02:00
Joas Schilling 66ae76bbfd
Start to write some integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-07 12:53:54 +02:00
Joas Schilling a0a7ad1c84
Add make file for faster releasing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13 15:17:39 +01:00
Joas Schilling 518f296077
Ignore the coverage
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09 15:19:31 +01:00
Christoph Wurst 108ca00c16
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-10-18 15:22:47 +02:00