- 24 Sep, 2019 40 commits
-
-
Illya Klymov authored
-
Michael Kozono authored
Creating events when design is created Closes #32347 See merge request gitlab-org/gitlab!17349
-
Clement Ho authored
Move all test_constants to Jest See merge request gitlab-org/gitlab!17630
-
Clement Ho authored
Suppress AJAX errors caused by browser navigation See merge request gitlab-org/gitlab!16545
-
Kamil Trzciński authored
Add timeout mechanism for includes expansion See merge request gitlab-org/gitlab!16807
-
Marius Bobin authored
Define soft timeout for CI includes expansion in `Gitlab::Ci::Config::External::File::Base::Context` as `INCLUDES_TIMEOUT` with a default value of 10 seconds
-
Paul Slaughter authored
Also updates Karma to export * from them all **Why?** This helps with automatically migrating Karma specs to Jest
-
Michael Kozono authored
Remove `environment_metrics_show_multiple_dashboards` feature flag Closes #28856 See merge request gitlab-org/gitlab!16640
-
Dhiraj Bodicherla authored
Displaying multiple dashboard dropdown is behind environment_metrics_show_multiple_dashboards feature flag. Removing it in this MR along with specs
-
Rémy Coutable authored
Refactor error handling for report comparison See merge request gitlab-org/gitlab!17516
-
Can Eldem authored
Update test for failure case Add protection for nil pipeline
-
Rémy Coutable authored
Disable review jobs for deploy and stable branches See merge request gitlab-org/gitlab!17357
-
Paul Slaughter authored
Implement feature flags plugin See merge request gitlab-org/gitlab!17385
-
Clement Ho authored
Fix signup link in admin area not being disabled See merge request gitlab-org/gitlab!16726
-
Michael Kozono authored
Add allowFilter and allowAnySHA1InWant for partial clones See merge request gitlab-org/gitlab!16850
-
Stan Hu authored
Fix cannot merge icon showing in dropdown when user can merge See merge request gitlab-org/gitlab!17306
-
Clement Ho authored
Add missing window.gapi mock See merge request gitlab-org/gitlab!16688
-
Illya Klymov authored
-
Clement Ho authored
Add missing flash import See merge request gitlab-org/gitlab!16731
-
Illya Klymov authored
-
Clement Ho authored
Remove map-get($grid-breakpoints, xs) for max-width Closes #22959 See merge request gitlab-org/gitlab!17420
-
Sanad Liaquat authored
Fix create_merge_request_with_secure_spec Closes #32634 See merge request gitlab-org/gitlab!17576
-
Sanad Liaquat authored
-
Tim Zallmann authored
Enable plugin:promise/recommended ESlint rules See merge request gitlab-org/gitlab!17094
-
Winnie Hellmann authored
-
James Lopez authored
Add permission for License compliance view See merge request gitlab-org/gitlab!17481
-
Tetiana Chupryna authored
-
Kamil Trzciński authored
Add file matching rule to flexible CI rules See merge request gitlab-org/gitlab!16574
-
Bob Van Landuyt authored
Merge branch '26343-help-link-when-enabling-packages-in-settings-links-to-maven-repository' into 'master' Link to packes page from project feature settings Closes #26343 See merge request gitlab-org/gitlab!17222
-
Peter Leitzen authored
Remove outdated services:doc rake task See merge request gitlab-org/gitlab!16798
-
Hordur Freyr Yngvason authored
Resolves https://gitlab.com/gitlab-org/gitlab-ee/issues/30908
-
Lin Jen-Shin authored
Fix CI detection of GitLab and GitLab FOSS projects See merge request gitlab-org/gitlab!17490
-
Kamil Trzciński authored
Document profiling Ruby heap for memory fragmentation See merge request gitlab-org/gitlab!16947
-
Aleksei Lipniagov authored
-
Grzegorz Bizon authored
Add variable expansion to bridge branch property Closes #10126 See merge request gitlab-org/gitlab!17430
-
Andrew Fontaine authored
This updates our documentation to ensure people are aware of the now existing `GlFeatureFlagsPlugin` and `glFeatureFlagsMixin` to easily provide and inject the feature flags object into a child component.
-
Paul Slaughter authored
**Why was this happening?** The `can_merge` flag is appropriately sent, but we don't get information on selected users from the BE. Instead, this information comes from the HAML, which wasn't setting `can_merge`.
-
James Lopez authored
Use `privacy_policy_update_callout` feature flag for Privacy Policy Update callout Closes #32588 See merge request gitlab-org/gitlab!17592
-
Kushal Pandya authored
Use feature flag check for showing Privacy Policy update callout on UI.
-
Achilleas Pipinellis authored
Updates the command for finding artifacts instance-wide See merge request gitlab-org/gitlab!16208
-