- 30 Nov, 2017 26 commits
-
-
Brett Walker authored
-
Fatih Acet authored
Improve require input spec See merge request gitlab-org/gitlab-ce!15654
-
Mike Greiling authored
Add project_members controller when not signed in Closes #40642 See merge request gitlab-org/gitlab-ce!15659
-
Michael Kozono authored
[ci skip]
-
Robert Speicher authored
Add link to Gitaly conversion [ci skip] See merge request gitlab-org/gitlab-ce!15666
-
Zeger-Jan van de Weg authored
This endpoint still has to be migrated, and this comment makes sure everyone knows we are aware of this one. [ci skip]
-
Sean McGivern authored
Update google.md to reflect changes in the new Google APIs Library See merge request gitlab-org/gitlab-ce!15633
-
Sean McGivern authored
Pin seed-fu to 2.3.6 since 2.3.7 is broken and add a fixture file that uses seed-fu in the test env Closes #40690 See merge request gitlab-org/gitlab-ce!15661
-
Tim Zallmann authored
Fix broadcast message not showing up on login page Closes #13634 See merge request gitlab-org/gitlab-ce!15578
-
Rémy Coutable authored
Set an artificial $HOME for gitaly in test See merge request gitlab-org/gitlab-ce!15614
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/40690 and https://github.com/mbleigh/seed-fu/issues/123 for details. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
-
Tim Zallmann authored
Multi-file editor dirty diff indicator Closes #40046 See merge request gitlab-org/gitlab-ce!15423
-
Phil Hughes authored
-
Rémy Coutable authored
Update installation.md with receive.advertisePushOptions See merge request gitlab-org/gitlab-ce!14430
-
Rémy Coutable authored
fix for special charecter in file names Closes #40146 See merge request gitlab-org/gitlab-ce!15606
-
haseeb authored
-
Phil Hughes authored
-
Douwe Maan authored
Count the commits directly See merge request gitlab-org/gitlab-ce!15628
-
Douwe Maan authored
Only load branch names for protected branch checks See merge request gitlab-org/gitlab-ce!15629
-
Tim Zallmann authored
Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
-
Phil Hughes authored
Remove blank/empty flash messages caused by nil Closes #40671 See merge request gitlab-org/gitlab-ce!15658
-
Lin Jen-Shin authored
-
Tim Zallmann authored
Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531
-
- 29 Nov, 2017 14 commits
-
-
Annabel Dunstone Gray authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40671 See https://gitlab.com/gitlab-org/gitlab-ce/blob/f7254a4060b30e3134c6cf932eaba0fc8e249e9a/app/controllers/sessions_controller.rb#L42 for an example of where we set `flash[:notice] = nil`
-
Annabel Dunstone Gray authored
fix icon colors in commit list Closes #40629 See merge request gitlab-org/gitlab-ce!15640
-
Clement Ho authored
-
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
-
Yorick Peterse authored
When checking if a branch is protected we don't need all columns of every protected branch row, instead we only care about the names. By using "select" here we reduce the amount of data we need to send over the wire and load into memory.
-
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.
-