Takuya Noguchi
|
2b6307f6ad
|
Enable RuboCop Style/RegexpLiteral
|
2018-02-01 02:06:07 +09:00 |
Grzegorz Bizon
|
dacd9dbef4
|
Merge branch 'fix/move-can-be-merged-to-lib-git' into 'master'
Move Repository#can_be_merged? to Gitlab::Git::Repository
Closes #42544
See merge request gitlab-org/gitlab-ce!16771
|
2018-01-31 11:02:09 +00:00 |
Ahmad Sherif
|
1ebb781f6a
|
Migrate Git::Repository#delete_refs to Gitaly
Closes gitaly#967
|
2018-01-30 23:48:51 +01:00 |
Robert Speicher
|
95b4f7ea37
|
Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master'
Migrate fetching wiki page formatted content to Gitaly
Closes gitaly#958
See merge request gitlab-org/gitlab-ce!16716
|
2018-01-30 20:47:23 +00:00 |
Douwe Maan
|
40e128730f
|
Merge branch 'gitaly-784-repo-write-ref' into 'master'
Migrate Git::Repository#write_ref to Gitaly
Closes gitaly#784
See merge request gitlab-org/gitlab-ce!16513
|
2018-01-30 18:48:56 +00:00 |
Ahmad Sherif
|
11191f938c
|
Move Repository#can_be_merged? to Gitlab::Git::Repository
Fixes #42544
|
2018-01-30 19:05:34 +01:00 |
Jacob Vosmaer (GitLab)
|
5c2fe2d3d7
|
Decouple more of Repository from Rugged
|
2018-01-30 16:21:55 +00:00 |
Ahmad Sherif
|
fa9d47f221
|
Migrate fetching wiki page formatted content to Gitaly
Closes gitaly#958
|
2018-01-30 17:19:39 +01:00 |
Kim "BKC" Carlbäcker
|
10fb904d63
|
Migrate Git::Repository#write_ref to Gitaly
|
2018-01-30 12:22:31 +01:00 |
Jacob Vosmaer (GitLab)
|
e407c2d18f
|
Don't allow Repository#log with limit zero
|
2018-01-29 15:27:46 +00:00 |
Jacob Vosmaer (GitLab)
|
3f79376c76
|
Set alternate object directories in run_git
|
2018-01-29 08:51:25 +00:00 |
Robert Speicher
|
af95ba2fb4
|
Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'
Migrate restoring repo from bundle to Gitaly
Closes gitaly#946
See merge request gitlab-org/gitlab-ce!16623
|
2018-01-25 19:03:51 +00:00 |
Rémy Coutable
|
26c4dea7ad
|
Merge branch 'lint-rugged' into 'master'
Add a lint check to restrict use of Rugged
See merge request gitlab-org/gitlab-ce!16656
|
2018-01-25 17:52:01 +00:00 |
Rémy Coutable
|
5c68c839c0
|
Merge branch 'contrain-run-git' into 'master'
Make Gitlab::Git::Repository#run_git private
See merge request gitlab-org/gitlab-ce!16622
|
2018-01-25 16:17:02 +00:00 |
Grzegorz Bizon
|
9df130ff22
|
Merge branch 'fix/batch-lfs-pointers-accepting-lazy-enum' into 'master'
Fix .batch_lfs_pointers accepting a lazy enumerator
See merge request gitlab-org/gitlab-ce!16701
|
2018-01-25 14:28:48 +00:00 |
Jacob Vosmaer (GitLab)
|
9e6ce87727
|
Make Gitaly RepositoryExists opt-out
|
2018-01-25 13:59:35 +00:00 |
Ahmad Sherif
|
07b0beb004
|
Fix .batch_lfs_pointers accepting a lazy enumerator
|
2018-01-25 14:11:27 +01:00 |
Jacob Vosmaer
|
6d6f7536bd
|
Look for rugged with static analysis
|
2018-01-25 14:05:11 +01:00 |
Douwe Maan
|
eab9ffeff6
|
Merge branch 'revert-430b3f0e' into 'master'
Revert "Merge branch 'remove-rugged-walk' into 'master'"
See merge request gitlab-org/gitlab-ce!16676
|
2018-01-25 11:15:07 +00:00 |
Rémy Coutable
|
d2bf53942f
|
Merge branch 'jej/gitattributes-check-at-ref' into 'master'
Can parse root .gitattributes file for a ref
See merge request gitlab-org/gitlab-ce!16418
|
2018-01-25 11:01:36 +00:00 |
Jacob Vosmaer (GitLab)
|
7363aa0b9d
|
Revert "Merge branch 'remove-rugged-walk' into 'master'"
This reverts merge request !16525
|
2018-01-25 11:03:29 +01:00 |
Jacob Vosmaer
|
49e9347e73
|
Make Gitlab::Git::Repository#run_git private
|
2018-01-25 11:00:15 +01:00 |
Robert Speicher
|
caf84a0306
|
Merge branch 'fix/add-formatted-data-to-wiki-page' into 'master'
Add formatted_data attribute to Git::WikiPage
Closes #39805
See merge request gitlab-org/gitlab-ce!16682
|
2018-01-24 20:56:53 +00:00 |
Ahmad Sherif
|
5735747050
|
Add formatted_data attribute to Git::WikiPage
Related to #39805
|
2018-01-24 21:14:11 +01:00 |
Ahmad Sherif
|
29fa930baf
|
Migrate .batch_lfs_pointers to Gitaly
Closes gitaly#921
|
2018-01-24 19:02:51 +01:00 |
Ahmad Sherif
|
6a28967c14
|
Migrate restoring repo from bundle to Gitaly
Closes gitaly#946
|
2018-01-24 19:02:32 +01:00 |
Ahmad Sherif
|
24625323a8
|
Migrate repository bundling to Gitaly
Closes gitaly#929
|
2018-01-24 12:10:31 +01:00 |
James Edwards-Jones
|
0683d31ab1
|
Can parse root .gitattributes file for a ref
|
2018-01-24 05:15:37 +00:00 |
Rémy Coutable
|
ae1358e483
|
Merge branch 'gitaly-update-remote-mirror' into 'master'
Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC
Closes gitaly#936
See merge request gitlab-org/gitlab-ce!16536
|
2018-01-23 09:35:29 +00:00 |
Douwe Maan
|
09fc32173f
|
Merge branch 'gitaly-user-commit-files' into 'master'
Incorporate Gitaly's OperationService.UserCommitFiles RPC
Closes gitaly#890
See merge request gitlab-org/gitlab-ce!16307
|
2018-01-23 09:34:59 +00:00 |
Robert Speicher
|
00aaf50326
|
Merge branch 'sh-fix-error-500-no-avatars' into 'master'
Fix Error 500 when repository has no avatar
Closes #42249
See merge request gitlab-org/gitlab-ce!16601
|
2018-01-22 17:46:39 +00:00 |
Alejandro Rodríguez
|
d86751d842
|
Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC
|
2018-01-22 13:51:02 -03:00 |
Alejandro Rodríguez
|
2e0951e93f
|
Incorporate Gitaly's OperationService.UserCommitFiles RPC
|
2018-01-22 13:34:51 -03:00 |
Robert Speicher
|
f344f7cecc
|
Merge branch 'gitaly-write-ref-error-handling' into 'master'
Wrap Rugged-exceptions in Gitlab::Git::Repository#write_ref
See merge request gitlab-org/gitlab-ce!16570
|
2018-01-22 16:09:45 +00:00 |
Kim "BKC" Carlbäcker
|
728d7e0cf7
|
Move error-handling to lib/gitlab/git
|
2018-01-22 15:40:38 +01:00 |
Douwe Maan
|
6a1da56731
|
Merge branch 'gitaly-write-repo-config-prep' into 'master'
Move rugged-call from Project#write_repository_config to Git::Repository#write_config
See merge request gitlab-org/gitlab-ce!16572
|
2018-01-22 08:46:37 +00:00 |
Stan Hu
|
b9c537487f
|
Fix Error 500 when repository has no avatar
Closes #42249
|
2018-01-20 21:00:39 -08:00 |
Kim "BKC" Carlbäcker
|
31268b1b1a
|
_never_ unset gitlab.full_path
|
2018-01-19 18:08:07 +01:00 |
Kim "BKC" Carlbäcker
|
e1925f6d68
|
Move rugged-call from Project#write_repository_config to Git::Repository#write_config
|
2018-01-19 11:45:06 +01:00 |
Douwe Maan
|
774e751264
|
Merge branch 'fix-derefenced-target' into 'master'
Fix dereferenced_target naming in Gitlab::Git::Ref initialize
See merge request gitlab-org/gitlab-ce!16504
|
2018-01-19 09:22:17 +00:00 |
Kim "BKC" Carlbäcker
|
58aa32bcea
|
Wrap Rugged-exceptions in Gitlab::Git::Repository#write_ref
|
2018-01-18 21:31:40 +01:00 |
Sean McGivern
|
d7c7061a9c
|
Merge branch 'gitaly-commit-signature' into 'master'
Retrieve commit signatures with Gitaly
Closes gitaly#923
See merge request gitlab-org/gitlab-ce!16467
|
2018-01-18 14:12:41 +00:00 |
Jacob Vosmaer (GitLab)
|
4d87f3bb37
|
Retrieve commit signatures with Gitaly
|
2018-01-18 14:10:17 +00:00 |
Jacob Vosmaer (GitLab)
|
fa52038731
|
Remove Rugged::Walker from Repository#log
|
2018-01-18 14:05:14 +00:00 |
Jacob Vosmaer (GitLab)
|
f4de7309ab
|
Remove unused methods from Gitlab::Git
|
2018-01-17 09:54:27 +00:00 |
Serdar Dogruyol
|
5750ddf6dc
|
Fix dereferenced_target naming in Gitlab::Git::Ref initialize
|
2018-01-17 00:01:07 +03:00 |
Stan Hu
|
3228ac06a0
|
Merge branch 'jej/lfs-rev-list-handles-non-utf-paths-41627' into 'master'
Prevent RevList failing on non utf8 paths
Closes #41627
See merge request gitlab-org/gitlab-ce!16440
|
2018-01-16 20:47:17 +00:00 |
James Edwards-Jones
|
c4dd7b8296
|
Prevent RevList failing on non utf8 paths
|
2018-01-16 13:27:59 +00:00 |
Sean McGivern
|
b94b8aae29
|
Merge branch 'feature/migrate-commit-uri-to-gitaly' into 'master'
Migrate Commit#uri_type to Gitaly
Closes gitaly#915
See merge request gitlab-org/gitlab-ce!16453
|
2018-01-16 11:03:51 +00:00 |
Ahmad Sherif
|
f32f04a50f
|
Migrate Commit#uri_type to Gitaly
Closes gitaly#915
|
2018-01-15 14:16:22 +01:00 |