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

[robotpy parity] Write a deploy.json log file when deploying code #690

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    e0b462a View commit details
    Browse the repository at this point in the history
  2. create file to be deployed

    just need to get the data
    
    get git data
    
    write to build/ instead
    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d63d80a View commit details
    Browse the repository at this point in the history
  3. start switching to proper gradle way

    - grgit not fully used see ajoberstar/grgit#398
    - doesn't fully use tasks properly I don't think
    - file needs to be properly set to output dir
    
    revert plugin changes
    
    fix: use gradle output dir
    
    call the thingy
    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    32cbe68 View commit details
    Browse the repository at this point in the history
  4. Use grgit for hash and branchname

    requires ajoberstar/grgit#399
    
    Try use grgit to check if in git repo
    
    not sure if this works see ajoberstar/grgit#397
    
    fix grgit
    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b1866f5 View commit details
    Browse the repository at this point in the history
  5. should be working now

    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a2c42c7 View commit details
    Browse the repository at this point in the history
  6. pass args to grgit.open

    naming
    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e3dcd14 View commit details
    Browse the repository at this point in the history
  7. jgit

    spacey-sooty committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3e09be4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    95b8941 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

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

Commits on Dec 2, 2024

  1. review fixes

    Signed-off-by: Jade Turner <[email protected]>
    spacey-sooty committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    91d1498 View commit details
    Browse the repository at this point in the history
  2. working raaa

    Signed-off-by: Jade Turner <[email protected]>
    spacey-sooty committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d2f02b6 View commit details
    Browse the repository at this point in the history