- 04 Nov, 2019 40 commits
-
-
Fatih Acet authored
Display software packages with multiple software licenses correctly See merge request gitlab-org/gitlab!19333
-
mo khan authored
* v1.0 had a defect where multiple licenses were squashed together. * v1.1 include support for listing multiple licenses for each package. * v2.0 is the latest version but we are moving processing to the backend This change includes the minimum changes necessary to keep the existing js code working while we port the processing to the backend.
-
Sean McGivern authored
Move together all the attr_encrypted attributes See merge request gitlab-org/gitlab!19509
-
Natalia Tepluhina authored
Merge branch '33093-correct-misleading-error-message-regarding-related-issues-should-say-the-issue-is-already-linked' into 'master' Used correct backend error message for related issues See merge request gitlab-org/gitlab!19115
-
Donald Cook authored
-
Natalia Tepluhina authored
Remove release_block snapshot test See merge request gitlab-org/gitlab!19508
-
Achilleas Pipinellis authored
Fix Prometheus custom query variable docs Closes #32775 See merge request gitlab-org/gitlab!19178
-
Kirstie Cook authored
-
Achilleas Pipinellis authored
Expand patch release policy See merge request gitlab-org/gitlab!18011
-
Marin Jankovski authored
-
Phil Hughes authored
Embedding Grafana metrics panels in GFM - frontend See merge request gitlab-org/gitlab!18426
-
Tristan Read authored
Allows Grafana charts to be embedded in GitLab Flavored Markdown. Switches the metrics dashboard fetch from blocking to polling.
-
Walmyr Lima e Silva Filho authored
Update epic url in roadmap spec Closes #35465 See merge request gitlab-org/gitlab!19527
-
Nailia Iskhakova authored
Update epic selector to contain relative path
-
Bob Van Landuyt authored
Name all daemons Closes #35413 See merge request gitlab-org/gitlab!19477
-
Matthias Käppler authored
It is currently difficult to see what's running in a process in e.g. `pstree`, since all threads spawned from a `Daemon` are unnamed and appear as `dameon.rb:23`. I therefore added a `name` method that has a sane default (snake case class) and can be overridden if desired.
-
Phil Hughes authored
Resolve "Refactor `getDateInPast` to return date object" See merge request gitlab-org/gitlab!19081
-
Brandon Labuschagne authored
The previous return type was a date string. This approach allows more flexibility when working with the response.
-
Bob Van Landuyt authored
Doc: Direct translators to correct issue overview See merge request gitlab-org/gitlab!19476
-
Thong Kuah authored
Enable frozen string for most of spec/lib See merge request gitlab-org/gitlab!19529
-
gfyoung authored
spec/lib/gitlab/**/* will be covered in subsequent MR's, but at least we can lint the rest of the directory. Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Bob Van Landuyt authored
Remove unnecessary relations and scopes in ProjectSnippet See merge request gitlab-org/gitlab!19493
-
Bob Van Landuyt authored
Enable Cycle Analytics Feature by default Closes #34776 See merge request gitlab-org/gitlab!19484
-
Grzegorz Bizon authored
Turns on the verified MR security reports flags See merge request gitlab-org/gitlab!18939
-
Sam Beckham authored
- sast_merge_request_report_api - container_scanning_merge_request_report_api - dependency_scanning_merge_request_report_api
-
Grzegorz Bizon authored
Remove docker in docker in dependency scanning template See merge request gitlab-org/gitlab!19386
-
Can Eldem authored
Added changelogs for note Updated existing template
-
Thong Kuah authored
Add scope filter to security dashboards See merge request gitlab-org/gitlab!16692
-
Grzegorz Bizon authored
Merge branch '34372-serverless-function-description-does-not-show-up-for-newly-created-functions' into 'master' Resolve "Serverless function description missing on Knative 0.7" Closes #34372 See merge request gitlab-org/gitlab!18973
-
Kushal Pandya authored
Can directly add approvers to approval rule Closes #30695 See merge request gitlab-org/gitlab!18965
-
Samantha Ming authored
- remove add button - no more pillbox - approvers will be automatically added when selected
-
Imre Farkas authored
GraphQL: Add Merge Request milestone mutation See merge request gitlab-org/gitlab!19257
-
Mike Greiling authored
Add ability to select a Cluster management project See merge request gitlab-org/gitlab!18928
-
Jacques Erasmus authored
Added a project management dropdown filter
-
Thong Kuah authored
Add ETag caching for the pod logs json API See merge request gitlab-org/gitlab!18950
-
Reuben Pereira authored
- ETag caching will help reduce the load from polling the API. - Query parameters are not supported with ETag caching since the middleware only looks at the request path. Modify the frontend to work with path params We've changed the pod logs API to use path params instead of query params in order to support ETag caching. Simpify api replacing patterns - Use a single object as a parameter - Remove some code - Update specs Separate out html and json logs endpoints - Create separate APIs for the logs HTML page and the JSON endpoint that returns k8s logs. - Also correct the route for the JSON endpoint by adding the resource names to the route.
-
Jan Provaznik authored
Setup postgres for graphql-reference-verify Closes #35518 See merge request gitlab-org/gitlab!19540
-
Jan Provaznik authored
Create lib to read internal Prometheus address from config See merge request gitlab-org/gitlab!19503
-
Reuben Pereira authored
- Create the lib since it needs to be called in PrometheusService as well as the current SelfMonitoring::Project::CreateService.
-
Mike Greiling authored
Metrics: Save changes in the panels in dashboard to vuex store See merge request gitlab-org/gitlab!18862
-