-
Notifications
You must be signed in to change notification settings - Fork 210
Run git gc periodically on the crates.io index (#778) #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 3 commits
Commits
Show all changes
143 commits
Select commit
Hold shift + click to select a range
69e51b4
Run git gc periodically on the crates.io index #778
9cb547f
Update config.rs
ohaddahan 3d0ec4e
Fixed "cargo fmt"
ce5bbcf
Update src/utils/daemon.rs
ohaddahan 94f8ac3
Update src/utils/daemon.rs
ohaddahan 6335dd5
Update src/utils/daemon.rs
ohaddahan d3e2c80
Update src/config.rs
ohaddahan 8d06f51
Update .gitignore
ohaddahan e323a2f
Added --auto
6d66f9e
--auto and fmt
29b1113
Fix cargo fmt
014338c
Adding pre-commit hook, adding dead-code lint since without it clippy…
45892ff
Changed envar prefix and replace echo with printf for pre-commit hook
525c6f8
Merge pull request #1 from ohaddahan/pre-commit-hook
ohaddahan 1e4d83e
Removed allow(dead_code) and not(windows) , now OPEN_FILE_DESCRIPTORS…
39e5b26
Updated pre-commit script and instructions
3be80f5
Added newline at end of pre-commit script
1ba6fd5
Move run_git_gc to Index
7f09aea
Merge pull request #2 from ohaddahan/pre-commit-hook
ohaddahan f91a2fe
Fix typo
68332f7
Merge pull request #3 from ohaddahan/pre-commit-hook
ohaddahan b5ec00c
Rebased
b1d4a38
Update .gitignore
ohaddahan e6f1734
Rebased
7e74a68
Changed envar prefix and replace echo with printf for pre-commit hook
1fa9a7f
Rebased
98a0a1b
Added newline at end of pre-commit script
f840c5f
Update `cargo run` commands
Nemo157 14f8730
Add doc coverage information
GuillaumeGomez 87d6fe4
Clean code a bit
GuillaumeGomez 5c45d4b
Improve rendering
GuillaumeGomez 7fe6225
Put doc coverage data into a new DocCoverage struct
GuillaumeGomez f914f1b
Move common code into one macro to make the maintenance easier
GuillaumeGomez b5ab712
Improve templates for doc coverage
GuillaumeGomez 12c8828
Add explanations about the "config_command" macro and append "rustdoc…
GuillaumeGomez 200e340
Add test to ensure that doc coverage is present
GuillaumeGomez 35584bb
bump rustwide to 0.10.0
pietroalbini 2d23d4c
remove the macro and improve the coverage extraction code
pietroalbini d250251
context: create the Context trait
pietroalbini 154cb1e
web: use Context to initialize the web server
pietroalbini 793bd58
Rebased
9436391
bump prometheus to 0.9.0
pietroalbini c9b7fe1
Rebased
f23e41c
storage: ensure uploaded_files_total metric is recorded
pietroalbini 13e68ca
web: merge metrics tests
pietroalbini 083f5d3
ci: run tests in parallel
pietroalbini 9da332f
metrics: address review comments
pietroalbini 39f7db6
metrics: make visibility explicit
pietroalbini 13827d6
metrics: add comment explaining the namespace
pietroalbini ba416f6
Rebased
e54a21f
metrics: switch to cfg(target_os = "linux")
pietroalbini 7266be3
update the coverage styling in the dropdown
pietroalbini f25e599
coverage: improve tests
pietroalbini 4751bf2
Rebased
11930e0
Rebased
80d2cbc
Rebased
de82def
Run git gc periodically on the crates.io index #778
3440e52
Update config.rs
ohaddahan a94cb90
Fixed "cargo fmt"
fcf3302
Added --auto
819d32b
Update src/utils/daemon.rs
ohaddahan eb47785
Update src/utils/daemon.rs
ohaddahan 8a4eec3
Update src/utils/daemon.rs
ohaddahan ffc3d9e
Update src/config.rs
ohaddahan c8744fe
Update .gitignore
ohaddahan a9f04c4
Fix cargo fmt
e8daa76
Adding pre-commit hook, adding dead-code lint since without it clippy…
b622d56
Changed envar prefix and replace echo with printf for pre-commit hook
860c276
Removed allow(dead_code) and not(windows) , now OPEN_FILE_DESCRIPTORS…
ad575fa
Updated pre-commit script and instructions
9897721
Added newline at end of pre-commit script
95b6061
Move run_git_gc to Index
b53b87d
Fix typo
618d966
Rebased
4e7b8a6
Update .gitignore
ohaddahan 0a0128f
Rebased
4867b38
Changed envar prefix and replace echo with printf for pre-commit hook
16fb2a7
Rebased
58ab2b2
Added newline at end of pre-commit script
d6383e7
Rebased
19ca702
Rebased
a1ef4bc
Rebased
6715bed
Rebased
b073e27
Rebased
f231072
Rebased
ad35125
Run git gc periodically on the crates.io index #778
4f9fd37
Update config.rs
ohaddahan 755eda1
Fixed "cargo fmt"
4b48570
Added --auto
50473e7
Update src/utils/daemon.rs
ohaddahan c651b13
Update src/utils/daemon.rs
ohaddahan 20bed43
Update src/utils/daemon.rs
ohaddahan 0ab6ece
Update src/config.rs
ohaddahan 655dd18
Update .gitignore
ohaddahan 26bd4e3
Fix cargo fmt
d585733
Adding pre-commit hook, adding dead-code lint since without it clippy…
a17c0c5
Changed envar prefix and replace echo with printf for pre-commit hook
0478cdf
Removed allow(dead_code) and not(windows) , now OPEN_FILE_DESCRIPTORS…
7688b67
Updated pre-commit script and instructions
252edf9
Added newline at end of pre-commit script
69b363e
Move run_git_gc to Index
37bc3aa
Fix typo
5285793
Rebased
993aef8
Update .gitignore
ohaddahan b992cc2
Rebased
18e89b5
Changed envar prefix and replace echo with printf for pre-commit hook
7a5b5d7
Rebased
2868dea
Added newline at end of pre-commit script
6087b61
Rebased
c69d553
Rebased
29412b9
Rebased
c063e0c
Rebased
7374345
Rebased
def42a4
Rebased
fe68adb
Run git gc periodically on the crates.io index #778
29ecb45
Update config.rs
ohaddahan d2c20c4
Fixed "cargo fmt"
3214302
Added --auto
d072f02
Update src/utils/daemon.rs
ohaddahan cb406be
Update src/utils/daemon.rs
ohaddahan a6a5c65
Update src/utils/daemon.rs
ohaddahan 28065e1
Update src/config.rs
ohaddahan be9e3e0
Update .gitignore
ohaddahan 89578dd
Fix cargo fmt
87ed97d
Adding pre-commit hook, adding dead-code lint since without it clippy…
2bf3ae3
Changed envar prefix and replace echo with printf for pre-commit hook
a9efd05
Removed allow(dead_code) and not(windows) , now OPEN_FILE_DESCRIPTORS…
d7c0ec1
Updated pre-commit script and instructions
a7568a2
Added newline at end of pre-commit script
db8ce50
Move run_git_gc to Index
4121fb6
Fix typo
c7fcff6
Rebased
d8b8a75
Update .gitignore
ohaddahan 60c58fb
Rebased
3ec3b83
Changed envar prefix and replace echo with printf for pre-commit hook
79a295d
Rebased
02bc0ff
Added newline at end of pre-commit script
ff02d23
Rebased
5722ae1
Rebased
6c7193b
Rebased
ef9cd22
Rebased
a593212
Rebased
5b0cc9f
Rebased
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ target | |
.vagrant | ||
.rustwide | ||
.rustwide-docker | ||
.idea/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.