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

10598 Коммитов

Автор SHA1 Сообщение Дата
Tasos Katsoulas 897e0723fc
Merge pull request #6261 from akatsoulas/validate-active-topics-products
Validate only active topic/products
2024-09-27 13:27:55 +03:00
Tasos Katsoulas 9dedce3b68
Validate only active topic/products 2024-09-27 12:49:16 +03:00
Emil Ghitta 76215fc555
Merge pull request #6259 from emilghittasv/playwright-refactor-kb-article-threads-flow
Playwright kb article threads flow refactor
2024-09-27 12:07:44 +03:00
Tasos Katsoulas 8ef0bfbb24
Merge pull request #6260 from akatsoulas/check-products-topics
Convert topic and product IDs to str
2024-09-27 11:07:00 +03:00
Tasos Katsoulas 3abe93164d
Convert topic and product IDs to str 2024-09-27 11:03:09 +03:00
Emil Ghitta 69f37fda35 - Mark the functions from the kb article discussions class as public and replace super() with self.
- Use composition instead of inheritance for the kb_article_threads_flow.py class.
- Updating modified function calls in tests.
2024-09-26 23:47:20 +03:00
Ryan Johnson 264c2b088f
Merge pull request #6258 from akatsoulas/status-update-value
Properly handle dropdowns and ajax calls
2024-09-26 08:47:07 -07:00
Tasos Katsoulas c381ecc7d8
Properly handle dropdowns and ajax calls 2024-09-26 18:18:06 +03:00
Tasos Katsoulas 7d55f8f8f5
Merge pull request #6257 from akatsoulas/validation-error-post-data
Convert int to str in widgets
2024-09-26 17:34:07 +03:00
Tasos Katsoulas fc659f4088
Convert int to str in widgets 2024-09-26 13:30:22 +03:00
Emil Ghitta eee27a74a8
Merge pull request #6256 from emilghittasv/playwright-edit-delete-kb-article-flow-refactor
Playwright refactor delete kb article and edit article metadata flows
2024-09-26 12:19:05 +03:00
Emil Ghitta 90289957d4 - Mark the functions from the kb article metadata class as public and replace super() with self.
- Use composition instead of inheritance for the delete_kb_article_flow.py and edit_article_meta_flow.py class.
- Updating modified function calls in tests.
2024-09-26 09:32:37 +03:00
Ryan Johnson 5603dfe885
Merge pull request #6253 from akatsoulas/kb-validate-products
Validate both topics and products
2024-09-25 09:33:14 -07:00
Tasos Katsoulas d2f4effc1d
Merge pull request #6255 from akatsoulas/moderation-tool-no-topics
Do not overwrite query
2024-09-25 17:59:27 +03:00
Tasos Katsoulas a12a1cadbc
Do not overwrite query 2024-09-25 17:13:14 +03:00
Tasos Katsoulas 6932d5094d
Merge pull request #6254 from akatsoulas/bug-support-answer
Moderate topics only on Questions
2024-09-25 15:06:09 +03:00
Tasos Katsoulas 61b320c180
Moderate topics only on Questions 2024-09-25 15:04:30 +03:00
Tasos Katsoulas 0a19bc6a11
Validate both topics and products 2024-09-25 14:42:01 +03:00
Tasos Katsoulas 246478b2e5
Merge pull request #6234 from akatsoulas/moderation-tool
Moderate topics for forum questions
2024-09-25 12:17:10 +03:00
Tasos Katsoulas 9625ef6e63
Do not use the same ID for all forms 2024-09-25 11:42:19 +03:00
Tasos Katsoulas eb03f0335f
Track topic changes in questions 2024-09-25 11:42:19 +03:00
Tasos Katsoulas 7ef3f6ac5f
Change status wording in queue 2024-09-25 11:42:19 +03:00
Tasos Katsoulas 4af0d5bb2b
Moderate topics for forum questions 2024-09-25 11:42:14 +03:00
Emil Ghitta f10a72b8cc
Merge pull request #6251 from emilghittasv/playwright-add-kb-article-flow-refactor
Playwright refactor kb article related flows and classes
2024-09-25 10:23:48 +03:00
Tasos Katsoulas bff106a6ba
Merge pull request #6239 from akatsoulas/wt-migration
Add missing schema migration
2024-09-24 20:14:08 +03:00
Tasos Katsoulas dae212b7e1
Merge pull request #6240 from akatsoulas/kb-topic-form
Validate topics in the clean method
2024-09-24 20:13:48 +03:00
Emil Ghitta c43f5ab963 - Mark the functions from the kb related classes as public and replace super() with self.
- Use composition instead of inheritance for the add_kb_article_flow.py and add_kb_media_flow.py class.
- Updating modified function calls in tests.
2024-09-24 19:22:54 +03:00
Tasos Katsoulas c194e4f3f0
Validate topics in the clean method 2024-09-24 15:42:48 +03:00
Emil Ghitta 28e6e3e669
Merge pull request #6250 from emilghittasv/playwright-aaq-flow-refactor
Playwright refactor auth flow related classes
2024-09-24 13:47:54 +03:00
Tasos Katsoulas d269f4d6bb
Add missing schema migration 2024-09-24 13:23:03 +03:00
Emil Ghitta 98a19fa09f - Mark the auth_page class functions as public and replace super() with self.
- Use composition instead of inheritance for the auth_flow.py class.
- Updating modified function calls in tests.
2024-09-24 10:28:32 +03:00
Ryan Johnson 8ceb202f0e
Merge pull request #6242 from emilghittasv/playwright-aaq-flow-rework
Playwright refactor flows & classes belonging to AAQ
2024-09-23 12:40:32 -07:00
Emil Ghitta 0524e6edc3 - Mark the aaq_form_page, questions_page, ways_to_contribute_pages page classes functions as public and replace super() with self.
- Use composition instead of inheritance for the aaq_flow.py class.
- Updating modified function calls in tests.
2024-09-23 18:43:24 +03:00
Emil Ghitta f3d96c4874
Merge pull request #6238 from emilghittasv/playwright-messaging-system-flow-rework
Playwright refactor flows & classes belonging to the messaging system
2024-09-23 16:50:35 +03:00
Emil Ghitta 147717f45d - Mark the new_message, sent_messages, mess_system_user_navbar and inbox_page page functions as public and replace super() with self.
- Use composition instead of inheritance for the messaging_system_flow.py class.
2024-09-23 16:16:20 +03:00
Emil Ghitta 22efe6d4cf
Merge pull request #6237 from emilghittasv/playwright-user-group-flow-rework
Playwright refactor UserGroupFlow and GroupsPage classes
2024-09-23 15:03:24 +03:00
Emil Ghitta 7762a1e9df - Mark the group page functions as public.
- Replace super() with self in group_page class.
- Use composition instead of inheritance for the user_group_flow.py
2024-09-23 14:14:33 +03:00
Tasos Katsoulas 2b5e42fd54
Merge pull request #6223 from smithellis/wagtail-remove-waffle-urls
Remove waffle serving URL path
2024-09-23 12:25:49 +03:00
Tasos Katsoulas 681a46f2a3
Merge pull request #6235 from smithellis/parser-test-error
Fix test failure in
2024-09-23 12:23:48 +03:00
Smith Ellis b2621b57b0
Fix test failure in
`wiki/tests/test_parser/TestWikiVideo/test_video_not_exist`

- In returned doc.text, replace unicode non-breaking-space with
regular space :wq
2024-09-20 13:33:14 -04:00
smith d33b05bd84
Add back wagtail_urls to the urls.py (#6230)
- This may be important for the localization work
- Regardless, the addition is recommended by WT and is the common
practice
- Add WAGTAIL_ENABLE setting
- Add check for enablement for urls
- Add wagtail_urls if WAGTAIL_ENABLE=True
2024-09-20 12:34:10 -04:00
Emil Ghitta 1919c0c979
Merge pull request #6232 from emilghittasv/playwright-flows-rework
Playwright refactor EditProfileDataFlow, Top Navbar and user_pages classes
2024-09-20 16:43:53 +03:00
Emil Ghitta 108936a7c8 - Mark the page functions as public.
- Replace super() with self in page classes.
- Use composition instead of inheritance for the edit_profile_data_flow.py
2024-09-19 15:56:37 +03:00
Tasos Katsoulas eda943f278
Merge pull request #6226 from akatsoulas/update-db-strings
Update database strings
2024-09-17 14:06:34 +03:00
Tasos Katsoulas 19713406f0
Update database strings 2024-09-17 12:55:47 +03:00
Tasos Katsoulas ce8616e420
Merge pull request #6224 from akatsoulas/consistent-date
Display different date formats based on locale
2024-09-17 12:34:39 +03:00
Tasos Katsoulas ef0db4c727
Display different date formats based on locale 2024-09-16 17:27:11 +03:00
Tasos Katsoulas 91e31b5ef0
Merge pull request #6225 from emilghittasv/playwright-1.47-update
- Bump playwright to 1.47.0
2024-09-16 10:53:29 +03:00
Emil Ghitta e2bec47085 - Updating playwright to 1.47.0
- Using v4 instead of v2 for actions/upload-artifact since v2 was deprecated (https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/)
2024-09-13 14:18:50 +03:00
Smith Ellis feaf641a77
Remove waffle serving URL path 2024-09-12 13:35:46 -04:00