aboutsummaryrefslogtreecommitdiffstats
path: root/build/files-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* ocm controllerMaxence Lange2023-09-201-1/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore: add `__tests__` and `__mocks__` to file checker and fix updated namesJohn Molakvoæ2023-06-211-2/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix:(files-checker): add cypress.d.ts and custom.d.tsJohn Molakvoæ2023-04-061-1/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove autotest-js.shLouis Chemineau2023-04-041-1/+0
| | | | | | It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fixing testsJohn Molakvoæ2023-01-041-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-3/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add DESIGN.md to expected filesDaniel Kesselberg2022-12-211-11/+12
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* add .pre-commit-config.yaml to expected files in checkerCôme Chilliet2022-09-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix node tests ciCarl Schwan2022-05-301-0/+1
| | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove .php_cs.distJohn Molakvoæ2022-01-161-1/+0
|
* Allow .php-cs-fixer.dist.phpJohn Molakvoæ2022-01-141-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Scope composer tools with the bin pluginChristoph Wurst2021-08-191-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* Add eslint testingJohn Molakvoæ (skjnldsv)2021-03-171-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add .devcontainer to file-checker.phpLukas Reschke2021-02-091-0/+1
| | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix expceted psalm-ocp.xml fileRoeland Jago Douma2020-12-301-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Check only the baseline.xml and exclude the psalm.xml from the file checkMorris Jobke2020-08-181-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add shared php-cs configChristoph Wurst2020-03-311-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Set up a security policyRuben Barkow2020-01-211-0/+1
| | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
* Add .editorconfig to expected filesGary Kim2019-11-081-0/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
| | | | | | | | | | | | | | Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge all babelrc into one fileJohn Molakvoæ (skjnldsv)2019-10-171-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix master testing and update eslint-configJohn Molakvoæ (skjnldsv)2019-10-041-4/+5
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move settings to an appChristoph Wurst2019-09-281-1/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Exclude Makefile from checkMorris Jobke2019-02-251-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update expected file listRoeland Jago Douma2019-02-131-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust release file listChristoph Wurst2019-01-091-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove buildjsdocs.sh from files checkerJulius Härtl2018-10-251-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move GitHub files to .github directoryChristoph Wurst2018-10-091-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused HHVM test executorChristoph Wurst2018-10-091-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add ocm-provider to the list of expected filesBjoern Schiessle2018-07-021-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove .lgtm fileRoeland Jago Douma2018-05-231-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove old perl script to update l10n filesMorris Jobke2018-02-081-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix CI after Code of Conduct mergeRoeland Jago Douma2018-01-101-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No more root fileJoas Schilling2017-07-251-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add test to check if new files are added to the root of the repositoryMorris Jobke2017-07-121-0/+109
Signed-off-by: Morris Jobke <hey@morrisjobke.de>