- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 03, 2019
-
-
Igor Drozdov authored
-
- Jul 25, 2019
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Jul 19, 2019
-
-
Mike Greiling authored
EE-specific line changes were introduced in the following MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680 This change resolves most of them
-
Mike Greiling authored
-
- Jul 18, 2019
-
-
Markus Koller authored
The call to init had the side effect of starting another Gitaly process, and didn't actually correctly delete the test repositories.
-
- Jul 12, 2019
-
-
Aleksei Lipniagov authored
Log memory stats after running each spec file and compile the report.
-
- Jun 27, 2019
-
-
Paul Okstad authored
-
- Jun 14, 2019
-
-
Zeger-Jan van de Weg authored
Prior to this change, the hooks directory got cleared. That works, but is not the way to go about it as there's a better way. Setting the env var this commits sets.
-
- May 16, 2019
-
-
Nick Thomas authored
-
- Mar 13, 2019
-
-
Nick Thomas authored
-
- Feb 27, 2019
-
-
- Feb 23, 2019
-
-
Heinrich Lee Yu authored
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
-
- Jan 23, 2019
-
-
Nick Thomas authored
-
- Dec 27, 2018
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- Dec 07, 2018
-
-
Mark Chao authored
Analyze new commits graph to determine each commit's merge commit. Fix "merged with [commit]" info for merge requests being merged automatically by other actions. Allow analyzing upto the relevant commit
-
- Nov 07, 2018
-
-
Francisco Javier López authored
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
-
Mark Chao authored
Suitable for testing old and new paths involved for each file in diff
-
- Oct 26, 2018
-
-
Zeger-Jan van de Weg authored
This behaviour I removed in 08cdf65b, but this reverts this specific line. In case storages, or other options changes which are set by the Rails environment, this will easier to migrate to. Storage paths is kept in plural, to support multiple storage in later release for just testing purposes. But its probable that multi Gitaly scenarios need to be tested.
-
- Oct 24, 2018
-
-
Zeger-Jan van de Weg authored
Rails requires a second storage for testing cross shard features. Gitaly will not boot if this second storage doesn't exist. So this will create this storage without adding it to the list of storages that Rails knows about.
-
- Oct 23, 2018
-
-
Zeger-Jan van de Weg authored
Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675
-
- Oct 18, 2018
-
-
Alessio Caiazza authored
GET :namespace/merge_requests/:id/ci_environments_status complexity already reached a limit for a direct serialization from an hash computed at within the controller function. Here we introduce a virtual model EnvironmentStatus and its serializer.
-
- Sep 17, 2018
-
-
- Sep 12, 2018
-
-
Alejandro Rodríguez authored
-
- Sep 06, 2018
-
-
Bob Van Landuyt authored
This ports the changes for the CODEOWNERS feature to CE: - It adds the CODEOWNERS file. - It adds the mention of the `with-codeowners` branch in TestEnv
-
- Aug 12, 2018
-
-
Alejandro Rodríguez authored
-
- Aug 07, 2018
-
-
Winnie Hellmann authored
-
Rubén Dávila authored
-
- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 10, 2018
-
-
Sean McGivern authored
-
- Jun 12, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 29, 2018
-
-
blackst0ne authored
-
- May 14, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Apr 25, 2018
-
-
Zeger-Jan van de Weg authored
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
-
- Apr 23, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 03, 2018
-
-
Ahmad Sherif authored
Closes gitaly#1110
-
- Mar 21, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Feb 28, 2018
-
-
Kamil Trzcińśki authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- Feb 21, 2018
-
-
Ken authored
36847 - add changelog
-