- 10 Feb, 2016 8 commits
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Add documentation on relative URL support closes #12773 See merge request !2770
-
Achilleas Pipinellis authored
[ci skip]
-
Yorick Peterse authored
Updated install/update guides for 8.5 See merge request !2766
-
Yorick Peterse authored
[ci skip]
-
Dmitriy Zaporozhets authored
Add ajax filtering to all paged project lists. Fixes #13182 See merge request !2728
-
Robert Speicher authored
Ensure link for README blobs includes the full path Closes #13254 See merge request !2774
-
Josh Frye authored
-
- 09 Feb, 2016 32 commits
-
-
Josh Frye authored
-
Robert Speicher authored
Closes #13254
-
Robert Speicher authored
Add notice about variables in build log Related to: https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 [ci skip] See merge request !2761
-
Robert Speicher authored
Prevent rasterization artifacts in the logo, and simplify markup. - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artifacts in the logo. - Remove viewBox parameter and define paths in their final form. See merge request !2741
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Freeze constants in Gitlab::Git See merge request !1730
-
Douwe Maan authored
Smarter flushing of branch statistics caches This basically ensures we only flush caches of branches whenever we really have to. See commit c514f8b850219cd3e5526e73e1d00e6729e2b466 for the details. cc @joshfng @rspeicher See merge request !2769
-
Robert Speicher authored
-
Robert Speicher authored
-
Douwe Maan authored
Change default smpt port to 465 (default smtps port)
-
Yorick Peterse authored
Instead of flushing the behind/ahead counts for all branches upon every push we now only flush the cache of branches that actually need to have these statistics recalculated. There are now basically 2 scenarios and their effects: 1. A user pushes a commit to the default branch, this results in the cache being flushed for all branches. 2. A user pushes to a non default branch, this results in _only_ the cache for that branch being flushed. The existing code (Repository#expire_cache) remains backwards compatible with the previous behaviour, the new behaviour is only applied when a branch name is passed as an argument. This ensures that when for example a project is deleted the cache for all branches is flushed.
-
Douwe Maan authored
Add index for snippet's updated_at @DouweM We are ordering by `updated_at` but there is no index. cc @yorickpeterse See merge request !2768
-
Douwe Maan authored
Expose MergeRequest#merge_status _Originally opened at !2478 by @develop7._ - - - This enables API users to see whether a merge request can be merged without conflicts. See merge request !2756
-
Douwe Maan authored
-
Josh Frye authored
-
Josh Frye authored
-
Josh Frye authored
-
Josh Frye authored
-
Josh Frye authored
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
Douwe Maan authored
Add option to include the sender name in body of Notify email _Originally opened at !2495 by @huacnlee._ - - - Fixes #7824. See merge request !2767
-
Douwe Maan authored
Add an option to supply root email through an environmental variable. _Originally opened at !2499 by @3kami3._ --- Add an option to supply root email through an environmental variable. See merge request !2751
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
Add a tooltip to the stuck warning build symbol We want to give people an idea of what is wrong with their build, we do this by adding a tooltip telling them where they can find more information about their broken builds. Fixes #10919 See merge request !2680
-
Jason Lee authored
-
Douwe Maan authored
split gitlab-ci builds for ruby 2.1 Added breakdown of builds for Ruby 2.1 in .gitlab-ci.yml config file. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13252 See merge request !2746
-
Douwe Maan authored
Allow limited Markdown in Broadcast Messages Closes #11853 See merge request !2695
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
`max_attachment_size` in `ApplicationSetting` should be present, only integers greater than zero are valid. Closes #13188
-