Sign in
gerrit
/
plugins
/
quota
/
refs/heads/stable-2.13
7819d48
Add .mailmap
by David Pursehouse
· 6 years ago
stable-2.13
5fb058c
ListQuotes: Format with google-java-format
by David Pursehouse
· 6 years ago
7c7dcc2
Add REST API rate limits
by d048645
· 7 years ago
91594ed
Add tests for RateLimitUploadListener
by Viktor Kaufmann
· 7 years ago
3c3d1de
Fix bug in message formatting
by Viktor Kaufmann
· 7 years ago
92d850a
Refactor limit exceeded messaging
by d048645
· 7 years ago
816e7c0
Fix documentation and prepare for extension w.r.t. new rate limiter types
by d048645
· 7 years ago
073009b
Format all Java files with google-java-format
by David Pursehouse
· 7 years ago
0749c87
Prevent NullPointerException for default configuration
by d048645
· 7 years ago
bc365db
Make uploadpack rate limit exceeded message configurable
by Hugo Arès
· 8 years ago
49d4c5d
Make configuration examples consistent
by Hugo Arès
· 8 years ago
2fc73b1
Fix code block in documentation
by Hugo Arès
· 8 years ago
4053020
Compile against Gerrit 2.13.9
by Hugo Arès
· 8 years ago
86c4deb
Remove usage of java.util.Optional
by Hugo Arès
· 8 years ago
d110239
Implement rate limits per account for fetch requests
by Matthias Sohn
· 8 years ago
17e213c
Remove VERSION file
by Hugo Arès
· 8 years ago
bb17172
Merge branch 'stable-2.12' into stable-2.13
by Hector Oswaldo Caballero
· 8 years ago
60f3358
Fix standalone Eclipse project generation
by Hector Oswaldo Caballero
· 8 years ago
stable-2.12
c7976cc
Calculate repository disk usage by adding size of git objects
by Hongkai Liu
· 8 years ago
7ba621f
Remove source_under_test to comply with latest buck version
by Hongkai Liu
· 8 years ago
b49d10a
Build with API version 2.13.3
by David Pursehouse
· 8 years ago
c8433bf
Fix CheckStyle warnings
by David Pursehouse
· 8 years ago
0502a86
Remove unnecessary nested else clause
by David Pursehouse
· 8 years ago
9b81f04
Adapt to upstream changes in listener events interface
by David Pursehouse
· 8 years ago
18c9603
Use 2.13-SNAPSHOT Gerrit plugin API
by Saša Živkov
· 9 years ago
234fbff
Merge branch stable-2.12 into HEAD
by Saša Živkov
· 9 years ago
dedffef
Add sha1 for the Gerrit plugin api dependency
by Saša Živkov
· 9 years ago
042cb49
Fix stable-2.12 build and tests
by Saša Živkov
· 9 years ago
ca7fc91
Fix Eclipse warnings
by Hector Oswaldo Caballero
· 9 years ago
0061e2d
Add REST endpoint to list quotas of multiple projects
by Adrian Görler
· 9 years ago
fd810b9
Merge "Simplify test label to match other plugins' test label"
by David Pursehouse
· 10 years ago
5a30f7f
Teach Guice how to find a suitable constructor for GCListener
by Christian Aistleitner
· 10 years ago
32c319c
Simplify test label to match other plugins' test label
by Christian Aistleitner
· 10 years ago
674fcca
Update or invalidate repo size for project upon garbage collection
by Adrian Görler
· 10 years ago
b64a1a3
Evict deleted projects from repo size cache
by Adrian Görler
· 10 years ago
7575bf5
Remove unused class PersistentCounter
by Adrian Görler
· 10 years ago
a716019
Merge "Bump API version to 2.12-SNAPSHOT and fix compilation errors"
by Edwin Kempin
· 10 years ago
ce8744a
Merge "Make plugin version same as API version"
by Edwin Kempin
· 10 years ago
8dbf72d
Bump API version to 2.12-SNAPSHOT and fix compilation errors
by Christian Halstrick
· 10 years ago
0499c7f
Make plugin version same as API version
by David Pursehouse
· 10 years ago
8b78ae1
Remove Fetch And PushCounter Events
by Christian Halstrick
· 10 years ago
0c005bd
Include missing libs to fix test execution
by Adrian Görler
· 10 years ago
085c4cb
Separate concerns: provide usage data vs publish usage data
by Adrian Görler
· 10 years ago
f7daf6f
Encapsulate implementation details of RepoSizeCache
by Adrian Görler
· 10 years ago
70fe0e1
Make tests executable with BUCK
by Adrian Görler
· 10 years ago
c8312d7
Separate responsibilities: event listener and counter
by Adrian Görler
· 10 years ago
073ef72
Only consider the pack size if a pack was really received.
by Saša Živkov
· 10 years ago
f4e19ba
Merge "Do not declare IOException in cache loader if not needed"
by Edwin Kempin
· 10 years ago
59a2562
Fix VERSION file
by Edwin Kempin
· 10 years ago
fa050e1
Do not declare IOException in cache loader if not needed
by Adrian Görler
· 10 years ago
a8eaf5e
Use fixed rate instead of fixed delay for data publishing
by Adrian Görler
· 11 years ago
7a945ce
Merge "Periodically publish fetch and push count"
by Saša Živkov
· 11 years ago
b040770
Periodically publish fetch and push count
by Stefan Lay
· 11 years ago
e823679
Periodically publish repository size
by Stefan Lay
· 11 years ago
e0b4867
Merge "Periodically publish repository size"
by Saša Živkov
· 11 years ago
658591c
Fix formatting in documentation
by Stefan Lay
· 11 years ago
3704b25
Add missing apache commons-lang library
by Adrian Görler
· 11 years ago
5d06445
Implement standalone Buck build based on gerrit_plugin() bucklet
by Edwin Kempin
· 11 years ago
8743aed
Remove unused field
by Adrian Görler
· 11 years ago
83362a4
Allow to execute unit tests with Buck
by Adrian Görler
· 11 years ago
3c7f797
Include the total_size of a namespace in the REST response
by Saša Živkov
· 11 years ago
5560d46
Fix an example for REST API call
by Saša Živkov
· 11 years ago
0959d0b
Make sure to use only phony names in the examples
by Saša Živkov
· 11 years ago
784e0ef
Add REST endpoint to get project's quota
by Saša Živkov
· 11 years ago
e5d427c
Add the maxTotalSize quota to limit total size of a namespace
by Saša Živkov
· 11 years ago
b7998b8
Cache Git repository size(s), update cached size after receive-pack
by Saša Živkov
· 11 years ago
72fa155
Cleanup: make both quotas singleton, add missing Override
by Saša Živkov
· 11 years ago
a637d86
Add the maxRepoSize quota to limit repository size on disk
by Saša Živkov
· 11 years ago
c82d858
Fix a typo in the documentation
by Saša Živkov
· 11 years ago
3bef94c
Move the documentation of the configuration into config.md
by Edwin Kempin
· 11 years ago
d34a093
Initial commit for quota plugin
by Edwin Kempin
· 11 years ago