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

Fix issue where truncated job names would cause the job to fail. #45

Merged
merged 34 commits into from
Oct 21, 2024

Commits on Oct 8, 2024

  1. Working branch (#1)

    Fixes an issue where workflow names would be truncated and cause the action to fail.
    Root cause: When the line length of the job name + matrix inputs exceeds 97 characters in GHA. The name is truncated and an ellipsis is appended. This caused the action to fail.
    Fix: 
    Truncate the name just like GHA does. 
    
    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6a46570 View commit details
    Browse the repository at this point in the history
  2. Working branch (#2)

    Fix GHA matrix length issue 
    
    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6ad33c5 View commit details
    Browse the repository at this point in the history
  3. add_extra_test

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e9228cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f63e34 View commit details
    Browse the repository at this point in the history
  5. what_happened

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dd6d641 View commit details
    Browse the repository at this point in the history
  6. Revert "what_happened"

    This reverts commit dd6d641.
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    85b0e25 View commit details
    Browse the repository at this point in the history
  7. Revert "Merge branches 'main' and 'main' of https://github.com/c3char…

    …vat/actions--context"
    
    This reverts commit 2f63e34, reversing
    changes made to e9228cb.
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    be42c9a View commit details
    Browse the repository at this point in the history
  8. Working branch (#3)

    * Create example-reusable-from-matrix.yml
    
    * Update example.yaml
    
    * Update actions.ts
    
    * Update index.js
    
    * build
    
    Signed-off-by: Collin Charvat <[email protected]>
    
    * fix_missing_input
    
    Signed-off-by: Collin Charvat <[email protected]>
    
    * add_max_parallel_test
    
    Signed-off-by: Collin Charvat <[email protected]>
    
    ---------
    
    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a294d63 View commit details
    Browse the repository at this point in the history
  9. comment_out_tests

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    06c002d View commit details
    Browse the repository at this point in the history
  10. add_test_back_in

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c85ec93 View commit details
    Browse the repository at this point in the history
  11. add_back_in_testing

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bac7c89 View commit details
    Browse the repository at this point in the history
  12. rate_limit???

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    23c1ec3 View commit details
    Browse the repository at this point in the history
  13. isolate_matrix

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    26d428c View commit details
    Browse the repository at this point in the history
  14. fix_job_name

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    49e2790 View commit details
    Browse the repository at this point in the history
  15. update_id

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8ae7994 View commit details
    Browse the repository at this point in the history
  16. try_moving_back

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3833524 View commit details
    Browse the repository at this point in the history
  17. yep_these_cant_exist_together

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6e770c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b08f41a View commit details
    Browse the repository at this point in the history
  3. more_logging

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4350ace View commit details
    Browse the repository at this point in the history
  4. more_logs

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8d19ec5 View commit details
    Browse the repository at this point in the history
  5. add_logs

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5bc9f47 View commit details
    Browse the repository at this point in the history
  6. add_extra_check

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    49d9d36 View commit details
    Browse the repository at this point in the history
  7. switch_to_filter

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e5b6619 View commit details
    Browse the repository at this point in the history
  8. fix_error_message

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eeec66a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix_97_char_exact_issue

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f81bcc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    9f0942a View commit details
    Browse the repository at this point in the history
  2. add_extra_test

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    261b20f View commit details
    Browse the repository at this point in the history
  3. resolve_comments

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2e70973 View commit details
    Browse the repository at this point in the history
  4. add_more_testing

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3c368f3 View commit details
    Browse the repository at this point in the history
  5. fix_missing_comma

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    680d7b8 View commit details
    Browse the repository at this point in the history
  6. update_job_length

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    53b3046 View commit details
    Browse the repository at this point in the history
  7. remove_duplicate_Testing

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c3336f4 View commit details
    Browse the repository at this point in the history
  8. fix_comments

    Signed-off-by: Collin Charvat <[email protected]>
    c3charvat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f3992eb View commit details
    Browse the repository at this point in the history