Tasos Katsoulas
3bdf7fd269
Merge pull request #5896 from mozilla/dependabot/pip/cryptography-42.0.4
...
Bump cryptography from 42.0.2 to 42.0.4
2024-02-23 10:40:02 +02:00
Tasos Katsoulas
9ea7c83e09
Drop timeout from NANP regex.
2024-02-22 11:56:12 +02:00
dependabot[bot]
aa0bc03581
Bump cryptography from 42.0.2 to 42.0.4
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 20:50:16 +00:00
dependabot[bot]
27c3c08b99
Bump cryptography from 42.0.0 to 42.0.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.0 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 01:00:10 +00:00
Tasos Katsoulas
89fa430539
Merge pull request #5875 from mozilla/dependabot/pip/cryptography-42.0.0
...
Bump cryptography from 41.0.7 to 42.0.0
2024-02-08 12:13:06 +02:00
dependabot[bot]
e9efc86e4e
Bump django from 4.2.9 to 4.2.10
...
Bumps [django](https://github.com/django/django ) from 4.2.9 to 4.2.10.
- [Commits](https://github.com/django/django/compare/4.2.9...4.2.10 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 18:34:24 +00:00
dependabot[bot]
1f9b4f5856
Bump cryptography from 41.0.7 to 42.0.0
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.7 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 03:33:43 +00:00
Tasos Katsoulas
091648a7b6
Bump django-csp to 3.8rc
2024-01-31 10:34:51 +02:00
Ryan Johnson
9cda6858f1
remove SVG scrubbing ( #5860 )
2024-01-25 10:22:35 -08:00
Emil Ghitta
dda4156b05
- Upgrading pytest-check to 2.3.1
2024-01-25 14:01:19 +02:00
Ryan Johnson
4d8a51366c
support SVG for product and topic images ( #5430 )
2024-01-23 08:52:06 -08:00
Emil Ghitta
5e0d2503f7
- Upgrading Playwright to 1.41.0
2024-01-18 11:27:28 +02:00
Ryan Johnson
efbd78720a
update all libraries and pre-commit hooks
2024-01-12 12:04:56 -08:00
Ryan Johnson
771abf9473
Merge branch 'main' into update-newrelic-agent
2024-01-11 11:58:26 -08:00
Tasos Katsoulas
9295df4792
Bump oidc lib to v4 ( #5839 )
...
* Bump oidc lib to v4
* fix test_link_sumo_account_fxa
---------
Co-authored-by: Ryan Johnson <rjohnson@mozilla.com>
2024-01-11 11:57:02 -08:00
Ryan Johnson
02cfe2436e
update the newrelic agent to 9.4.0
2024-01-09 14:52:04 -08:00
Emil Ghitta
a25dd431d4
- Updating yml file ( #5802 )
...
- Adding playwright framework
2023-12-04 09:04:17 -08:00
Ryan Johnson
11c1284e2c
update django to 4.2.7
2023-12-02 21:34:57 -08:00
Mathieu Leplatre
34f094f583
Enable endpoints and logging from our Dockerflow standard ( #5794 )
...
* Enable endpoints and logging from our Dockerflow standard
2023-11-29 11:11:30 +02:00
dependabot[bot]
647a7f20a7
Bump cryptography from 41.0.4 to 41.0.6
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 00:14:22 +00:00
Tasos Katsoulas
f9be3e6639
Initial mkdocs scaffolding
2023-11-23 15:58:52 +02:00
Ryan Johnson
28238acfbd
flip the switch to postgres ( #5609 )
...
* switch database to postgres
* modify kitsune/dashboards/readouts.py to work with postgres
* modify dashboards/models.py to work with postgres
* modify cache_most_unhelpful_kb_articles.py to work with postgres
* modify wiki/views.py to work with postgres
* modify kpi/api.py to work with postgres
* modify auto_archive_old_questions.py to work with postgres
* ignore email when falsy in FXAAuthBackend.update_user
* fix NotificationsTests.test_solution_notification
* account for postgres ordering of num_visits
* fix question num_votes_past_week when no votes
* fix order_by within the fix_current_revisions command
* improve performance of usernames API
* ensure null values are ordered as expected (1464)
* ensure postgres uses index for helpful votes query (1485)
* ensure announcement query uses timestamp indexes (1492)
* ensure HelpfulVote.created queries use DB index (1492)
* ensure forums.Post.created queries use DB index (1492)
* ensure Question.created queries use DB index (1492)
* ensure QuestionVote.created queries use DB index (1492)
* ensure Question.updated queries use DB index (1492)
* ensure Answer.created/Revision.created queries use DB index (1492)
* limit expensive KPI queries to the last 365 days
2023-11-09 13:33:32 -08:00
Tasos Katsoulas
80b975c531
Revert "Update libraries ( #5747 )"
...
This reverts commit 2d58912085
.
2023-11-08 15:33:30 +02:00
Tasos Katsoulas
727b9860c6
Revert "update all libraries"
2023-11-08 15:32:29 +02:00
Ryan Johnson
6449e0b848
update all libraries
2023-11-06 15:18:44 -08:00
Tasos Katsoulas
2d58912085
Update libraries ( #5747 )
...
* Update libraries
* Update Pillow constant
* remove zope-interface from pyproject.toml
---------
Co-authored-by: Ryan Johnson <rjohnson@mozilla.com>
2023-11-06 08:53:13 -08:00
dependabot[bot]
3a32da0f06
Bump django from 4.1.12 to 4.1.13
...
Bumps [django](https://github.com/django/django ) from 4.1.12 to 4.1.13.
- [Commits](https://github.com/django/django/compare/4.1.12...4.1.13 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 21:46:27 +00:00
dependabot[bot]
9ac8d745e6
Bump werkzeug from 2.2.3 to 3.0.1
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 2.2.3 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.1 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 19:19:44 +00:00
dependabot[bot]
96d9c3b9f3
Bump urllib3 from 1.26.17 to 1.26.18
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:18:45 +00:00
Ryan Johnson
3659ca0ba3
update to django 4.1.12
2023-10-16 14:33:14 -07:00
André Honeiser
c9d058405a
sentry_sdk maintenance ( #5674 )
...
* chore: don't send traces and profiles to sentry
* chore: update sentry_sdk to 1.32.0
---------
Co-authored-by: Ryan Johnson <rjohnson@mozilla.com>
2023-10-13 08:27:32 -07:00
Tasos Katsoulas
63ec0cad07
Merge pull request #5660 from mozilla/dependabot/pip/urllib3-1.26.17
...
Bump urllib3 from 1.26.14 to 1.26.17
2023-10-03 10:47:43 +03:00
Tasos Katsoulas
24d8b36288
Merge pull request #5630 from mozilla/dependabot/pip/certifi-2023.7.22
...
Bump certifi from 2022.12.7 to 2023.7.22
2023-10-03 09:56:16 +03:00
dependabot[bot]
4726ede37b
Bump urllib3 from 1.26.14 to 1.26.17
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 02:49:56 +00:00
Tasos Katsoulas
3532795a55
Merge pull request #5654 from mozilla/dependabot/pip/cryptography-41.0.4
...
Bump cryptography from 41.0.3 to 41.0.4
2023-09-26 18:10:04 +03:00
dependabot[bot]
22f210fc56
Bump gevent from 22.10.2 to 23.9.1
...
Bumps [gevent](https://github.com/gevent/gevent ) from 22.10.2 to 23.9.1.
- [Release notes](https://github.com/gevent/gevent/releases )
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst )
- [Commits](https://github.com/gevent/gevent/compare/22.10.2...23.9.1 )
---
updated-dependencies:
- dependency-name: gevent
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 19:17:49 +00:00
Ryan Johnson
0891ecc0c7
re-lock poetry.lock without updating
2023-09-21 15:03:05 -07:00
dependabot[bot]
91fc2da8df
Bump cryptography from 41.0.3 to 41.0.4
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 21:27:39 +00:00
Tasos Katsoulas
035350ea7d
Resolve poetry lock conflicts
2023-09-20 14:42:52 +03:00
emilghittasv
2daeb17da2
- Added pytest-rerunfailures (to rerun test failures) and pytest-check (for soft asserts)
...
- Updated the base_page.py file
- Updated the test_utilities.py file. Now reading test data from json, loading GH secrets & implemented the fxa verification code fetching mechanism.
- Updated docker-compose.yml to contain selenoid instead of Selenium Grid.
- Added browsers.json for Firefox and Chrome Selenoid containers management.
- Added different flows for test usage: aaq_flo
(for AAQ submission flow), add_kb_article_flow.py (for KB articles submission), auth_flow.py (for SUMO auth flow), messaging_system_flow.py (flow for sending user messages), edit_profile_data_flow.py (for user data edit and fields clearence)
- Updated and created new messages and pages.
- Added test data
- Added a couple of tests to include coverage over contribute pages, footer section, homepage, top navbar, messaging system & user page tests
- Updated the conftest.py file. Also added functionality to create and attach screenshots to report for failed tests
- Updated pytest.ini to update markers
- Update workflow to have tests trigger at 8:00 AM UTC+3. Each Monday, Wednesday and Friday.
2023-09-20 14:41:54 +03:00
dependabot[bot]
2e000d4cd3
Bump pygments from 2.14.0 to 2.15.0 ( #5629 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 11:26:27 -07:00
dependabot[bot]
3037b35d69
Bump cryptography from 41.0.0 to 41.0.3
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.0 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 11:07:40 +00:00
dependabot[bot]
e92d2b4895
Bump certifi from 2022.12.7 to 2023.7.22
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 11:06:27 +00:00
Ryan Johnson
b586aa8fa0
provide django-email-bandit as an email option for testing
2023-09-05 16:39:19 -07:00
dependabot[bot]
2aafb1f852
Bump django from 4.1.9 to 4.1.10
...
Bumps [django](https://github.com/django/django ) from 4.1.9 to 4.1.10.
- [Commits](https://github.com/django/django/compare/4.1.9...4.1.10 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:11:11 +00:00
dependabot[bot]
83828d4541
Bump cryptography from 39.0.1 to 41.0.0
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 20:13:14 +00:00
Ryan Johnson
697c6e4020
update Django to 4.1.9
2023-05-04 09:49:35 -07:00
dependabot[bot]
89a8a95d1e
Bump sqlparse from 0.4.3 to 0.4.4 ( #5444 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.4.4 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 10:23:12 -07:00
Ryan Johnson
5cc8ec6cc8
remove unrelated package upgrades
2023-04-19 11:38:10 -07:00
Tasos Katsoulas
e83dec8180
Sync poetry lock after rebasing
...
- remove poetry from requirements
2023-04-11 13:47:22 +03:00