- 23 Mar, 2021 1 commit
-
-
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.
-
- 22 Mar, 2021 39 commits
-
-
Mayra Cabrera authored
Merge branch '323246-registration-learn-gitlab-template-project-with-incorrect-onboarding-instructions' into 'master' Fix "Learn GitLab" project template - issue "Settings" menu See merge request gitlab-org/gitlab!57098
-
Evan Read authored
Update docs to remove kramdown warnings See merge request gitlab-org/gitlab!57094
-
Evan Read authored
Update links in various docs See merge request gitlab-org/gitlab!57093
-
Fabio Pitino authored
Abort pipelines when user is blocked [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56126
-
Matthias Käppler authored
This adds the ability to cancel user pipelines in bulk, similarly to what we allow with project pipelines. This is expected to be much faster and less prone to N+1s when cancelling pipelines due to a user block event.
-
Evan Read authored
Consistent gitaly nfs warnings, and more cross linking to reduce duplication. See merge request gitlab-org/gitlab!55354
-
Mayra Cabrera authored
Quarantine service desk receiver spec See merge request gitlab-org/gitlab!57165
-
Amy Qualls authored
Add screencap of snippets and a bit of text See merge request gitlab-org/gitlab!56570
-
Russell Dickenson authored
Remove incorrect and misleading statement See merge request gitlab-org/gitlab!56965
-
Kyle Wiebers authored
Seems to be order dependent and is blocking an incident Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/325579
-
Russell Dickenson authored
Delete unused images See merge request gitlab-org/gitlab!57077
-
rossfuhrman authored
-
Andrew Fontaine authored
Experiment vue component See merge request gitlab-org/gitlab!56911
-
Jose Ivan Vargas authored
Show loading spinner for security dashboard charts See merge request gitlab-org/gitlab!56493
-
Daniel Tian authored
-
Jose Ivan Vargas authored
Fix artifacts section from showing up See merge request gitlab-org/gitlab!56784
-
Jose Ivan Vargas authored
Remove unused "slot" attribute from component See merge request gitlab-org/gitlab!56958
-
Sarah Groff Hennigh-Palermo authored
Adds a global status to the pipeline editor section See merge request gitlab-org/gitlab!55787
-
Frédéric Caplette authored
Instead of relying on passing props data down to know all about what is happening on a global level, we write to apollo cache the global state of the app that can then be consumed byy its children at any level without needing extra layer of complexity.
-
Rémy Coutable authored
Remove ~changelog/~feature_flag reviewer category from Danger See merge request gitlab-org/gitlab!57140
-
Jose Ivan Vargas authored
Resolve "Graphs in the contributor page should conform with spacing guidelines" See merge request gitlab-org/gitlab!54431
-
Yogi authored
-
Amy Qualls authored
Be clear about multiple variant vs. multivariate See merge request gitlab-org/gitlab!57008
-
Jose Ivan Vargas authored
Move to btn-confirm from btn-success in views/invites directory See merge request gitlab-org/gitlab!55293
-
Yogi authored
-
Peter Leitzen authored
-
Peter Leitzen authored
-
Nick Gaskill authored
Clean up end of line whitespace See merge request gitlab-org/gitlab!57083
-
Nick Gaskill authored
Update npm registy doc with a few changes See merge request gitlab-org/gitlab!57032
-
Kate Grechishkina authored
-
Amy Qualls authored
This commit moves a subheading from a gerund to present tense, adds hard line wraps, and brings the new work closer to GitLab tone and style.
-
Kerri Miller authored
Do not send emails for in-product marketing twice to a user See merge request gitlab-org/gitlab!55840
-
Amy Qualls authored
Initial edits to top-level page See merge request gitlab-org/gitlab!56887
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/324250 Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Kerri Miller authored
Create 13.10 What's New entry See merge request gitlab-org/gitlab!57119
-
Andrew Fontaine authored
Do not render empty title in HelpPopover See merge request gitlab-org/gitlab!57025
-
Vitaly Slobodin authored
Do not render title in HelpPopover if it was not provided. (Also use `GlSafeHtmlDirective` instead of `v-html`).
-
Amy Qualls authored
External users cannot create snippets See merge request gitlab-org/gitlab!53911
-
Achilleas Pipinellis authored
Change node to site for Geo datatypes page See merge request gitlab-org/gitlab!56799
-