- May 24, 2021
-
-
- May 20, 2021
-
-
- May 19, 2021
-
-
Sean Arnold authored
Changelog: added
-
-
Jake Lear authored
This reverts merge request !61286
-
- May 18, 2021
-
-
- May 17, 2021
-
-
Mario Sebastián Celi Calderón authored
- Add DB field - Add field to REST API - Add field to GraphQL API - Issues::CloseService removes labels marked for removal Changelog: added
-
Valery Sizov authored
If user has admin porject permissions it will see the disk path
-
- May 14, 2021
-
-
Nicolò Mezzopera authored
-
Jonathan Schafer authored
-
Nathan Friend authored
This commit removes the group_level_release_statistics feature flag.
-
Nick Thomas authored
Path Locks are an EE-only feature that allow a user to prevent anyone else from pushing changes to a certain path. We need to expose the locks through GraphQL to convert the file view to GraphQL. Changelog: added
-
- May 13, 2021
-
-
gentcys authored
-
Matt Kasa authored
- Adds service discovery - Adds Terraform Module package type - Adds API endpoints - Adds http header token locations to APIAuthentication Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/321102
-
Jarka Kadlecova authored
- change resolver to prevend n+1 when fetching author - update the graphql documentation
-
Nicolò Mezzopera authored
Changelog: added
-
- May 12, 2021
-
-
Ian Baum authored
* For rollout of the geo_lfs_object_replication feature flag, set the default to enabled.
-
Pedro Pombeiro authored
Ci::RunnersFinder#filter_by_status! accepts :not_connected, but there's no scope in Ci::Runner to back it up
-
pshutsin authored
So we can change it without notice until it's stabilized. Changelog: changed
-
Maxime Orefice authored
This commit adds our code quality report to graphql. We are now able to aggregate several code quality reports at the pipeline level. Changelog: added
-
-
- May 11, 2021
-
-
- May 10, 2021
-
-
Nick Thomas authored
`ide_edit_path`, `can_modify_blob`, `fork_and_edit_path` and `ide_fork_and_edit_path` all have implementations in `BlobHelper`, which are difficult to extract out. For now, just include the required helpers to get access to the code. In the future, we should be able to delete the existing FE for viewing the repository, and at that point we should also be able to move this code from BlobHelper and into BlobPresenter more easily. `external_storage_url` has its implementation in `ApplicationHelper`. Long term, moving this seems less likely. It probably fits better in a URL generation location like `GitlabRoutingHelpers`, but let's not try to tackle that as part of this MR. Changelog: added
-
- May 07, 2021
-
-
Andrew Fontaine authored
The getAlert function searches through all available alerts (added previously), returning the first alert where its show function returns true, or null if none is found. Actions to fetch the CI configuration for its given current content (when it is being edited), as well as to dismiss the callout for environment guidance are added here. We parse the CI configuration during the mutation to only retain whether or not we have: - sucessfully parsed the CI config, and - found an environment within the config.
-
syasonik authored
Adds type field to issue creation mutation and issue update mutation. Changelog: added
-
Payton Burdette authored
Add the stuck field to the job type. Changelog: added
-
Mario Sebastián Celi Calderón authored
- Add mutation - Verify iteration can be destroyed - Add changelog entry Changelog: added
-
-
- May 06, 2021
-
-
Nicolò Mezzopera authored
-
This adds the Play and Retry mutations for the Ci::Build namespace Changelog: added
-
Nick Thomas authored
This is required for the repository viewer to GraphQL work Changelog: added
-
Matija Čupić authored
Adds offset and limit parameters to branch names resolver to facilitate efficient use. Changelog: changed
-
Marcel Amirault authored
We shouldn't lint autogenerated docs with the vale docs linting, as it creates too many warnings for two docs that can't be easily updated.
-
- May 05, 2021
-
-
Lee Tickett authored
Changelog: added
-
-
David Kim authored
Changelog: deprecated
-
- May 04, 2021
-
-
-
This allows fetching information about a single runner using GraphQL. The field is currently behind a feature flag.
-
-
Mathieu Parent authored
Item 1.2 of https://gitlab.com/gitlab-org/gitlab/-/issues/18997#note_530270349
-