GitLab Bot
4f5c8572e9
Add latest changes from gitlab-org/gitlab@master
2020-06-16 18:09:01 +00:00
GitLab Bot
ec884edd46
Add latest changes from gitlab-org/gitlab@master
2020-06-01 06:08:21 +00:00
GitLab Bot
eb1f5a3e08
Add latest changes from gitlab-org/gitlab@master
2020-02-17 18:09:00 +00:00
GitLab Bot
26384c9a61
Add latest changes from gitlab-org/gitlab@master
2020-02-05 09:08:43 +00:00
GitLab Bot
36e363d33d
Add latest changes from gitlab-org/gitlab@master
2020-01-21 21:08:54 +00:00
GitLab Bot
c158fa8d69
Add latest changes from gitlab-org/gitlab@master
2020-01-16 12:08:32 +00:00
GitLab Bot
4ce0bee95d
Add latest changes from gitlab-org/gitlab@master
2020-01-14 12:07:41 +00:00
GitLab Bot
23d237110e
Add latest changes from gitlab-org/gitlab@master
2019-11-26 09:08:36 +00:00
GitLab Bot
991a295378
Add latest changes from gitlab-org/gitlab@master
2019-11-11 00:06:26 +00:00
Ash McKenzie
19ff9d9899
Replace rails_helper.rb with spec_helper.rb
...
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah
73e848850c
Add frozen_string_literal to spec/features
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Thong Kuah
4ec16912b8
Autocorrect with RSpec/ExampleWording cop
...
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
2019-04-05 08:43:27 +00:00
Francisco Javier López
ebf16ada85
Arbitrary file read via MergeRequestDiff
2019-03-04 18:36:34 +00:00
Sam Bigelow
2a2f48a5b1
Clearly display diff statistics for MRs
...
Put the statistics in the compare-versions header for the entire MR
Put them in the file header for each individual file
2019-02-06 11:11:09 -06:00
Stan Hu
ef304611ad
Fix commit SHA not showing in merge request compare dropdown
...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17011
in GitLab 11.1 refactored the merge request diff comparison
functionality but omitted the commit SHA due to a change in
the API (truncated_commit_sha -> short_commit_sha).
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55822
2018-12-31 09:18:29 -08:00
Phil Hughes
93c614ce92
Show toggle tree button on merge request commits
...
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
2018-11-22 12:04:18 +00:00
Phil Hughes
33c4c5b8f3
Added file tree to merge request diffs
...
This file tree displays all the diff files in a tree like format
Each file is taken and converted into a tree with folders
Each folder can be toggled open & closed
Clicking a file will scroll to the diff file & highlight with a glow affect
Searching the tree list will search only files & return a list of the
files without any folders
Each file row contains an icon to show changed, new file or deleted
Each row will also contain the added & removed lines count
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-10-03 10:05:43 +01:00
Mark Chao
a63bce1a4b
Resolve "Rename the Master
role to Maintainer
" Backend
2018-07-11 14:36:08 +00:00
Felipe Artur
3e66795ef1
Changes tab VUE refactoring
2018-06-21 12:22:40 +00:00
Rémy Coutable
799cd47109
Improve MR feature specs and reduce duplication
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18 15:07:57 +01:00