- 29 Nov, 2017 26 commits
-
-
Sean McGivern authored
support ordering of project notes in notes api See merge request gitlab-org/gitlab-ce!15342
-
haseeb authored
-
Robert Speicher authored
fix link that was linking to `html` instead of `md` See merge request gitlab-org/gitlab-ce!15646
-
Yorick Peterse authored
Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
-
Sean McGivern authored
Create fork networks for deleted source projects Closes #40072 See merge request gitlab-org/gitlab-ce!15595
-
Rémy Coutable authored
Minor backport from EE See merge request gitlab-org/gitlab-ce!15647
-
Bob Van Landuyt authored
Rescheduling will make sure the fork networks with a deleted source project are created.
-
Bob Van Landuyt authored
That way we can join forks-of-forks into the same network even if their original source was deleted. Consider the following: `awesome-oss/badger` is forked to `coolstuff/badger`, which is forked to `user-a/badger` which in turn is forked to `user-b/badger`. When `awesome-oss/badger` is deleted, we will now create a fork network with `coolstuff/badger` as the root. The `user-a/badger` and `user-b/badger` projects will be added to the network.
-
Tim Zallmann authored
Added IDE commit panel Closes #40041 See merge request gitlab-org/gitlab-ce!15583
-
Phil Hughes authored
Fix item name and namespace text overflow in Projects dropdown Closes #39827 See merge request gitlab-org/gitlab-ce!15451
-
Kushal Pandya authored
-
Valery Sizov authored
-
Douwe Maan authored
Reuse authors when rendering event Atom feeds See merge request gitlab-org/gitlab-ce!15630
-
Sean McGivern authored
Resolve "Customize branch name when using create branch in an issue" Closes #21143 See merge request gitlab-org/gitlab-ce!13884
-
Fatih Acet authored
Improve autosize spec See merge request gitlab-org/gitlab-ce!15620
-
Sean McGivern authored
SSHUploadPack over Gitaly is now OptOut Closes gitaly#730 See merge request gitlab-org/gitlab-ce!15623
-
digitalMoksha authored
(to be consistent)
-
Fatih Acet authored
Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637
-
Fatih Acet authored
Backport epic tasklist See merge request gitlab-org/gitlab-ce!15556
-
Clement Ho authored
-
Rémy Coutable authored
Add timeouts for Gitaly calls Closes gitaly#656 See merge request gitlab-org/gitlab-ce!15047
-
Andrew Newdigate authored
-
Sean McGivern authored
Use fuzzy search with minimum length of 3 characters where appropriate Closes #40512 See merge request gitlab-org/gitlab-ce!15592
-
Phil Hughes authored
Remove empty new-nav.scss See merge request gitlab-org/gitlab-ce!15619
-
Kim "BKC" Carlbäcker authored
- Better gitaly-handling in /api/internal/allowed specs
-
Filipa Lacerda authored
initializes the branches dropdown upon invalid entry Closes #40012 See merge request gitlab-org/gitlab-ce!15588
-
- 28 Nov, 2017 14 commits
-
-
Clement Ho authored
Fix star icon color/stroke Closes #40638 See merge request gitlab-org/gitlab-ce!15636
-
Stan Hu authored
I am certainly weary of debugging sidekiq but I don't think that's what was meant See merge request gitlab-org/gitlab-ce!15635
-
Kamil Trzciński authored
Merge branch '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings Closes #38962 See merge request gitlab-org/gitlab-ce!15380
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Clement Ho authored
Fix Issue comment submit button disabled on GFM paste Closes #40373 See merge request gitlab-org/gitlab-ce!15530
-
-
-
Greg Stark authored
-
Annabel Dunstone Gray authored
Resolve "Issue note icons wrong color" Closes #40459 See merge request gitlab-org/gitlab-ce!15561
-
Rémy Coutable authored
Merge branch '40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name' into 'master' Resolve "Merge request generates wrong diff when branch and tag have the same name" Closes #40530 See merge request gitlab-org/gitlab-ce!15591
-
Sean McGivern authored
If a merge request was created with a branch name that also matched a tag name, we'd generate a comparison to or from the tag respectively, rather than the branch. Merging would still use the branch, of course. To avoid this, ensure that when we get the branch heads, we prepend the reference prefix for branches, which will ensure that we generate the correct comparison.
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373 When copying some text from another note and paste, it goes through `copy_as_gfm` `paste` handler that calls `e.preventDefault()` which stops things. But then when inserting the text, we manually trigger an `input` event with jQuery which doesn't seem to be picked up by Vue `v-model`. Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
-
Yorick Peterse authored
Lock seed-fu at the correct version in Gemfile.lock See merge request gitlab-org/gitlab-ce!15631
-