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

#5681 Replace OSSAR with ESLint workflow #5735

Merged
merged 38 commits into from
May 27, 2024

Commits on May 24, 2024

  1. Delete ossary-analysis.yml

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8f6b812 View commit details
    Browse the repository at this point in the history
  2. Add ESLint GitHub workflow

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cab2b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f22ee View commit details
    Browse the repository at this point in the history
  4. Install ESLint version 8.57.0

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    97e59be View commit details
    Browse the repository at this point in the history
  5. Install eslint-formatter-sarif version 3.1.0

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9d5c223 View commit details
    Browse the repository at this point in the history
  6. Fix syntax error

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4f747a6 View commit details
    Browse the repository at this point in the history
  7. Use upload-sarif version 3

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3901399 View commit details
    Browse the repository at this point in the history
  8. Use existing npm script "test_eslint"

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    46fc54f View commit details
    Browse the repository at this point in the history
  9. Update "Run ESLint" commands

    martgil committed May 24, 2024
    Configuration menu
    Copy the full SHA
    21ee7a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59bcea4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fae6c13 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    ed350de View commit details
    Browse the repository at this point in the history
  2. Temporary hotfix: add eslint-sarif-formatter.js

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    876c442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9aebc7 View commit details
    Browse the repository at this point in the history
  4. Add debug code

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    024d13e View commit details
    Browse the repository at this point in the history
  5. Add write permission on actions tab

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3fb92c0 View commit details
    Browse the repository at this point in the history
  6. Add write permissions to contents

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    216ca59 View commit details
    Browse the repository at this point in the history
  7. Add debug code: check file writing capability

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    72ecf55 View commit details
    Browse the repository at this point in the history
  8. Add debug code: add continue-on-error

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ad6df78 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e986152 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e06fa98 View commit details
    Browse the repository at this point in the history
  11. Add debug code: read eslint-results.sarif

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    36aff37 View commit details
    Browse the repository at this point in the history
  12. Add debug code: try other file writing method

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4a46d2d View commit details
    Browse the repository at this point in the history
  13. Add debug code: add more debug code

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    000acaa View commit details
    Browse the repository at this point in the history
  14. Install utf8 module

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9795943 View commit details
    Browse the repository at this point in the history
  15. Add reported missing node module

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    de67f64 View commit details
    Browse the repository at this point in the history
  16. cleanup

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e921798 View commit details
    Browse the repository at this point in the history
  17. Specify pull requests on master branch

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    53146d7 View commit details
    Browse the repository at this point in the history
  18. cleanup

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    132aa44 View commit details
    Browse the repository at this point in the history
  19. Add write permissions on contents

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7b5ca64 View commit details
    Browse the repository at this point in the history
  20. cleanup

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b41b466 View commit details
    Browse the repository at this point in the history
  21. cleanup

    martgil committed May 26, 2024
    Configuration menu
    Copy the full SHA
    efcc9ef View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Replace reduce() with for...of

    martgil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9963b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6ea23 View commit details
    Browse the repository at this point in the history
  3. PR review: add SARIF_ESLINT_IGNORE_SUPPRESSED parameter for eslint sa…

    …rif formatter
    martgil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1a2a6fc View commit details
    Browse the repository at this point in the history
  4. PR review: Add test_eslint_ci for ESLint test

    martgil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    31df547 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    martgil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b2ed752 View commit details
    Browse the repository at this point in the history
  6. Install eslint-formatter-sarif

    martgil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d4defc1 View commit details
    Browse the repository at this point in the history