- 06 Mar, 2020 40 commits
-
-
Lin Jen-Shin authored
Remove Container Scanning kubernetes workaround Closes #207451 See merge request gitlab-org/gitlab!21188
-
Adam Cohen authored
-
Lin Jen-Shin authored
Use the (merge) commit sha when building CNG components Closes #202651 See merge request gitlab-org/gitlab!26641
-
James Lopez authored
Sync snippet after git action See merge request gitlab-org/gitlab!26565
-
Bob Van Landuyt authored
Add ENV['RAILS_PROFILE'] to the development env See merge request gitlab-org/gitlab!26516
-
Heinrich Lee Yu authored
Allow selecting all queues with sidekiq-cluster See merge request gitlab-org/gitlab!26594
-
Kushal Pandya authored
Prevent editing weight to scroll to the top Closes #207249 See merge request gitlab-org/gitlab!26613
-
Kushal Pandya authored
Convert mr_rules_spec to a jest test See merge request gitlab-org/gitlab!26638
-
Martin Wortschack authored
Consistent sizes for loading spinners on diffs tab See merge request gitlab-org/gitlab!26660
-
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
-
Sean McGivern authored
Because it was designed for selecting specific queues, sidekiq-cluster didn't have a convenient method to select all queues. As we want this to become the default sidekiq entry point for all GitLab installations, and the default is to handle all queues in a single process, we need that option. (This was possible before: using `--experimental-queue-selector`, you could ask for something like `has_external_dependencies=true,false`, but that's not obvious.) Instead of making `*` a wildcard anywhere, which would be more general, this commit just allows a single `*` in a queue group to represent all queues. While this is less general, it's also simpler to implement, and we can assume that YAGNI for the wildcards.
-
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
-
Dmitry Gruzd authored
-
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
-
Simon Knox 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
-
Francisco Javier López authored
-
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
-