GitLab Bot
3cccd102ba
Add latest changes from gitlab-org/gitlab@14-10-stable-ee
2022-04-20 10:00:54 +00:00
GitLab Bot
a7b3560714
Add latest changes from gitlab-org/gitlab@14-8-stable-ee
2022-02-18 09:45:46 +00:00
GitLab Bot
edaa33dee2
Add latest changes from gitlab-org/gitlab@14-7-stable-ee
2022-01-20 09:16:11 +00:00
GitLab Bot
d9ab72d608
Add latest changes from gitlab-org/gitlab@14-4-stable-ee
2021-10-20 08:43:02 +00:00
GitLab Bot
b76ae63846
Add latest changes from gitlab-org/gitlab@14-2-stable-ee
2021-08-19 09:08:42 +00:00
GitLab Bot
e8d2c25793
Add latest changes from gitlab-org/gitlab@14-1-stable-ee
2021-07-20 09:55:51 +00:00
GitLab Bot
a5f4bba440
Add latest changes from gitlab-org/gitlab@14-0-stable-ee
2021-06-16 18:25:58 +00:00
GitLab Bot
4555e1b21c
Add latest changes from gitlab-org/gitlab@13-12-stable-ee
2021-05-19 15:44:42 +00:00
GitLab Bot
9dc93a4519
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
2021-04-20 23:50:22 +00:00
GitLab Bot
f64a639bcf
Add latest changes from gitlab-org/gitlab@13-10-stable-ee
2021-03-16 18:18:33 +00:00
GitLab Bot
859a6fb938
Add latest changes from gitlab-org/gitlab@13-9-stable-ee
2021-02-18 10:34:06 +00:00
Robert Speicher
6438df3a1e
Add latest changes from gitlab-org/gitlab@13-8-stable-ee
2021-01-20 13:34:23 -06:00
GitLab Bot
7e9c479f7d
Add latest changes from gitlab-org/gitlab@13-6-stable-ee
2020-11-19 08:27:35 +00:00
GitLab Bot
48aff82709
Add latest changes from gitlab-org/gitlab@13-5-stable-ee
2020-10-21 07:08:36 +00:00
GitLab Bot
85dc423f70
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
2020-09-19 01:45:44 +00:00
GitLab Bot
6e4e1050d9
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
2020-08-20 18:42:06 +00:00
GitLab Bot
a09983ae35
Add latest changes from gitlab-org/gitlab@13-2-stable-ee
2020-07-20 12:26:25 +00:00
GitLab Bot
9f46488805
Add latest changes from gitlab-org/gitlab@13-0-stable-ee
2020-05-20 14:34:42 +00:00
GitLab Bot
b7c735c8ac
Add latest changes from gitlab-org/gitlab@master
2020-04-15 12:09:18 +00:00
GitLab Bot
1219a9dce9
Add latest changes from gitlab-org/gitlab@master
2020-04-01 15:07:45 +00:00
GitLab Bot
536aa3a1f4
Add latest changes from gitlab-org/gitlab@master
2020-01-30 15:09:15 +00:00
GitLab Bot
6315ed9630
Add latest changes from gitlab-org/gitlab@master
2020-01-28 18:08:35 +00:00
GitLab Bot
3f9e1b2611
Add latest changes from gitlab-org/gitlab@master
2020-01-23 15:08:46 +00:00
GitLab Bot
40254b9ace
Add latest changes from gitlab-org/gitlab@master
2020-01-17 21:08:29 +00:00
GitLab Bot
0ba3a054d2
Add latest changes from gitlab-org/gitlab@master
2020-01-10 09:07:49 +00:00
GitLab Bot
47b8f79a08
Add latest changes from gitlab-org/gitlab@master
2019-12-13 00:08:05 +00:00
GitLab Bot
98420be3dd
Add latest changes from gitlab-org/gitlab@master
2019-12-04 12:07:12 +00:00
GitLab Bot
0dfbcd8f8b
Add latest changes from gitlab-org/gitlab@master
2019-10-11 18:06:15 +00:00
Mark Chao
4a6f959ab8
Record usage on snippet usage
...
Generalize wiki page counter for other page types to extend to.
2019-08-08 13:18:57 +00:00
Felipe Artur
61bca6222c
Move some quick actions feature specs to unit tests
...
Move some feature specs for issues/merge requests quick actions
to unit tests. They are taking too long to run on the pipelines.
2019-06-18 14:26:48 +00:00
Thong Kuah
85b29c1c2f
Add frozen_string_literal to spec/services
...
Probably useful as we often move these files to "new" files.
2019-04-12 10:14:54 +12:00
Robert Speicher
082607e980
Merge branch 'port-6539-extract-ee-specific-code' into 'master'
...
Extract EE specific files/lines for quick actions tests
See merge request gitlab-org/gitlab-ce!26872
2019-04-05 14:29:58 +00:00
Alexandru Croitor
70f55be081
Extract EE specific files/lines for quick actions tests
2019-04-03 10:16:21 +03:00
Heinrich Lee Yu
c17b7afa02
Remove reply_to_individual_notes feature flag
...
Also removes specs related to the flag
2019-04-03 10:00:18 +08:00
Felipe Artur
78dc1b58a6
Show commands applied message when promoting issues
...
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
2019-03-04 09:21:47 +00:00
Heinrich Lee Yu
a7b1a4ef1e
Fix polling for transformed individual notes
...
Sets `updated_at` so that the transformed note is returned together with
the new reply
2019-02-13 15:15:51 +08:00
Heinrich Lee Yu
a04d9ba90c
Add reply to notes to turn into discussions
2019-02-06 10:31:46 +00:00
Heinrich Lee Yu
35b8f103a8
Prevent comments by email when issue is locked
...
This changes the permission check so it uses the policy on Noteable
instead of Project. This prevents bypassing of rules defined in
Noteable for locked discussions and confidential issues.
Also rechecks permissions when reply_to_discussion_id is provided since the
discussion_id may be from a different noteable.
2019-01-31 16:52:48 +01:00
Oswaldo Ferreira
ed3034bbb7
Allow suggesting single line changes in diffs
2018-12-13 19:17:19 +00:00
Oswaldo Ferreira
f9b4130bb7
Comment on any expanded diff line on MRs
2018-11-09 16:56:48 -02:00
Oswaldo Ferreira
198402b38b
Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"
...
This reverts commit a82a595728 , reversing
changes made to e7df959b8f .
2018-11-07 19:57:26 -02:00
Douwe Maan
a82a595728
Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'
...
Comment on any expanded diff line on MRs
See merge request gitlab-org/gitlab-ce!22398
2018-11-07 11:56:46 +00:00
Mark Chao
d52af8b1c2
Fix spec in EE which now trigger access to repository
2018-11-07 11:33:02 +08:00
Oswaldo Ferreira
ec66ef1b74
Comment on any expanded diff line on MRs
2018-11-06 17:39:31 -02:00
Paul Slaughter
370f07361c
Auto resolve new notes of resolved discussions
...
**Why?**
The previous behavior had resolved discussions being unresolved
when commented on. This was strange UX, especially since there
is a separate button for "Comment & unresolve discussion".
https://gitlab.com/gitlab-org/gitlab-ce/issues/24128
**Note:**
- Also adds changelog
2018-09-24 08:30:58 -05:00
Peter Leitzen
7405a7ae5f
Rename Commits::UpdateService to Commits::TagService
2018-08-10 16:45:11 +02:00
Peter Leitzen
d6eaf38be4
Commit notes now support quick actions
2018-08-10 16:45:11 +02:00
Mark Chao
35e029009d
Convert use of any_instance as it does not work with prepend
2018-08-07 16:53:44 +08:00
Mark Chao
a63bce1a4b
Resolve "Rename the `Master` role to `Maintainer`" Backend
2018-07-11 14:36:08 +00:00
Oswaldo Ferreira
bb8f2520b4
Persist truncated note diffs on a new table
...
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24 15:34:43 -03:00