- 04 Nov, 2019 40 commits
-
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
Migrated monitoring specs that rely on tooltips to Jest & Vue Test Utils
-
Heinrich Lee Yu authored
Add worker attributes to Sidekiq metrics See merge request gitlab-org/gitlab!19491
-
Andrew Newdigate authored
Sidekiq workers have attributes, including latency_sensitivity, whether or not they have external dependencies, their feature category and resource boundaries. This change adds these attributes to Sidekiq metrics, to allow error budgeting and attribution to take place.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Kamil Trzciński authored
Merge branch '31047-follow-up-from-resolve-api-endpoint-to-list-the-docker-images-tags-of-a-group' into 'master' Fix bugs and security concerns in docker group API See merge request gitlab-org/gitlab!19246
-
Steve Abrams authored
Add additional permission checks to container finder Refactor ContainerRepositoriesFinder Fix finder to include all group descendents as well Only include projects with container registry enabled
-
Kamil Trzciński authored
Add Unleash Client Settings to gitlab.yml.example See merge request gitlab-org/gitlab!18606
-
Jason Goodman authored
This reverts commit a8c8a28e5587aa6b5f18f99b373ca60626a9aa46.
-
Kamil Trzciński authored
Add Release Links to Milestone List Page See merge request gitlab-org/gitlab!16558
-
Nathan Friend authored
This commit adds links inside milestone blocks to the releases associated with the milestone (if any).
-
Natalia Tepluhina authored
zen_mode.js: remove IIFEs. Closes #34627 Closes #34627 See merge request gitlab-org/gitlab!19282
-
Yuri Mataev authored
-
Natalia Tepluhina authored
Show inherited group variables in project view Closes #24172 See merge request gitlab-org/gitlab!18759
-
Payton Burdette authored
This first commit creates a section in a subproject settings that shows all inherited group vars available to the project. Add styles and origin column with group name Added styling to align with mockup and a new column to display the origin of where the group variable is coming from. Add support for nested subgroups There is the ability to have a nested subgroup under a group. I've added the ability to naviagate to that groups ci variables settings page Add conditionals for ruby variables If a project doesn't exist in a group but instead a personal namespace, the code will break since we don't have a check for that. Also added a changelog Fix linting errors Adjust styling for mobile and desktop A certain class needed was adding border top on mobile for keys. I removed so it didnt break layout. Also removed padding that bunched up borders Add test coverage for new feature Remove un-needed code in multiple files Remove class selector that is not used and remove variable declartion that is not used. As well as remove un-needed conditional in Haml file. Fix linting errors Hide group variable section if no group Move inherited vars in UI Move ci inherited variables under variables section in project settings. Also add another use case and more test coverage. Remove padding right from group vars table
-
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
-