- 24 Aug, 2017 6 commits
-
-
Andrew Newdigate authored
-
Sean McGivern authored
fix Merge request reference in merge commit is not global Closes #36262 See merge request !13518
-
Sean McGivern authored
Resolve transient failures related to testing migrations Closes #36745 See merge request !13761
-
Grzegorz Bizon authored
Expose CI_PIPELINE_SOURCE on CI jobs Closes #34165 See merge request !13759
-
Douwe Maan authored
Fix inconsistent number of branches when remote branches are present Closes #36934 See merge request !13784
-
Stan Hu authored
Users of project mirrors would see that the number of branches did not match the number in the branch dropdown because remote branches were counted when Rugged was in use. With Gitaly, only local branches are counted. Closes #36934
-
- 23 Aug, 2017 32 commits
-
-
Robert Speicher authored
Use full path of project's avatar in webhooks Closes #36539 See merge request !13649
-
Robert Speicher authored
Support simple string LDAP attribute specifications, and search for name rather… Closes #36841 See merge request !13776
-
Clement Ho authored
Fix alignment of gpg status Closes #36709 See merge request !13772
-
Douwe Maan authored
Support simple string LDAP attribute specifications, and search for name rather than username attributes
-
Clement Ho authored
Fix blank button not resetting project template value Closes #36816 See merge request !13757
-
Douwe Maan authored
Update licensing query guidelines Closes #36883 See merge request !13768
-
haseeb authored
-
Robert Speicher authored
Properly encode Gitaly RawBlame request params See merge request !13764
-
Zeger-Jan van de Weg authored
The button didn't override a value, so the old value was posted again.
-
Annabel Dunstone Gray authored
-
Douwe Maan authored
Cache the number of open issues and merge requests Closes #36622 See merge request !13639
-
Sean McGivern authored
Make the import take subgroups into account Closes #36664 and #30546 See merge request !13670
-
Simon Knox authored
[ci skip]
-
Douwe Maan authored
Update the rbnacl gem to 4.0.2 Closes #36806 See merge request !13740
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
Ahmad Sherif authored
-
Yorick Peterse authored
Every project page displays a navigation menu that in turn displays the number of open issues and merge requests. This means that for every project page we run two COUNT(*) queries, each taking up roughly 30 milliseconds on GitLab.com. By caching these numbers and refreshing them whenever necessary we can reduce loading times of all these pages by up to roughly 60 milliseconds. The number of open issues does not include confidential issues. This is a trade-off to keep the code simple and to ensure refreshing the data only needs 2 COUNT(*) queries instead of 3. A downside is that if a project only has 5 confidential issues the counter will be set to 0. Because we now have 3 similar counting service classes the code previously used in Projects::ForksCountService has mostly been moved to Projects::CountService, which in turn is reused by the various service classes. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36622
-
Bob Van Landuyt authored
This would occur when Wiki's are enabled on GitHub, but there is no wiki repository
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
- Allow imports into nested groups - Make sure it sets the correct visibility level when creating new groups While doing this, I moved the import into a testable class, that made it easier to improve.
-
Zeger-Jan van de Weg authored
It was missing and expected it wouldn't hurt anyone
-
Sean McGivern authored
Incorporate DiffService.CommitPatch Gitaly RPC Closes gitaly#463 See merge request !13441
-
Tim Zallmann authored
Remove tooltip from filtered search user Closes #36696 See merge request !13752
-
Sean McGivern authored
Fix displaying events of removed events and events without commit messages Closes #36685 and #36722 See merge request !13721
-
Douwe Maan authored
Add migration to remove pending delete projects with non-existing namespace Closes #36541 See merge request !13598
-
Douwe Maan authored
Fix a potential timeout in `Gitlab::Logger.read_latest` See merge request !13751
-
Douwe Maan authored
Stub `ForkedStorageCheck.storage_available?` by default in all specs See merge request !13726
-
Douwe Maan authored
Fix inability to test some project integrations Closes gitlab-ee#3194 See merge request !13729
-
Tim Zallmann authored
Disable webpack.optimize because it's breaking karma in EE See merge request !13720
-
Clement Ho authored
Implement new system note icons Closes #33503 See merge request !13673
-
Bryce Johnson authored
-
- 22 Aug, 2017 2 commits
-
-
Clement Ho authored
-
Robert Speicher authored
Fixes group policy specs on MySQL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36810 See merge request !13747
-