- Jan 28, 2020
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 20, 2019
-
-
GitLab Bot authored
-
- Sep 19, 2019
-
-
GitLab Bot authored
-
- Aug 10, 2019
-
-
Armin Hohenegger authored
when params[:ref_name] is set to "" by passing an empty query parameter to the api it is evaluated as false by the || operator. The use of active support core extensions presence method fixes the original implemantation. https://guides.rubyonrails.org/active_support_core_extensions.html#presence
-
- Jul 18, 2019
-
-
Markus Koller authored
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
- Jul 17, 2019
-
-
This MR refactor RedisCounter and WebIdeCommitsCounter to be reused by other components.
-
- Jul 16, 2019
-
-
We're adding more redis base counters to the web ide and other classes. We're refactoring this class in other to use the logic in other places.
-
- Jun 24, 2019
-
-
- May 31, 2019
-
-
Kerri Miller authored
This extends POST#:id/repository/commits to allow the optional parameter `:start_project`, which will allow targeting other projects besides the one derived from `:id`. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
-
- Mar 06, 2019
-
-
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
-
- Feb 14, 2019
-
-
Balasankar C authored
-
- Jan 28, 2019
-
-
Patrick Bajao authored
-
Patrick Bajao authored
-
- Nov 28, 2018
-
-
Imre (Admin) authored
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
-
- Nov 14, 2018
-
-
Robert Speicher authored
-
- Nov 09, 2018
-
-
Robert Speicher authored
Previously, we just fetched the latest commit for the given branch when presenting the resulting commit, but because something could have been committed to that branch between the time we cherry-picked and the time we render the result, the wrong commit could have been presented. Now, we fetch the commit object with the commit SHA returned by the commit change service, which should always be the correct commit. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53773
-
Robert Speicher authored
-
- Oct 03, 2018
-
-
Jacopo authored
-
Tiago Botelho authored
This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
-
- Oct 01, 2018
-
-
Tiago Botelho authored
Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters
-
- Sep 30, 2018
-
-
gfyoung authored
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
-
- Sep 27, 2018
-
-
Jacopo authored
With this action the user can update the execute_filemode of a given file in the repository.
-
- Sep 11, 2018
-
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Sep 08, 2018
-
-
Robert Schilling authored
-
- Jul 12, 2018
-
-
Bob Van Landuyt authored
These APIs are used by the web IDE. They need to be on par with git & web access, allowing edits from maintainers to forks with merge requests that allow access.
-
- Jun 12, 2018
-
-
Leonid Batizhevskii authored
-
- Mar 26, 2018
-
-
Mark Fletcher authored
- Original work for the web interface here: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
-
- Mar 01, 2018
-
-
Tiago Botelho authored
-
- Feb 23, 2018
-
-
Tiago Botelho authored
-
- Feb 20, 2018
-
-
Maxime Roussin-Belanger authored
-
- Feb 14, 2018
-
-
Robert Schilling authored
-
- Feb 09, 2018
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- Jan 09, 2018
-
-
- Nov 16, 2017
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- Nov 08, 2017
-
-
Douwe Maan authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us
-