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

Address issue 59 (refactor build system) #85

Merged
merged 28 commits into from
Mar 31, 2024
Merged

Address issue 59 (refactor build system) #85

merged 28 commits into from
Mar 31, 2024

Commits on Feb 15, 2024

  1. Add initial changes for issue 59 refactor of build system

    * Remove hardcoded version (which will be replaced dynamically)
    * Add specific lines to init
    * Add scripts directory, which contains a few helpers
    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d83f3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff920c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e610b1 View commit details
    Browse the repository at this point in the history
  4. Reformat __init__

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e6b1a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73bedce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bda856 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1290690 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5652303 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adb0676 View commit details
    Browse the repository at this point in the history
  10. Debug update_version

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ffa91e View commit details
    Browse the repository at this point in the history
  11. Debug update_version

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8ee7116 View commit details
    Browse the repository at this point in the history
  12. Debug update_version

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cf5bd0d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a8624c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5951f32 View commit details
    Browse the repository at this point in the history
  15. Debug CI

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2b0003d View commit details
    Browse the repository at this point in the history
  16. Refactor CI/deploy

    matthewcarbone committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a257a75 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a5481a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0d70b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    d53a25c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19efc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3b684 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b696b97 View commit details
    Browse the repository at this point in the history
  5. Add init from main

    matthewcarbone committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    869a8b4 View commit details
    Browse the repository at this point in the history
  6. Add init from main

    matthewcarbone committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    db58bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3cfefd View commit details
    Browse the repository at this point in the history
  8. Make the version detection slightly more flexible

    Just in case someone using GPax as a dev copy does not have dunamai
    installed, GPax will now gracefully fail to detect the version
    and will simply use "dev" as the version name.
    matthewcarbone committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7d8156b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    3b7ce70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af60f98 View commit details
    Browse the repository at this point in the history