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

Initial (Github Actions) Workflows for Ansible Community Package release #265

Merged
merged 37 commits into from Feb 6, 2024

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    abbffbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411a065 View commit details
    Browse the repository at this point in the history
  3. Adds inputs section and removes matrix

    It enables the user to decide which Ansible Version needs to be built.
    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0d1f06a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d571661 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a9d4ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b41ffa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a94c419 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37a7c31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e288b4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5661fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04cf348 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ae93b8 View commit details
    Browse the repository at this point in the history
  13. Corrects the branch name

    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d41a08e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa2ea1d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9614889 View commit details
    Browse the repository at this point in the history
  16. Adds tarball to sdist directory

    As the GHA workflow failed since it was expecting to have only wheels
    inside the sdist dir.
    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1b3d10a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ab2761 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d35dd0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9bac8f9 View commit details
    Browse the repository at this point in the history
  20. Updates based on the PR feedback

    fixes variable name
    fixes name of the job
    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3e2fb39 View commit details
    Browse the repository at this point in the history
  21. Cleans up gha workflows

    Multiple jobs for better security.
    Updates based on review feedback.
    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3f5c471 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bb8c345 View commit details
    Browse the repository at this point in the history
  23. Reformats the input

    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b697a3f View commit details
    Browse the repository at this point in the history
  24. Cleans up based on feedback

    Changes double quote to single quotes.
    Changes name to fit UI.
    Mentions working directory.
    Removes `--upgrade-pip`.
    Removes `main` branch name.
    anweshadas committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f8cc4d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fixes based on testing

    Fixes typos and commands whereever necessary.
    anweshadas committed Dec 20, 2023
    7 Configuration menu
    Copy the full SHA
    2c5cadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b2ab50 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Edits based on feedback

    Fixes name of a job.
    Fixes repository url.
    anweshadas committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2105ec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Edits based on the feedback

    Fixes the upload url.
    Removes Github token from the git `push` step .
    Sets `inputs.ansible-version` vars to `ANSIBLE_VERSION` as env variable.
    
    Please enter the commit message for your changes. Lines starting
    anweshadas committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c668413 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Edits based on the Feedback.

    Divides from one action into multiple actions.
    Rewrites multi-line command into really one-line making it more readable.
    Corrects the variable name.
    anweshadas committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ac90bcf View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Pauses workflow for PR review & then publish

    Based on the feedback this PR edits for the following:
    
    Adds a job to pause the workflow till the pr is reviewed and merged.
    Adds publish to PyPI job in this worklflow.
    Adds git tag job in this workflow.
    anweshadas committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1d7688f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Uses pypirelease environment

    Updates as suggested in the PR review.
    anweshadas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d81a274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d2c16 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 29, 2024

  1. Uses pypi environment

    anweshadas committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    efe5b10 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Apply suggestions from code review.

    Co-authored-by: Maxwell G <maxwell@gtmx.me>
    felixfontein and gotmax23 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8f99dd8 View commit details
    Browse the repository at this point in the history