aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-0/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-34/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Clean dashboard and weather_status jsChristopher Ng2021-08-051-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* Remove Makefile rule clean-devFrançois Freitag2021-02-201-4/+1
| | | | | | | | | | | From npm ci docs https://docs.npmjs.com/cli/v7/commands/npm-ci: If a node_modules is already present, it will be automatically removed before npm ci begins its install. Unnecessary since b595d86e96a518c36c1889a338053512ffbb13fa. Signed-off-by: François Freitag <mail@franek.fr>
* Add user-status appGeorg Ehrke2020-07-311-0/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Use npm ci in MakefileJulius Härtl2020-02-171-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use eslintJohn Molakvoæ (skjnldsv)2019-10-011-5/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add clean-git target to makefileJulius Härtl2019-09-031-4/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add make cleanJohn Molakvoæ (skjnldsv)2019-06-191-1/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Makefile to root folderRoeland Jago Douma2019-02-241-0/+22
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>