summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 27574-pipelines-empty-state27574-pipelines-empty-stateFilipa Lacerda2017-03-1755-218/+251
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (209 commits) Fix Slack link when on notify Use Enumerable#index_by where possible Protect against unknown emojis in frequently used list Fix config option to disable Prometheus Fix double click token name fix describe block to make the karma reporter happy removes n+1 query from tags and branches indexes Fix broken links limit lines to 80 chars Add prometheus memory requirements, include additional detail on disabling prometheus in docs. Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes Expand on the good changelog/bad changelog documentation examples Add policy for closing stale merge requests Fix spec Use code icon for Raw Fix spec Add copy button to blob header and use icon for Raw button Fix archive prefix bug for refs containing dots Include routes when loading user projects Fixed search not working in issue boards modal Document a New Branch feature for Bare Projects ...
| * Merge branch 'fix-slow-queries-for-branches-index' into 'master' Douwe Maan2017-03-163-3/+4
| |\ | | | | | | | | | | | | removes n+1 query from tags and branches indexes See merge request !9905
| | * removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-163-3/+4
| | |
| * | Merge branch 'add-blob-copy-button' into 'master' Robert Speicher2017-03-169-72/+78
| |\ \ | | |/ | |/| | | | | | | Add copy button to blob header and use icon for Raw button See merge request !9878
| | * Fix specadd-blob-copy-buttonDouwe Maan2017-03-161-1/+1
| | |
| | * Fix specDouwe Maan2017-03-169-74/+78
| | |
| | * Add copy button to blob header and use icon for Raw buttonDouwe Maan2017-03-161-4/+6
| | |
| * | Merge branch '28991-viewing-old-wiki-page-version-edit-button-exists' into ↵29565-name-of-the-uncompressed-folder-of-a-tag-archive-changedRémy Coutable2017-03-161-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' [#28991] Resolve "Viewing old wiki page version, "Edit" button exists, brings up latest markup" Closes #28991 See merge request !9966
| | * | [#28991] Wiki page edit button only appears on the current commit pageTM Lee2017-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added method to check if the current Page version is the current latest version - Conditionally checks for current version when showing Edit button - Added feature specs for viewing project wiki page and expect edit button - Added Changelog
| * | | Merge branch '27376-cache-default-branch-pipeline-on-project' into 'master' Yorick Peterse2017-03-161-4/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Speed up several project lists See merge request !9903
| | * | | Build project cache key in a helper27376-cache-default-branch-pipeline-on-projectBob Van Landuyt2017-03-161-2/+1
| | | | |
| | * | | Update the cache key to only include what is requiredBob Van Landuyt2017-03-161-2/+2
| | | | |
| | * | | Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-3/+3
| | | | |
| * | | | Merge branch 'fix_visibility_level' into 'master' Sean McGivern2017-03-161-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix visibility level on new project page Closes #19253 See merge request !9885
| | * | | | Use digblackst0ne2017-03-141-1/+1
| | | | | |
| | * | | | Fix specsblackst0ne2017-03-121-2/+2
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/master' into fix_visibility_levelblackst0ne2017-03-116-36/+37
| | |\ \ \ \
| | * | | | | Fix visibility level on new project pageblackst0ne2017-03-111-1/+2
| | | | | | |
| * | | | | | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-162-10/+17
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
| | * | | | | Add 'Undo mark all as done' to TodosJacopo2017-03-162-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
| * | | | | | Merge branch 'duplicate-pagination-group-explore' into 'master' Filipa Lacerda2017-03-161-2/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed duplicate pagination on explore#groups Closes #29531 See merge request !9988
| | * | | | | | Fixed duplicate pagination on explore#groupsduplicate-pagination-group-explorePhil Hughes2017-03-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #29531
| * | | | | | | Created a container class for filtered searchPhil Hughes2017-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class returns the correct container the filtered search should be run in At the moment it doesn't allow for multiple to be used at once, need to look at a way to fix this [ci skip]
| * | | | | | | Added filter bar into add issues modalPhil Hughes2017-03-162-16/+19
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-7/+7
| | | | | | |
| * | | | | | Merge branch 'group-gear-setting-dropdown-to-tab' into 'master' Douwe Maan2017-03-165-20/+21
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the gear settings dropdown in the group view to a tab Closes #23304 See merge request !9882
| | * | | | | Changed "Edit Group" subtab to "General" and moved itgroup-gear-setting-dropdown-to-tabJose Ivan Vargas2017-03-152-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the first option inside said subtab. Also code cleanup
| | * | | | | Fixed some missing permission conditionsJose Ivan Vargas2017-03-142-11/+12
| | | | | | |
| | * | | | | Fixed haml_lint warning for the settings_head partialJose Ivan Vargas2017-03-142-2/+1
| | | | | | |
| | * | | | | Moved the gear settings dropdown in the group view to a tabJose Ivan Vargas2017-03-145-19/+24
| | | | | | |
| * | | | | | Merge branch '8836-mr-revert' into 'master' Robert Speicher2017-03-151-5/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' See merge request !9974
| | * | | | | | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
| * | | | | | | Merge branch 'add_quick_submit_for_snippet_forms' into 'master' Clement Ho2017-03-151-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add quick submit for snippet forms Closes #27534 See merge request !9911
| | * | | | | | Add quick submit for snippet formsblackst0ne2017-03-141-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-157-6/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better priority sorting Closes #28754 See merge request !9938
| | * | | | | | Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-154-3/+6
| | | | | | | |
| | * | | | | | Allow sorting by due date and label prioritySean McGivern2017-03-153-3/+5
| | | | | | | |
| * | | | | | | Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-151-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
| | * | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-111-1/+1
| | | | | | | | |
| * | | | | | | | Remove whitespace in group linksXurxo2017-03-151-5/+2
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'fix-milestone-name-on-show' into 'master' Rémy Coutable2017-03-152-2/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo on Milestones show page. Fixes #29214 Closes #29214 See merge request !9913
| | * | | | | | Switch to using milestone.to_reference when displaying milestone Fix #29214Raveesh2017-03-142-2/+2
| | | | | | | |
| * | | | | | | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-151-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501
| | * | | | | | | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-131-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch '29441-cancel-button-misaligned-in-new-application-page' into ↵Filipa Lacerda2017-03-141-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Cancel button misaligned in New Application page" Closes #29441 See merge request !9933
| | * | | | | | | Change Canccel button class29441-cancel-button-misaligned-in-new-application-pageChris Peressini2017-03-141-1/+1
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Used to be `btn-default`, change it to `btn-cancel`
| * | | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-143-19/+19
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| | * | | | | | Hides on mobilePhil Hughes2017-03-081-1/+2
| | | | | | | |
| | * | | | | | Updated specsPhil Hughes2017-03-081-1/+1
| | | | | | | |
| | * | | | | | Added filtered search bar to issue boardsPhil Hughes2017-03-083-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #28312