| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Create private merge requests in forks
Closes #58583
See merge request gitlab-org/gitlab-ce!29984
|
| |
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.
We should use "To Do" and always use it as singular (not "To Dos").
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
|
|\ |
|
| |
| |
| |
| | |
- all commits squashed to make danger review happy
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
| |
The `:` key will no longer exit out of the autocomplete dialog,
allowing auto-completion of labels with colons in them.
|
|
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|
|
|
|
| |
Move some feature specs for issues/merge requests quick actions
to unit tests. They are taking too long to run on the pipelines.
|
|\
| |
| |
| | |
62966-embed-zoom-call-in-issue-mvc
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
|
|/
|
|
|
| |
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
|
|
|
|
|
| |
Assertions were made based on elements found so the specs
still pass even if the elements don't exist
|
| |
|
|
|
|
| |
Part of moving gitlab into single codebase
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
| |
spec/features/issues/user_creates_branch_and_merge_request_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb
See merge request gitlab-org/gitlab-ce!27176
|
| |
| |
| |
| |
| |
| | |
spec/features/issues/user_interacts_with_awards_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| |/
|/|
| |
| | |
[Backport] Support multiple assignees for merge requests
See merge request gitlab-org/gitlab-ce!27089
|
| |
| |
| |
| |
| | |
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Extract due quick action to shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26918
|
| |/ |
|
|/
|
|
|
|
|
|
|
|
|
| |
Related to:
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60270
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60271
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60272
- https://gitlab.com/gitlab-org/gitlab-ce/issues/60273
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Extract remove due date spec to shared example
Closes #59570
See merge request gitlab-org/gitlab-ce!26922
|
| | |
|
|/
|
|
|
|
|
| |
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
|
| |
|
|\
| |
| |
| | |
jarv/dev-to-gitlab-2019-04-02
|
| |
| |
| |
| | |
Guest user of a project should not see branches
|
|/
|
|
|
|
|
|
|
|
|
| |
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.
https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
|
|
|
|
|
|
|
|
|
|
| |
Move gfm_autocomplete_spec.rb out of quarantine
Closes #57995 and #56843
See merge request gitlab-org/gitlab-ce!25542
(cherry picked from commit 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8)
|
|
|
|
| |
This reverts merge request !25542
|
|
|
|
| |
Add spec for assigning user with apostrophe in name
|
|
|
|
|
| |
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
|
| |
|
|
|
|
|
| |
Fix misspellings in app/spec comments
See merge request gitlab-org/gitlab-ce!25517
|
|
|
|
|
|
|
| |
Ability to filter confidential issues
Closes #50747
See merge request gitlab-org/gitlab-ce!24960
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master"
See merge request gitlab-org/gitlab-ce!25537
|
| |
| |
| |
| |
| | |
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing
changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
|
| |
| |
| |
| |
| | |
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
'57582-dropdown-icon-misalignment-on-issues-list-on-mobile-screen' into 'master'
Fix alignment of dropdown icon on issuable on mobile
Closes #57582
See merge request gitlab-org/gitlab-ce!25205
|