Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-04-06 | 1 | -16/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-03-22 | 1 | -0/+31 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-03-13 | 1 | -3/+78 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-02-17 | 1 | -101/+26 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-01-31 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-07-29 | 1 | -0/+16 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-07-25 | 1 | -1/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-04-11 | 1 | -0/+16 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-03-21 | 1 | -0/+30 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-02-01 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-30 | 1 | -1/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-01 | 1 | -12/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-12 | 1 | -0/+98 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-15 | 1 | -2/+24 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-02 | 1 | -3/+4 |
| | |||||
* | Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successful | Vitali Tatarintev | 2019-08-19 | 1 | -5/+5 |
| | | | | | | | | | | Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ``` | ||||
* | Cleanup usages of `JSON.parse` in specs | Peter Leitzen | 2019-07-16 | 1 | -2/+2 |
| | | | | Prefer `json_response` where applicable. | ||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -0/+2 |
| | | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -42/+64 |
| | | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }` | ||||
* | Adds pagination to pipelines table in merge request page28249-add-pagination | Filipa Lacerda | 2018-10-31 | 1 | -0/+1 |
| | |||||
* | Add target branch to cherry pick confirmation message | George Andrinopoulos | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Workhorse to send raw diff and patch for commits | Zeger-Jan van de Weg | 2018-05-16 | 1 | -28/+5 |
| | | | | | | | | | | | | | Prior to this change, this was done through unicorn. In theory this could time out. Workhorse has been sending these raw patches and diffs for a long time and is stable in doing so. Added bonus is the fact that `Commit#to_patch` can be removed. `Commit#to_diff` too, which closes https://gitlab.com/gitlab-org/gitaly/issues/324 Closes https://gitlab.com/gitlab-org/gitaly/issues/1196 | ||||
* | adding view and feature specs | micael.bergeron | 2017-12-07 | 1 | -1/+2 |
| | |||||
* | add support for the commit reference filter | micael.bergeron | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | diff notes created in merge request on a commit have the right context | micael.bergeron | 2017-12-07 | 1 | -0/+15 |
| | | | | add a spec for commit merge request diff notes | ||||
* | Batchload blobs for diff generation | Zeger-Jan van de Weg | 2017-11-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431 | ||||
* | Merge branch '37824-many-branches-lock-server' into 'master' | Annabel Dunstone Gray | 2017-11-07 | 1 | -4/+22 |
|\ | | | | | | | | | | | | | Project with many branches can lock server running "git branch --contains XXX" Closes #37824 See merge request gitlab-org/gitlab-ce!14812 | ||||
| * | implemented using an ivar, and added specs | Brett Walker | 2017-10-13 | 1 | -4/+22 |
| | | |||||
* | | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -6/+6 |
|/ | |||||
* | Update Pipeline's badge count in Merge Request and Commits view to match ↵ | Filipa Lacerda | 2017-07-14 | 1 | -1/+2 |
| | | | | real-time content | ||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -4/+4 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 1 | -2/+6 |
| | |||||
* | Satisfy Rubocop | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Fix cherry-picking or reverting through an MR | Douwe Maan | 2017-03-02 | 1 | -6/+6 |
| | |||||
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-path | Douwe Maan | 2017-02-23 | 1 | -26/+26 |
| | |||||
* | Add controller tests for commit pipelines endpoint | Grzegorz Bizon | 2017-01-27 | 1 | -5/+19 |
| | |||||
* | Use `empty_project` where possible in controller specsrs-empty_project-controllers | Robert Speicher | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Add sorting pipeline for a commit | Takuya Noguchi | 2017-01-19 | 1 | -3/+35 |
| | |||||
* | refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-merged | tiagonbotelho | 2016-10-11 | 1 | -6/+10 |
| | |||||
* | fixes part1 of files to start using active tense | tiagonbotelho | 2016-08-09 | 1 | -13/+13 |
| | |||||
* | Move to Gitlab::Diff::FileCollection | Paco Guzman | 2016-08-03 | 1 | -3/+3 |
| | | | Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection | ||||
* | Cache highlighted diff lines for merge requests | Paco Guzman | 2016-08-03 | 1 | -6/+7 |
| | | | | Introducing the concept of SafeDiffs which relates diffs with UI highlighting. | ||||
* | Fix failing CommitController spec17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-seconds | Alejandro Rodríguez | 2016-07-28 | 1 | -9/+0 |
| | |||||
* | Support renames in diff_for_path actions | Sean McGivern | 2016-07-11 | 1 | -5/+5 |
| |