Skip to content

deps(ci): bump docker/build-push-action from 5 to 7 - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/build-push-action-7
Open

deps(ci): bump docker/build-push-action from 5 to 7#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/build-push-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/build-push-action from 5 to 7.

Release notes

Sourced from docker/build-push-action's releases.

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

v6.16.0

... (truncated)

Commits
  • 53b7df9 Merge pull request #1572 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • 154298c [dependabot skip] chore: update generated content
  • cb1238b chore(deps): Bump @​docker/actions-toolkit from 0.91.0 to 0.92.0
  • 24f845d Merge pull request #1566 from docker/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 9c69730 [dependabot skip] chore: update generated content
  • bc3a3a5 Merge pull request #1574 from docker/dependabot/github_actions/aws-actions/co...
  • a82c504 chore(deps): Bump js-yaml from 4.1.1 to 4.3.0
  • 0285a75 Merge pull request #1573 from docker/dependabot/github_actions/actions/cache-...
  • c6ad2a3 Merge pull request #1575 from docker/dependabot/github_actions/actions/checko...
  • d37484f Merge pull request #1564 from docker/dependabot/npm_and_yarn/undici-6.27.0
  • 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 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)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bagirov24 added a commit that referenced this pull request Jul 29, 2026
…y-log

#6 README / Wiki (rich-text)
- models/project.py: readme Text + readme_format ENUM(plain|markdown|html)
- schemas/project.py: readme + readme_format в Create/Update/Response
- GET /projects/{id}/readme — возвращает {readme, readme_format}
- PATCH /projects/{id}/readme — обновляет только readme, DOMPurify
  sanitise на фронте, server_default='html'

#8 Избранное + кастомный порядок карточек
- models/project.py: is_pinned BOOLEAN DEFAULT false,
  position INTEGER DEFAULT 0
- schemas/project.py: is_pinned + position в Update/Response
- GET /projects/ сортирует: pinned вверх, потом по position ASC,
  потом по order_by/dir
- POST /projects/{id}/pin / DELETE /projects/{id}/pin
- PATCH /projects/{id}/reorder {position: int} — обновляет порядок

#9 Теги / категории
- models/project_tag.py: ProjectTag + project_tags M2M ассоциативная
  таблица; переиспользует цветовую схему Label (#RRGGBB)
- api/v1/project_tags.py: CRUD тегов + attach/detach к проекту
- GET /projects/?tags=backend,q3 — фильтр по slug-ам тегов
- ProjectResponse.tags: List[TagResponse]

#10 Activity log
- models/project_activity.py: ProjectActivity(project_id, user_id,
  action VARCHAR, meta JSONB, created_at) — append-only
- _log() helper вызывается в create/update/archive/delete/member
  эндпоинтах; действия: project_created, project_updated,
  project_archived, project_deleted, member_invited, member_removed,
  member_role_changed
- GET /projects/{id}/activity?page=&per_page= — хронологический лог

#misc
- alembic/0006_readme_pin_tags_activity.py — идемпотентная миграция
  добавляет 6 колонок в projects + 3 новые таблицы
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants