- 03 Sep, 2019 40 commits
-
-
Tim Zallmann authored
Groups dropdown: Fix group styles in dropdown See merge request gitlab-org/gitlab-ee!15839
-
Kushal Pandya authored
Make unmocked requests fail in Jest again See merge request gitlab-org/gitlab-ee!15400
-
GitLab Bot authored
-
Yorick Peterse authored
Remove Users.support_bot column See merge request gitlab-org/gitlab-ce!32554
-
GitLab Bot authored
-
Jan Provaznik authored
Add #environments_cluster_path which will always return nil in CE See merge request gitlab-org/gitlab-ce!32527
-
Jan Provaznik authored
Add #environments_cluster_path in presenter See merge request gitlab-org/gitlab-ee!15986
-
Thong Kuah authored
This method will be overridden in EE
-
Lin Jen-Shin authored
Make sure 'build-qa-image' is created for all pipelines See merge request gitlab-org/gitlab-ce!32570
-
Thong Kuah authored
Allow ancestor group milestones in issue board scope See merge request gitlab-org/gitlab-ee!15858
-
GitLab Bot authored
-
Thong Kuah authored
Fix cycle analytics seed script See merge request gitlab-org/gitlab-ce!32536
-
Adam Hegyi authored
-
Tim Zallmann authored
Quarantine flaky dashboard_spec.js See merge request gitlab-org/gitlab-ce!32574
-
GitLab Bot authored
-
Martin Hanzel authored
Update tests to always mock async method calls with return values or stub them.
-
Andreas Brandl authored
"Allow milestones to be associated with releases" BE See merge request gitlab-org/gitlab-ce!30816
-
Etienne Baqué authored
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
Andreas Brandl authored
Add not null constraints to prometheus_metrics table columns Closes #66663 See merge request gitlab-org/gitlab-ce!32339
-
GitLab Bot authored
-
Rémy Coutable authored
Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
-
Kamil Trzciński authored
Expose `name` and `merge_request_event_type` in serialized json and predefined variables See merge request gitlab-org/gitlab-ce!32323
-
Lin Jen-Shin authored
Skip set_repo_refs to speed up the tests See merge request gitlab-org/gitlab-ce!32556
-
Igor authored
-
Lin Jen-Shin authored
Skip set_repo_refs to speed up the tests See merge request gitlab-org/gitlab-ee!16027
-
Igor authored
-
Rémy Coutable authored
This is needed because in `master`, the `gitlab:assets:compile` is created, but not the `gitlab:assets:compile pull-cache` job, and the `needs` keyword cannot take jobs that don't exist, thus we have to create a dedicated job for `master`, with `needs: ["build-qa-image", "gitlab:assets:compile"]` instead of `needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]`. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marin Jankovski authored
Resolve "gitlab.pot needs regenerating" Closes #14690 See merge request gitlab-org/gitlab-ee!16035
-
GitLab Bot authored
-
Kushal Pandya authored
Make error flash notification sticky See merge request gitlab-org/gitlab-ce!30141
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
Kushal Pandya authored
Make error flash notifications sticky See merge request gitlab-org/gitlab-ee!14797
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
Winnie Hellmann authored
-
Filipa Lacerda authored
Update EpicsSelect dropdown to use Vuex Closes #13714 See merge request gitlab-org/gitlab-ee!15639
-
Kushal Pandya authored
Add feedback verbiage to guided tour exit routine Closes #2 See merge request gitlab-org/gitlab-ee!15109
-
Doug Stull authored
- We want to be able to collect user feedback data from the tour upon exit. This will enable us to better analyze user experiences from the on-boarding process and adjust our process as necessary. - Fix typo on welcome page - we need to track feedback as a state in order to properly transition from exit tour to feedback to actually exiting
-
charlieablett authored
-
GitLab Bot authored
-
Rémy Coutable authored
This also makes 'package-and-qa-manual' created for 'master' because it's a valid use-case to run manual QA on 'master'. Without this change, no pipeline could be created for auto-deploy branches due to the following error: The form contains the following error: package-and-qa-manual: needs 'build-qa-image' Signed-off-by: Rémy Coutable <remy@rymai.me>
-