- 11 Jan, 2016 29 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
* master: (143 commits) Only load autocomplete data when actually needed Check for current user Add pencil icon to edit group settings Issue #5817 wording of the web hooks updated on issue and merge events use JavaScript instead of CoffeeScript in Views, the reason #9819 Before project save ensure that a runners_token exists Fix Error 500 when visiting build page of project with nil runners_token Remove outdated gitlab-git-http-server reference from Install doc Fix typo in build page of projects Update docs for shared runner default settings Disable "Already Blocked" button in admin abuse report page Add CHANGELOG entry for reply-by-email fix Use WOFF versions of SourceSansPro Clean up document on adding users to a project Refactor ZenMode Fix caching issue where build status was not updating in project dashboard Add a CHANGELOG entry for The Most Important Feature of All Time(TM) changes verb `references` to noun `reference`. fixes new branch button positioning, when visible and not visible container DRY up upload and download services ...
-
Dmitriy Zaporozhets authored
Use WOFF versions of SourceSansPro See https://gitlab.com/gitlab-org/gitlab-ce/issues/6023 See merge request !2357
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
Refactor ZenMode - No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling. See merge request !2354
-
Douwe Maan authored
use JavaScript instead of CoffeeScript in Views for master
-
Dmitriy Zaporozhets authored
Fix caching issue where build status was not updating in project dashboard The project dashboard page would show a stale build status since the caching key did not depend on it. Fix by adding the commit status if CI is applicable. Closes #3268 See merge request !2353
-
Dmitriy Zaporozhets authored
Only load autocomplete data when actually needed See merge request !2365
-
Kamil Trzciński authored
Fix typo in build page of projects The column containing links to the builds is named Runner but actually contains the Build. See merge request !2347
-
Achilleas Pipinellis authored
Update docs for shared runner default settings GitLab 8.2 updated shared runners to default to `ENABLED` on all projects. Fixes #5993 See merge request !2358
-
Tomasz Maczukin authored
-
Yorick Peterse authored
Previously this would result in autocomplete data being loaded for every page (e.g. the page showing all Git branches of a project).
-
Dmitriy Zaporozhets authored
Load autocomplete data when loading an issue page See merge request !2312
-
Dmitriy Zaporozhets authored
fixes new branch button positioning, when visible and not visible container Fixes #5893 #5893 was not completely fixed. If a new branch was pushed the container is in correct position but if no container existed the position was incorrect. This MR fixes that. See merge request !2348
-
Dmitriy Zaporozhets authored
Add pencil icon to edit group settings Move icons to upper-right corner of group page Before: ![image](/uploads/6694c33eae6e10a4e21efef465a07114/image.png) After: ![image](/uploads/0c17c2cf89fc0fde4344911b30f2635c/image.png) Closes #6038 See merge request !2361
-
Tomasz Maczukin authored
-
-
Jeroen Nijhof authored
Added housekeeping for git repositories This merge request will add a housekeeping button in the project setting page which invoke the gitlab shell to run a `git gc` in the project repository. see gitlab-org/gitlab-ce#3041 Depends on gitlab-org/gitlab-shell!23 which has been merged. See merge request !1658
-
Jeroen Nijhof authored
-
Stan Hu authored
-
Stan Hu authored
Issue#5817 Improve wording of the web hooks page on the project's setting Merge Request !2362 had a typo, I'm resubmitting the merge request about issue #5817. See merge request !2363
-
Stan Hu authored
Move icons to upper-right corner of group page Closes #6038
-
Stan Hu authored
Fix Error 500 when visiting build page of project with nil runners_token Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294 See merge request !2294
-
iqualisoni authored
-
Jason Lee authored
-
Stan Hu authored
-
Stan Hu authored
Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294
-
Robert Speicher authored
[ci skip]
-
- 10 Jan, 2016 7 commits
-
-
Robert Speicher authored
Do not call API if there is no API URL Fixes #5878 CE users may not be interested in the new JIRA features. In this case, we should detect they haven't set an API URL and fallback to the behavior pre-8.3. This patch does that very easily. There are planned improvements to JIRA in future releases such as gitlab-org/gitlab-ce#5541 which will make this more configurable. See merge request !2341
-
Robert Speicher authored
Add CHANGELOG entry for reply-by-email fix [ci skip] See merge request !2359
-
Steffen Köhler authored
The column containing links to the builds is named Runner but actually contains the Build ID. [ci skip]
-
Luke Waite authored
Fixes #5993
-
Robert Speicher authored
Disable "Already Blocked" button in admin abuse report page See merge request !2360
-
Stan Hu authored
-
Stan Hu authored
[ci skip]
-
- 09 Jan, 2016 4 commits
-
-
-
Achilleas Pipinellis authored
Clean up document on adding users to a project Closes #3093, #3648 See merge request !2356
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
- No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling.
-