Commits
Commits on Jun 22, 2021
-
The changelog for an empty version will now be: ``` No user facing changes. ``` And this will appear in the final changelog when there is an actual release. The benefits are that users will see regular release cycles and know how old versions are even if there's no changes for a particular version If we find that we are going months without any user facing changes, but we have non-visible changes, then we can rethink this strategy. But I think this is nicer than having empty sections for a version.
Andrew Eisenberg committedJun 22, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 629f582View commit details
Commits on Jun 16, 2021
-
Fix custom version of CLI to use for package testing
This can be removed when 2.5.6 is released.
Andrew Eisenberg committedJun 16, 2021 Copy the full SHA efea923View commit details -
Fix update-release-branch-fix.py
This change ensures that the the script can handle commits with no committer in them. This will happen for some commits that are auto-generated during PRs.
Andrew Eisenberg committedJun 16, 2021 Copy the full SHA d16268bView commit details
Commits on Jun 9, 2021
-
Avoid running mergeback workflow on PR
This was causing the workflow to run and create tags after merging main into a branch.
Andrew Eisenberg committedJun 9, 2021 Copy the full SHA 6a1c070View commit details -
Add pack download to its own log group
Also, make the baseline count message less awkward sounding.
Andrew Eisenberg committedJun 9, 2021 Copy the full SHA a2e96a4View commit details -
Remove unneeded action input in PR check
Andrew Eisenberg committedJun 9, 2021 Copy the full SHA db01c78View commit details -
Merge remote-tracking branch 'upstream/main' into aeisenberg/pack-run
Andrew Eisenberg committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 82388fdView commit details
Commits on Jun 8, 2021
-
Add an integration test for packaging
Uses two pre-existing packages to run some simple queries on a javascript database.
Andrew Eisenberg committedJun 8, 2021 Copy the full SHA d42f654View commit details
Commits on Jun 7, 2021
-
Remove quotes around
$DRAFT
argumentgh will complain if there is an empty `""`, which is the case if `$DRAFT` is unset.
Andrew Eisenberg committedJun 7, 2021 Copy the full SHA 74764acView commit details
Commits on Jun 4, 2021
-
Cleanup CodeQL DBs and output their location for later steps
Edoardo Pirovano authored and Edoardo Pirovano committedJun 4, 2021 Copy the full SHA ddb83a4View commit details
Commits on Jun 2, 2021
-
Add some dependencies for uploading artifacts
Edoardo Pirovano authored and Edoardo Pirovano committedJun 2, 2021 Copy the full SHA 0cbd4b5View commit details
Commits on May 31, 2021
-
Andrew Eisenberg committed
May 31, 2021 Copy the full SHA f0e82b7View commit details -
Merge remote-tracking branch 'upstream/v1' into aeisenberg/mergeback-fix
Andrew Eisenberg committedMay 31, 2021 Copy the full SHA 7d701d2View commit details -
We need to tag and mergeback if the tag does _not_ already exist.
Andrew Eisenberg committedMay 31, 2021 Copy the full SHA 981b5cbView commit details -
Copy the full SHA dd66f44View commit details
Commits on May 27, 2021
-
Merge branch 'main' into aeisenberg/update-changelog-on-release
Andrew Eisenberg authored and GitHub committedMay 27, 2021 Copy the full SHA 8b01108View commit details -
Add bump runner version whenever action is versioned
Ensures that the runner version is bumped along with the action version.
Andrew Eisenberg committedMay 27, 2021 Copy the full SHA ea89b06View commit details
Commits on May 26, 2021
-
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 committedMay 26, 2021 Copy the full SHA a55e7e1View commit details
Commits on May 21, 2021
-
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 committedMay 21, 2021 Copy the full SHA 800a951View commit details
Commits on May 19, 2021
-
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.
Andrew Eisenberg committedMay 19, 2021 Copy the full SHA 8566f9bView commit details
Commits on May 17, 2021
-
Add configuration option to set CodeQL DB location
Edoardo Pirovano authored and Edoardo Pirovano committedMay 17, 2021 Copy the full SHA 79c79f1View commit details
Commits on May 10, 2021
-
Output environment file for Windows
Edoardo Pirovano committedMay 10, 2021 Copy the full SHA a5506d8View commit details -
Robert committed
May 10, 2021 Copy the full SHA 3c96019View commit details -
put matrix vars in env vars for whitespace safety
Robert committedMay 10, 2021 Copy the full SHA f742f91View commit details
Commits on May 7, 2021
-
Robert committed
May 7, 2021 Copy the full SHA 603c47cView commit details
Commits on Apr 30, 2021
-
Fix the token permissions for private copies of the CodeQL Action, an…
…d for runs that are not from pull requests.
Chris Gavin committedApr 30, 2021 Copy the full SHA e305db8View commit details
Commits on Apr 22, 2021
-
Chris Gavin committed
Apr 22, 2021 Copy the full SHA 643bc6eView commit details -
Restrict Actions token permissions in CodeQL workflow.
Chris Gavin committedApr 22, 2021 Copy the full SHA 7e85b5dView commit details
Commits on Apr 9, 2021
-
Code scanning: Compare the default and latest CodeQL tools bundles
Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`. Use the outputs of these steps to compare the two CodeQL versions. Pass the list of distinct tool versions for the analysis job to matrix over. This lets us test the analysis against both versions, while avoiding duplication when they are actually the same version.
Aditya Sharad committedApr 9, 2021 Copy the full SHA 64b50faView commit details -
PR checks: Compare the default and latest CodeQL tools bundles
Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`. Use the outputs of these steps to compare the two CodeQL versions. Pass the list of distinct tool versions for the integration tests to use in their matrix strategy. This avoids redundant test jobs when the default and latest bundles are actually the same version of CodeQL. `~` is accepted by JSON but not by the Actions context language, so we use `null` to indicate the default version.
Aditya Sharad committedApr 9, 2021 Copy the full SHA 51b1d7dView commit details
Commits on Apr 8, 2021
-
PR checks: Run integration tests against both
tools: null
and `tool……s: latest` Always test against both the default and latest CodeQL bundle. This improves test coverage shortly after a CodeQL bundle release, where the latest bundle may not yet be built into the Actions VM image as the default bundle. It also saves a manual step during bundle release testing, since we no longer need to temporarily change the PR checks to `tools: latest`. There is some redundancy when the latest bundle is the same as the default bundle on the VM image, but this can be considered a test for the `tools: latest` configuration.
Aditya Sharad committedApr 8, 2021 Copy the full SHA f9a19daView commit details
Commits on Mar 1, 2021
-
Check if this mitigates the go 1.16 issue
Simon Engledew committedMar 1, 2021 Copy the full SHA 324d987View commit details
Commits on Feb 23, 2021
-
Don't run update release branch workflow on forks.
Chris Gavin committedFeb 23, 2021 Copy the full SHA fdf2494View commit details
Commits on Feb 1, 2021
-
Use an asymmetric Git log when updating the release branch.
Chris Gavin committedFeb 1, 2021 Copy the full SHA 8fef392View commit details
Commits on Jan 21, 2021
-
move .github/workflows back where it was
Robert committedJan 21, 2021 Copy the full SHA cfdf2eaView commit details