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

Improve local dev DX by using just #501

Merged
merged 15 commits into from
Jan 25, 2025
Merged

Improve local dev DX by using just #501

merged 15 commits into from
Jan 25, 2025

Conversation

Blacksmoke16
Copy link
Member

@Blacksmoke16 Blacksmoke16 commented Jan 25, 2025

Context

The previous Makefile worked well enough but was due for a bit of an upgrade. This PR switches it out for a justfile to improve the DX and functionality.

The main benefit it provides is the ability to pass arguments, so can do things like just watch mime or just test clock, and provides a nice summary of available recipes when you just run just.

This PR also updates the CI jobs and CONTRIBUTING.md file to leverage it as well.

Changelog

  • Replace the Makefile with a justfile
  • Update CI jobs to use it
  • Update CONTRIBUTING.md
  • Bump pip deps

Before merging, remember to add the athena-framework/athena prefix to the PR number in the PR title

@Blacksmoke16 Blacksmoke16 added kind:enhancement New functionality to an existing feature kind:infrastructure labels Jan 25, 2025
@Blacksmoke16 Blacksmoke16 enabled auto-merge (squash) January 25, 2025 05:08
@Blacksmoke16 Blacksmoke16 merged commit 8c7e9ac into master Jan 25, 2025
9 of 12 checks passed
@Blacksmoke16 Blacksmoke16 deleted the justfile branch January 25, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New functionality to an existing feature kind:infrastructure
Development

Successfully merging this pull request may close these issues.

1 participant