- 06 Dec, 2019 40 commits
-
-
Robert Speicher authored
This API can be used to gather information on a project's push mirrors and their status.
-
Clement Ho authored
Add new help text to sentry settings Closes #34058 See merge request gitlab-org/gitlab!20663
-
Rajendra kadam authored
-
Natalia Tepluhina authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/ide) See merge request gitlab-org/gitlab!21304
-
Robert Speicher authored
Fix misleading comment See merge request gitlab-org/gitlab!21255
-
Marcia Ramos authored
Resolve "Document - Make using GitLab auth with Vault easy" - documentation Closes #9983 See merge request gitlab-org/gitlab!19980
-
Jake Burden authored
Add changelog
-
Kamil Trzciński authored
Fix pipeline retry in a CI DAG Closes #36068 See merge request gitlab-org/gitlab!21296
-
Achilleas Pipinellis authored
Refinements to the intro section See merge request gitlab-org/gitlab!21217
-
Larissa Lane authored
-
Sean McGivern authored
Keyset pagination on primary key See merge request gitlab-org/gitlab!21194
-
Stan Hu authored
Resolve "Add "updated_after" parameter to the Pipelines API endpoint" Closes #33099 See merge request gitlab-org/gitlab!21133
-
Imre Farkas authored
Allow raw blobs to be served from an external storage See merge request gitlab-org/gitlab!20936
-
Nick Thomas authored
Use `without_count` for audit event records paginated with `paginate_without_counts` See merge request gitlab-org/gitlab!21232
-
Andreas Brandl authored
* API::Helpers::Pagination#paginate only exposes offset pagination * API::Helpers::Pagination#paginate_and_retrieve! supports both types I wanted to make it explicit that keyset pagination returns an array instead of a relation. This does not match the behavior of offset pagination, hence not mixing those in #paginate.
-
Stan Hu authored
Previously a retried pipeline for builds in a DAG would cause the newly- created builds to sit in the created state because it would be waiting for the dependencies to trigger it. However, in the retry case, the dependencies may have already completed, so they will never trigger new builds. We fix this by: 1. Looking up successful builds with the required names 2. Passing those build IDs to `Ci::ProcessPipelineService` to trigger builds with those dependencies. Closes https://gitlab.com/gitlab-org/gitlab/issues/36068
-
Sean McGivern authored
Refactor project API helpers Closes #37919 See merge request gitlab-org/gitlab!21130
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts/pages) See merge request gitlab-org/gitlab!20996
-
Andreas Brandl authored
This is in line with what we document: https://docs.gitlab.com/ee/api/README.html#status-codes
-
Andreas Brandl authored
This aligns with offset pagination, where we also allow up to 100 records max.
-
Andreas Brandl authored
This is the squashed together change from https://gitlab.com/gitlab-org/gitlab/merge_requests/19623 that had been reverted previously. Based on the refactoring in https://gitlab.com/gitlab-org/gitlab/merge_requests/21130
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/javascripts/feature_flag) See merge request gitlab-org/gitlab!20946
-
Ahmad Sherif authored
It works the same way as https://gitlab.com/gitlab-org/gitlab/merge_requests/14846: It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Related to https://gitlab.com/gitlab-com/gl-infra/scalability/issues/4
-
Takuya Noguchi authored
only for CE-specific contents under /spec/javascripts/ide
-
manojmj authored
This change adds .without_count to queries of records that will be paginated using paginate_without_counts, so that a count query is not triggered during pagination.
-
Achilleas Pipinellis authored
Update into doc about feature toggle check process See merge request gitlab-org/gitlab!20960
-
Pavlo Strokov authored
Detailed description about how to check feature flags in Gitaly project with GDK.
-
Phil Hughes authored
Resolve "Add missing popover and remove "none" in MR widget" Closes #37952 See merge request gitlab-org/gitlab!21095
-
Samantha Ming authored
- Update All Members to be Any eligible user
-
Sanad Liaquat authored
Third Party Offers Test Closes gitlab-org/quality/testcases#118 See merge request gitlab-org/gitlab!21100
-
Grzegorz Bizon authored
Add IMPORT_DEBUG env variable See merge request gitlab-org/gitlab!21268
-
Nick Thomas authored
Merge branch '11506-add-additional-attributes-and-arguments-for-the-graphql-epic-query' into 'master' GraphQL: Add upvotes and downvotes to epic query See merge request gitlab-org/gitlab!14311
-
Martin Wortschack authored
Update GitLab Packages See merge request gitlab-org/gitlab!21300
-
Pavel Shutsin authored
-
Pavel Shutsin authored
-
Pavel Shutsin authored
User can now specify updated_before and updated_after params to limit pipelines by last update date
-
Tomislav Nikic authored
There was a small error on the static analysis that prevented the mr from passing.
-
Natalia Tepluhina authored
Remove actions buttons if theres no designs See merge request gitlab-org/gitlab!21186
-