- 10 Dec, 2018 36 commits
-
-
GitLab Bot authored
-
Rémy Coutable authored
Set a fixed date for frontend fixtures See merge request gitlab-org/gitlab-ce!22672
-
Robert Speicher authored
Backport some EE helper changes See merge request gitlab-org/gitlab-ce!23631
-
Dmitriy Zaporozhets authored
CE upstream - 2018-12-10 11:21 UTC Closes gitlab-ce#54626 and gitlab-ce#54849 See merge request gitlab-org/gitlab-ee!8770
-
Robert Speicher authored
Improve feature proposal template for improved product thinking See merge request gitlab-org/gitlab-ce!23190
-
Dimitrie Hoekstra authored
-
Douwe Maan authored
Fix a frozen string error in app/mailers/notify.rb Closes #55104 See merge request gitlab-org/gitlab-ce!23683
-
Kushal Pandya authored
Adjust dropdown item and header padding to comply with design specs See merge request gitlab-org/gitlab-ce!23552
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Resolve "Project Namespace field should be removed from Group Cluster, Add existing" Closes #55090 See merge request gitlab-org/gitlab-ce!23679
-
Sanad Liaquat authored
Add QA option to use the same Chrome profile Closes #52255 See merge request gitlab-org/gitlab-ce!23576
-
Dylan Griffith authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Winnie Hellmann authored
-
Phil Hughes authored
Replaces vue-resource with axios for registry code See merge request gitlab-org/gitlab-ce!23545
-
Rémy Coutable authored
Only allow strings in URL::Sanitizer.valid? Closes #55079 See merge request gitlab-org/gitlab-ce!23675
-
Rémy Coutable authored
Fix already initialized constant IDENTIFIER warning See merge request gitlab-org/gitlab-ce!23681
-
Douwe Maan authored
Check for valid refs in CommitController before doing anything Closes gitaly#1425 See merge request gitlab-org/gitlab-ce!23680
-
Douwe Maan authored
Revert "Merge branch 'bvl-reenable-codeowners' into 'master'" See merge request gitlab-org/gitlab-ce!23684
-
GitLab Bot authored
-
Tim Zallmann authored
CE upstream - 2018-12-09 15:28 UTC Closes gitlab-ce#55038 and csslab#1 See merge request gitlab-org/gitlab-ee!8768
-
Grzegorz Bizon authored
Add endpoint to download single artifact by ref Closes #54626 See merge request gitlab-org/gitlab-ce!23538
-
Douwe Maan authored
This reverts merge request !23381
-
Kushal Pandya authored
-
Douwe Maan authored
Populate MR metrics with events table information (migration) Closes #41587 See merge request gitlab-org/gitlab-ce!23564
-
Kamil Trzciński authored
Use new reports syntax for SAST in Auto DevOps See merge request gitlab-org/gitlab-ce!23163
-
Fabio Busatto authored
-
Filipa Lacerda authored
Fixed styling of image comment badges on commits Closes #54849 See merge request gitlab-org/gitlab-ce!23659
-
Kamil Trzciński authored
Renders feature flags link when ci/cd is disabled Closes #8400 See merge request gitlab-org/gitlab-ee!8622
-
Kamil Trzciński authored
Backport operations_path helper See merge request gitlab-org/gitlab-ce!23654
-
Tim Zallmann authored
-
Semyon Pupkov authored
/app/spec/uploaders/personal_file_uploader_spec.rb:3: warning: already initialized constant IDENTIFIER /app/spec/uploaders/namespace_file_uploader_spec.rb:3: warning: previous definition of IDENTIFIER was here
-
Stan Hu authored
Before a 404 would be rendered only after a request to Gitaly would return with an InvalidArgument error. Now we check that the ref have a valid format before sending it to Gitaly. In both cases, a 404 is returned to the user, but this change prevents Gitaly from generating error noise in production. Closes https://gitlab.com/gitlab-org/gitaly/issues/1425
-
Thong Kuah authored
-
Thong Kuah authored
This enables #allow_user_defined_namespace? to work so that the form for a group cluster will now longer show the "Project namespace" field.
-
Thong Kuah authored
That shows that we cannot create a new group cluster
-
- 09 Dec, 2018 4 commits
-
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55079
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/main.js # app/assets/javascripts/monitoring/components/dashboard.vue # app/assets/javascripts/notes/components/note_header.vue # app/assets/javascripts/user_popovers.js # app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue # app/controllers/projects/environments_controller.rb # locale/gitlab.pot # spec/javascripts/api_spec.js # spec/javascripts/user_popovers_spec.js [ci skip]
-
Stan Hu authored
CE upstream - 2018-12-07 20:59 UTC Closes gitlab-ce#54862 and gitlab-runner#3807 See merge request gitlab-org/gitlab-ee!8762
-
Stan Hu authored
-