- 04 Nov, 2019 40 commits
-
-
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
-
Ramya Authappan authored
Quarantine flaky add file template specs See merge request gitlab-org/gitlab!19541
-
Evan Read authored
Update rspec guidelines for aggregating failures See merge request gitlab-org/gitlab!19512
-
Doug Stull authored
- Typically when we write tests, we try to only use one expectation per test. However, that isn't always optimal. So in those cases where we have more than one expectation, we should try to use :aggregate_failures in order to see all the failures in a test block at once and not have to piecemeal through it as we get each to pass.
-
Mike Greiling authored
Merge branch '34418-admin-setting-integrations-incorrectly-report-validation-errors-in-ui' into 'master' Remove unrelated errors from individual integrations Closes #34418 See merge request gitlab-org/gitlab!18814
-
Doug Stull authored
- before when any of the integrations had a form error, all of them would display that message block. - now we have contained those error messages to the areas they affect.
-
Ramya Authappan authored
Disable autodevops in Secure MR tests See merge request gitlab-org/gitlab!19516
-
-
Evan Read authored
Rename terminal_max_retention_time to session_timeout See merge request gitlab-org/gitlab!19349
-
Evan Read authored
docs - Sort variables' reference in ascending order See merge request gitlab-org/gitlab!19156
-