- 23 Mar, 2021 40 commits
-
-
Jacques Erasmus authored
Move from btn-success to btn-confirm in the projects directory See merge request gitlab-org/gitlab!56943
-
John Jarvis authored
Add note about incremental rollout to feature flag rollout template See merge request gitlab-org/gitlab!56964
-
Jacques Erasmus authored
Move from btn-success to btn-confirm in projects/snippets directory See merge request gitlab-org/gitlab!56939
-
Jacques Erasmus authored
Add labels to UI toggles See merge request gitlab-org/gitlab!56848
-
Coung Ngo authored
Add labels to GlToggles with missing labels for accessibility
-
Shinya Maeda authored
GraphQL CI API: add job filters [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!44703
-
Alex Kalderimis authored
In particular this includes: - Filtering jobs by status - Finding jobs by ID or name - status as enum (better assurance of state) - More fields on jobs (`duration`, `allowFailure`, timestamps) An example query is: ```graphql query($path: ID!, $name: String!) { project(fullPath: $path) { pipelines(first: 1) { nodes { jobs(statuses: [FAILED]) { nodes { name duration allowFailure queuedAt startedAt } } job(name: $name) { name status } } } } } ``` Some CiJob fields are added, including CiJob.stage Rather than a string, CiJob.stage is a full Stage object.
-
Heinrich Lee Yu authored
Remove unneeded group filter See merge request gitlab-org/gitlab!57080
-
Heinrich Lee Yu authored
Remove freeze_time from ee sidebar_spec.rb and remove wait_for_sidebar method See merge request gitlab-org/gitlab!57082
-
Miguel Rincon authored
Sort issues in full codequality report by severity See merge request gitlab-org/gitlab!56892
-
Miranda Fluharty authored
unknown, blocker, critical, major, minor, info
-
Sean McGivern authored
Add a new route `dast_scans` in Security Configuration See merge request gitlab-org/gitlab!56960
-
Heinrich Lee Yu authored
Merge branch '322133-applicationrecord-with_fast_statement_timeout-forces-known-expensive-queries-to-run-on-the' into 'master' Force ApplicationRecord#with_fast_statement_timeout to use replicas See merge request gitlab-org/gitlab!56476
-
Savas Vedova authored
Refactor docs and UI for Jaeger tracing See merge request gitlab-org/gitlab!56819
-
Savas Vedova authored
Migrate nav_controls_spec to VTU See merge request gitlab-org/gitlab!57023
-
Vitaly Slobodin authored
-
Kushal Pandya authored
Update mock data and fix vacuous group id check in epic roadmap See merge request gitlab-org/gitlab!56922
-
Quang-Minh Nguyen authored
-
-
-
-
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
-
-
-
Quang-Minh Nguyen authored
-
-
Quang-Minh Nguyen authored
-
-
Dylan Griffith authored
Fix rails binding for ruby alpine template See merge request gitlab-org/gitlab!57112
-
Dylan Griffith authored
Switch on-call shift model specs to using UTC See merge request gitlab-org/gitlab!57196
-
syasonik authored
-
Russell Dickenson authored
Refactor Gitaly introductory information See merge request gitlab-org/gitlab!57063
-
Evan Read authored
-
Jose Ivan Vargas authored
Update spacing edit button admin page See merge request gitlab-org/gitlab!57151
-
Michael Kozono authored
Detect MarkerRanges for word-diff mode See merge request gitlab-org/gitlab!56401
-
Dylan Griffith authored
Move Notes (Comments) to dedicated ES index See merge request gitlab-org/gitlab!53013
-
Mayra Cabrera authored
Add epic events missing metric definitions See merge request gitlab-org/gitlab!56891
-