| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
RelativePositioning module was heavily dependent on the Issue model.
This changes makes it easier to reuse the functionality provided by
RelativePositioning in other models.
Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
|
|\
| |
| |
| |
| | |
Add "security" top-level item to group sidebar
See merge request gitlab-org/gitlab-ce!30604
|
| |
| |
| |
| |
| |
| |
| | |
This commits moves the second-level navigation item
'Security Dashboard' into a top-level item.
The rendering of the actual item is EE specific.
|
|\ \
| | |
| | |
| | |
| | | |
Add "Security & Compliance" as top-level item to the project sidebar
See merge request gitlab-org/gitlab-ce!30564
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Moves the security dashboard and dependency list into it's own
top-level navigation item named 'Securty & Compliance', within the
project's sidebar.
This should only affect EE, since the template changes only touch
partials that get conditionally rendered and only exist in EE.
|
|\ \
| | |
| | |
| | |
| | | |
Add support for exporting repository type data for LFS objects
See merge request gitlab-org/gitlab-ce!30830
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894
This change exports the list of `repository_type`s as a JSON mapping of
oid => repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.
https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix incorrect web server selection parameter in init.d script
Closes #64802 and #65008
See merge request gitlab-org/gitlab-ce!31076
|
| | |
| | |
| | |
| | |
| | |
| | | |
Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script.
Fixes #65008
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Default manual_sorting feature flag to on
See merge request gitlab-org/gitlab-ce!30788
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use knapsack to parallelize E2E tests run via package-and-qa
See merge request gitlab-org/gitlab-ce!30886
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There should be no difference between jobs in package-and-qa.
Review apps should also be similar but there might be differences
if the runners have different resources.
|
| | | |
| | | |
| | | | |
[ci skip]
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec
See merge request gitlab-org/gitlab-ce!30835
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master'
Improving packages navigation in project sidebar [CE Backport]
See merge request gitlab-org/gitlab-ce!30256
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed Registry from sidebar
Created new Packages top level item
Added Container Registry into packages
Updated tests to support new layout
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Review App debugging sometimes fail because multiple Unicorn pods exist"
Closes #64996
See merge request gitlab-org/gitlab-ce!31058
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prefer `flat_map` over `map` + `flatten` in specs
See merge request gitlab-org/gitlab-ce!31052
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Although `flat_map` is equivalent to `map` + `flatten(1)`
(note the level 1) we can apply this same refactoring to all cases.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Add interactive links in the Admin Area overview"
See merge request gitlab-org/gitlab-ce!29306
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update dependency @gitlab/ui to ^5.7.1
See merge request gitlab-org/gitlab-ce!31026
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Correct an omitted word
See merge request gitlab-org/gitlab-ce!31083
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add notes to the docs about setting service variables for users wanting to do so from the UI
See merge request gitlab-org/gitlab-ce!30863
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
do so from the UI
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix duplicated suggestion in Danger gem warning
See merge request gitlab-org/gitlab-ce!31088
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Remove beta from group and instance clusters
See merge request gitlab-org/gitlab-ce!31059
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add empty chart component
Closes #60947
See merge request gitlab-org/gitlab-ce!30682
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This merge request adds an empty chart component
which will load in case of queries not having
data to display, this will override the current
logic, which hides all the graphs that have no
data to show
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add GitLab Unix shell scripting style guide to docs
See merge request gitlab-org/gitlab-ce!30271
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Set DOCKER_TLS_CERTDIR in CI job templates
See merge request gitlab-org/gitlab-ce!31080
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Set DOCKER_TLS_CERTDIR in Auto Dev-Ops CI template
See merge request gitlab-org/gitlab-ce!31078
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/65019
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #29528, by allowing all users to view history
Closes #29528
See merge request gitlab-org/gitlab-ce!30470
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This removes the create_wiki permission check from the history
controller, allowing show and history to have the same level of
permissions.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29528
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Encapsulate file view modes with constants
Closes #63894
See merge request gitlab-org/gitlab-ce!30737
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove dead mysql code
Closes #63191
See merge request gitlab-org/gitlab-ce!29608
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
None of this code can be reached any more, so it can all be removed
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update Mermaid to v8.2.3
Closes #64601
See merge request gitlab-org/gitlab-ce!30985
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This fixes fill colors not working with Mermaid and pulls
in a number of other fixes.
* https://github.com/knsv/mermaid/blob/master/CHANGELOG.md
* https://github.com/knsv/mermaid/#special-note-regarding-version-82
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
|