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

ci: Post comment after e2e smoke #8495

Merged
merged 85 commits into from
Feb 28, 2024
Merged

ci: Post comment after e2e smoke #8495

merged 85 commits into from
Feb 28, 2024

Commits on Feb 1, 2024

  1. Post comment after e2e smoke

    Cal-L committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    069d9c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Remove extra steps for testing

    Cal-L committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6d325ac View commit details
    Browse the repository at this point in the history
  2. Provide missing params to step

    Cal-L committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    09fed8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9d35e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    664d9b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    1fe01fd View commit details
    Browse the repository at this point in the history
  2. Try removing conditional

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9effdf5 View commit details
    Browse the repository at this point in the history
  3. Remove condition

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    43d1079 View commit details
    Browse the repository at this point in the history
  4. Update Bitrise message

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e55a296 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad586b1 View commit details
    Browse the repository at this point in the history
  6. Remove PR id

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5549e15 View commit details
    Browse the repository at this point in the history
  7. Put PR number

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bf3424c View commit details
    Browse the repository at this point in the history
  8. Provide PR number as env var

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c3a13cc View commit details
    Browse the repository at this point in the history
  9. Use new bitrise endpoint

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d158b51 View commit details
    Browse the repository at this point in the history
  10. Update bitrise headers

    Cal-L committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    520c27c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Pass PR number as env var

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    737b6a0 View commit details
    Browse the repository at this point in the history
  2. Comment out environments

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    464c88d View commit details
    Browse the repository at this point in the history
  3. Change api back to original

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cdadf86 View commit details
    Browse the repository at this point in the history
  4. Remove environments

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ea2ce37 View commit details
    Browse the repository at this point in the history
  5. Simplify Bitrise call

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7a358ed View commit details
    Browse the repository at this point in the history
  6. Remove env vars

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    762d1da View commit details
    Browse the repository at this point in the history
  7. Specify application json

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ee261d3 View commit details
    Browse the repository at this point in the history
  8. Pass env vars as strings

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2a27413 View commit details
    Browse the repository at this point in the history
  9. Adjust bitrise message

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    de69596 View commit details
    Browse the repository at this point in the history
  10. Refine messages

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4263896 View commit details
    Browse the repository at this point in the history
  11. Log comment body

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bb48a45 View commit details
    Browse the repository at this point in the history
  12. Provide logs

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    04563ca View commit details
    Browse the repository at this point in the history
  13. Fix typo

    Cal-L committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    40f8601 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update action triggers

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    01bc823 View commit details
    Browse the repository at this point in the history
  2. Conditionally run comment step

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    544fa8f View commit details
    Browse the repository at this point in the history
  3. Try setting pipeline build url

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0d63325 View commit details
    Browse the repository at this point in the history
  4. Use pipeline build url

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f0be5e1 View commit details
    Browse the repository at this point in the history
  5. Update comment

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ca07293 View commit details
    Browse the repository at this point in the history
  6. Remove unused workflow

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2068fa4 View commit details
    Browse the repository at this point in the history
  7. Update message format

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4be9a61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64c57eb View commit details
    Browse the repository at this point in the history
  9. Add tag syntax

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    99d2c65 View commit details
    Browse the repository at this point in the history
  10. Fix comment tag

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bbd9e22 View commit details
    Browse the repository at this point in the history
  11. Format bitrise message

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eed8755 View commit details
    Browse the repository at this point in the history
  12. Refine messages

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    22ad086 View commit details
    Browse the repository at this point in the history
  13. Refine bitrise message

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7c72e6a View commit details
    Browse the repository at this point in the history
  14. Change comment trigger to edit

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    24e13b9 View commit details
    Browse the repository at this point in the history
  15. Update trigger

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9d75bcf View commit details
    Browse the repository at this point in the history
  16. Rename bitrise action files

    Cal-L committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0c4f931 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix hardcoded build link

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    65c12c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57dc62 View commit details
    Browse the repository at this point in the history
  3. Fix build failure condition

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cca817c View commit details
    Browse the repository at this point in the history
  4. Add failure condition step

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    29c0a15 View commit details
    Browse the repository at this point in the history
  5. Get latest PR commit hash

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a147f8d View commit details
    Browse the repository at this point in the history
  6. Force fail

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1e22620 View commit details
    Browse the repository at this point in the history
  7. Always run notify

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    955a913 View commit details
    Browse the repository at this point in the history
  8. Fix comment step logic

    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5d3d7f9 View commit details
    Browse the repository at this point in the history
  9. Revert "Force fail"

    This reverts commit 1e22620.
    Cal-L committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    035bc60 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Add bitrise tags to comments

    Cal-L committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9bc30e3 View commit details
    Browse the repository at this point in the history
  2. Force fail

    Cal-L committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    159874e View commit details
    Browse the repository at this point in the history
  3. Revert "Force fail"

    This reverts commit 159874e.
    Cal-L committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cc1f64f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Edit existing Bitrise comment

    Cal-L committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8b19e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4cab30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f77947d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96e928 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Create scripts types file

    Cal-L committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7795e34 View commit details
    Browse the repository at this point in the history
  2. Clean up logs

    Cal-L committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0b511ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed8ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b916ee5 View commit details
    Browse the repository at this point in the history
  5. Update fail message

    Cal-L committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    20d5c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc7168 View commit details
    Browse the repository at this point in the history
  7. Update fail message

    Cal-L committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9baf7a5 View commit details
    Browse the repository at this point in the history
  8. Consolidate logs

    Cal-L committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    949a2ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68c61c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    f005813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d904c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64045e9 View commit details
    Browse the repository at this point in the history
  4. Add comments

    Cal-L committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5bbfe61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7827395 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b46801 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab8385f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    0e7eaa8 View commit details
    Browse the repository at this point in the history
  2. Fix reverse

    Cal-L committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cb67272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3e1b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e538a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a463ab8 View commit details
    Browse the repository at this point in the history
  6. Clean up check conditions

    Cal-L committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6036a02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af333f3 View commit details
    Browse the repository at this point in the history
  8. Remove console logs

    Cal-L committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d249cee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c3435f View commit details
    Browse the repository at this point in the history