| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This adds a limitation that we will try to create pipeline
for at most 4 first changes (branches and tags).
This does not affect processing of Pipelines for Merge Requests,
as each updated MR will have associated pipeline created.
|
|\
| |
| |
| |
| | |
Fix GitHub project import visibility
See merge request gitlab-org/gitlab-ce!27133
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Only run quarantine tests on master and schedules
See merge request gitlab-org/gitlab-ce!27203
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Correct spelling mistake in documentation
See merge request gitlab-org/gitlab-ce!26795
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Adds details about adding links to external accounts. Fixes #54884.
Closes #54884
See merge request gitlab-org/gitlab-ce!24007
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Documentation for AuthorizedKeysCommand enabled by default in Docker
See merge request gitlab-org/gitlab-ce!27184
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add guide on how to reset runners token
See merge request gitlab-org/gitlab-ce!26829
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Revert "Merge branch 'sh-optimize-projects-api' into 'master'"
Closes #60315
See merge request gitlab-org/gitlab-ce!27195
|
| | | | | |
| | | | | |
| | | | | | |
This reverts merge request !26481
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Improvements of kubernetes.log"
Closes #59276
See merge request gitlab-org/gitlab-ce!26895
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Log events so that it's easy to see
when different requests are starting.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Run anchor check on every build
See merge request gitlab-org/gitlab-ce!26745
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update broken links to new destinations
See merge request gitlab-org/gitlab-ce!27155
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Update housekeeping docs to match UI
See merge request gitlab-org/gitlab-ce!27182
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Correct screenshot and menu location on housekeeping docs
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change mode to 644 for doc/ci/variables/img/
See merge request gitlab-org/gitlab-ce!27179
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix MR assignees for push options
Closes #60305
See merge request gitlab-org/gitlab-ce!27186
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
With multiple MR assignees, `merge_request.assignee_id` is always nil,
and `merge_request.assignee_ids` isn't in `merge_request.attributes`.
So the existing code doesn't set assignees in the created MR.
This fix gets all the tests passing, but we should also check that no
other associations in the MergeRequest need similar fixups.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Quarantine flaky test: "Discussion Comments Issue behaves like discussion comments clicking "Comment" will post a comment" / spec/support/features/discussion_comments_shared_example.rb:19
See merge request gitlab-org/gitlab-ce!27183
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'6649-extract-ee-specific-files-lines-for-ci-cd-app-serializers' into 'master'
Extract preloaded_relations
See merge request gitlab-org/gitlab-ce!27168
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Mark disabled pages domain for removal
See merge request gitlab-org/gitlab-ce!26212
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Set pages_domain.remove_at when disabling it
Add specs for marking pages domain for removal
Notify user that domain is being removed
Add documentation
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update comments about N + 1 Gitaly calls
See merge request gitlab-org/gitlab-ce!27178
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
To make sure all known issues are linked to the correct epic, I've gone
through the code base, and updated the comments where required.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix SVG icon colors in Related MRs widget
Closes #60249
See merge request gitlab-org/gitlab-ce!27151
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove a "reopen merge request button" on a "merged" merge request
Closes #54039
See merge request gitlab-org/gitlab-ce!26965
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Resolve "Make the `review-deploy` curl the Review App for a 200 response to decide success"
Closes #60229
See merge request gitlab-org/gitlab-ce!27134
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
CE port of Move "Authorize project access with external service" to Core
See merge request gitlab-org/gitlab-ce!27056
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
spec/features/groups/group_page_with_external_authorization_service_spec to EE
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[Backport] Support multiple assignees for merge requests
See merge request gitlab-org/gitlab-ce!27089
|