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

19 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 73033cecfc
Execute the test on CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19 15:52:23 +02:00
Joas Schilling 1cdd96a113
Add Mozart to avoid conflict with other JWT apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 10:53:37 +02:00
Joas Schilling c142394f0e
Use vendor-bin to separate dev from production dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01 10:53:36 +02:00
Joas Schilling 728fec15bc
Bump composer dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-09 11:53:24 +01:00
marco 208fa0cf76 Ignore .vscode folder
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-18 10:16:52 +02:00
Joas Schilling 4009391806
Update the exclude lists
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12 21:52:15 +02:00
Joas Schilling 877166cf79
Add PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12 14:59:00 +02:00
Joas Schilling 324a30dd5b
Fix warnings and errors with phpunit 8
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-28 14:54:16 +01:00
Marco Ambrosini 5e9c3400c7 Create Message component
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-10-09 10:48:26 +02:00
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