This project is mirrored from https://jihulab.com/gitlab-cn/gitlab.git.
Pull mirroring updated .
- Apr 17, 2019
-
-
GitLab Release Tools Bot authored
-
Marin Jankovski authored
Prepare 11.10.0-rc8-ee release See merge request gitlab-org/gitlab-ee!11126
-
Marin Jankovski authored
-
Marin Jankovski authored
Metrics feature 11.10 preparation See merge request gitlab-org/gitlab-ee!11130
-
Marin Jankovski authored
Merge branch 'sh-fix-merge-requests-api-remove-branch-param-11-10-rc8' into '11-10-stable-prepare-rc8' [11.10 RC8 port] Fix remove_source_branch merge request API handling See merge request gitlab-org/gitlab-ce!27459
-
Michael Kozono authored
Fix remove_source_branch merge request API handling Closes #60530 See merge request gitlab-org/gitlab-ce!27392
-
Matija Čupić authored
Refactors discussed parts of the metrics implementation. Move route to ee/ Use exists? instead of any? for verifying presence Use read accessors instead of instance variables Use immutable struct for compared metric Extract reports response into reusable method Remove redundant metric class Apply suggestion to ee/lib/gitlab/ci/parsers/metrics/metrics.rb Gate metrics_reports endpoint behind feature flag Use ComparedMetric in serializer spec Use metrics.txt as the metrics filename Refactor metrics_reports endpoint with early exit Fix spec styling issues Guard against line with no spaces in metric parser Rename alt metrics trait to metrics_alternate Refactor Metrics::ReportsComparer comparison logic Implement generic reports scope Use new .with_reports scope for all reports Implements the new .with_reports generic scope for all reports throughout the codebase. This should drastically reduce duplication. Deduplicate report has_* code Deduplicates report related has_REPORTTYPE_reports? code. This is achieved by implementing a generic has_reports? method and using it throughout the codebase. Refactor Metrics parser Allows metrics to have labels, multiple values and adds support for comments in the metrics file. Guard against incomplete metrics Rename metrics parser to Metrics::Generic Renames metrics parser to Metrics::Generic because Metrics::Metrics sounds weird. Test label name with multiple whitespaces Fix metrics reports routing
-
Matija Čupić authored
-
Matija Čupić authored
Add metrics report type to JobArtifact constants Add sample metrics fixture Add factories for artifacts with metrics reports Adds EE spec factories for CI models that can have metrics reports. Add scopes for CI models with metrics reports Adds scopes with metrics reports for Pipeline, Builds and JobArtifacts. Add metrics_reports Premium feature Implement has_metrics_reports in Pipelines and MRs Implements EE::Ci::Pipeline#has_metrics_reports? and EE::MergeRequest#has_metrics_reports?. Implement metrics CI Report and Parser Implements Parser and Report types for metrics reports. Expose metrics reports to the Merge Request Implements EE::Ci::Build#collect_metrics_reports! and EE::Ci::Pipeline#metrics_report and exposes metrics report for consumption by the Merge Request. Implement metrics reports comparer Implements a class that compares two metrics reports and selects new, existing and removed metrics. Implement Metric report serializer Implements a serializer for metrics reports to be used in the metrics reports comparison service. Implement metrics reports comparison service Implements Ci::CompareMetricsReportsService that compares two metrics reports and serializes the result for frontend consumption. Expose metrics reports comparison in Merge Request Add Merge Requests controller endpoint for metrics Implements a Merge Request controller endpoint for querying metrics reports.
-
Achilleas Pipinellis authored
Update the Operations Dashboard docs See merge request gitlab-org/gitlab-ee!11027 (cherry picked from commit 0fba3751) e22de367 Update the Operations Dashboard docs
-
Douwe Maan authored
Fix selection of scoped labels Closes #11158 See merge request gitlab-org/gitlab-ee!10993 (cherry picked from commit 191909bc) d9365700 Fix selection of scoped labels
-
Kushal Pandya authored
Hide overflow in scoped labels See merge request gitlab-org/gitlab-ee!10988 (cherry picked from commit 42fd8f25) 5b69b8d9 Hide overflow in scoped labels
-
Sean McGivern authored
Fix scoped_label? check for admin view Closes #11141 See merge request gitlab-org/gitlab-ee!10981 (cherry picked from commit ae8bfa83) 157a4eb8 Fix scoped_label? check for admin view
-
Filipa Lacerda authored
Fix merge request pipeline warnings in EE See merge request gitlab-org/gitlab-ee!10865 (cherry picked from commit 522c58a6) e4fea3c0 Add two warning messages to the MR widget 835663a8 Add merge pipeline warnings to EE
-
Achilleas Pipinellis authored
Copy and merge the existing security dashboard docs to a new location Closes #10760 See merge request gitlab-org/gitlab-ee!10797 (cherry picked from commit 9235dcd5) 8aeda5c4 Copy and merge the existing security dashboard docs to a new location 0c079e69 Update Security Dashboard and interactive reports 44fc3d02 Rename to application_security 564269f8 Fix broken link
-
Michael Kozono authored
Use max of approvals_before_merge between project and MR at runtime Closes #10909 and #10055 See merge request gitlab-org/gitlab-ee!10766 (cherry picked from commit bf1f8edf) e4a68a2a Use max of approvals_before_merge between project and MR at runtime 5317401c Apply suggestion to ee/app/models/concerns/approvable.rb d0b4558c Apply suggestion to ee/changelogs/unreleased/10055-approvals-required-max.yml
-
Lin Jen-Shin authored
Resolve "Insights charts should display all the periods even if there are no data for them" Closes #11096 See merge request gitlab-org/gitlab-ee!10733 (cherry picked from commit fe2896f6) c21eb117 Ensure Insights charts show all periods even if there are no data
-
Rémy Coutable authored
Move to supporting multiple charts per page for Insights Closes #10466 and #10720 See merge request gitlab-org/gitlab-ee!10516 (cherry picked from commit 5db22fa9) 2310b19b Support multiple charts per page for Insights 01154c22 Display warning for invalid config file 4c735454 Return chart loading errors for display 7b0fedd0 Change Insights picker to a dropdown 01e8f39b Update default insights config for multi charts 0f176336 Filter priority and severity issues by bug label bf87c939 Update Documentation images for multi charts 67411c15 Maintainer review
-
Kushal Pandya authored
Resolve "Tooltip for "View file" shows raw HTML" Closes #60533 See merge request gitlab-org/gitlab-ce!27398 (cherry picked from commit be201c59) a1179e5e Fix showing HTML content in view file tooltip
-
Kushal Pandya authored
Hide overflow in scoped labels Closes #48431 See merge request gitlab-org/gitlab-ce!27362 (cherry picked from commit 86be4a6f) 17a48fad Hide overflow in scoped labels
-
Kamil Trzciński authored
Rescue and log errors raised when preparing builds Closes #60480 See merge request gitlab-org/gitlab-ce!27351 (cherry picked from commit 20d8dc53) 781cd4a2 Rescue and log errors raised when preparing builds
-
Rémy Coutable authored
Add translations from Crowdin See merge request gitlab-org/gitlab-ce!27347 (cherry picked from commit 5c0b5093) 38df06dd Add translations from Crowdin
-
Achilleas Pipinellis authored
Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330 (cherry picked from commit 2c5398ee) f5155180 Add note about MR Pipeline Runner version
-
Lin Jen-Shin authored
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219 (cherry picked from commit fcb70d9b) 81da9337 Remove multi-line suggestions feature flag
-
Kamil Trzciński authored
Backport metrics report type See merge request gitlab-org/gitlab-ce!26798 (cherry picked from commit c16619c5) 0cfa25ff Backport changes from EE
-
Filipa Lacerda authored
Update merge request widget to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25983 (cherry picked from commit cd509d99) 12170f83 Add two warning messages to the MR widget
-
- Apr 15, 2019
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Apr 13, 2019
-
-
John Skarbek authored
Prepare 11.10.0-rc7-ee release See merge request gitlab-org/gitlab-ee!10826
-
John Skarbek authored
Prepare 11.10.0-rc7 release See merge request gitlab-org/gitlab-ce!27289
-
- Apr 12, 2019
-
-
John T Skarbek authored
-
Sean McGivern authored
Use nested_group metadata for insights subgroup specs Closes #11129 See merge request gitlab-org/gitlab-ee!10863 (cherry picked from commit 0fb58f87) 867977c7 Use nested_group metadata for subgroup specs
-
Clement Ho authored
Fix approvers list item width issue Closes #11123 See merge request gitlab-org/gitlab-ee!10839 (cherry picked from commit 29d3b377) 4e36c7e5 Fix approvers list item width issue
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'" See merge request gitlab-org/gitlab-ce!27329 (cherry picked from commit c1ce15d6) 81566392 Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"
-
Fatih Acet authored
Merge branch '60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240 (cherry picked from commit 44be329d) 9dca4f12 Fix isDesktop function to return proper value
-
Phil Hughes authored
Resolve "Merge Request popover doesn't go away on mouse leave" Closes #60241 See merge request gitlab-org/gitlab-ce!27143 (cherry picked from commit 9edb5d47) 2ea409f6 Fix bug where MR Popover wont go away
-
John Skarbek authored
Remove duplicated external_authorization_* attributes See merge request gitlab-org/gitlab-ee!10883
-
Imre Farkas authored
-