Commit Graph

116 Commits

Author SHA1 Message Date
renovate[bot]
c5a6218598 chore(deps): update cypress/browsers:latest docker digest to 2c4e104 (#1259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 23:36:26 +02:00
renovate[bot]
03a69175cd chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to 76ba260 (#1238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 08:14:10 +00:00
renovate[bot]
4d175ef0f1 chore(deps): update cypress/browsers:latest docker digest to a0f4875 (#1218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 14:42:49 +00:00
renovate[bot]
39ff29e43c chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to 9cdd39c (#1219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 14:40:48 +00:00
kolaente
97c9eb84e6 fix(settings): use correct test assertion (#1217) 2025-08-01 14:28:40 +00:00
renovate[bot]
8b7f806c21 chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to bc9b660 (#1214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 06:37:08 +00:00
renovate[bot]
86fd8d3dae chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to cdcb86c (#1205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-31 11:54:08 +00:00
renovate[bot]
c303344183 chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to 7a582d4 (#1199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-30 07:55:24 +00:00
kolaente
b444cf8d43 feat: add display setting for dates (#1192) 2025-07-30 09:43:37 +02:00
renovate[bot]
b18bd9cb6d chore(deps): pin ghcr.io/go-vikunja/dex-testing docker tag to 7440cd3 (#1190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 13:16:30 +02:00
kolaente
0a688b41b3 feat(test): add e2e tests for openid (#1178) 2025-07-29 13:00:41 +02:00
kolaente
f1641a1847 feat(task): autosave description on route leave (#1140) 2025-07-18 16:18:19 +00:00
kolaente
1a1c0c8170 fix(cypress): assert visibility to make the test less flakey (#1138) 2025-07-17 11:14:20 +02:00
kolaente
9b579d282c fix(tasks): do not return subtasks multiple times when they are related
to multiple tasks

Resolves https://community.vikunja.io/t/tasks-with-parent-tasks-appear-duplicated-in-list-views/3676
2025-07-02 23:16:05 +02:00
kolaente
53264d350e fix(kanban): make bucket query fixed per-view (#1007) 2025-06-25 11:38:24 +00:00
kolaente
0f3da11bc4 fix: show 404 on task detail page when the task does not exist (#1014) 2025-06-24 21:32:22 +00:00
kolaente
9e3a1f1800 fix(test): formatting 2025-06-24 12:48:47 +02:00
kolaente
842a71019d fix(view): add unique index for task buckets (#1005) 2025-06-24 10:45:17 +00:00
Dominik Pschenitschni
5b9d4fcc72 chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
Dominik Pschenitschni
a1655489ab fix(frontend): mark only clicked task item (#891) 2025-06-16 22:43:54 +02:00
kolaente
59a0b9c40d feat(auth): require auth to fetch avatars (#930) 2025-06-14 13:12:41 +00:00
Dominik Pschenitschni
cab303fe64 docs: fix typos 2025-06-10 12:10:42 +02:00
kolaente
3ada7b657b fix: adjust test for project view 2025-06-03 19:28:45 +02:00
kolaente
3658cde42f refactor: use query parameter only when looking for password reset token 2025-06-03 19:28:45 +02:00
kolaente
59aca9fd5d chore: improve cypress factory types 2025-06-03 19:28:45 +02:00
kolaente
7991bee6ac chore(test): cleanup and improve e2e tests 2025-05-20 16:57:26 +02:00
kolaente
ce3d49cc02 fix(editor): make pasting a file work again
It seems like only one paste handler is possible - with the change  inf52a321acf19b8925a5285abf09ae3ed51ea4ca8 the paste handler for the image paste did not work anymore.

Resolves https://community.vikunja.io/t/feature-suggestion-paste-images-directly-into-description-comment-from-clipboard/3656
2025-05-20 16:57:26 +02:00
kolaente
80b1f6cab3 fix(test): wait for redirect
In some cases (https://github.com/go-vikunja/vikunja/actions/runs/15130244134/job/42529938835) this test does not run, while it works in others without issues. I hope to fix that with the wait, even though that's more of a workaround.
2025-05-20 09:55:12 +02:00
kolaente
fdc0860252 fix(auth): only use query parameters instead of local storage for password reset token (#770)
Resolves https://github.com/go-vikunja/vikunja/issues/682
2025-05-14 20:51:45 +00:00
Dominik Pschenitschni
4937127898 fix: cypress selector (#753) 2025-05-13 10:51:11 +00:00
kolaente
27b58eaf50 fix(test): use fixed date in due date test 2025-04-08 17:21:09 +02:00
kolaente
145a64acae fix(test): use a date different from today as due date
This fixes an issue which made the test fail on the 1st of the month.
2025-04-01 16:21:39 +02:00
renovate[bot]
9f8a85644b fix(deps): pin dependencies (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 17:35:22 +02:00
kolaente
35a60b5482 fix(test): set language in test 2025-03-02 15:53:06 +01:00
kolaente
021d71b90e fix: remove date-fns (#3039)
This removes date-fns and replaces it with the already used dayjs library. It does not make sense to have two libraries for the same purpose, and dayjs seems to be smaller and its translations are already integrated. Since we have to use dayjs because it is used by the gantt chart, this was the obvious way to go (instead of replacing dayjs with date-fns).

Resolves https://github.com/go-vikunja/vikunja/issues/391

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3039
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
2025-02-21 15:42:58 +00:00
Dominik Pschenitschni
b579041185 fix(test): wait for project to be loaded
fixes flaky test
2024-12-13 14:43:18 +01:00
kolaente
aad9d8dffc fix(tests): faker usage 2024-10-29 09:57:53 +00:00
kolaente
3ce477e1d1 fix(test): use correct selector for modal header 2024-09-29 14:16:43 +02:00
kolaente
c5b82fc591 fix: test selector 2024-09-18 21:28:08 +02:00
kolaente
8b77832af2 fix(test): cypress test selector 2024-09-13 10:28:48 +02:00
Dominik Pschenitschni
af639a180c fix: wrapped button
This somehow weirdly fixes the test. I have no clue why. Regardless it should be better than before, because a button  (DropdownItem) should never contain another interactive element (the setBucketLimit input and save button).

The test failed because I replaced a v-if with v-show. I do not know _why_ this made the test fail. When I reproduced the test step by step it worked for me…
2024-07-10 09:19:55 +00:00
Dominik Pschenitschni
66be016a7f feat: improve gantt filter label 2024-06-20 13:03:45 +00:00
Dominik Pschenitschni
bf28a0c795 fix(ts): align with create-vue setup 2024-06-19 14:05:41 +00:00
Dominik Pschenitschni
541f608d3c feat(components): align component name casing fancycheckbox 2024-06-17 13:09:34 +02:00
konrad
34d69fa588 feat(task): show attachment preview for image attachments (#2266)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2266
Reviewed-by: konrad <k@knt.li>
2024-05-25 12:11:03 +00:00
kolaente
2e298ffc11 fix(i18n): adjust tests from 34780daab0 2024-05-24 15:05:09 +02:00
Elscrux
eafd4da038 Fix test again 2024-05-23 10:26:15 +02:00
Elscrux
230fef3559 Attempt to fix attachment verification 2024-05-16 14:36:41 +02:00
kolaente
d2adbc53c6 fix(test): add task to bucket in test 2024-04-14 11:00:41 +02:00
kolaente
d082c0399d fix(test): visit one more project in project history test 2024-04-07 22:36:09 +02:00