| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add documentation for issues and MRs. Add shared tests
for both bulk updating issues and MRs.
|
|
|
|
|
|
| |
This MR adds support for bulk update actions for issues and merge
requests. A single API call can be used to update a list of issues
or merge requests
|
|\
| |
| |
| |
| |
| |
| | |
Fix overlapping empty-header logo
Closes #56347
See merge request gitlab-org/gitlab-ce!24868
|
|/
|
|
| |
Notable changes proposed by @pslaughter
|
|\
| |
| |
| |
| |
| |
| | |
Fix broken links on help page
Closes #57554
See merge request gitlab-org/gitlab-ce!25120
|
| |
| |
| |
| |
| |
| | |
Update the regular expression in the help controller used to prefix relative
links on the help page with /help/. As suggested by @rymai, the look-ahead
pattern to detect external links is simplified from `[a-zA-Z0-9.+-]` to `\w`.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update the help controller to correctly handle relative links on the help pages
when the relative link is before an external link on the same line in the
markdown file.
Test cases have been implement to check for
- relative links before external link on same line,
- HTTPS in query part of link,
- URLs without '//' and
- protocol-relative links.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Log queue duration in production_json.log
Closes #57420
See merge request gitlab-org/gitlab-ce!25075
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`queue_duration` is a useful metric that is currently in api_json.log
but not in production_json.log. We should add it because it tells us how
long the request sat in Workhorse before Unicorn processed it. Having
this field enables the support team to better troubleshoot when delays
began to happen.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Change unicode for non-standard spaces
See merge request gitlab-org/gitlab-ce!24795
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove fast_destroy_uploads feature flag
Closes #54937
See merge request gitlab-org/gitlab-ce!24930
|
| | | |
| | | |
| | | |
| | | | |
Fast destroy of uploads was successfully enabled and test.
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Transforming Gfm also on paste so it works also in FF
Closes #57561
See merge request gitlab-org/gitlab-ce!25146
|
|/ / / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
'7048_usage_ping_for_security_dashboard_as_default_view_for_groups-ce' into 'master'
Usage ping for Group overview default user preference
See merge request gitlab-org/gitlab-ce!24980
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
user_preferences key is includes into system usage
data only if group_overview_security_dashboard
feature flag is enabled; see
https://gitlab.com/gitlab-org/gitlab-ee/issues/7048
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add flex styles to board list only if board list is expanded
Closes #57551
See merge request gitlab-org/gitlab-ce!25113
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove BATCH_SIZE from WikiFileFinder
Closes #57223
See merge request gitlab-org/gitlab-ce!24933
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'8798-geo-implement-selective-sync-support-for-the-various-fdw-queries' into 'master'
Replace dots with an underscore when creating an alias for the recursive CTE
See merge request gitlab-org/gitlab-ce!25112
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
When the Arel table to use as the alias contains a schema in your
name, e.g., "gitlab_secondary"."namespaces" it produces an invalid
query.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix the border style of CONTRIBUTING button when it exists
Closes #57564
See merge request gitlab-org/gitlab-ce!25124
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Clean up issues functionalities doc
See merge request gitlab-org/gitlab-ce!24931
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Docs: Misc small fixes to docs
See merge request gitlab-org/gitlab-ce!24952
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)
See merge request gitlab-org/gitlab-ce!24948
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Docs: Realign several CE docs that diverged from EE unnecessarily
See merge request gitlab-org/gitlab-ce!24849
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added example for get file archive
See merge request gitlab-org/gitlab-ce!23432
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'54850-pages-domain-show-view-is-not-protected-by-access-control' into 'master'
Fix access to pages domain settings
Closes #54850
See merge request gitlab-org/gitlab-ce!24926
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update gitlab-svg to 1.52
See merge request gitlab-org/gitlab-ce!25145
|
| | |_|_|_|_|/
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Tool Tip Hides Menu Item"
Closes #55209
See merge request gitlab-org/gitlab-ce!24285
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Adding info for the location of cicd timeout setting per project
See merge request gitlab-org/gitlab-ce!25136
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Docs: add description on how to retrieve artifacts when authentication is required
See merge request gitlab-org/gitlab-ce!23197
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
required
|
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Create the source branch for a GitHub import
Closes #57370
See merge request gitlab-org/gitlab-ce!25064
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
When the GitHub importer creates a merge request, it retrieves the SHA
but does not actually create the source branch. This makes it impossible
to merge an open merge request, particularly if the source branch were
from a forked project. In that case, the branch will never exist because
the original `project-name:source-branch` name is never created, nor
is it a valid branch name.
To prevent possible branch name conflicts, forked source branches
are now renamed `github/fork/project-name/source-branch` and created
when necessary.
Note that we only create the source branch if the merge request
is open. For projects that have many merge requests, the project
would end up with a lot of possibly dead branches.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57370
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Kill all PostgreSQL connections for rake dev:setup
Closes gitlab-development-kit#450
See merge request gitlab-org/gitlab-ce!24743
|
| | | | | | | | | | |
|