Commit Graph

3412 Commits

Author SHA1 Message Date
Lorenz Padberg 1908f11370 Add migrate objective snapshot command 2024-01-25 11:06:33 +01:00
Lorenz Padberg 13e9c2d9ae Merged in feature/MS-747-TestforInstrumentFilters (pull request #139)
Feature/MS-747 TestforInstrumentFilters

Approved-by: Ramon Wenger
2024-01-17 15:46:45 +00:00
Ramon Wenger 64d86b688c Remove test specific changes to vue code and skip test 2024-01-17 16:44:12 +01:00
Ramon Wenger 40366cbbca Update pipelines debug script 2023-12-21 17:43:38 +01:00
Ramon Wenger 5ebbc43961 Update readme 2023-12-21 17:43:01 +01:00
Ramon Wenger 94e9649754 Upgrade Typescript config to target ES6 2023-12-21 17:39:40 +01:00
Ramon Wenger d0de5de269 Mute annoying error that occurs when ME_QUERY is not yet in cache 2023-12-21 17:39:00 +01:00
Lorenz Padberg fdbdcb366e Merged in feature/Add-missing-migrations (pull request #140)
Add migrations to develop

Approved-by: Ramon Wenger
2023-12-20 10:34:15 +00:00
Lorenz Padberg 8b80a12516 Fix naming on radio-button 2023-12-20 11:32:18 +01:00
Lorenz Padberg 3dcfb92dbf Add analyze snapshots command 2023-12-19 16:01:29 +01:00
Lorenz Padberg c88447ebb6 Add Error Handling 2023-12-19 10:25:05 +01:00
Ramon Wenger bb0bfb98ce Remove buggy logger statement 2023-12-18 17:14:53 +01:00
Lorenz Padberg 6069c47c5e Refactoring 2023-12-18 17:05:05 +01:00
Ramon Wenger 486a92a9a4 Fix dummy_data 2023-12-18 17:01:15 +01:00
Lorenz Padberg 2446b52596 Working. But too many content blocks... todo remove duplicates. 2023-12-18 16:28:12 +01:00
Lorenz Padberg 568564a64c Add User created content 2023-12-18 15:34:56 +01:00
Lorenz Padberg 48d3c34fbe Create migration test command 2023-12-15 23:17:10 +01:00
Ramon Wenger 992b9945e5 Remove reference to removed settings variable 2023-12-14 17:16:08 +01:00
Ramon Wenger 8b080abe20 Add save check, refactor component
Resolves MS-785
2023-12-14 14:16:01 +01:00
Ramon Wenger eee3bf995c Add cypress test to catch double save issue on room entry creation 2023-12-13 18:04:42 +01:00
Ramon Wenger 66b9f8ac6a Enable cy.mockGraphqlOps to handle async methods 2023-12-13 18:02:49 +01:00
Ramon Wenger e4046de318 Remove unused package 2023-12-13 18:01:32 +01:00
Lorenz Padberg 9e4c19c633 Add migrations to develop 2023-12-13 16:08:50 +01:00
Lorenz Padberg f070091a84 Change cypress frontend config.. localhost !=127.0.0.1 2023-12-13 14:30:34 +01:00
Lorenz Padberg 033157b1c8 Add language filter test 2023-12-13 10:47:14 +01:00
Ramon Wenger d0fb5c5fe4 Fix unit test
Also fix factory magic for blocks that have contents defined using the
`wagtail_factories` syntax
2023-12-12 16:58:12 +01:00
Lorenz Padberg 0943a49f25 Add test filter by title 2023-12-12 15:54:16 +01:00
Ramon Wenger 75ecaedd29 Fix content blocks in `dummy_data` command 2023-12-12 15:43:12 +01:00
Ramon Wenger 8c9dfaf98c Also change download mirror for e2e tests 2023-12-12 09:28:39 +01:00
Ramon Wenger 83733f2b9c Fix cypress version and change the cypress download mirror definition 2023-12-12 09:18:00 +01:00
Ramon Wenger 95eb7e1295 Fix the platform setting when running tests 2023-12-11 16:44:34 +01:00
Lorenz Padberg 954ed9027d Refactor Sentry Middleware for Graphene 2023-12-11 16:44:34 +01:00
Ramon Wenger 4e7dceb8c3 Add missing requirements 2023-12-11 16:44:34 +01:00
Ramon Wenger e66fd61ec9 Replace function based view with class based view and upgrade wagtail to
LTS
2023-12-11 16:44:34 +01:00
Lorenz Padberg e30d6f468e Fix "fields" depreciation warnings 2023-12-11 16:44:34 +01:00
Ramon Wenger 6823219846 Update factory definitions 2023-12-11 16:44:34 +01:00
Ramon Wenger f15afbf551 Update factory syntax in unit test 2023-12-11 16:44:34 +01:00
Ramon Wenger 66dc8708b6 Use Autocomplete fields instead of SearchFields
The `SearchField(partial_match=True)` does not what we intended it to do
2023-12-11 16:44:34 +01:00
Ramon Wenger c47b263302 Adapt to new storage syntax in settings
Removed the old, deprecated syntax and replaced it with the new one
2023-12-11 16:44:34 +01:00
Ramon Wenger b745afd91e Adapt to new syntax for execute context 2023-12-11 16:44:34 +01:00
Ramon Wenger 6a2658051d Disable `stream_field_magic` methods, as the API for those has changed
Unit tests work without them, but the `dummy_data` command possibly no
longer.
2023-12-11 16:44:34 +01:00
Ramon Wenger a2e85c337d Update custom GraphQLView to use new GraphQL 3.0 syntax 2023-12-11 16:44:34 +01:00
Ramon Wenger 6f563806f7 Update wagtail, django and wagtail_factories
Also make some changes according to the migration guides of those
packages.
2023-12-11 16:44:34 +01:00
Ramon Wenger 1e79e7ba38 Add a workaround for the currents.dev issue 2023-12-11 11:10:59 +01:00
Ramon Wenger 5a3e2501c6 Remove obsolete settings 2023-12-11 11:07:05 +01:00
Ramon Wenger 6e8daaff86 Update Sentry SDK version 2023-12-06 16:53:59 +01:00
Ramon Wenger fd7ba5d300 Fix linting errors 2023-12-06 16:43:50 +01:00
Ramon Wenger 567d9e5841 Fix error in Dockerfile 2023-12-06 16:39:31 +01:00
Ramon Wenger e29a05eadd Disable another cypress test because of currents.dev 2023-12-06 16:34:44 +01:00
Ramon Wenger a925ac85e8 Update python to 3.11.7 2023-12-06 16:26:56 +01:00