Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-02-09Extract events rendering to own action.Josh Frye
2016-02-09Starred, All, and Trending on explore are paged also group projects. Need ↵Josh Frye
ajax filter.
2016-02-09JS FixesJosh Frye
2016-02-09Fix explore filter. Fixes #13182Josh Frye
2016-02-09Merge branch ↵Douwe Maan
'huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mail' into 'master' Add option to include the sender name in body of Notify email _Originally opened at !2495 by @huacnlee._ - - - Fixes #7824. See merge request !2767
2016-02-09Merge branch 'zj/gitlab-ce-unique-milestone-title-per-project'Douwe Maan
2016-02-09Merge branch 'add-tooltip-to-stuck-builds' into 'master' Douwe Maan
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
2016-02-09Add option to include the sender name in body of Notify email. fix #7824Jason Lee
2016-02-09Merge branch 'rs-broadcast-markdown' into 'master' Douwe Maan
Allow limited Markdown in Broadcast Messages Closes #11853 See merge request !2695
2016-02-09Merge branch 'increase_import_timeout' into 'master' Douwe Maan
Increase project import timeout from 4 minutes to 15 minutes Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246 ## Import screenshot ![Screen_Shot_2016-02-04_at_1.45.20_PM](/uploads/d9d71ec953afae31e6fbe54a8932b945/Screen_Shot_2016-02-04_at_1.45.20_PM.png) See merge request !2717
2016-02-09Merge branch 'snippet_search_refactoring'Valery Sizov
2016-02-09Merge branch 'caching-repository-git-operations' into 'master' Yorick Peterse
See merge request !2752
2016-02-08Cache various Repository Git operationsYorick Peterse
This caches the output of the following methods: * Repository#empty? * Repository#has_visible_content? * Repository#root_ref The cache for Repository#has_visible_content? is flushed whenever a commit is pushed to a new branch or an existing branch is removed. The cache for Repository#root_ref is only flushed whenever a user changes the default branch of a project. The cache for Repository#empty? is never explicitly flushed as there's no need for it.
2016-02-08Merge branch 'kkm/gitlab-ce-user-diff-view-pref-cookie' into 'master' Rémy Coutable
Remember user's inline/tabular diff view preference in a cookie _Originally opened at !1677 by @kkm._ --- As per #3071, some users (we have a local EE installation) prefer 2-column view in diff. In this MR I add an implementation for this feature, using a cookie. Fixes #3071. See merge request !2723
2016-02-08Validate uniqueness of milestone title per projectZeger-Jan van de Weg
Fixes #3903
2016-02-08Add a tooltip to the stuck warning build symbolJeroen van Baarsen
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 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2016-02-06Allow limited Markdown in Broadcast MessagesRobert Speicher
Closes #11853
2016-02-06Merge branch 'project-title-dropdown-toggle-button' into 'master' Jacob Schatz
Changed the project switcher dropdown toggle Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 cc. @jschatz1 @dzaporozhets See merge request !2733
2016-02-06Merge branch 'improve-diverging-commit-counts' into 'master' Robert Speicher
Dedicated method for counting commits between refs Corresponding gitlab_git merge request: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/66 Issue that lead to these changes: https://gitlab.com/gitlab-org/gitlab-ce/issues/12619 See merge request !2707
2016-02-05Merge branch 'feature/jschatz1/sidebar-features' into 'master' Dmitriy Zaporozhets
Feature/jschatz1/sidebar features * Changes sidebar width (290px). * Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues. ![Screen_Shot_2016-02-05_at_3.06.22_PM](/uploads/8590be43dc1b9feffd4f32b4e8cb7790/Screen_Shot_2016-02-05_at_3.06.22_PM.png) cc/ @dzaporozhets See merge request !2734
2016-02-05Merge branch 'bug/jschatz1/sidebar-issues' into 'master' Dmitriy Zaporozhets
Fix diff and commit view on merge requests with new sidebar Fixes #3981 See merge request !2718
2016-02-05Merge branch 'rrott/gitlab-ce-logo-issue-11867' into 'master'Robert Speicher
Fixes for issue with poor logo transition animation on Safari See merge request !2690
2016-02-05fixed issue with poor logo transition animation on safariRoman Rott
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors Updated comments and Changelog Removed duplicate line in changelog
2016-02-05Changes sidebar widthJacob Schatz
2016-02-05Uses icon helper for dropdown toggle iconPhil Hughes
2016-02-05Add `j` and `k` shortcutsJacob Schatz
2016-02-05Changed the project switcher dropdown togglePhil Hughes
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
2016-02-05Improve placeholder: search -> SearchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Add JS style changes.Jacob Schatz
Thanks @rspeicher
2016-02-05Edited time ago location change.Jacob Schatz
Change edited icon to word. Change edited text color to gray cc/ @creamzy
2016-02-05Merge branch 'fix-double-page' into 'master' Dmitriy Zaporozhets
Fix double paging ![Screen_Shot_2016-02-05_at_10.27.34_AM](/uploads/a21ad6c47ddecad29d377497ee2a167d/Screen_Shot_2016-02-05_at_10.27.34_AM.png) ![Screen_Shot_2016-02-05_at_10.27.44_AM](/uploads/3badb423df25f009886138c65cfe8347/Screen_Shot_2016-02-05_at_10.27.44_AM.png) See merge request !2727
2016-02-05Faster snippet searchValery Sizov
2016-02-05Merge branch 'improve-broadcast-messages' into 'master' Dmitriy Zaporozhets
Improve admin broadcast messages page * Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #13211 cc @rspeicher @DouweM See merge request !2725
2016-02-05Fix double pagingJosh Frye
2016-02-05Merge branch 'paginate-dashboard-projects' into 'master' Dmitriy Zaporozhets
Page project list on dashboard See merge request !2689
2016-02-05Improve admin broadcast messages pageDmitriy Zaporozhets
* Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Add a controller test for the new 'diff_view' cookieRémy Coutable
2016-02-05Remember user's inline/tabular diff view preference in a cookiekkm
2016-02-05Frontend changes from MR feedbackJosh Frye
2016-02-05Remove project-issuable-filter from admin builds page :)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Add support for inline form in nav-controls componentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Fix project filter form renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05Merge branch 'list-padding' into 'master' Dmitriy Zaporozhets
New padding for lists * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #12511 cc @jschatz1 @skyruler @creamzy See merge request !2715
2016-02-05Merge branch 'rymai/gitlab-ce-3007-fix-mr-label-links' into 'master' Rémy Coutable
Fix label links for a merge request pointing to issues list _Originally opened at !2150._ --- I have added a type parameter to the `link_to_label` helper method that is set to `'merge_request'` when in the context of a merge request. I have also improved the specs to actually test the output of the method instead of its implementation. Fixes #3007. See merge request !2700
2016-02-04Merge branch 'search-on-groups-is-ugly' into 'master' Dmitriy Zaporozhets
Change placeholder text to just 'search' Fixes #13168 ![Screen_Shot_2016-02-04_at_12.30.16_PM](/uploads/ca3c5549abeedce99d693606135d7428/Screen_Shot_2016-02-04_at_12.30.16_PM.png) See merge request !2711
2016-02-04Fix diff and commit view on merge requestsJacob Schatz
with new sidebar Fixes #3981
2016-02-04Increase project import timeout from 4 minutes to 15 minutesDrew Blessing
Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246
2016-02-04Implement changes from MR feedbackJosh Frye
2016-02-04New padding for listsDmitriy Zaporozhets
* improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>