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

Simplify release procedure #1657

Merged
merged 3 commits into from
Dec 20, 2022
Merged

Simplify release procedure #1657

merged 3 commits into from
Dec 20, 2022

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Dec 19, 2022

Description

Build and push all Docker images at once.

Readiness checklist

  • I added tests for new functionality or bugfixes.
  • I ran task all, and it passed.
  • I added/updated comments for both exported and unexported top-level declarations (functions, types, etc).
  • I checked comments rendering with task godocs.
  • I ensured that the title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Assignee, Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

Build and push all Docker images at once.
@AlekSi AlekSi added the code/chore Code maintenance improvements label Dec 19, 2022
@AlekSi AlekSi added this to the v0.8.0 Beta milestone Dec 19, 2022
@AlekSi AlekSi self-assigned this Dec 19, 2022
@vercel
Copy link

vercel bot commented Dec 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ferret-db ✅ Ready (Inspect) Visit Preview Dec 19, 2022 at 2:49PM (UTC)

@AlekSi AlekSi added the trust PRs that can access Actions secrets label Dec 19, 2022
@vercel vercel bot temporarily deployed to Preview December 19, 2022 14:32 Inactive
AlekSi added a commit to AlekSi/FerretDB that referenced this pull request Dec 19, 2022
# Conflicts:
#	.github/RELEASE_CHECKLIST.md
#	Taskfile.yml
@vercel vercel bot temporarily deployed to Preview December 19, 2022 14:40 Inactive
@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Merging #1657 (18fe28f) into main (2bf1e63) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1657   +/-   ##
=======================================
  Coverage   68.67%   68.67%           
=======================================
  Files         289      289           
  Lines       13917    13917           
=======================================
+ Hits         9557     9558    +1     
+ Misses       3423     3416    -7     
- Partials      937      943    +6     
Impacted Files Coverage Δ
internal/util/version/version.go 70.58% <0.00%> (-4.42%) ⬇️
internal/handlers/common/filter.go 84.86% <0.00%> (-0.59%) ⬇️
internal/handlers/tigris/tigrisdb/collections.go 66.66% <0.00%> (+4.76%) ⬆️
internal/handlers/tigris/msg_create.go 74.64% <0.00%> (+7.04%) ⬆️
internal/handlers/tigris/tigrisdb/errors.go 42.85% <0.00%> (+10.71%) ⬆️
Flag Coverage Δ
integration 64.52% <ø> (-0.02%) ⬇️
mongodb 14.57% <ø> (-0.03%) ⬇️
pg 53.50% <ø> (-0.09%) ⬇️
tigris 38.23% <ø> (+0.05%) ⬆️
unit 27.39% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@AlekSi AlekSi marked this pull request as ready for review December 19, 2022 14:48
@AlekSi AlekSi requested a review from a team as a code owner December 19, 2022 14:48
@AlekSi AlekSi requested review from w84thesun, rumyantseva, a team, chilagrow and noisersup and removed request for a team December 19, 2022 14:48
@AlekSi AlekSi enabled auto-merge (squash) December 19, 2022 14:48
@vercel vercel bot temporarily deployed to Preview December 19, 2022 14:49 Inactive
Copy link
Contributor

@chilagrow chilagrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for simplifying the process 🤗

@AlekSi AlekSi merged commit b4f603a into FerretDB:main Dec 20, 2022
@AlekSi AlekSi deleted the push-all branch December 20, 2022 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements trust PRs that can access Actions secrets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants