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

10598 Коммитов

Автор SHA1 Сообщение Дата
smith 55a4ef72a9
Model additions and changes for Wagtail (#6218)
* Model additions and changes for Wagtail
- Remove models.py
- Create models/ folder
- Create models/models.py with our current models
- Create models/pages.py with WT specific models
- Create wagtail_hooks.py to register Product model as
wagtail snippet
2024-09-12 10:28:49 -04:00
Emil Ghitta 6961398d97
Merge pull request #6222 from emilghittasv/playwright-fix-kb-article-creation-and-edit-flows
Playwright fix test failures caused by recent kb form changes
2024-09-12 14:02:15 +03:00
Emil Ghitta f82e0d7b13 - Updating a couple of places in playwright since the new kb/new and kb/edit/metadata pages contain the new "product" field instead of the "relevancy" one.
- Updating a couple of mapped TestRail test id's.
2024-09-12 12:19:44 +03:00
Tasos Katsoulas 0ed4c62339
Merge pull request #6220 from smithellis/04WT-wagtail-decorator
Wagtail - decorator
2024-09-10 15:43:11 +03:00
Tasos Katsoulas 0967395fd2
Merge pull request #6221 from akatsoulas/kb-ui
improve relevant products/topics selection
2024-09-09 15:04:43 +03:00
Tasos Katsoulas e0006fb897
Update gitignore 2024-09-09 14:02:04 +03:00
Tasos Katsoulas fb80d3bdef
Optimize kb widgets 2024-09-09 14:01:32 +03:00
Smith Ellis 4a1f6d993c
Wagtail - decorator
- A decorator for views that need to prefer serving pages
from the CMS instead of the standard site
- The decorator tests if a page exists in WT, and if it isn't
a 404, it serves it - otherwise it tries the normal URL matching
- There is a helper to strip the locale so that we can deal
with sane paths
2024-09-06 14:29:35 -04:00
Ryan Johnson fb5fd83eb3
Merge pull request #6215 from akatsoulas/django-upgrade
Bump Django to 4.2.16
2024-09-05 09:15:36 -07:00
Ryan Johnson 92f8be7c04
replace Set.intersection with intersection function 2024-09-05 09:06:47 -07:00
Ryan Johnson edcef8e82e
improve relevant products/topics selection 2024-09-05 08:36:01 -07:00
Tasos Katsoulas 560a5f7633
Bump Django to 4.2.16 2024-09-05 18:24:53 +03:00
Ryan Johnson 28fa75b78b
Merge pull request #6213 from akatsoulas/cleanup-win7
Remove obsolete code for win7
2024-09-04 09:36:54 -07:00
Tasos Katsoulas 575d1c2b18
Merge pull request #6211 from mozilla/dependabot/npm_and_yarn/blakeembrey/template-1.2.0
Bump @blakeembrey/template from 1.1.0 to 1.2.0
2024-09-04 18:51:22 +03:00
Tasos Katsoulas 2e2d5da710
Merge pull request #6212 from mozilla/dependabot/pip/cryptography-43.0.1
Bump cryptography from 42.0.4 to 43.0.1
2024-09-04 18:50:59 +03:00
Tasos Katsoulas 6f8798e249
Remove obsolete code for win7 2024-09-04 12:15:56 +03:00
dependabot[bot] 2ecc3bf1d9
Bump cryptography from 42.0.4 to 43.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 00:05:48 +00:00
dependabot[bot] 9a7ba8af74
Bump @blakeembrey/template from 1.1.0 to 1.2.0
Bumps [@blakeembrey/template](https://github.com/blakeembrey/js-template) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/blakeembrey/js-template/releases)
- [Commits](https://github.com/blakeembrey/js-template/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@blakeembrey/template"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 19:45:20 +00:00
Ryan Johnson 6c11344fd5
Merge pull request #6127 from mozilla/dependabot/pip/sentry-sdk-2.8.0
Bump sentry-sdk from 1.39.2 to 2.8.0
2024-08-30 14:19:59 -07:00
dependabot[bot] 541c16ce3c
Bump sentry-sdk from 1.39.2 to 2.8.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.2 to 2.8.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.39.2...2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 20:35:05 +00:00
Ryan Johnson 96686cfc87
Merge pull request #6208 from mozilla/dependabot/npm_and_yarn/webpack-5.94.0
Bump webpack from 5.76.0 to 5.94.0
2024-08-30 12:43:29 -07:00
Ryan Johnson 555cb65762
Merge pull request #6209 from escattone/fix-1792
use "Upload" for text when uploading media
2024-08-30 08:46:40 -07:00
Ryan Johnson 18c7daabf3
Merge pull request #6207 from escattone/fix-1783
fix contributor tools menus on mobile
2024-08-30 08:33:02 -07:00
Ryan Johnson 5f715454e9
use upload instead of upload new media file 2024-08-30 08:12:50 -07:00
Ryan Johnson 28e75b2b1b
fix contributor tools menus on mobile 2024-08-30 07:37:21 -07:00
dependabot[bot] 070f57dad5
Bump webpack from 5.76.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 10:40:45 +00:00
Ryan Johnson 080cefbb29
Merge pull request #6206 from escattone/fix-1798
highlight recent revisions title in sidebar
2024-08-29 12:48:26 -07:00
Ryan Johnson 48fe79f215
highlight recent revisions title in sidebar 2024-08-29 11:45:55 -07:00
Ryan Johnson 1ab73685ad
Merge pull request #6205 from escattone/fix-1959
AAQ products should include those with active configs only
2024-08-29 11:27:28 -07:00
Ryan Johnson a7afb89b80
restrict aaq products to those with active configs only 2024-08-29 10:48:16 -07:00
Ryan Johnson 6b20a6e340
Merge pull request #6204 from escattone/fix-1947-1199
add missing quotes in aaq image preview
2024-08-23 14:45:59 -07:00
Ryan Johnson 2d2167c054
add missing quotes in aaq image preview 2024-08-23 14:14:06 -07:00
Ryan Johnson f94ecdc520
Merge pull request #6203 from escattone/fix-1958
fix all-topics selection for product community forums
2024-08-23 10:37:27 -07:00
Ryan Johnson cecc64f0ad
fix all-topics selection when nav by product 2024-08-23 10:06:17 -07:00
Ryan Johnson 29ca63c449
Merge pull request #6202 from escattone/fix-1947-tweak
forgot to remove loading class
2024-08-23 08:20:44 -07:00
Ryan Johnson 5d97629b68
forgot to remove loading class 2024-08-23 07:47:36 -07:00
Ryan Johnson 85b1bb723d
Merge pull request #6201 from escattone/fix-1947
fix preview for images uploaded in AAQ
2024-08-23 07:39:52 -07:00
Emil Ghitta 0d675285e5
Merge pull request #6200 from emilghittasv/playwright-wait-fixes
Playwright wait strategy & test fixes
2024-08-23 10:45:28 +03:00
Ryan Johnson 5baf9ab379
fix preview for images uploaded in AAQ 2024-08-22 19:24:55 -07:00
Ryan Johnson 30d57e5735
Merge pull request #6199 from escattone/fix-1954
remove firefox download button when navigating by topic
2024-08-22 19:06:46 -07:00
Emil Ghitta c2aeff39b9 - Fix waits & test errors. 2024-08-22 21:53:43 +03:00
Ryan Johnson 8c96984e17
remove firefox download button for topic nav 2024-08-22 11:43:27 -07:00
Ryan Johnson 8344444d6e
Merge pull request #6198 from escattone/fix-1865
filter questions by topic when navigating by product
2024-08-22 10:35:02 -07:00
Ryan Johnson 92c6881436
filter by topic when navigating by product 2024-08-22 09:51:17 -07:00
Ryan Johnson 6ce9b4da3e
Merge pull request #6197 from escattone/fix-1957
ensure distinct topics when filtering by products
2024-08-22 08:04:56 -07:00
Ryan Johnson 71d0e8dc84
ensure distinct topics when filtering by products 2024-08-22 07:23:34 -07:00
Ryan Johnson 01f68812d7
Merge pull request #6196 from escattone/fix-1955-take-2
adjust how topics are filtered in questions
2024-08-21 14:58:58 -07:00
Ryan Johnson 2db30b5349
adjust how topics are filtered in questions 2024-08-21 13:44:36 -07:00
Ryan Johnson 586ab6a40d
Merge pull request #6195 from escattone/fix-1901
adjust relevant products to match documents_for
2024-08-21 11:02:42 -07:00
Ryan Johnson 1e0b9e5aa9
adjust relevant products to match documents_for 2024-08-21 09:59:00 -07:00