- 11 May, 2020 40 commits
-
-
Clement Ho authored
Display a star next to `starred` dashboards See merge request gitlab-org/gitlab!31563
-
Amy Qualls authored
Added Kubernetes support policy See merge request gitlab-org/gitlab!31318
-
Viktor Nagy authored
-
Douglas Barbosa Alexandre authored
Add the global var SECURE_ANALYZERS_PREFIX See merge request gitlab-org/gitlab!28617
-
Philippe Lafoucrière authored
This variable helps to setup all Security Products with a single variable. It has numerous advantages over the previous version: - The var can be set up in `.gitlab-ci.yml` or in the UI - That means users can define it at the group level directly if needed - It flattens the paths used (sometimes it was with /analyzers/, sometimes not) - A single variable can now define all the base paths at once This change is especially useful for air-gapped environments, where all the images are generally duplicated locally. Having different prefixes is creating a lot of plumbing just to get started. Note that we need to create registry.gitlab.com/gitlab-org/security-products/secure-bundle before merging this. refs gitlab-org/gitlab#209258 and gitlab-org/gitlab#209846
-
Douglas Barbosa Alexandre authored
Add Web IDE terminal counts See merge request gitlab-org/gitlab!31158
-
Amparo Luna authored
-
Miguel Rincon authored
When dashboards are fetched with a new `starred` property, they are displayed with an icon indicating they have been starred.
-
Nick Gaskill authored
Document how to pull npm packages from custom registries See merge request gitlab-org/gitlab!31258
-
mo khan authored
-
Douglas Barbosa Alexandre authored
Move publish check to its own method See merge request gitlab-org/gitlab!31381
-
Amy Qualls authored
Add docs for the query variables from URL feature See merge request gitlab-org/gitlab!30725
-
Bob Van Landuyt authored
Add metrics users starred dashboard services See merge request gitlab-org/gitlab!30051
-
Jose Vargas authored
-
Peter Leitzen authored
Expose issue iid in alert management alert graphql See merge request gitlab-org/gitlab!31313
-
Vitali Tatarintev authored
Exposes the issue IID attached to `AlertManagement::Alert`
-
Bob Van Landuyt authored
Add project group and ancestors to group list See merge request gitlab-org/gitlab!31152
-
Kerri Miller authored
This addresses an issue that arises when the owner of a path is the group under which the project lives (such as `@gitlab-org` for the Gitlab project..) Gitlab::CodeOwners::GroupsLoader did not add that group to the list of groups when attempting to determine ownership. This list of groups is expanded into a list of users that the user attempting the action (typically a merge) is compared to. Sinc the project's group is not added to the group list, its members are not expanded and are thus missing from the list of owners for a given path. Additionally, this will look not simply at the immediate group of the project, but at the entire group tree ancestors to the root group. For example, if the "merge_service" project is at gitlab-org/engineering/source_code/merge_service ..then any of these groups would be considerable available for listing as a code owner without having to be invited to the project: @gitlab-org @gitlab-org/engineering @gitlab-org/engineering/source_code This address both the proximate cause of https://gitlab.com/gitlab-org/gitlab/-/issues/216345 but of the long-requested feature https://gitlab.com/gitlab-org/gitlab/-/issues/32432
-
Rémy Coutable authored
Enable #entry_for_path for sectional CODEOWNERS behind feature flag See merge request gitlab-org/gitlab!31044
-
Dmytro Zaporozhets authored
Add project import to group-level audit events Closes #35855 See merge request gitlab-org/gitlab!31103
-
Bob Van Landuyt authored
Fix logging of user in /jwt/auth See merge request gitlab-org/gitlab!31541
-
Martin Wortschack authored
add text variable input from variables See merge request gitlab-org/gitlab!30790
-
Jarka Košanová authored
Update ProcessAlertWorker to use AppLogger See merge request gitlab-org/gitlab!31595
-
Mark Florian authored
Add a utility to download files See merge request gitlab-org/gitlab!31089
-
Lin Jen-Shin authored
Set a default 31-days expiration time for all our artifacts See merge request gitlab-org/gitlab!31119
-
Mikolaj Wawrzyniak authored
-
Mikolaj Wawrzyniak authored
To provide unified and performan fetch interface we need to add finder for metrics_users_starred_dashboards records.
-
Mikolaj Wawrzyniak authored
To better authorize user actions related to metrics_user_starred_dashboard records we need to add dedicated abilities to project policy.
-
Kerri Miller authored
-
Achilleas Pipinellis authored
Docs: Link to "Get single project" anchor See merge request gitlab-org/gitlab!31600
-
Rémy Coutable authored
Move quarantine tag to outer context See merge request gitlab-org/gitlab!31590
-
Achilleas Pipinellis authored
Add warning against burstable db instances See merge request gitlab-org/gitlab!31574
-
Lin Jen-Shin authored
Speedup danger-review by caching node_modules instead of .yarn-cache See merge request gitlab-org/gitlab!31374
-
Achilleas Pipinellis authored
Add specific PSQL instructions for clarity See merge request gitlab-org/gitlab!31286
-
Anton Smith authored
-
Stan Hu authored
Use fully qualified modules in connection proxy See merge request gitlab-org/gitlab!31577
-
Stan Hu authored
Fix typo: Exists See merge request gitlab-org/gitlab!31569
-
Kerri Miller authored
Doing this in one big gulp because I wanted to reuse tests in order to insure that sectional and non-sectional codeowners files are processed similarly
-
Kerri Miller authored
-
Kerri Miller authored
Additionally extracts tests into shared_examples and standardizes the response as an array, rather than a bare entry or nil.
-