Sign in
gerrit
/
plugins
/
github
/
207768b43b094c4dfbb3449ca68f01a49fa26bc3
/
github-plugin
/
src
/
main
b8ca6a9
Bump to Gerrit 2.16.1
by Peter van Zetten
· 6 years ago
edd6047
Fix PR reference URL and body
by Luca Milanesio
· 6 years ago
d0063d6
Do not reuse ChangeQueryProcessor across repos
by Luca Milanesio
· 6 years ago
851c17a
Fix exception during Gerrit init on authType
by Luca Milanesio
· 7 years ago
34e909d
Impersonate a privileged user when importing repos
by Luca Milanesio
· 7 years ago
1b8f553
Create project during clone step execution
by Luca Milanesio
· 7 years ago
90587f8
Allow ordering of the scopes in the selection UX
by Luca Milanesio
· 7 years ago
d82b428
Introduce OAuth scope description
by Luca Milanesio
· 7 years ago
949e6e0
Use Gerrit API to create a new Project
by Luca Milanesio
· 7 years ago
6126914
Rename method to create new organisation directory
by Luca Milanesio
· 7 years ago
56cd05d
Reformat with google-java-format v1.6
by Luca Milanesio
· 7 years ago
e7926c7
Use proper class for change data query
by Luca Milanesio
· 7 years ago
c5b5ea2
Use default resolution for scope selection URL
by Luca Milanesio
· 7 years ago
dafeeeb
Port change API to Gerrit 2.15-rc3
by Luca Milanesio
· 7 years ago
c1856cd
Format with google-java-format
by Luca Milanesio
· 8 years ago
bb17448
Update user details through the API
by Luca Milanesio
· 8 years ago
4ce6183
Move Lucene query objects to the index sub package
by Luca Milanesio
· 8 years ago
7ad91d0
Allow automatic canonical web URL detection
by Luca Milanesio
· 8 years ago
c1c3315
Use ChangeControl from ChangeNotes
by Luca Milanesio
· 8 years ago
f22b72c
Remove reference to CapabilityControl
by Luca Milanesio
· 8 years ago
10396ba
Adapt to the Gerrit master ExternalId refactoring
by Luca Milanesio
· 8 years ago
860f012
Google-style global reformat
by Luca Milanesio
· 8 years ago
8bc0179
Bump to Gerrit API Ver. to 2.15-SNAPSHOT
by Luca Milanesio
· 8 years ago
878db43
BatchUpdate moved to update sub-package on master
by Luca Milanesio
· 8 years ago
ca4484e
Get rid of HTTP passwords use on GitHub plugin
by Luca Milanesio
· 8 years ago
bc69478
Use persistent cache for GitHub groups
by Luca Milanesio
· 8 years ago
535a5b7
VelocityRuntimeProvider is now on 'send' package
by Luca Milanesio
· 8 years ago
bb47bce
Update JVM and other bits for Gerrit master development
by Luca Milanesio
· 9 years ago
c5f4a98
Fix build against Gerrit 2.13 master
by Luca Milanesio
· 9 years ago
dc16ae9
Adapt to new QueryProcess<T> on Gerrit master
by Luca Milanesio
· 9 years ago
963b5ef
Fix ChangeControl when adding patch-set to Change
by Luca Milanesio
· 9 years ago
6a1d87d
Align to Gerrit 2.13 master
by Luca Milanesio
· 9 years ago
f307137
Move SshKeyInfo to extensions package
by Luca Milanesio
· 9 years ago
17d9bff
Return ALL organisations when fetching PRs
by Luca Milanesio
· 9 years ago
2c5e806
Fix broken build on Gerrit master (2.13-SNAPSHOT)
by Luca Milanesio
· 9 years ago
1ae56f0
Allow GitHub HTTP connection timeout settings
by Luca Milanesio
· 9 years ago
cf54fbc
Allow plugin reload at runtime
by Luca Milanesio
· 9 years ago
30fa523
Rename MergeException to IntegrationException
by Luca Milanesio
· 9 years ago
stable-2.12
4095361
PullRequestImportJob: Open Git in try-with-resource
by David Pursehouse
· 9 years ago
acf9685
Remove unnecessary nesting of statements in 'else' blocks
by David Pursehouse
· 9 years ago
e77da28
Fix various instances of class member hiding
by David Pursehouse
· 9 years ago
60525c1
VelocityStaticServlet: Open OutputStream in try-with-resource
by David Pursehouse
· 9 years ago
3f2ba85
PullRequestListController: Remove unused GHPerson initialisation
by David Pursehouse
· 9 years ago
a9ab01c
Fix various boxing/unboxing warnings
by David Pursehouse
· 9 years ago
35b8d86
Fix warnings about parameter assignment
by David Pursehouse
· 9 years ago
6b92849
Remove unused injected parameters
by David Pursehouse
· 9 years ago
707fc28
AccountImporter: Remove unnecessary cast
by David Pursehouse
· 9 years ago
68d267a
Add missing @Override annotations
by David Pursehouse
· 9 years ago
aec8330
Remove redundant specification of type arguments
by David Pursehouse
· 9 years ago
7d83d35
WebhookServlet: Open BufferedReader in try-with-resource
by David Pursehouse
· 9 years ago
4ca0b13
GitJobStatus: Open JsonWriter in try-with-resource
by David Pursehouse
· 9 years ago
1dbc352
PullRequestListController: Open PrintWriter in try-with-resource
by David Pursehouse
· 9 years ago
47574cb
JobStatusController: Open JsonWriter in try-with-resource
by David Pursehouse
· 9 years ago
35566ac
Open repository and database in try-with-resource
by David Pursehouse
· 9 years ago
705b257
GitHubOAuthFilter: Remove unused members
by David Pursehouse
· 9 years ago
4e5a7da
Remove unused imports
by David Pursehouse
· 9 years ago
7e3f018
Uses auto-closable ReviewDb and Repository
by Luca Milanesio
· 9 years ago
88ed542
Refactor PullRequest import to use BatchUpdate.Op
by Luca Milanesio
· 9 years ago
85ba261
Allows user changing scope within a Gerrit session
by Luca Milanesio
· 9 years ago
2145c57
Adds interstitial login screen for selecting GitHub OAuth scopes
by Luca Milanesio
· 10 years ago
d924112
Merge "Move ProxySettings to an HTTP-related provider"
by Luca Milanesio
· 10 years ago
ee1a3df
Remove unused import in WebhookServlet
by David Pursehouse
· 10 years ago
39a8a76
Adapt repositories listing to latest GitHub API
by Luca Milanesio
· 10 years ago
566ad9d
BugFix on latest GitHub API: list repos from private repos
by Luca Milanesio
· 10 years ago
80320a2
Move ProxySettings to an HTTP-related provider
by Luca Milanesio
· 10 years ago
33e7299
JVM-wide proxy settings for GitHub API http calls
by Luca Milanesio
· 10 years ago
505cd85
Add webhook to automatically import pull requests
by Yuki Yugui Sonoda
· 10 years ago
a0a69b3
Replication target by username not on organization
by Luca Milanesio
· 10 years ago
83cc98e
Downgrading to INFO the GitHub Team access denials
by Luca Milanesio
· 10 years ago
ff454a6
REST API to retrieve Project’s replication status
by Luca Milanesio
· 10 years ago
1c88d3a
Keep positive status upon successful replication
by Luca Milanesio
· 10 years ago
ca9358b
Merge "Filter out RO GitHub repositories for replication"
by Luca Milanesio
· 10 years ago
0862d65
Save the last replication error to a project's JSON
by Luca Milanesio
· 10 years ago
bacc65f
Merge branch 'stable-2.11'
by David Pursehouse
· 10 years ago
6a37cc3
Use auto-closeable RevWalk
by David Pursehouse
· 10 years ago
9b1ef5a
Remove unused imports
by David Pursehouse
· 10 years ago
105de17
Filter out RO GitHub repositories for replication
by Luca Milanesio
· 10 years ago
ceeacad
Merge branch 'stable-2.11'
by Luca Milanesio
· 10 years ago
f7536d1
Merge branch 'stable-2.10' into stable-2.11
by Luca Milanesio
· 10 years ago
90590c7
Convert to auto-closeable RevWalk
by David Pursehouse
· 10 years ago
b47adb1
Do not overwrite HTTP auth configuration settings
by Luca Milanesio
· 10 years ago
66097d6
GitHub wizard to 2.12-SNAPSHOT behaviour
by Luca Milanesio
· 10 years ago
4f32241
Bump version to 2.12-SNAPSHOT and move to java.nio
by David Pursehouse
· 10 years ago
fb54c79
Improvements of feedback from review I86fb8fab3
by Luca Milanesio
· 10 years ago
d25f6f0
Fix compilation against API version 2.11
by David Pursehouse
· 10 years ago
456c56b
Fix compilation against latest master branch of Gerrit
by David Pursehouse
· 10 years ago
c3f1baa
Organize imports according to Gerrit project's ordering
by David Pursehouse
· 10 years ago
8a8fcf9
Remove unnecessary semicolon
by David Pursehouse
· 10 years ago
6a28f69
Organize imports
by David Pursehouse
· 10 years ago
945b1e2
Replace deprecated Objects.firstNonNull with MoreObjects.firstNonNull
by David Pursehouse
· 10 years ago
59a5042
Remove unused import of TimeUtil
by David Pursehouse
· 10 years ago
48bb96b
Use credentials provider as the URIish password auth is broken
by Luca Milanesio
· 11 years ago
b6d6fb4
Fix Pull Request import due to TimeUtil moved to another package
by Luca Milanesio
· 10 years ago
a2012f1
Account importer uses new REST API account id
by Luca Milanesio
· 10 years ago
de3acc2
Fix build, adapt import of TimeUtil to new package
by David Ostrovsky
· 10 years ago
5b67c93
Bump to Gerrit 2.11
by Luca Milanesio
· 11 years ago
4260192
Correct management of OAuth token serialisation returned by GitHub
by Luca Milanesio
· 11 years ago
8a62442
Default “Everyone” Team for public-only OAuth scopes
by Luca Milanesio
· 11 years ago
ec02576
Tidy up Groups classes and cache naming and visibility
by Luca Milanesio
· 11 years ago
2aee957
Support for GitHub Teams as Gerrit Groups
by Luca Milanesio
· 11 years ago
Next »