Skip to content
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

Bump django from 5.0 to 5.0.2 in /src/backend #3

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps django from 5.0 to 5.0.2.

Commits
  • 428d06c [5.0.x] Bumped version for 5.0.2 release.
  • 16a8fe1 [5.0.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ...
  • 2cfa3fb [5.0.x] Changed severity levels to list in security policy docs.
  • 761946f [5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output ...
  • 914eee1 [5.0.x] Refs #35149 -- Made equivalent db_default alterations noops.
  • 3e7a30f [5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
  • 741f080 [5.0.x] Fixed #35147 -- Added backward incompatibility note about filtering a...
  • 58d5e57 [5.0.x] Fixed typo in docs/topics/db/managers.txt.
  • a8f9c29 [5.0.x] Removed mention of designers in DTL design philosophy.
  • 06b05c7 [5.0.x] Refs #34936 -- Added test for altering DecimalField with db_default t...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [django](https://github.com/django/django) from 5.0 to 5.0.2.
- [Commits](django/django@5.0...5.0.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 7, 2024
@sampaccoud sampaccoud merged commit ae2ba59 into main Feb 16, 2024
5 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/src/backend/django-5.0.2 branch February 16, 2024 18:14
lindenb1 pushed a commit to lindenb1/impress that referenced this pull request Oct 17, 2024
# This is the 1st commit message:

🚨(docker) fix docker warning about casing

When we build the docker image, we get a warning
about the casing in the Dockerfile. This commit
fixes the casing in the Dockerfile.

# This is the commit message suitenumerique#2:

🐛(docker) update docker-compose.yml to make nginx depend on app-dev

Modified docker-compose.yml to ensure nginx starts only after app-dev.

Signed-off-by: lindenb1 <linden@b1-systems.de>

# This is the commit message suitenumerique#3:

♻️(email) use full name instead of email

If the full name is available,
we will use it to identify the user in the email
instead of the email address.

# This is the commit message suitenumerique#4:

⬆️(dependencies) update python dependencies
# This is the commit message suitenumerique#5:

✨(frontend) added copy-as buttons for HTML and Markdown

Add buttons to copy editor content as HTML or Markdown. Closes suitenumerique#300

🐛(backend) fix dysfunctional permissions on document create

When creating a document access, users were benefitting on the targeted
document from the highest access right they have among all documents.
This is because we forgot to filter on the document ID when retrieving
the role of the user. We improved all tests to secure this issue.

🚚(backend) split test file for api template accesses

The number of lines in this file had exceeded 1000 lines.

➖(backend) move freezegun to dev dependencies

Freezegun is for testing and should not be installed in the
production image.

✨(backend) allow uploading more types of attachments

We want to allow users to upload files to a document, not just images.
We try to enforce coherence between the file extension and the real
mime type of its content. If a file is deemed unsafe, it is still accepted
during upload and the information is stored as metadata on the object
for display to readers.

✨(backend) create ai endpoint

We created 2 new action endpoints on the document
to perform AI operations:
- POST /api/v1.0/documents/{uuid}/ai-transform
- POST /api/v1.0/documents/{uuid}/ai-translate

🎨(frontend) reduce prop drilling thanks to doc store

We start to have a deep prop drilling with doc,
time to use the doc store to reduce that.
We still prefer to pass the doc as a prop to
keep our component as "pure" as possible, but if
the drilling is too deep, better
to use the doc store.

✨(frontend) add ai blocknote feature

Add AI button to the editor toolbar.
We can use AI to generate content with our editor.
A list of predefined actions are available to use.

🔧(helm) add ai setting to environments

Add the ai setting to the environments.

🐛(frontend) fix flaky e2e test

A test on e2e was flaky, this commit fixes it.

Update CHANGELOG.md with hyphens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant