- 24 Oct, 2019 28 commits
-
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Dmitriy Zaporozhets authored
Refactor audit log code See merge request gitlab-org/gitlab!18947
-
Filipa Lacerda authored
Fixes the spacing of the CI icon in the last commit widget See merge request gitlab-org/gitlab!19066
-
Filipa Lacerda authored
Fixes the collapsed admin geo link flyout not showing See merge request gitlab-org/gitlab!19012
-
Lin Jen-Shin authored
Adds ability to set management project for cluster via API See merge request gitlab-org/gitlab!18429
-
Dmitriy Zaporozhets authored
Removes old collapsible classes Closes #34684 See merge request gitlab-org/gitlab!18948
-
Filipa Lacerda authored
Fetch group labels after group selection See merge request gitlab-org/gitlab!18616
-
Ezekiel Kigbo authored
Moves the request for group labels so that it occurs after a group has been selected instead of when we are loading the custom stage form. This will be needed for the upcoming charts.
-
Dmitriy Zaporozhets authored
* Rename `LogFinder` to `AuditLogFinder` * Rename audit helper methods to `audit_` prefix * Remove use of audit helper in unrelated view * More labels with internalization via `_('Text')` * Make audit dropdowns readable with multiline code * Add specs to `AuditLogsHelper` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
Filipa Lacerda authored
Fixed protected branches flash styling See merge request gitlab-org/gitlab!18955
-
Phil Hughes authored
-
Ash McKenzie authored
Visual Review API See merge request gitlab-org/gitlab!18710
-
drew authored
- Added API class with single POST endpoint - Added #create_visual_review_note to notes helper - Added API Resource documentation - Feature flag to leave public endpoint closed by default
-
Achilleas Pipinellis authored
Add Security Jobs Troubleshooting See merge request gitlab-org/gitlab!18876
-
Philippe Lafoucrière authored
Also wrapped some long lines.
-
Lin Jen-Shin authored
Improve the scripts/review_apps/automated_cleanup.rb script Closes #34753 See merge request gitlab-org/gitlab!18992
-
Ramya Authappan authored
Simplify test that attaches a file on an issue Closes #34124 See merge request gitlab-org/gitlab!19027
-
Walmyr Lima e Silva Filho authored
-
Evan Read authored
Update profiling to include logger example See merge request gitlab-org/gitlab!18995
-
Ronald van Zon authored
-
Martin Wortschack authored
Make URLs in blob viewer and blob editor into clickable links See merge request gitlab-org/gitlab!18305
-
Evan Read authored
Docs: Help sysadmins ensure correct Geo node URL See merge request gitlab-org/gitlab!18963
-
Michael Kozono authored
-
Evan Read authored
docs: multi_project_pipelines.md: See merge request gitlab-org/gitlab!18679
-
Roman Pertl authored
Rephrase "obsolete" caution warning about downstream project status (closed by gitlab-org/gitlab#11238)
-
Russell Dickenson authored
Clarify available feature flags for productivity analytics See merge request gitlab-org/gitlab!18926
-
Evan Read authored
-
- 23 Oct, 2019 12 commits
-
-
Russell Dickenson authored
Edit Cert-Manager content See merge request gitlab-org/gitlab!18512
-
Evan Read authored
-
Thong Kuah authored
Don't store full blob path in ES filename field See merge request gitlab-org/gitlab!18470
-
Thong Kuah authored
As we have some new functionality in the DeploymentPlatform query, we should validate this on staging at least before enabling to everyone.
-
Thong Kuah authored
Fixed a bug uncovered where we need to refer to top-level `::Project` constant.
-
Thong Kuah authored
When working out the deployment platform for a project, only return clusters where its namespace is the same as the management project. This ensures that cluster credentials won't leak out of the namespace. Allow where managment project is in the hierarchy of the cluster's namespace as well. - For group clusters, this is achieved by simply changing the order clause - For project clusters, we need to have a new query in our CTE to fetch clusters where management cluster is in the same namespace as the project's namespace. Add specs for new code, alter existing specs to work with new restrictions. And finally update documentation!
-
Thong Kuah authored
Only allow cluster to update management_project to namespace (and descendants) of the cluster. For instance-level cluster, this is meaningless so skip for this cluster type.
-
Thong Kuah authored
Also returns management_project details on POST and PUT
-
Thong Kuah authored
For project and group cluster
-
Thong Kuah authored
Adds service to update the management_project_id for a cluster. The management_project_id referred to must be be authorized for the current user.
-
Stan Hu authored
Refactor burndown chart to accept a list of issues as input See merge request gitlab-org/gitlab!18894
-
Mayra Cabrera authored
Adds a changelog for elastic stack feature See merge request gitlab-org/gitlab!19020
-