Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: os-scar/overlay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: os-scar/overlay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 22, 2023

  1. update real example

    Baruch Odem committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e236562 View commit details
    Browse the repository at this point in the history
  2. fixup! fix: support multiple commands in the same line (#118) (#126)

    - upgrade playwright
    - fixup! fix: support multiple commands in the same line (#118)
    baruchiro authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    21b4b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. fix: pluralize issues number (#125)

    Displays '2 issues' rather than '2 issue' if multiple issues have been
    found by an advisory source.
    
    Pluralize tested against: 
    https://www.npmjs.com/package/react-scripts
    https://pypi.org/project/openpyxl-templates/
    
    Checking for regression issues against the following, which should show
    singular issues in one of the artifacts.
    https://www.npmjs.com/package/react-day-picker
    https://www.npmjs.com/package/node-sass
    https://pypi.org/project/pydub/
    
    Lint output:
    ```
    xxxxxxxxxxxxxx:~/Projects/overlay$ npm run lint
    
    > lint
    > eslint src tests e2e
    ```
    
    yarn test output:
    ```
    Test Suites: 12 passed, 12 total
    Tests:       1 skipped, 193 passed, 194 total
    Snapshots:   0 total
    Time:        5.022 s
    Ran all test suites.
    Done in 5.98s.
    ```
    
    Co-authored-by: Marcus Watson <mwatson@veracode.com>
    dipsylala and Marcus Watson authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1c3a8a8 View commit details
    Browse the repository at this point in the history
Loading