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

Merge main into v1 #527

Merged
merged 24 commits into from
May 26, 2021
Merged

Merge main into v1 #527

merged 24 commits into from
May 26, 2021

Commits on May 8, 2021

  1. Use --build

    RA80533 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    db6341a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Remove final newline

    RA80533 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    781da98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98104d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #487 from RA80533/chore/--build

    Use `--build`
    aeisenberg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bc39b21 View commit details
    Browse the repository at this point in the history
  4. Add a changelog

    Adds an empty changelog file and a reminder to update it when opening
    pull requests.
    
    Also, adds a 1.0.0 version number in the package.json, which is what
    we _could_ use for version numbering.
    aeisenberg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8566f9b View commit details
    Browse the repository at this point in the history
  5. Fix typo in changelog

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    aeisenberg and adityasharad committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1564a6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b3a351 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #507 from github/aeisenberg/changelog

    Add a changelog
    aeisenberg committed May 19, 2021
    Configuration menu
    Copy the full SHA
    06b386a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Add the first changelog entry

    (Adding the changelog itself.)
    aeisenberg committed May 20, 2021
    Configuration menu
    Copy the full SHA
    7ae8d16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #514 from github/aeisenberg/first-changelog-entry

    Add the first changelog entry
    aeisenberg committed May 20, 2021
    Configuration menu
    Copy the full SHA
    6a98157 View commit details
    Browse the repository at this point in the history
  3. Analyze: Log the analysis summary in its own group

    Fix grouping of the analysis logs, so that custom query logs also get grouped.
    Capture the stdout of codeql database analyze, which contains the analysis summary
    from summary and diagnostic queries.
    Log this output in its own group, along with the baseline computed in the Action.
    adityasharad committed May 20, 2021
    Configuration menu
    Copy the full SHA
    19fe63f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    031ec87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    741bd73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    512d467 View commit details
    Browse the repository at this point in the history
  7. Fix trailing newline in package.json

    As produced by npm ci && npm run removeNPMAbsolutePaths.
    adityasharad committed May 20, 2021
    Configuration menu
    Copy the full SHA
    f84cc5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #515 from adityasharad/analyze/summary-logging

    Analyze: Improve log grouping and log the analysis summary in its own group
    adityasharad committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8fa2ef8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    69cc355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec011dd View commit details
    Browse the repository at this point in the history
  3. Remove superfluous if

    aibaars committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9aca271 View commit details
    Browse the repository at this point in the history
  4. Check queries in initConfig

    aibaars committed May 21, 2021
    Configuration menu
    Copy the full SHA
    84bec4d View commit details
    Browse the repository at this point in the history
  5. Fix tests

    aibaars committed May 21, 2021
    Configuration menu
    Copy the full SHA
    6a14acc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #518 from github/aibaars-no-queries

    Ensure queries[language] objects are initialized
    aibaars committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1ad5a6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3e0f88 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #517 from github/aibaars-additional-packs

    Use --additional-packs instead of --search-path
    aeisenberg committed May 21, 2021
    Configuration menu
    Copy the full SHA
    eeaefb6 View commit details
    Browse the repository at this point in the history