10000 ci: Merge `develop` into `release/3.11.x` by fsbraun · Pull Request #7785 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

ci: Merge develop into release/3.11.x #7785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
61a7367
ci: Merge back release 3.11.4 into `develop` (#7646)
fsbraun Sep 18, 2023
33847dc
fix: data-theme typo for 'auto' (#7649)
weber-s Sep 19, 2023
cb697e3
Create SECURITY.md (#7652)
marksweb Sep 21, 2023
caef9f3
docs: Writing an extensive docstring for view _clean_redirect_url in …
MidnightRoam Sep 22, 2023
4643353
Merge branch 'django-cms:develop' into develop
fsbraun Oct 16, 2023
bafe901
build: bump pillow from 9.3.0 to 10.0.1 in /test_requirements (#7660)
dependabot[bot] Oct 16, 2023
315340f
fix: change language url parameter to delete_language to prevent coll…
halitcelik Oct 17, 2023
7693883
feat: Add Python3.12 support (#7675)
Oct 17, 2023
f5292d1
fix: preserve `view_class` in decorated views (#7664)
Will-Hoey Oct 18, 2023
3576391
Bugfix: avoid InvalidCacheKey (memcached) for key-length ~249 (fixes …
wfehr Oct 19, 2023
a147dcb
Merge branch 'django-cms:develop' into develop
fsbraun Oct 23, 2023
159b49b
Update transifex pull strings script to first filter changes and THEN…
fsbraun Oct 23, 2023
0010b67
Merge branch 'django-cms:develop' into develop
fsbraun Nov 16, 2023
f7121be
fix: Use correct version of Django in GitHub CI actions (#7696)
fsbraun Nov 20, 2023
98d52d4
Merge branch 'django-cms:develop' into develop
fsbraun Nov 20, 2023
239dbf5
docs: Remove outdated link to djangocms-installer from docs (#7697)
fsbraun Nov 21, 2023
56b38d0
Update config.yml (#7701)
fsbraun Nov 22, 2023
a11a9d2
Merge branch 'django-cms:develop' into develop
fsbraun Nov 23, 2023
720a24c
Remove discontinued discourse server from docs (#7703)
fsbraun Nov 26, 2023
bb208af
build: bump browserify-sign from 4.2.1 to 4.2.2 (#7687)
dependabot[bot] Nov 29, 2023
7bbd10b
update certifi 2022.12.07 to 2023.7.22 (#7661)
realize096 Nov 29, 2023
70efd5f
Merge branch 'django-cms:develop' into develop
fsbraun Nov 30, 2023
04eaeaf
Add template-based install to django CMS v3 docs (#7709)
fsbraun Dec 4, 2023
63b614d
Restore overwrttten release notes (#7711)
fsbraun Dec 5, 2023
6e5bef7
Merge branch 'django-cms:develop' into develop
fsbraun Dec 7, 2023
6310a9b
Update docs for frontend testing (#7726)
protoroto Dec 21, 2023
0950714
feat: django 5 support for cms 3.11 (#7724)
protoroto Dec 21, 2023
20751e8
Update documentation CMS_CACHE_PREFIX default value (#7727)
protoroto Dec 22, 2023
32c2541
Merge branch 'django-cms:develop' into develop
fsbraun Jan 2, 2024
e12e26d
build: bump follow-redirects from 1.15.2 to 1.15.4 (#7749)
dependabot[bot] Jan 10, 2024
fc18e26
build: bump axios and browser-sync (#7751)
dependabot[bot] Jan 10, 2024
40fa8d9
fix: Add `--fix-paths` option to `./manage.py cms fix-tree` (#7744)
fsbraun Jan 14, 2024
0376a2f
feat: Add bot to remind to not squash merges into release/* branches …
fsbraun Jan 17, 2024
d90b23d
fix: readable messages in dark-mode (#7739)
fsbraun Jan 26, 2024
b12558d
Merge branch 'django-cms:develop' into develop
fsbraun Jan 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: bump axios and browser-sync (#7751)
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
commit fc18e26a3a1a794fcee81ad7fb31d133f74dca68
165 changes: 29 additions & 136 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.26.12",
"browser-sync": "^3.0.2",
"browserslist-saucelabs": "^0.2.3",
"chokidar": "^3.5.3",
"core-js": "^3.31.0",
Expand Down
0