summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into categorize_sear...Fatih Acet2016-05-31149-1085/+1058
|\
| * Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+8
| * Small fixes and added to the changelogpatch/wiki_page_eventsGabriel Mazetto2016-05-301-1/+1
| * Add Admin UI to enable Wiki Page events webhook in projectsGabriel Mazetto2016-05-302-1/+8
| * Use $ as the snippet prefix so it's consistentLin Jen-Shin2016-05-281-1/+1
| * Merge branch 'fix-multiple-ci-status-poll' into 'master' Jacob Schatz2016-05-271-1/+7
| |\
| | * Fixed potential issue with 2 ci status polling events happeningfix-multiple-ci-status-pollPhil Hughes2016-05-261-1/+7
| * | Merge branch 'filter-by-any-user' into 'master' Jacob Schatz2016-05-261-1/+1
| |\ \
| | * | Filter issuables by any userPhil Hughes2016-05-261-1/+1
| | |/
| * | Merge branch 'remove-unnecessary-titles' into 'master' Robert Speicher2016-05-2673-78/+4
| |\ \
| | * | Return header title for new project pageremove-unnecessary-titlesDmitriy Zaporozhets2016-05-261-0/+1
| | * | Remove header title from project pagesDmitriy Zaporozhets2016-05-2673-78/+3
| * | | Merge branch 'commit-header-buttons' into 'master' Jacob Schatz2016-05-261-26/+30
| |\ \ \
| | * | | Improved mobile stylingcommit-header-buttonsPhil Hughes2016-05-261-14/+17
| | * | | Reduced number of buttons in commit headerPhil Hughes2016-05-261-14/+15
| | | |/ | | |/|
| * | | Merge branch 'move-project-dropdown-async' into 'master' Jacob Schatz2016-05-261-3/+1
| |\ \ \
| | * | | Correctly sends project IDPhil Hughes2016-05-201-1/+1
| | * | | Loads move issue dropdown asyncPhil Hughes2016-05-161-3/+1
| * | | | Merge branch 'services-ui' into 'master' Jacob Schatz2016-05-262-39/+45
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Hide description on mobileservices-uiPhil Hughes2016-05-261-25/+24
| | * | | Updated services UIPhil Hughes2016-05-172-39/+46
| * | | | Merge branch 'remove-main-language' into 'master' Josh Frye2016-05-261-3/+0
| |\ \ \ \
| | * | | | Remove main_language and testsremove-main-languageJosh Frye2016-05-251-3/+0
| * | | | | Merge branch 'link-to-in-issues-index' into 'master' Jacob Schatz2016-05-262-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Replace `link_to_gfm` with `link_to` in merge request and issue titles.link-to-in-issues-indexConnor Shea2016-05-242-2/+2
| * | | | | Merge branch 'updated-contrib-calendar' into 'master' Jacob Schatz2016-05-253-33/+35
| |\ \ \ \ \
| | * | | | | Fixed issue with selected date not loading correctlyPhil Hughes2016-05-161-19/+23
| | * | | | | Group the contributing calendar by dayPhil Hughes2016-05-162-12/+12
| | * | | | | Updated contrib map away from cal heat mapPhil Hughes2016-05-161-2/+0
| | | |_|_|/ | | |/| | |
| * | | | | Add fade out to sub navAnnabel Dunstone2016-05-254-4/+6
| * | | | | Add fade to project nav; fix bug with controlsAnnabel Dunstone2016-05-251-95/+99
| * | | | | Add fade out to left side of layout nav; remove dropdown nav helper; remove c...Annabel Dunstone2016-05-253-3/+5
| * | | | | Remove arrows from mobile scroll fade outAnnabel Dunstone2016-05-252-38/+40
| * | | | | Start scrolling tabs designAnnabel Dunstone2016-05-251-1/+2
| * | | | | New confirmation email :fire:Robert Speicher2016-05-252-0/+50
| * | | | | Make the standard Devise confirmation email our new plaintext versionRobert Speicher2016-05-252-9/+9
| * | | | | Merge branch 'rs-remove-issue_to_atom' into 'master' Douwe Maan2016-05-254-11/+17
| |\ \ \ \ \
| | * | | | | Remove `issue_to_atom` helperrs-remove-issue_to_atomRobert Speicher2016-05-234-11/+17
| * | | | | | Merge branch 'improve-pipeline-design' into 'master' Douwe Maan2016-05-257-45/+20
| |\ \ \ \ \ \
| | * | | | | | Remove top block from builds pageimprove-pipeline-designAnnabel Dunstone2016-05-242-4/+0
| | * | | | | | Remove icons from tables; remove timestamp from pipelines, remove info block ...Annabel Dunstone2016-05-244-24/+1
| | * | | | | | Merge branch 'master' into improve-pipeline-designKamil Trzcinski2016-05-2318-266/+237
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Improve status renderingKamil Trzcinski2016-05-211-2/+2
| | * | | | | | Improve design of Pipeline viewKamil Trzcinski2016-05-213-18/+20
| * | | | | | | Merge branch 'rs-event-atom-partial' into 'master' Douwe Maan2016-05-257-26/+39
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Render a collection for the Commits atom feedrs-event-atom-partialRobert Speicher2016-05-232-14/+15
| | * | | | | | Remove `event_to_atom` helperRobert Speicher2016-05-235-12/+24
| * | | | | | | Merge branch 'closed-by-alignment' into 'master' Jacob Schatz2016-05-251-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Related merge request text alignmentclosed-by-alignmentPhil Hughes2016-05-231-1/+4
| * | | | | | | | Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz2016-05-253-8/+4
| |\ \ \ \ \ \ \ \