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

Add pants-plugins/pack_metadata to inform pants about our packs #5868

Merged
merged 23 commits into from
Jan 23, 2023

Commits on Jan 12, 2023

  1. pants: new pack_metadata plugin

    Add pack_metadata target and a tailor rule to automatically add it in every dir with pack.yaml.
    cognifloyd committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e7aab82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77af55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a00b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    e70f926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e8378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    561079c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6ef08c View commit details
    Browse the repository at this point in the history
  5. Simplify pack_metadata_in_git_submodule

    We need to hard code the instructions in the plugin.
    So, we'll only add the instructions to the pack_metadata target.
    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    421231a View commit details
    Browse the repository at this point in the history
  6. move pack_metadata_in_git_submodule to pack_metadata plugin

    Since these instructions can't be generic enough to upstream,
    Move it to our pack_metadata plugin which is st2-specific.
    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    94fc704 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8716187 View commit details
    Browse the repository at this point in the history
  8. add license header

    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    835002d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    892b001 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84073a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a1b241 View commit details
    Browse the repository at this point in the history
  12. drop old comment

    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    16213a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6074c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    185e871 View commit details
    Browse the repository at this point in the history
  15. update changelog entry

    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8e78e31 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d0bd8f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac1c097 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e4afe0 View commit details
    Browse the repository at this point in the history
  19. flake8 fixes

    cognifloyd committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6fbb1df View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Fix typo

    Co-authored-by: Amanda McGuinness <[email protected]>
    cognifloyd and amanda11 authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    a73225c View commit details
    Browse the repository at this point in the history