| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Tip from
https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
|
|\
| |
| |
| |
| |
| |
| | |
Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory
Closes #37571
See merge request gitlab-org/gitlab-ce!14850
|
| |
| |
| |
| | |
We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make "merge ongoing" check more consistent
Closes #39032
See merge request gitlab-org/gitlab-ce!14825
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert "Merge branch '36160-select2-dropdown' into 'master'"
See merge request gitlab-org/gitlab-ce!14851
|
| | | |
| | | |
| | | | |
This reverts merge request !14768
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Issue JWT token with registry:catalog:* scope when requested by GitLab admin
Closes #26763 and #18392
See merge request gitlab-org/gitlab-ce!14751
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "remove source branch" checkbox from merge widget being ignored
Closes #34897
See merge request gitlab-org/gitlab-ce!14832
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fix multiple notifications from being sent for multiple labels
Closes #37691
See merge request gitlab-org/gitlab-ce!14798
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cache issuable template names
See merge request gitlab-org/gitlab-ce!14823
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We were looking these up on each request to an issue page, because the form is
pre-filled, as is the template dropdown. That was unnecessary: we could just
treat these as 'special' repository files (like the rendered README) and cache
them in Redis until they change on a push.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundles' into 'master'
Resolve "d3.js is being included in the user_profile and graphs_show bundles"
Closes #39033
See merge request gitlab-org/gitlab-ce!14826
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove unnecessary alt-texts from pipeline emails
See merge request gitlab-org/gitlab-ce!14602
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Cleanup data-page attribute after each Karma test
Closes #38871
See merge request gitlab-org/gitlab-ce!14742
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replace the 'features/explore/projects.feature' spinach test with an rspec analog
See merge request gitlab-org/gitlab-ce!14755
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
analog
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
37660 Change background color of nav sidebar to match other gl sidebars
Closes #37660
See merge request gitlab-org/gitlab-ce!14800
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add support for markdown preview to group milestones
Closes #30241
See merge request gitlab-org/gitlab-ce!14806
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fix the import :milestone from adding the group_id
Closes #35580
See merge request gitlab-org/gitlab-ce!14657
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add sort runners on admin runners
Closes #38720
See merge request gitlab-org/gitlab-ce!14661
|
| | | | | | | | |
|
| |_|_|/ / / /
|/| | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Include the changes in issuable webhook payloads
Closes #34284
See merge request gitlab-org/gitlab-ce!14308
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixes mini graph in commit view
Closes #38534
See merge request gitlab-org/gitlab-ce!14758
|
| | |_|_|/ / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'master'
Don't show an "Unsubscribe" link in snippet comment notifications
Closes #23888
See merge request gitlab-org/gitlab-ce!14764
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixed default group sort option
Closes #38808
See merge request gitlab-org/gitlab-ce!14728
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| | | | | | | | |
| | | | | | | | | |
# Conflicts:
# spec/features/dashboard/group_spec.rb
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Closes #38808
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'master'
Fix the number representing the amount of commits related to a push event
Closes #37483
See merge request gitlab-org/gitlab-ce!14103
|
| | |_|_|_|/ / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replaces `tag: true` into `:tag` in the specs
Closes #37552
See merge request gitlab-org/gitlab-ce!14653
|