Releases: github/codeql-action-sync-tool
1.0.1
Changelog
0375789 Merge pull request #47 from github/fix-pkger
37b02d2 Tidy up Pkger install.
bf6b13e Merge pull request #46 from github/fix-error-formatting
dadb793 Merge pull request #45 from github/push-ssh
6b543a4 Merge pull request #44 from github/remove-darwin-386
1417a27 Fix the formatting of argument parsing errors.
b55b519 Add a flag to allow for pushing Git contents to GitHub Enterprise over SSH.
542a235 Remove the Darwin 386 build.
1.0.0
Changelog
9ab49c4 Merge pull request #42 from github/fix-nil-pointer-errors
2ddf495 Fix some nil-pointer dereferences.
747f0b3 Merge pull request #41 from github/unneeded-sprintf
430a829 Remove some unneeded fmt.Sprintf(...)
calls.
5bd18e0 Merge pull request #40 from github/pruning
d888c9f Implement reference pruning on push.
7926f91 Merge pull request #39 from github/tidy-git
3d8a044 Tidy up handling of Git references.
befa39e Merge pull request #38 from github/pull-pruning
04b2b08 Implement reference pruning for pulls.
787446c Merge pull request #37 from github/clean-test-repos
45e3152 Tidy up the test repositories.
6ab28ef Merge pull request #36 from github/prettier-errors
3a6d26b Make common errors easier to read.
45499fa Merge pull request #35 from github/correct-source-token-scopes
92c89fd Correct the scopes required for --source-token
.
513808c Merge pull request #34 from github/logrus
a4598c2 Use Logrus for logging.
cb31118 Merge pull request #33 from github/organization-interface
12060fe Merge pull request #32 from github/tidy-tests
172bec5 Use the go-github admin interface for creating organizations rather than implementing it manually.
a4a08e2 Reduce the amount of content served from files in tests.
e732b0c Merge pull request #31 from github/tests-fix
44139e4 Merge pull request #30 from github/homepage-safety-check
567dfda Fix an issue with the tests where they update a file every time they are run.
28b2855 Implement a safety check to ensure we're not force-pushing over a non-Action repository.
c283978 Merge pull request #29 from github/cache-locking
0725f13 Implement some primitive cache locking.
41ceecb Merge pull request #28 from github/source-token
3706500 Allow providing a token for accessing GitHub.com.
7d3f464 Merge pull request #27 from github/add-development-status
6da7f71 Add the development status to the readme.
8a3a93e Merge pull request #26 from github/clutter
c2c2c5b Add some required documents for open-sourcing the repository.
ab43c93 Merge pull request #25 from github/licenses-command
c27bfad Add a licenses
subcommand that prints the licenses of all dependencies.
f83699f Merge pull request #24 from github/print-version
6d06bd3 Print the version of the sync tool whenever it runs.
19e5eef Merge pull request #23 from github/fix-cachedir-trailing-slash
5804eab Fix an issue with trailing path separators in the --cache-dir
argument.
e90c31b Merge pull request #22 from github/readme
5cbe859 Add a bunch more details on how to use the tool to the readme.
f9408ac Merge pull request #21 from github/sync
7d34469 Add a sync
subcommand.
835cbbd Merge pull request #18 from github/push
556ea9e Implement push
subcommand.
20fe60d Merge pull request #17 from github/gorilla-mux
dba6c26 Use the Gorilla Mux router for better routing of mocked GitHub APIs.
15bbcfd Merge pull request #16 from github/http-status-constants
5c96c5c Use HTTP status constants in tests.
da00e25 Merge pull request #15 from github/fix-tests
4606d3c Fix an issue with the tests not running on CI and some empty folders that should be checked in.
447fcb7 Merge pull request #14 from github/fail-unexpected-http-requests
6e42851 Fail the tests if any unexpected HTTP request is made.
ce3c0e2 Merge pull request #12 from github/go-github-module
0df0a48 Use newer version of go-github
for Go module support.
d5faef2 Merge pull request #11 from github/remove-unneeded-licenses
0394ace Remove some unneeded licenses from the cache.
df8b172 Merge pull request #9 from github/pull-command
c2b68ef Implement the pull command.
bc71bbf Merge pull request #2 from github/cache-directory
96126f6 Add a package for working with a cache.
88246e8 Merge pull request #3 from github/action-configuration
a201753 Add package for reading the Action configuration.
93695fd Merge pull request #1 from github/initial-implementation
f46f0a5 Add the initial project structure.
2b90f24 Add a readme.