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

chore: minor tweaks for local dev #1019

Merged
merged 1 commit into from
Dec 6, 2023
Merged

chore: minor tweaks for local dev #1019

merged 1 commit into from
Dec 6, 2023

Conversation

wass3r
Copy link
Collaborator

@wass3r wass3r commented Dec 1, 2023

couple of minor tweaks and fixes for annoyances i intend to carry over to the other core repos if accepted:

  1. after running make up there's a 95%+ chance i will attempt to access the stack before it is ready (mainly due to postgres service taking a while on my machine). this is fixed by adding a health check for postgres and making sure the server doesn't start until it's healthy. could maybe tweak interval to check more frequently. lmk.
  2. changes docker-compose -> docker compose. ref: https://www.docker.com/blog/announcing-compose-v2-general-availability/ . i don't want to alias something that is deprecated, so i typically apply this edit locally before i run make ...

@wass3r wass3r requested a review from a team as a code owner December 1, 2023 03:16
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Merging #1019 (01aa14c) into main (2b58510) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1019   +/-   ##
=======================================
  Coverage   68.36%   68.36%           
=======================================
  Files         317      317           
  Lines       13641    13641           
=======================================
  Hits         9326     9326           
  Misses       3848     3848           
  Partials      467      467           

Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

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

lgtm

@ecrupper ecrupper merged commit fb12fdd into main Dec 6, 2023
12 of 13 checks passed
@ecrupper ecrupper deleted the chore/local-dev branch December 6, 2023 15:12
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.

3 participants