- 06 Mar, 2020 40 commits
-
-
Grzegorz Bizon authored
Leverage repository checksums when moving a repository See merge request gitlab-org/gitlab!26334
-
Grzegorz Bizon authored
Allow to disable defaults See merge request gitlab-org/gitlab!25690
-
Kamil Trzciński authored
Dynamically generate child pipeline from artifact See merge request gitlab-org/gitlab!23790
-
Fabio Pitino authored
* allow `trigger:artifact` to point to a job artifact * document new feature * Remove FF ci_limit_yaml_expansion
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Achilleas Pipinellis authored
Add pipeline history to exported project content documentation See merge request gitlab-org/gitlab!26644
-
Alessio Caiazza authored
Upgrade Pages to 1.17.0 See merge request gitlab-org/gitlab!26478
-
Alessio Caiazza authored
Incorporate 12.8.3 changelog updates from dev to gitlab.com See merge request gitlab-org/gitlab!26654
-
John Jarvis authored
-
Rémy Coutable authored
Update documentation for danger's behaviour based on the current implementation See merge request gitlab-org/gitlab!26642
-
Kamil Trzciński authored
This introduces job/bridge option `inherit:` that disables inheritance of variables and defined defaults.
-
Lin Jen-Shin authored
-
Kamil Trzciński authored
Implement subscription triggering mechanism Closes #9045 See merge request gitlab-org/gitlab!20063
-
Nick Thomas authored
Use less expensive index_options Closes #28085 See merge request gitlab-org/gitlab!25992
-
Kushal Pandya authored
Handles user preference theme in the Editor Lite See merge request gitlab-org/gitlab!26606
-
Kushal Pandya authored
Improve loading UX in the License Management list See merge request gitlab-org/gitlab!25620
-
Paul Gascou-Vaillancourt authored
- Submit button to add a policy now uses the success variant - When adding a new policy, the cancel button is disabled and the loading icon is shown in the button itself, rather than replacing the whole list while it is being updated - When updating or removing a policy, the loading icon is shown next to the policy's dropdown
-
Stan Hu authored
BulkIndexer change _routing -> routing to support ES 7 See merge request gitlab-org/gitlab!26639
-
Grzegorz Bizon authored
Refactor container repository api See merge request gitlab-org/gitlab!26538
-
Grzegorz Bizon authored
Support Rails 6 `insert_all!` Closes #209036 See merge request gitlab-org/gitlab!26595
-
Kamil Trzciński authored
This fixes Load Balancing implementation to support and test `insert_all!`
-
Kamil Trzciński authored
Variables handling is generic for Job and Bridge it is better to keep it's behaviour in a single place
-
James Lopez authored
Merge branch '208678-packages-project-and-group-api-will-return-processing-nuget-packages' into 'master' Prevent NuGet processing packages being returned by the API See merge request gitlab-org/gitlab!26270
-
Nick Kipling authored
Project packages API does not include processing packages Same for group packages API Package by id will no longer include processing Package files will no longer include processing Updated tests
-
Martin Brümmer authored
-
Heinrich Lee Yu authored
Ensure RepositoryLinkFilter handles Gitaly failures gracefully See merge request gitlab-org/gitlab!26531
-
Paul Slaughter authored
Geo - Replace Browser Confirm with Modal Closes #202125 See merge request gitlab-org/gitlab!24808
-
Dmitry Gruzd authored
-
Martin Wortschack authored
Merge branch '196650-replace-underscore-with-lodash-for-app-assets-javascripts-filtered_search' into 'master' Replace underscore with lodash for ./app/assets/javascripts/filtered_search Closes #196650 See merge request gitlab-org/gitlab!26629
-
Thong Kuah authored
Update managed cert-manager chart to 0.10.1 See merge request gitlab-org/gitlab!26345
-
Marcel Amirault authored
Reorganize the Container Scanning sections See merge request gitlab-org/gitlab!20449
-
Evan Read authored
Fix image alignment in lists Closes #209226 See merge request gitlab-org/gitlab!26631
-
Marcel Amirault authored
-
Evan Read authored
Adding SSH max connection details See merge request gitlab-org/gitlab!26535
-
Suzanne Selhorn authored
-
Dylan Griffith authored
In ES 6.x onwards _routing is deprecated in the bulk API but in 7.x it was removed completely. While this is sadly not clearly documented it's referenced in a few places like https://discuss.elastic.co/t/deprecated-field-routing-used-expected-routing-instead/115951 and we also learnt this when fixing the Go indexer at https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/merge_requests/34 I have tested this version works for 6.5.1 , 6.8.1 and 7.5.1 . Additionally since this is the same way that our Go gitlab-elasticsearch-indexer is behaving this should be a safe change. See https://gitlab.com/gitlab-org/gitlab/-/issues/208717#note_300201720
-
Heinrich Lee Yu authored
Fix k8s namespace resolution for new deployments See merge request gitlab-org/gitlab!25853
-
Hordur Freyr Yngvason authored
The namespace shown on the job show page was sometimes incorrect for deployments to non-managed clusters when environment:kubernetes:namespace was specified in the CI YAML. This was due to the last successful deployment being used to resolve the CI YAML namespace, instead of the CI YAML for the deployment being constructed. Note that the correct namespace was still being used for the actual deployment.
-
Stan Hu authored
Separate SCIM Identities from SAML See merge request gitlab-org/gitlab!26124
-