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

PETOSS 536 | Open API Pipeline for PR creation #627

Closed
wants to merge 84 commits into from

Commits on Sep 18, 2024

  1. Added the basic pipeline code

    sangeet-joy_xero committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    975d497 View commit details
    Browse the repository at this point in the history
  2. commented the JIRA workflow

    sangeet-joy_xero committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    576f30d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. yaml linting code

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ed6b8ea View commit details
    Browse the repository at this point in the history
  2. adjusted the yamllint code

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    53f303e View commit details
    Browse the repository at this point in the history
  3. added git fetch

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e7d0a6b View commit details
    Browse the repository at this point in the history
  4. corrected the find command syntax

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6d66ca0 View commit details
    Browse the repository at this point in the history
  5. added the github app access token step

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    022a462 View commit details
    Browse the repository at this point in the history
  6. added the octokit code

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    84da4d1 View commit details
    Browse the repository at this point in the history
  7. added github workspace

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    99b1cd0 View commit details
    Browse the repository at this point in the history
  8. added a test change in files.yaml

    sangeet-joy_xero committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    da45a50 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Added the workflow disptach code for node

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fdacb25 View commit details
    Browse the repository at this point in the history
  2. Added the bearer in the curl command

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f06dd84 View commit details
    Browse the repository at this point in the history
  3. testing workflow api

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    af884ee View commit details
    Browse the repository at this point in the history
  4. added permission to the workflow job

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6d3154a View commit details
    Browse the repository at this point in the history
  5. Added the PR branch name as input

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    72abb4f View commit details
    Browse the repository at this point in the history
  6. syntax corrected of the json payload for curl

    sangeet-joy_xero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dba10f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Added all sdk workflow pr as dispatch call

    sangeet-joy_xero committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    da4752a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. checking the response of the curl command

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c08ea3f View commit details
    Browse the repository at this point in the history
  2. corrected the curl

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    149be63 View commit details
    Browse the repository at this point in the history
  3. fetching workflow run id

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    786eaf2 View commit details
    Browse the repository at this point in the history
  4. testing

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d8bab9 View commit details
    Browse the repository at this point in the history
  5. testing response

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    27997f3 View commit details
    Browse the repository at this point in the history
  6. testing response object

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    efff19e View commit details
    Browse the repository at this point in the history
  7. testing random number generator

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    59cc42c View commit details
    Browse the repository at this point in the history
  8. testing random number

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0d5260f View commit details
    Browse the repository at this point in the history
  9. added the disptach id in the input params of the dispatch call.

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9ac0f4f View commit details
    Browse the repository at this point in the history
  10. corrected the dispatch call syntax

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e0bb83a View commit details
    Browse the repository at this point in the history
  11. refactored the json payload

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d21b5ae View commit details
    Browse the repository at this point in the history
  12. added wait for completion in step

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9e9f124 View commit details
    Browse the repository at this point in the history
  13. corrected the syntax

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4fe77b2 View commit details
    Browse the repository at this point in the history
  14. Added the public action for trigger flow

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2f6f784 View commit details
    Browse the repository at this point in the history
  15. made propagate failure to true

    sangeet-joy_xero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2bef431 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. clean up commented code

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6703efc View commit details
    Browse the repository at this point in the history
  2. Changed the ref to master in step

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d3053dc View commit details
    Browse the repository at this point in the history
  3. changed wait interval to 50

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d8c5794 View commit details
    Browse the repository at this point in the history
  4. un commented yamllint step

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7c0229b View commit details
    Browse the repository at this point in the history
  5. Addec the new xero approved action

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c600051 View commit details
    Browse the repository at this point in the history
  6. updated the version number of the action

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6454cfd View commit details
    Browse the repository at this point in the history
  7. added distinct id

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    22631d2 View commit details
    Browse the repository at this point in the history
  8. updated the ref

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    78ca8e2 View commit details
    Browse the repository at this point in the history
  9. timeout increased for the trigger step

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cd149ad View commit details
    Browse the repository at this point in the history
  10. increased the time

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d3e6d55 View commit details
    Browse the repository at this point in the history
  11. corrected the step details

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5f96bc4 View commit details
    Browse the repository at this point in the history
  12. adjusted the time

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bb3b68b View commit details
    Browse the repository at this point in the history
  13. Added the time as string

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dd87dd1 View commit details
    Browse the repository at this point in the history
  14. used the beta version of the trigger action

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    da05a1d View commit details
    Browse the repository at this point in the history
  15. corrected the return dispatch version

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1dad7c3 View commit details
    Browse the repository at this point in the history
  16. master branch is referenced

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3e8bab9 View commit details
    Browse the repository at this point in the history
  17. corrected the ref

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    becdadb View commit details
    Browse the repository at this point in the history
  18. used the time in string

    sangeet-joy_xero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5454ca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. permission

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    da826df View commit details
    Browse the repository at this point in the history
  2. Added the feature branch for testing

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3ec29b2 View commit details
    Browse the repository at this point in the history
  3. Added conditional step for merge flow

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    03533f9 View commit details
    Browse the repository at this point in the history
  4. Added yq

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4641aaa View commit details
    Browse the repository at this point in the history
  5. Added pr trigger condition

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1afb395 View commit details
    Browse the repository at this point in the history
  6. checking yq version

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3c6b8dd View commit details
    Browse the repository at this point in the history
  7. using yq

    sangeet-joy_xero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    be589ba View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. logging & testing

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d8ba71c View commit details
    Browse the repository at this point in the history
  2. testing yq

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    724be08 View commit details
    Browse the repository at this point in the history
  3. testing

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7ca6957 View commit details
    Browse the repository at this point in the history
  4. Added all the yamls

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9039e84 View commit details
    Browse the repository at this point in the history
  5. printing the yaml

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e6bac9e View commit details
    Browse the repository at this point in the history
  6. Added the PR raise steps

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cd10a84 View commit details
    Browse the repository at this point in the history
  7. checkout codegen repo

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1ed1ae7 View commit details
    Browse the repository at this point in the history
  8. added path to checkout

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5796ceb View commit details
    Browse the repository at this point in the history
  9. updated the version update workflow

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f2c46c4 View commit details
    Browse the repository at this point in the history
  10. removed wromg prop[eryies

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a4573d1 View commit details
    Browse the repository at this point in the history
  11. logging

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6cb76b2 View commit details
    Browse the repository at this point in the history
  12. logging statements added

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    af1648c View commit details
    Browse the repository at this point in the history
  13. removed the condition

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2735d96 View commit details
    Browse the repository at this point in the history
  14. syntax correction for PR raise step

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3434b82 View commit details
    Browse the repository at this point in the history
  15. syntax fix

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f82a027 View commit details
    Browse the repository at this point in the history
  16. adjusted the if condition

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    696dbf1 View commit details
    Browse the repository at this point in the history
  17. added body to PR

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1d18d2e View commit details
    Browse the repository at this point in the history
  18. fetch release version step added

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f889480 View commit details
    Browse the repository at this point in the history
  19. added github token to the step

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ff416aa View commit details
    Browse the repository at this point in the history
  20. Added the auto merge PR step

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0794a6a View commit details
    Browse the repository at this point in the history
  21. Added the basic release workflow

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c143870 View commit details
    Browse the repository at this point in the history
  22. corrected indentation

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c039f99 View commit details
    Browse the repository at this point in the history
  23. testing

    sangeet-joy_xero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    88d25e5 View commit details
    Browse the repository at this point in the history
  24. removed spaces

    Vignesh Kennadi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    26acd7b View commit details
    Browse the repository at this point in the history
  25. corrected uses with run

    Vignesh Kennadi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2ae48d1 View commit details
    Browse the repository at this point in the history
  26. adds push event

    Vignesh Kennadi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dd2a60b View commit details
    Browse the repository at this point in the history
  27. removed on-push event

    Vignesh Kennadi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5d8e212 View commit details
    Browse the repository at this point in the history