- 13 Oct, 2020 40 commits
-
-
Stan Hu authored
When fast-forward merge is enabled, merges might fail due to a failed pre-receive check (e.g. due to file locks, commit message push rules, etc.) but the UI would only display: ``` Merge failed: pre-receive hook failed. Please try again. ``` While the raw message was logged in Sentry and in `exceptions_json.log`, this kept users in the dark. Gitaly prefaces the error response status from the `/internal/allowed` API call with `GitLab:`, so we can use this to display the error to the user. We now only fallback to a default if we do not have anything to show. Now, users see a more informative message, such as: ``` Merge failed: Commit message does not follow the pattern 'MERGEME'. Please try again. ``` Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/246816
-
Natalia Tepluhina authored
Allow placeholder `:id` for group link route See merge request gitlab-org/gitlab!44346
-
Peter Hegman authored
Allows us to pass route with placeholder to frontend
-
Shinya Maeda authored
Update integration descriptions to not be project-specific See merge request gitlab-org/gitlab!44893
-
Justin Ho Tuan Duong authored
To not be project-specific. - Make sure translations are updated as well.
-
Miguel Rincon authored
Add note about cross site cookies browser limitation to Jira App page See merge request gitlab-org/gitlab!44898
-
Andy Soiron authored
-
Jacques Erasmus authored
Remove duplicated BS display property from Commit/Snippet's HAML See merge request gitlab-org/gitlab!44917
-
Igor Drozdov authored
Use scan information in issue template See merge request gitlab-org/gitlab!44620
-
Nicolò Maria Mezzopera authored
Merge branch '235603-convert-group-members-list-view-from-haml-to-vue-role-dropdown-component' into 'master' Group members Vue conversion - role dropdown See merge request gitlab-org/gitlab!44651
-
Peter Hegman authored
Part of a larger initiative to convert the group members table from HAML to Vue
-
Nicolò Maria Mezzopera authored
Add status emoji to member avatar See merge request gitlab-org/gitlab!44064
-
Peter Hegman authored
Part of a larger initiative to convert the group members view from HAML to Vue
-
Dmytro Zaporozhets (DZ) authored
Fix params not filtered on project approval API See merge request gitlab-org/gitlab!44885
-
Marcia Ramos authored
Docs: Git rebase, force-push, merge conflicts See merge request gitlab-org/gitlab!43887
-
Marcia Ramos authored
-
Marcia Ramos authored
Update metadata for SSH page See merge request gitlab-org/gitlab!44322
-
Nicolò Maria Mezzopera authored
Resolve "snowplow - count creating incidents via create incident button" See merge request gitlab-org/gitlab!44631
-
Brandon Labuschagne authored
Merge branch 'Replace-GlDeprecatedDropdown-with-GlDropdown-in-app/assets/javascripts/vue_shared/components/split_button.vue' into 'master' Replace gl deprecated dropdown with gl dropdown in app/assets/javascripts/vue shared/components/split button.vue See merge request gitlab-org/gitlab!41433
-
Marvin Karegyeya authored
Replace gl deprecated dropdown with gl dropdown in app/assets/javascripts/vue shared/components/split button.vue
-
Russell Dickenson authored
Docs: Reduce seats automatically on .COM See merge request gitlab-org/gitlab!44442
-
Ricardo Leite authored
-
Nick Thomas authored
Resolve "Increase limit for number of files loaded for a single diff" See merge request gitlab-org/gitlab!43123
-
Marcel Amirault authored
Add variables inheriting docs to multi project pipeline doc See merge request gitlab-org/gitlab!44714
-
Furkan Ayhan authored
-
Olena Horal-Koretska authored
Create tests for ee/app/assets/javascripts/security_dashboard/components/selection_summary_vuex.vue See merge request gitlab-org/gitlab!44213
-
Kev authored
-
Natalia Tepluhina authored
Issuable Show: Add IssuableTitle component See merge request gitlab-org/gitlab!44732
-
Rémy Coutable authored
Update Add Members Api to accept user_id list See merge request gitlab-org/gitlab!44051
-
Jackie Fraser authored
-
Olena Horal-Koretska authored
Update dependency vue-router to ^3.4.6 See merge request gitlab-org/gitlab!44598
-
🤖 GitLab Bot 🤖 authored
-
Phil Hughes authored
"None" style: fix merge conflict button text See merge request gitlab-org/gitlab!44427
-
Olena Horal-Koretska authored
Fix unnecessarily escaped merge error text See merge request gitlab-org/gitlab!44844
-
Kushal Pandya authored
Improve WebIDE error messages on committing See merge request gitlab-org/gitlab!43408
-
Himanshu Kapoor authored
-
Phil Hughes authored
Issuable Show: Add IssuableEditForm component See merge request gitlab-org/gitlab!44737
-
Brandon Labuschagne authored
Feat(Instance Statistics): add getAverageByMonth See merge request gitlab-org/gitlab!44734
-
Michael Lunøe authored
Add util to convert issues and merge request data to average by month
-
Natalia Tepluhina authored
Issuable Show: Add IssuableDescription component See merge request gitlab-org/gitlab!44735
-