Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-05-21 12:03:50 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-05-21 12:03:50 +0300
commit09f6efaa38514b7f29fbd06cd8d57be82f9d6b20 (patch)
tree6e471a18ce9d970644263d0508da53a1f0851e8c
parenteb52c9ef329088a06c188b68b8c0600efc1b78f2 (diff)
Add markdown to old releases too
-rw-r--r--CHANGELOG.md204
1 files changed, 102 insertions, 102 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 677a40a81..13a625ad4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@
- Unvendor Repository#create implementation
https://gitlab.com/gitlab-org/gitaly/merge_requests/713
-v0.100.0
+## v0.100.0
- Fix WikiFindPage when the page has invalidly-encoded content
https://gitlab.com/gitlab-org/gitaly/merge_requests/712
@@ -31,7 +31,7 @@ v0.100.0
- Lower spawn log level to 'debug'
https://gitlab.com/gitlab-org/gitaly/merge_requests/714
-v0.99.0
+## v0.99.0
- Improve changelog entry checks using Danger
https://gitlab.com/gitlab-org/gitaly/merge_requests/705
@@ -44,7 +44,7 @@ v0.99.0
- Return DataLoss error for non-valid git repositories when calculating the checksum
https://gitlab.com/gitlab-org/gitaly/merge_requests/697
-v0.98.0
+## v0.98.0
- Server implementation for repository raw_changes
https://gitlab.com/gitlab-org/gitaly/merge_requests/699
@@ -67,7 +67,7 @@ v0.98.0
- Catch CommitErrors while rebasing
https://gitlab.com/gitlab-org/gitaly/merge_requests/680
-v0.97.0
+## v0.97.0
- Use gitaly-proto 0.97.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/683
@@ -78,7 +78,7 @@ v0.97.0
- Add config option to point to languages.json
https://gitlab.com/gitlab-org/gitaly/merge_requests/652
-v0.96.1
+## v0.96.1
- Vendor gitlab_git at 7e3bb679a92156304
https://gitlab.com/gitlab-org/gitaly/merge_requests/669
@@ -89,17 +89,17 @@ v0.96.1
- Add {Get,CreateRepositoryFrom}Snapshot RPCs
https://gitlab.com/gitlab-org/gitaly/merge_requests/644
-v0.96.0
+## v0.96.0
Skipped. We cut and pushed the wrong tag.
-v0.95.0
+## v0.95.0
- Fix fragile checksum test
https://gitlab.com/gitlab-org/gitaly/merge_requests/661
- Use rugged 0.27.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/660
-v0.94.0
+## v0.94.0
- Send gitaly-ruby exceptions to their own DSN
https://gitlab.com/gitlab-org/gitaly/merge_requests/656
@@ -112,7 +112,7 @@ v0.94.0
- Fix directory permission walker for Go 1.10
https://gitlab.com/gitlab-org/gitaly/merge_requests/650
-v0.93.0
+## v0.93.0
- Fix concurrency limit handler stream interceptor
https://gitlab.com/gitlab-org/gitaly/merge_requests/640
@@ -123,7 +123,7 @@ v0.93.0
- Update gitaly-proto to v0.91.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/643
-v0.92.0
+## v0.92.0
- Server Implementation GetInfoAttributes
https://gitlab.com/gitlab-org/gitaly/merge_requests/641
@@ -138,7 +138,7 @@ v0.92.0
- Vendor gitlab_git at 79aa00321063da
https://gitlab.com/gitlab-org/gitaly/merge_requests/633
-v0.91.0
+## v0.91.0
- Rewrite RepositoryService.HasLocalBranches in Go
https://gitlab.com/gitlab-org/gitaly/merge_requests/629
@@ -151,7 +151,7 @@ v0.91.0
- Sanitize URLs before sending gitaly-ruby exceptions to Sentry
https://gitlab.com/gitlab-org/gitaly/merge_requests/625
-v0.90.0
+## v0.90.0
- Implement SSHService.SSHUploadArchive RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/621
@@ -160,7 +160,7 @@ v0.90.0
- Clean stale worktrees before performing garbage collection
https://gitlab.com/gitlab-org/gitaly/merge_requests/622
-v0.89.0
+## v0.89.0
- Report original exceptions to Sentry instead of wrapped ones by the exception bridge
https://gitlab.com/gitlab-org/gitaly/merge_requests/623
@@ -173,19 +173,19 @@ v0.89.0
- Bump github-linguist to 5.3.3
https://gitlab.com/gitlab-org/gitaly/merge_requests/613
-v0.88.0
+## v0.88.0
- Add support for all field to {Find,Count}Commits RPCs
https://gitlab.com/gitlab-org/gitaly/merge_requests/611
- Vendor gitlab_git at de454de9b10f
https://gitlab.com/gitlab-org/gitaly/merge_requests/611
-v0.87.0
+## v0.87.0
- Implement GetCommitSignatures RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/609
-v0.86.0
+## v0.86.0
- Implement BlobService.GetAllLfsPointers
https://gitlab.com/gitlab-org/gitaly/merge_requests/562
@@ -194,24 +194,24 @@ v0.86.0
- Use gitaly-proto v0.86.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/606
-v0.85.0
+## v0.85.0
- Implement recursive tree entries fetching
https://gitlab.com/gitlab-org/gitaly/merge_requests/600
-v0.84.0
+## v0.84.0
- Send gitaly-ruby exceptions to Sentry
https://gitlab.com/gitlab-org/gitaly/merge_requests/598
- Detect License type for repositories
https://gitlab.com/gitlab-org/gitaly/merge_requests/601
-v0.83.0
+## v0.83.0
- Delete old lock files before performing Garbage Collection
https://gitlab.com/gitlab-org/gitaly/merge_requests/587
-v0.82.0
+## v0.82.0
- Implement RepositoryService.IsSquashInProgress RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/593
@@ -220,19 +220,19 @@ v0.82.0
- Fixed bug in wiki_find_page method
https://gitlab.com/gitlab-org/gitaly/merge_requests/590
-v0.81.0
+## v0.81.0
- Vendor gitlab_git at 7095c2bf4064911
https://gitlab.com/gitlab-org/gitaly/merge_requests/591
- Vendor gitlab_git at 9483cbab26ad239
https://gitlab.com/gitlab-org/gitaly/merge_requests/588
-v0.80.0
+## v0.80.0
- Lock protobuf to 3.5.1
https://gitlab.com/gitlab-org/gitaly/merge_requests/589
-v0.79.0
+## v0.79.0
- Update the activesupport gem
https://gitlab.com/gitlab-org/gitaly/merge_requests/584
@@ -243,7 +243,7 @@ v0.79.0
- Check info split size in catfile parser
https://gitlab.com/gitlab-org/gitaly/merge_requests/583
-v0.78.0
+## v0.78.0
- Vendor gitlab_git at 498d32363aa61d679ff749b
https://gitlab.com/gitlab-org/gitaly/merge_requests/579
@@ -258,12 +258,12 @@ v0.78.0
- Vendor gitlab_git at a03ea19332736c36ecb9
https://gitlab.com/gitlab-org/gitaly/merge_requests/574
-v0.77.0
+## v0.77.0
- Implement RepositoryService.WriteConfig RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/554
-v0.76.0
+## v0.76.0
- Add support for PreReceiveError in UserMergeBranch
https://gitlab.com/gitlab-org/gitaly/merge_requests/573
@@ -278,7 +278,7 @@ v0.76.0
- Vendor gitlab_git at 4376be84ce18cde22febc50
https://gitlab.com/gitlab-org/gitaly/merge_requests/570
-v0.75.0
+## v0.75.0
- Implement WikiGetFormattedData RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/564
@@ -291,7 +291,7 @@ v0.75.0
- ListTagNamesContainingCommit server implementation
https://gitlab.com/gitlab-org/gitaly/merge_requests/537
-v0.74.0
+## v0.74.0
- Implement CreateRepositoryFromBundle RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/557
@@ -302,12 +302,12 @@ v0.74.0
- Add automatic tempdir cleaner
https://gitlab.com/gitlab-org/gitaly/merge_requests/540
-v0.73.0
+## v0.73.0
- Implement CreateBundle RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/546
-v0.72.0
+## v0.72.0
- Implement RemoteService.UpdateRemoteMirror RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/544
@@ -316,7 +316,7 @@ v0.72.0
- Use grpc-go 1.9.1
https://gitlab.com/gitlab-org/gitaly/merge_requests/547
-v0.71.0
+## v0.71.0
- Implement GetLfsPointers RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/543
@@ -325,21 +325,21 @@ v0.71.0
- Fix validation for Repositoryservice::WriteRef
https://gitlab.com/gitlab-org/gitaly/merge_requests/542
-v0.70.0
+## v0.70.0
- Handle non-existent commits in ExtractCommitSignature
https://gitlab.com/gitlab-org/gitaly/merge_requests/535
- Implement RepositoryService::WriteRef
https://gitlab.com/gitlab-org/gitaly/merge_requests/526
-v0.69.0
+## v0.69.0
- Fix handling of paths ending with slashes in TreeEntry
https://gitlab.com/gitlab-org/gitaly/merge_requests/532
- Implement CreateRepositoryFromURL RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/529
-v0.68.0
+## v0.68.0
- Check repo existence before passing to gitaly-ruby
https://gitlab.com/gitlab-org/gitaly/merge_requests/528
@@ -354,7 +354,7 @@ v0.68.0
- Use gitaly-proto 0.70.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/522
-v0.67.0
+## v0.67.0
- Implement UserRebase RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/511
@@ -375,29 +375,29 @@ v0.67.0
- Add support for MergedBranches in FindAllBranches RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/510
-v0.66.0
+## v0.66.0
- Implement RemoteService.FetchInternalRemote RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/508
-v0.65.0
+## v0.65.0
- Add support for MaxCount in CountCommits RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/507
- Implement CreateFork RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/497
-v0.64.0
+## v0.64.0
- Update vendored gitlab_git to b98c69470f52185117fcdb5e28096826b32363ca
https://gitlab.com/gitlab-org/gitaly/merge_requests/506
-v0.63.0
+## v0.63.0
- Handle failed merge when branch gets updated
https://gitlab.com/gitlab-org/gitaly/merge_requests/505
-v0.62.0
+## v0.62.0
- Implement ConflictsService.ResolveConflicts RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/470
@@ -408,14 +408,14 @@ v0.62.0
- Implement RemoteService.AddRemote RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/490
-v0.61.1
+## v0.61.1
- gitaly-ruby shutdown improvements
https://gitlab.com/gitlab-org/gitaly/merge_requests/500
- Use go 1.9
https://gitlab.com/gitlab-org/gitaly/merge_requests/496
-v0.61.0
+## v0.61.0
- Add rdoc to gitaly-ruby's Gemfile
https://gitlab.com/gitlab-org/gitaly/merge_requests/487
@@ -430,19 +430,19 @@ v0.61.0
- Update vendored gitlab_git to 31fa9313991881258b4697cb507cfc8ab205b7dc
https://gitlab.com/gitlab-org/gitaly/merge_requests/486
-v0.60.0
+## v0.60.0
- Implement FindMergeBase RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/477
- Update vendored gitlab_git to 359b65beac43e009b715c2db048e06b6f96b0ee8
https://gitlab.com/gitlab-org/gitaly/merge_requests/481
-v0.59.0
+## v0.59.0
- Restart gitaly-ruby when it uses too much memory
https://gitlab.com/gitlab-org/gitaly/merge_requests/465
-v0.58.0
+## v0.58.0
- Implement RepostoryService::Fsck
https://gitlab.com/gitlab-org/gitaly/merge_requests/475
@@ -451,7 +451,7 @@ v0.58.0
- Update vendored gitlab_git to f3a3bd50eafdcfcaeea21d6cfa0b8bbae7720fec
https://gitlab.com/gitlab-org/gitaly/merge_requests/478
-v0.57.0
+## v0.57.0
- Implement UserRevert RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/471
@@ -464,7 +464,7 @@ v0.57.0
- More logging in housekeeping
https://gitlab.com/gitlab-org/gitaly/merge_requests/435
-v0.56.0
+## v0.56.0
- Implement UserCherryPick RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/457
@@ -477,14 +477,14 @@ v0.56.0
- Implement CommitService::ListCommitsByOid
https://gitlab.com/gitlab-org/gitaly/merge_requests/438
-v0.55.0
+## v0.55.0
- Include pprof debug access in the Prometheus listener
https://gitlab.com/gitlab-org/gitaly/merge_requests/442
- Run gitaly-ruby in the same directory as gitaly
https://gitlab.com/gitlab-org/gitaly/merge_requests/458
-v0.54.0
+## v0.54.0
- Implement RefService.DeleteRefs
https://gitlab.com/gitlab-org/gitaly/merge_requests/453
@@ -494,7 +494,7 @@ v0.54.0
- Implement RepositoryService::FetchSourceBranch
https://gitlab.com/gitlab-org/gitaly/merge_requests/434
-v0.53.0
+## v0.53.0
- Update vendored gitlab_git to f7537ce03a29b
https://gitlab.com/gitlab-org/gitaly/merge_requests/449
@@ -503,17 +503,17 @@ v0.53.0
- Implement WikiGetPageVersions RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/430
-v0.52.1
+## v0.52.1
- Include pprof debug access in the Prometheus listener
https://gitlab.com/gitlab-org/gitaly/merge_requests/442
-v0.52.0
+## v0.52.0
- Implement WikiUpdatePage RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/422
-v0.51.0
+## v0.51.0
- Implement OperationService.UserFFMerge
https://gitlab.com/gitlab-org/gitaly/merge_requests/426
@@ -529,26 +529,26 @@ v0.51.0
- Enable logging in client-streamed and bidi GRPC requests
https://gitlab.com/gitlab-org/gitaly/merge_requests/429
-v0.50.0
+## v0.50.0
- Pass repo git alternate dirs to gitaly-ruby
https://gitlab.com/gitlab-org/gitaly/merge_requests/421
- Remove old temporary files from repositories after GC
https://gitlab.com/gitlab-org/gitaly/merge_requests/411
-v0.49.0
+## v0.49.0
- Use sentry fingerprinting to group exceptions
https://gitlab.com/gitlab-org/gitaly/merge_requests/417
- Use gitlab_git c23c09366db610c1
https://gitlab.com/gitlab-org/gitaly/merge_requests/415
-v0.48.0
+## v0.48.0
- Implement WikiWritePage RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/410
-v0.47.0
+## v0.47.0
- Pass full BranchUpdate result on successful merge
https://gitlab.com/gitlab-org/gitaly/merge_requests/406
@@ -558,7 +558,7 @@ v0.47.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/407
-v0.46.0
+## v0.46.0
- Add a Rails logger to ruby-git
https://gitlab.com/gitlab-org/gitaly/merge_requests/405
@@ -567,7 +567,7 @@ v0.46.0
- Use relative paths for git object dir attributes
https://gitlab.com/gitlab-org/gitaly/merge_requests/393
-v0.45.1
+## v0.45.1
- Implement OperationService::UserMergeBranch
https://gitlab.com/gitlab-org/gitaly/merge_requests/394
@@ -578,11 +578,11 @@ v0.45.1
- Fix Commit Subject parsing in rubyserver
https://gitlab.com/gitlab-org/gitaly/merge_requests/388
-v0.45.0
+## v0.45.0
Skipped. We cut and pushed the wrong tag.
-v0.44.0
+## v0.44.0
- Update gitlab_git to 4a0f720a502ac02423
https://gitlab.com/gitlab-org/gitaly/merge_requests/389
@@ -591,7 +591,7 @@ v0.44.0
- Implement Raw{Diff,Patch} RPCs
https://gitlab.com/gitlab-org/gitaly/merge_requests/381
-v0.43.0
+## v0.43.0
- Pass details of Gitaly-Ruby's Ruby exceptions back to
callers in the request trailers
@@ -609,7 +609,7 @@ v0.43.0
- Add `gitaly-ssh` command
https://gitlab.com/gitlab-org/gitaly/merge_requests/368
-v0.42.0
+## v0.42.0
- Implement UserCreateTag RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/374
@@ -618,7 +618,7 @@ v0.42.0
- Check if we don't overwrite a namespace moved to gitaly
https://gitlab.com/gitlab-org/gitaly/merge_requests/375
-v0.41.0
+## v0.41.0
- Wait for monitor goroutine to return during supervisor shutdown
https://gitlab.com/gitlab-org/gitaly/merge_requests/341
@@ -639,7 +639,7 @@ v0.41.0
- Make gitaly-ruby config mandatory
https://gitlab.com/gitlab-org/gitaly/merge_requests/373
-v0.40.0
+## v0.40.0
- Use context cancellation instead of command.Close
https://gitlab.com/gitlab-org/gitaly/merge_requests/332
- Fix LastCommitForPath handling of tree root
@@ -653,7 +653,7 @@ v0.40.0
- Handle git dates larger than golang's and protobuf's limits
https://gitlab.com/gitlab-org/gitaly/merge_requests/353
-v0.39.0
+## v0.39.0
- Reimplement FindAllTags RPC in Ruby
https://gitlab.com/gitlab-org/gitaly/merge_requests/334
- Re-use gitaly-ruby client connection
@@ -661,7 +661,7 @@ v0.39.0
- Fix encoding-bug in GitalyServer#gitaly_commit_from_rugged
https://gitlab.com/gitlab-org/gitaly/merge_requests/337
-v0.38.0
+## v0.38.0
- Update vendor/gitlab_git to b58c4f436abaf646703bdd80f266fa4c0bab2dd2
https://gitlab.com/gitlab-org/gitaly/merge_requests/324
@@ -670,12 +670,12 @@ v0.38.0
- Populate `flat_path` field of `TreeEntry`s
https://gitlab.com/gitlab-org/gitaly/merge_requests/328
-v0.37.0
+## v0.37.0
- Implement FindBranch RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/315
-v0.36.0
+## v0.36.0
- Terminate commands when their context cancels
https://gitlab.com/gitlab-org/gitaly/merge_requests/318
@@ -684,7 +684,7 @@ v0.36.0
- Use git-linguist to implement CommitLanguages
https://gitlab.com/gitlab-org/gitaly/merge_requests/316
-v0.35.0
+## v0.35.0
- Implement CommitService.CommitStats
https://gitlab.com/gitlab-org/gitaly/merge_requests/312
@@ -693,7 +693,7 @@ v0.35.0
- Restore support for custom environment variables
https://gitlab.com/gitlab-org/gitaly/merge_requests/319
-v0.34.0
+## v0.34.0
- Export environment variables for git debugging
https://gitlab.com/gitlab-org/gitaly/merge_requests/306
@@ -710,19 +710,19 @@ v0.34.0
- Monitor gitaly-ruby RSS via Prometheus
https://gitlab.com/gitlab-org/gitaly/merge_requests/310
-v0.33.0
+## v0.33.0
- Implement DiffService.CommitPatch RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/279
- Use 'bundle config' for gitaly-ruby in source production installations
https://gitlab.com/gitlab-org/gitaly/merge_requests/298
-v0.32.0
+## v0.32.0
- RefService::RefExists endpoint
https://gitlab.com/gitlab-org/gitaly/merge_requests/275
-v0.31.0
+## v0.31.0
- Implement CommitService.FindCommits
https://gitlab.com/gitlab-org/gitaly/merge_requests/266
@@ -733,12 +733,12 @@ v0.31.0
- Implement RepositoryService.FetchRemote RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/276
-v0.30.0
+## v0.30.0
- Add a middleware for handling Git object dir attributes
https://gitlab.com/gitlab-org/gitaly/merge_requests/273
-v0.29.0
+## v0.29.0
- Use BUNDLE_PATH instead of --path for gitaly-ruby
https://gitlab.com/gitlab-org/gitaly/merge_requests/271
@@ -749,7 +749,7 @@ v0.29.0
- Log top level project group for easier analysis
https://gitlab.com/gitlab-org/gitaly/merge_requests/272
-v0.28.0
+## v0.28.0
- Increase gitaly-ruby connection timeout to 20s
https://gitlab.com/gitlab-org/gitaly/merge_requests/265
@@ -758,7 +758,7 @@ v0.28.0
- Implement CommitsByMessage RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/263
-v0.27.0
+## v0.27.0
- Support `git -c` options in SSH upload-pack
https://gitlab.com/gitlab-org/gitaly/merge_requests/242
@@ -773,7 +773,7 @@ v0.27.0
- Install gems into vendor/bundle
https://gitlab.com/gitlab-org/gitaly/merge_requests/264
-v0.26.0
+## v0.26.0
- Implement CommitService.CommitLanguages, add gitaly-ruby
https://gitlab.com/gitlab-org/gitaly/merge_requests/210
@@ -782,24 +782,24 @@ v0.26.0
- Fix a bug in FindAllTags parsing lightweight tags
https://gitlab.com/gitlab-org/gitaly/merge_requests/256
-v0.25.0
+## v0.25.0
- Implement FindAllTags RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/246
-v0.24.1
+## v0.24.1
- Return an empty array on field `ParentIds` of `GitCommit`s if it has none
https://gitlab.com/gitlab-org/gitaly/merge_requests/237
-v0.24.0
+## v0.24.0
- Consume stdout during repack/gc
https://gitlab.com/gitlab-org/gitaly/merge_requests/249
- Implement RefService.FindAllBranches RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/239
-v0.23.0
+## v0.23.0
- Version without Build Time
https://gitlab.com/gitlab-org/gitaly/merge_requests/231
@@ -814,7 +814,7 @@ v0.23.0
- Correctly handle a non-tree path on CommitService.TreeEntries
https://gitlab.com/gitlab-org/gitaly/merge_requests/234
-v0.22.0
+## v0.22.0
- Various build file improvements
https://gitlab.com/gitlab-org/gitaly/merge_requests/229
@@ -823,31 +823,31 @@ v0.22.0
- Send full repository path instead of filename on field `path` of TreeEntry
https://gitlab.com/gitlab-org/gitaly/merge_requests/232
-v0.21.2
+## v0.21.2
- Config: do not start Gitaly without at least one storage
https://gitlab.com/gitlab-org/gitaly/merge_requests/227
- Implement CommitService.GarbageCollect/Repack{Incremental,Full}
https://gitlab.com/gitlab-org/gitaly/merge_requests/218
-v0.21.1
+## v0.21.1
- Make sure stdout.Read has enough bytes buffered to read from
https://gitlab.com/gitlab-org/gitaly/merge_requests/224
-v0.21.0
+## v0.21.0
- Send an empty response for TreeEntry instead of nil
https://gitlab.com/gitlab-org/gitaly/merge_requests/223
-v0.20.0
+## v0.20.0
- Implement commit diff limiting logic
https://gitlab.com/gitlab-org/gitaly/merge_requests/211
- Increase message size to 5 KB for Diff service
https://gitlab.com/gitlab-org/gitaly/merge_requests/221
-v0.19.0
+## v0.19.0
- Send parent ids and raw body on CommitService.CommitsBetween
https://gitlab.com/gitlab-org/gitaly/merge_requests/216
@@ -856,7 +856,7 @@ v0.19.0
- Implement CommitService.GetTreeEntries
https://gitlab.com/gitlab-org/gitaly/merge_requests/208
-v0.18.0
+## v0.18.0
- Add config to specify a git binary path
https://gitlab.com/gitlab-org/gitaly/merge_requests/177
@@ -864,19 +864,19 @@ v0.18.0
message bodies, reject suspicious revisions
https://gitlab.com/gitlab-org/gitaly/merge_requests/204
-v0.17.0
+## v0.17.0
- Rename auth 'unenforced' to 'transitioning'
https://gitlab.com/gitlab-org/gitaly/merge_requests/209
- Also check for "refs" folder for repo existence
https://gitlab.com/gitlab-org/gitaly/merge_requests/207
-v0.16.0
+## v0.16.0
- Implement BlobService.GetBlob
https://gitlab.com/gitlab-org/gitaly/merge_requests/202
-v0.15.0
+## v0.15.0
- Ensure that sub-processes inherit TZ environment variable
https://gitlab.com/gitlab-org/gitaly/merge_requests/201
@@ -885,7 +885,7 @@ v0.15.0
- Implement CountCommits RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/203
-v0.14.0
+## v0.14.0
- Added integration test for SSH, and a client package
https://gitlab.com/gitlab-org/gitaly/merge_requests/178/
@@ -895,21 +895,21 @@ v0.14.0
- Add RepositoryExists Implementation
https://gitlab.com/gitlab-org/gitaly/merge_requests/200
-v0.13.0
+## v0.13.0
- Added usage and version flags to the command line interface
https://gitlab.com/gitlab-org/gitaly/merge_requests/193
- Optional token authentication
https://gitlab.com/gitlab-org/gitaly/merge_requests/191
-v0.12.0
+## v0.12.0
- Stop using deprecated field `path` in Repository messages
https://gitlab.com/gitlab-org/gitaly/merge_requests/179
- Implement TreeEntry RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/187
-v0.11.2
+## v0.11.2
Skipping 0.11.1 intentionally, we messed up the tag.
@@ -918,7 +918,7 @@ Skipping 0.11.1 intentionally, we messed up the tag.
- Fix incorrect dependency in Makefile
https://gitlab.com/gitlab-org/gitaly/merge_requests/189
-v0.11.0
+## v0.11.0
- FindDefaultBranchName: decorate error
https://gitlab.com/gitlab-org/gitaly/merge_requests/148
@@ -949,7 +949,7 @@ v0.11.0
- Upgrade gRPC and its dependencies
https://gitlab.com/gitlab-org/gitaly/merge_requests/180
-v0.10.0
+## v0.10.0
- CommitDiff: Parse a typechange diff correctly
https://gitlab.com/gitlab-org/gitaly/merge_requests/136
@@ -960,14 +960,14 @@ v0.10.0
- Add SSHUpload/ReceivePack Implementation
https://gitlab.com/gitlab-org/gitaly/merge_requests/132
-v0.9.0
+## v0.9.0
- Add support ignoring whitespace diffs in CommitDiff
https://gitlab.com/gitlab-org/gitaly/merge_requests/126
- Add support for path filtering in CommitDiff
https://gitlab.com/gitlab-org/gitaly/merge_requests/126
-v0.8.0
+## v0.8.0
- Don't error on invalid ref in CommitIsAncestor
https://gitlab.com/gitlab-org/gitaly/merge_requests/129
@@ -976,7 +976,7 @@ v0.8.0
- Return 'Not Found' gRPC code when repository is not found
https://gitlab.com/gitlab-org/gitaly/merge_requests/120
-v0.7.0
+## v0.7.0
- Use storage configuration data from config.toml, if possible, when
resolving repository paths.