- 30 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
* upstream/master: (170 commits) support ordering of project notes in notes api Redirect to an already forked project if it exists Reschedule the migration to populate fork networks Create fork networks for forks for which the source was deleted. Fix item name and namespace text overflow in Projects dropdown Minor backport from EE fix link that was linking to `html` instead of `md` Backport epic tasklist Add timeouts for Gitaly calls SSHUploadPack over Gitaly is now OptOut fix icon colors in commit list Fix star icon color/stroke Backport border inline edit Add checkboxes to automatically run AutoDevops pipeline BE for automatic pipeline when enabling Auto DevOps I am certainly weary of debugging sidekiq but I don't think that's what was meant Ensure MRs always use branch refs for comparison Fix issue comment submit button disabled on GFM paste Lock seed-fu at the correct version in Gemfile.lock Improve indexes on merge_request_diffs ...
-
- 29 Nov, 2017 29 commits
-
-
Annabel Dunstone Gray authored
fix icon colors in commit list Closes #40629 See merge request gitlab-org/gitlab-ce!15640
-
Phil Hughes authored
Redirect to an already forked project if it exists See merge request gitlab-org/gitlab-ce!15653
-
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
-
Bob Van Landuyt authored
Before the we would try to `POST` to the project path, which would result in a 404, because that `POST` is not supported. By changing this back to a normal link, not not handled in JS, we can immeadiatly redirect.
-
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 10 commits
-
-
Clement Ho authored
Fix star icon color/stroke Closes #40638 See merge request gitlab-org/gitlab-ce!15636
-
Simon Knox authored
this is not a great way to do this. But using currentColor for these means we are competing with this selector: ul.content-list li a
-
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
-