Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove project-issuable-filter from admin builds page :)improve-nav-controls | Dmitriy Zaporozhets | 2016-02-05 | 3 | -27/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Re-use top-are css component for issues/mr pages | Dmitriy Zaporozhets | 2016-02-05 | 9 | -80/+75 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add support for inline form in nav-controls component | Dmitriy Zaporozhets | 2016-02-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'doc_refactor_session_api' into 'master' | Achilleas Pipinellis | 2016-02-05 | 1 | -17/+25 |
|\ | | | | | | | | | | | | | Refactor session API documentation See merge request !2473 | ||||
| * | Refactor session API documentation [ci skip]doc_refactor_session_api | Achilleas Pipinellis | 2016-01-18 | 1 | -17/+25 |
| | | |||||
* | | Merge branch 'doc_refactor_deploy_key_multiple_projects_api' into 'master' | Achilleas Pipinellis | 2016-02-05 | 1 | -7/+11 |
|\ \ | | | | | | | | | | | | | | | | | | | Refactor deploy_key_multiple_projects API documentation See merge request !2468 | ||||
| * | | Refactor deploy_key_multiple_projects API documentation [ci skip]doc_refactor_deploy_key_multiple_projects_api | Achilleas Pipinellis | 2016-01-18 | 1 | -7/+11 |
| |/ | |||||
* | | Merge branch 'list-padding' into 'master' | Dmitriy Zaporozhets | 2016-02-05 | 10 | -26/+15 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | New padding for listslist-padding | Dmitriy Zaporozhets | 2016-02-04 | 10 | -26/+15 |
| | | | | | | | | | | | | | | | | | | | | | * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'rymai/gitlab-ce-3007-fix-mr-label-links' into 'master' | Rémy Coutable | 2016-02-05 | 5 | -24/+29 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Allow link_to_label to take an optional type argrymai/gitlab-ce-3007-fix-mr-label-links | Rémy Coutable | 2016-02-04 | 5 | -24/+29 |
| |/ / | | | | | | | | | | | | | | | | You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper | ||||
* | | | Merge branch 'search-on-groups-is-ugly' into 'master' | Dmitriy Zaporozhets | 2016-02-04 | 2 | -13/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Change placeholder text to just 'search' Fixes #13168  See merge request !2711 | ||||
| * | | Change placeholder text to just 'search'search-on-groups-is-ugly | Jacob Schatz | 2016-02-04 | 2 | -13/+1 |
| | | | |||||
* | | | Merge branch 'fuzzy-file-search-menu-shortcut-placement' into 'master' | Dmitriy Zaporozhets | 2016-02-04 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puts shortcut key in the right place. Fixes #13192  See merge request !2710 | ||||
| * | | | Puts shortcut key in the right place.fuzzy-file-search-menu-shortcut-placement | Jacob Schatz | 2016-02-04 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge branch 'feature/jschatz1/issuable-sidebar' into 'master' | Dmitriy Zaporozhets | 2016-02-04 | 18 | -115/+463 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement new design for issue and merge request right sidebar Fixes #3981 See merge request !2645 | ||||
| * | | | Properly link to the right issue or merge requestfeature/jschatz1/issuable-sidebar | Jacob Schatz | 2016-02-04 | 2 | -2/+22 |
| | | | | |||||
| * | | | Resize sidebar on initial page refresh. | Jacob Schatz | 2016-02-04 | 1 | -2/+10 |
| | | | | |||||
| * | | | Make size changes based on screen resize. | Jacob Schatz | 2016-02-03 | 2 | -0/+37 |
| | | | | |||||
| * | | | Fixes sidebar width. | Jacob Schatz | 2016-02-03 | 2 | -4/+11 |
| | | | | |||||
| * | | | Issue sidebar bug fix. | Jacob Schatz | 2016-02-03 | 2 | -5/+3 |
| | | | | | | | | | | | | | | | | Thanks @rspeicher. | ||||
| * | | | Fix sidebar replacement for issues & MRs | Jacob Schatz | 2016-02-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Sidebar works after sidebar ajax calls. | Jacob Schatz | 2016-02-02 | 6 | -9/+10 |
| | | | | |||||
| * | | | Added correct colors and styles from antetype mockup. | Jacob Schatz | 2016-02-02 | 4 | -11/+12 |
| | | | | |||||
| * | | | Add ajax calls to return JSON | Jacob Schatz | 2016-01-30 | 6 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | Fix subtitles on minimize. Fix styles for show. | ||||
| * | | | Add detail to collapsed icons | Jacob Schatz | 2016-01-28 | 4 | -3/+44 |
| | | | | |||||
| * | | | Fix icon centering on collapsed view | Jacob Schatz | 2016-01-28 | 1 | -7/+6 |
| | | | | |||||
| * | | | Sidebar collapse and expand work with whole page. | Jacob Schatz | 2016-01-28 | 7 | -17/+108 |
| | | | | |||||
| * | | | Add icon when collapsed. | Jacob Schatz | 2016-01-28 | 2 | -2/+26 |
| | | | | | | | | | | | | | | | | Hide and show icons in collapse and expanded mode. | ||||
| * | | | Add js to expand and contract side menu | Jacob Schatz | 2016-01-27 | 4 | -14/+39 |
| | | | | |||||
| * | | | Adds prev/next buttons to top area | Jacob Schatz | 2016-01-27 | 3 | -4/+33 |
| | | | | |||||
| * | | | New right side gutter design. | Jacob Schatz | 2016-01-27 | 10 | -97/+155 |
| | | | | | | | | | | | | | | | | [WIP] | ||||
* | | | | Merge branch 'fix-test' into 'master' | Dmitriy Zaporozhets | 2016-02-04 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @DouweM See merge request !2708 | ||||
| * | | | | Fix broken tests | Dmitriy Zaporozhets | 2016-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | Merge branch 'doc_bug' into 'master' | Drew Blessing | 2016-02-04 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix documentation bug / typo Hey, noticed this a little bit ago. Need to get the example matching up with the following explanation. See merge request !2709 | ||||
| * | | | | | fix documentation bug / typo | Eric L Frederich | 2016-02-04 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/atom-url-issue' into 'master' | Douwe Maan | 2016-02-04 | 6 | -4/+93 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix atom url issue on projects This MR adds prevents a project to have a path ending in .atom that conflicts with the feed and Adds a migration to migrate old .atom projects to a different path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2651 | ||||
| * | | | | | refactored migration based on feedback | James Lopez | 2016-02-04 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | refactored migration and spec based on feedback | James Lopez | 2016-02-04 | 2 | -8/+14 |
| | | | | | | |||||
| * | | | | | fixed move project method in migration | James Lopez | 2016-02-02 | 3 | -35/+15 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-02 | 21 | -32/+414 |
| |\ \ \ \ \ | |||||
| * | | | | | | added TODO to not working method | James Lopez | 2016-02-01 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-01 | 57 | -379/+433 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | WIP - refactored migration | James Lopez | 2016-02-01 | 2 | -7/+43 |
| | | | | | | | | |||||
| * | | | | | | | WIP - add migration | James Lopez | 2016-01-29 | 1 | -0/+54 |
| | | | | | | | | |||||
| * | | | | | | | refactor previous test and add validation to project model | James Lopez | 2016-01-29 | 2 | -8/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-01-29 | 258 | -1732/+12958 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | WIP - spec failure on .atom project URL | James Lopez | 2016-01-22 | 1 | -0/+11 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge remote-tracking branch 'origin/rs-database-info' | Dmitriy Zaporozhets | 2016-02-04 | 4 | -6/+58 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | Display database type and version in Administration dashboardrs-database-info | Robert Speicher | 2016-02-02 | 4 | -6/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12900 |