summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-221-0/+6
|\
| * Merge remote-tracking branch 'upstream/master' into add_mr_info_to_issues_listblackst0ne2017-02-212-9/+7
| |\
| * | Add merge request count to each issue on issues listblackst0ne2017-02-171-0/+6
* | | Merge branch 'add-filtered-search-to-mr' into 'master' Alfredo Sumaran2017-02-221-4/+4
|\ \ \
| * | | Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-4/+4
| | |/ | |/|
* | | Merge branch 'group-memebrs-owner-level' into 'master'Sean McGivern2017-02-211-1/+1
|\ \ \ | |/ / |/| |
| * | Added ability to change user permissions in group to ownergroup-memebrs-owner-levelPhil Hughes2017-02-161-1/+1
* | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' in...Clement Ho2017-02-171-3/+3
|\ \ \
| * | | Fix position of counters within milestone panelsAndrew Smith2017-02-151-3/+3
* | | | Remove issue and MR counts from labels indexremove-issue-and-mr-counts-from-labels-pageSean McGivern2017-02-171-6/+4
| |_|/ |/| |
* | | Merge branch 'active_when' into 'master' Robert Speicher2017-02-162-9/+9
|\ \ \ | |_|/ |/| |
| * | Add active_when helperSemyon Pupkov2017-02-152-9/+9
* | | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
|/ /
* | Merge branch 'issue_25900_2' into 'master' Sean McGivern2017-02-131-0/+19
|\ \ | |/ |/|
| * Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+19
* | Merge branch '27994-fix-mr-widget-jump' into 'master' Filipa Lacerda2017-02-101-2/+2
|\ \
| * \ Merge branch 'master' into 27994-fix-mr-widget-jumpFilipa Lacerda2017-02-102-7/+11
| |\ \
| * | | fixes MR widget jumpNur Rony2017-02-101-2/+2
* | | | Add js prefix to right sidebarAnnabel Dunstone Gray2017-02-101-1/+1
* | | | Add sticky sidebar on wiki pageAnnabel Dunstone Gray2017-02-101-1/+1
| |/ / |/| |
* | | Merge branch 'issue-newproj-layout' into 'master' Rémy Coutable2017-02-101-4/+7
|\ \ \
| * | | Removed duplicate "Visibility Level" label on New Project pageRobert Marcano2017-02-091-4/+7
| | |/ | |/|
* | | Merge branch 'dz-nested-groups-members-page' into 'master' Dmitriy Zaporozhets2017-02-101-3/+4
|\ \ \ | |_|/ |/| |
| * | Show parent group members for nested groupdz-nested-groups-members-pageDmitriy Zaporozhets2017-02-101-3/+4
| |/
* | Merge branch 'revert-0ef587b6' into 'master' Filipa Lacerda2017-02-091-1/+1
|\ \ | |/ |/|
| * Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
* | Merge branch 'dz-create-nested-groups-via-ui' into 'master' Dmitriy Zaporozhets2017-02-093-2/+23
|\ \ | |/ |/|
| * Allow creating nested group via UIdz-create-nested-groups-via-uiDmitriy Zaporozhets2017-02-073-2/+23
* | Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz2017-02-081-3/+0
|\ \
| * | Replaced more jQuery UI datepickersPhil Hughes2017-02-061-3/+0
| |/
* | Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz2017-02-081-1/+1
|\ \
| * | Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-061-1/+1
| |/
* | Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran2017-02-071-1/+1
* | Add default labels to bulk assign dropdownsAnnabel Dunstone Gray2017-02-071-4/+4
* | Merge branch '23785-with-builds-tab-gone-give-additional-context-in-system-in...Alfredo Sumaran2017-02-071-0/+18
|\ \
| * | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-071-0/+18
* | | Merge branch '27352-search-label-filter-header' into 'master' Annabel Dunstone Gray2017-02-072-2/+2
|\ \ \ | |/ / |/| |
| * | 27352-search-label-filter-header27352-search-label-filter-headertauriedavis2017-02-032-2/+2
* | | Merge branch 'redesign-searchbar-admin-project-26794' into 'master'Jacob Schatz2017-02-061-1/+1
|\ \ \ | |_|/ |/| |
| * | fixes mobile viewredesign-searchbar-admin-project-26794Nur Rony2017-01-311-1/+1
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis2017-02-031-1/+1
| |\ \
| | * | Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
| | * | Move webhooks to new a location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
* | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-036-14/+24
|\ \ \ \ | |/ / /
| * | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-1/+1
| |\ \ \
| | * | | Remove turbolinks.Bryce Johnson2017-02-021-1/+1
| | |/ /
| * | | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-031-1/+2
| |\ \ \
| | * | | Disabled add issues button if no lists existPhil Hughes2017-02-031-2/+1
| | * | | Some styling updatesPhil Hughes2017-02-031-2/+2