Skip to content

Commits

Permalink
d9a17baf2f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 28, 2021

  1. Merge branch 'main' into patch-1

    Andrew Eisenberg authored and GitHub committed May 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d9a17ba View commit details
  2. Merge pull request #532 from github/henrymercer/analysis-summaries-cu…

    …stom-queries
    
    Analyze: Log analysis summaries for custom queries
    Henry Mercer authored and GitHub committed May 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ff75ec7 View commit details
  3. Add changelog note

    Henry Mercer committed May 28, 2021
    Copy the full SHA
    1362396 View commit details
  4. Analyze: Log analysis summaries for custom queries

    Henry Mercer committed May 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2338fe5 View commit details

Commits on May 27, 2021

  1. Merge pull request #510 from github/aeisenberg/update-changelog-on-re…

    …lease
    
    Add release and mergeback workflows
    Andrew Eisenberg authored and GitHub committed May 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2ccefac View commit details
  2. Merge branch 'main' into aeisenberg/update-changelog-on-release

    Andrew Eisenberg authored and GitHub committed May 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8b01108 View commit details
  3. Add bump runner version whenever action is versioned

    Ensures that the runner version is bumped along with the action version.
    Andrew Eisenberg committed May 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ea89b06 View commit details

Commits on May 26, 2021

  1. Merge pull request #513 from github/aibaars-patch-1

    Add Ruby as a possible language
    Arthur Baars authored and GitHub committed May 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    12b2dc6 View commit details
  2. Merge branch 'main' into aibaars-patch-1

    Arthur Baars authored and GitHub committed May 26, 2021
    Copy the full SHA
    213f540 View commit details
  3. Merge pull request #531 from github/adityasharad/actions/enterprise-v…

    …ersions-upstream-only
    
    Actions: Run enterprise versions workflow only on the parent repo
    Aditya Sharad authored and GitHub committed May 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f4e2dc7 View commit details
  4. Actions: Run enterprise versions workflow only on the parent repo

    Don't run the cron workflow on forks, since they lack the necessary secrets.
    Aditya Sharad authored and GitHub committed May 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a55e7e1 View commit details

Commits on May 24, 2021

  1. Address comments

    Arthur Baars committed May 24, 2021
    Copy the full SHA
    44c6b33 View commit details

Commits on May 23, 2021

  1. Check available languages

    Arthur Baars committed May 23, 2021
    Copy the full SHA
    4f51b8c View commit details

Commits on May 21, 2021

  1. Add release and mergeback workflows

    This commit ensures that the changelog is updated before a release with
    the correct date and version.
    
    Also, after a release, a mergeback PR is created to ensure that the
    changelog update and version bump is available in main.
    Andrew Eisenberg committed May 21, 2021
    Copy the full SHA
    800a951 View commit details
  2. Fix unit test

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    9170009 View commit details
  3. Add Ruby as a possible language

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    c3633dc View commit details
  4. Merge pull request #517 from github/aibaars-additional-packs

    Use --additional-packs instead of --search-path
    Andrew Eisenberg authored and GitHub committed May 21, 2021
    Copy the full SHA
    eeaefb6 View commit details
  5. Merge branch 'main' into aibaars-additional-packs

    Andrew Eisenberg authored and GitHub committed May 21, 2021
    Copy the full SHA
    c3e0f88 View commit details
  6. Merge pull request #518 from github/aibaars-no-queries

    Ensure queries[language] objects are initialized
    Arthur Baars authored and GitHub committed May 21, 2021
    Copy the full SHA
    1ad5a6c View commit details
  7. Fix tests

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    6a14acc View commit details
  8. Check queries in initConfig

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    84bec4d View commit details
  9. Remove superfluous if

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    9aca271 View commit details
  10. Ensure queries[language] objects are initialized

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    ec011dd View commit details
  11. Use --additional-packs instead of --search-path

    Arthur Baars committed May 21, 2021
    Copy the full SHA
    69cc355 View commit details

Commits on May 20, 2021

  1. Merge pull request #515 from adityasharad/analyze/summary-logging

    Analyze: Improve log grouping and log the analysis summary in its own group
    Aditya Sharad authored and GitHub committed May 20, 2021
    Copy the full SHA
    8fa2ef8 View commit details
  2. Fix trailing newline in package.json

    As produced by npm ci && npm run removeNPMAbsolutePaths.
    Aditya Sharad committed May 20, 2021
    Copy the full SHA
    f84cc5e View commit details
  3. Decode CodeQL stdout as UTF-8

    Aditya Sharad committed May 20, 2021
    Copy the full SHA
    512d467 View commit details
  4. Changelog: Add note for grouping of analysis logs

    Aditya Sharad committed May 20, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    741bd73 View commit details
  5. Group log messages while uploading results

    Aditya Sharad committed May 20, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    031ec87 View commit details
  6. 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.
    Aditya Sharad committed May 20, 2021
    Copy the full SHA
    19fe63f View commit details
  7. Merge pull request #514 from github/aeisenberg/first-changelog-entry

    Add the first changelog entry
    Andrew Eisenberg authored and GitHub committed May 20, 2021
    Copy the full SHA
    6a98157 View commit details
  8. Add the first changelog entry

    (Adding the changelog itself.)
    Andrew Eisenberg committed May 20, 2021
    Copy the full SHA
    7ae8d16 View commit details

Commits on May 19, 2021

  1. Merge pull request #507 from github/aeisenberg/changelog

    Add a changelog
    Andrew Eisenberg authored and GitHub committed May 19, 2021
    Copy the full SHA
    06b386a View commit details
  2. Merge branch 'main' into aeisenberg/changelog

    Andrew Eisenberg authored and GitHub committed May 19, 2021
    Copy the full SHA
    1b3a351 View commit details
  3. Fix typo in changelog

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    2 people authored and GitHub committed May 19, 2021
    Copy the full SHA
    1564a6d View commit details
Older