An open API service providing commit metadata for open source projects.

GitHub / github/codeql-action-sync-tool / commits

SHA Message Author Date Stats
172bec5c Use the go-github admin interface for creating organizations rather than impl... Chris Gavin <c****s@c****e> almost 6 years ago
a4a08e2a Reduce the amount of content served from files in tests. Chris Gavin <c****s@c****e> almost 6 years ago
e732b0cc merge Merge pull request #31 from github/tests-fix Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
44139e44 merge Merge pull request #30 from github/homepage-safety-check Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
567dfda7 Fix an issue with the tests where they update a file every time they are run. Chris Gavin <c****s@c****e> almost 6 years ago
28b2855f Implement a safety check to ensure we're not force-pushing over a non-Action ... Chris Gavin <c****s@c****e> almost 6 years ago
c283978e merge Merge pull request #29 from github/cache-locking Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
0725f139 Implement some primitive cache locking. Chris Gavin <c****s@c****e> almost 6 years ago
41ceecb6 merge Merge pull request #28 from github/source-token Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
37065009 Allow providing a token for accessing GitHub.com. Chris Gavin <c****s@c****e> almost 6 years ago
7d3f464c merge Merge pull request #27 from github/add-development-status Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6da7f712 Add the development status to the readme. Chris Gavin <c****s@c****e> almost 6 years ago
8a3a93eb merge Merge pull request #26 from github/clutter Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c2c2c5bf Add some required documents for open-sourcing the repository. Chris Gavin <c****s@c****e> almost 6 years ago
ab43c930 merge Merge pull request #25 from github/licenses-command Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c27bfadd Add a `licenses` subcommand that prints the licenses of all dependencies. Chris Gavin <c****s@c****e> almost 6 years ago
f83699ff merge Merge pull request #24 from github/print-version Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6d06bd3b Print the version of the sync tool whenever it runs. Chris Gavin <c****s@c****e> almost 6 years ago
19e5eef1 merge Merge pull request #23 from github/fix-cachedir-trailing-slash Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
5804eab1 Fix an issue with trailing path separators in the `--cache-dir` argument. Chris Gavin <c****s@c****e> almost 6 years ago
e90c31be merge Merge pull request #22 from github/readme Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
5cbe8599 Add a bunch more details on how to use the tool to the readme. Chris Gavin <c****s@c****e> almost 6 years ago
f9408ac2 merge Merge pull request #21 from github/sync Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
7d34469e Add a `sync` subcommand. Chris Gavin <c****s@c****e> almost 6 years ago
835cbbde merge Merge pull request #18 from github/push Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
20fe60d8 merge Merge pull request #17 from github/gorilla-mux Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
dba6c269 Use the Gorilla Mux router for better routing of mocked GitHub APIs. Chris Gavin <c****s@c****e> almost 6 years ago
15bbcfd3 merge Merge pull request #16 from github/http-status-constants Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
5c96c5ca Use HTTP status constants in tests. Chris Gavin <c****s@c****e> almost 6 years ago
da00e25a merge Merge pull request #15 from github/fix-tests Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
4606d3cb Fix an issue with the tests not running on CI and some empty folders that sho... Chris Gavin <c****s@c****e> almost 6 years ago
447fcb7d merge Merge pull request #14 from github/fail-unexpected-http-requests Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6e428519 Fail the tests if any unexpected HTTP request is made. Chris Gavin <c****s@c****e> almost 6 years ago
ce3c0e2e merge Merge pull request #12 from github/go-github-module Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
0df0a48d Use newer version of `go-github` for Go module support. Chris Gavin <c****s@c****e> almost 6 years ago
556ea9e5 Implement `push` subcommand. Chris Gavin <c****s@c****e> almost 6 years ago
d5faef23 merge Merge pull request #11 from github/remove-unneeded-licenses Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
0394ace2 Remove some unneeded licenses from the cache. Chris Gavin <c****s@c****e> almost 6 years ago
df8b1727 merge Merge pull request #9 from github/pull-command Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c2b68ef2 Implement the pull command. Chris Gavin <c****s@c****e> about 6 years ago
bc71bbf0 merge Merge pull request #2 from github/cache-directory Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
about 6 years ago
96126f64 Add a package for working with a cache. Chris Gavin <c****s@c****e> about 6 years ago
88246e84 merge Merge pull request #3 from github/action-configuration Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
about 6 years ago
93695fdc merge Merge pull request #1 from github/initial-implementation Chris Gavin <c****s@c****e>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a2017539 Add package for reading the Action configuration. Chris Gavin <c****s@c****e> about 6 years ago
f46f0a56 Add the initial project structure. Chris Gavin <c****s@c****e> about 6 years ago
2b90f24a Add a readme. Chris Gavin <c****s@c****e> about 6 years ago

← Back to repository