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

More automation #50

Merged
merged 12 commits into from
Sep 23, 2024
Merged

More automation #50

merged 12 commits into from
Sep 23, 2024

Conversation

lkubb
Copy link
Member

@lkubb lkubb commented Aug 30, 2024

  • Tries to execute the first steps automatically after copy
  • Also updates the virtualenv and runs pre-commit after update
  • Does not recreate deleted boilerplate anymore (yay!)
  • Also adds a dev env init script for contributors that just clone
  • Adds a .envrc file for direnv that calls the above script and sources the venv.
  • Adds test runs on Windows and macOS

Uses some hacky workarounds while _copier_conf.operation is not available.

Fixes: #41
Fixes: #45

This should prepare a move of most of the code into the project
template, where it can be used to automate the dev env setup for
contributors (who just clone the repository).
@lkubb lkubb force-pushed the more-automation branch 5 times, most recently from 1bd996c to f821f46 Compare September 2, 2024 07:48
@lkubb lkubb force-pushed the more-automation branch 15 times, most recently from 957ed64 to 98b8811 Compare September 21, 2024 23:27
@lkubb lkubb force-pushed the more-automation branch 2 times, most recently from b9ab738 to c0e3c87 Compare September 22, 2024 08:01
@lkubb lkubb marked this pull request as ready for review September 22, 2024 08:08
@lkubb lkubb merged commit ad8657d into salt-extensions:main Sep 23, 2024
9 checks passed
@lkubb lkubb deleted the more-automation branch September 23, 2024 11:40
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.

[Feature] Automate some post-copy/update tasks [Bug] Boilerplate is regenerated during updates if deleted
1 participant