summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Boards spec update to take into account removed backlogPhil Hughes2017-02-032-146/+73
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix feature spec for issue sidebar on issue boardsDouglas Barbosa Alexandre2017-02-031-30/+33
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix feature spec to create new issue on issue boardsDouglas Barbosa Alexandre2017-02-031-2/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Remove backlog lists from factoriesDouglas Barbosa Alexandre2017-02-032-7/+0
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update the API endpoint to get the lists of a project boardDouglas Barbosa Alexandre2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-032-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-038-88/+6
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-035-55/+50
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Used issue bulk update instead of different endpointPhil Hughes2017-02-038-21/+16
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Added more testsPhil Hughes2017-02-037-3/+317
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Reloads issues when re-opening modalPhil Hughes2017-02-039-35/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Added empty statePhil Hughes2017-02-038-9/+105
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Cleaned up some codePhil Hughes2017-02-038-163/+91
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Started testsPhil Hughes2017-02-0312-33/+242
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Created a modal storePhil Hughes2017-02-039-73/+98
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Search bar now returns dataPhil Hughes2017-02-037-35/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Selected data is added into a different array
| * | | | | | | | | | | | | | | | | | Changed where data gets loadedPhil Hughes2017-02-039-44/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed what is hidden when data is loading
| * | | | | | | | | | | | | | | | | | Added selectable list before adding issuesPhil Hughes2017-02-035-8/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds issues to list on frontend - need to push to backend
| * | | | | | | | | | | | | | | | | | Mobile sizesPhil Hughes2017-02-031-1/+11
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fixes layout issue on selected tabPhil Hughes2017-02-032-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed modal not closing on cancel clicked
| * | | | | | | | | | | | | | | | | | Selected issues show with checkmarkPhil Hughes2017-02-036-24/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submit button disables/enables Submit button selects ids - but does not push it yet
| * | | | | | | | | | | | | | | | | | Added masonry layoutPhil Hughes2017-02-037-17/+2548
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Possibly need to change masonry library but so far it is the only one I found that works well
| * | | | | | | | | | | | | | | | | | Styling fix for listPhil Hughes2017-02-034-2/+9
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add issues to boards listPhil Hughes2017-02-0318-52/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the backlog list & instead creates a modal window that will list all issues that are not part of a list for easy adding onto the board Closes #26205
* | | | | | | | | | | | | | | | | | | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-035-0/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
| * | | | | | | | | | | | | | | | | | | Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-035-0/+123
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
* | | | | | | | | | | | | | | | | | | Merge branch ↵Sean McGivern2017-02-032-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27267-unnecessary-queries-from-projects-dashboard-atom-and-json' into 'master' Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Closes #27267 See merge request !8956
| * | | | | | | | | | | | | | | | | | | Remove unnecessary queries for .atom and .json in ↵Oswaldo Ferreira2017-02-032-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dashboard::ProjectsController#index
* | | | | | | | | | | | | | | | | | | | Merge branch '25460-replace-word-users-with-members' into 'master' Clement Ho2017-02-033-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace words user(s) with member(s) Closes #25460 See merge request !8872
| * | | | | | | | | | | | | | | | | | | | adds changelog25460-replace-word-users-with-membersNur Rony2017-01-301-0/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | replace words user(s) with member(s)Nur Rony2017-01-302-5/+5
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch ↵Annabel Dunstone Gray2017-02-032-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari' into 'master' Resolve "Mini pipeline graph with many stages has no line spacing in Firefox and Safari" Closes #27332 See merge request !8886
| * | | | | | | | | | | | | | | | | | | | Adjust pipeline graph height so they don't touch27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safarisamrose32017-02-012-1/+6
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch '17662-rename-builds' into 'master' Kamil Trzciński2017-02-0356-220/+224
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
| * | | | | | | | | | | | | | | | | | | | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-0344-175/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
| * | | | | | | | | | | | | | | | | | | | | Adds changelog entryFilipa Lacerda2017-02-0312-26/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "builds" in project settings Replace "builds" in admin area
| * | | | | | | | | | | | | | | | | | | | | Change "Build" to "Job" in builds show page header and sidebarFilipa Lacerda2017-02-037-19/+19
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "Builds" to "Job" in Builds table Change "Get started with Builds" to "Get started with CI/CD Pipelines" in builds list view Change "Build" to "Jobs" in builds show view
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz2017-02-034-10/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved ref switcher dropdown performance Closes #18202 See merge request !7239
| * | | | | | | | | | | | | | | | | | | | Fixed protected branches dropdownref-switcher-perfPhil Hughes2016-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed up testsPhil Hughes2016-11-212-3/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed the active branch selected indicatorPhil Hughes2016-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Changed how the data is returned - we only care about the branch/tag namePhil Hughes2016-11-212-4/+5
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Uses take rather than KaminariPhil Hughes2016-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Use cloneNode instead of createElementPhil Hughes2016-11-211-5/+13
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Improved ref switcher dropdown performancePhil Hughes2016-11-212-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #18202
* | | | | | | | | | | | | | | | | | | | | Merge branch 'markdown-plantuml' into 'master' Sean McGivern2017-02-039-8/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PlantUML support for Markdown Closes #4048 See merge request !8588
| * | | | | | | | | | | | | | | | | | | | | PlantUML support for MarkdownHoracio Sanson2017-02-039-8/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'squash' into 'master' Sean McGivern2017-02-0313-28/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport changes from EE squash See merge request !8912
| * | | | | | | | | | | | | | | | | | | | | Backport changes from EE squashSean McGivern2017-02-0313-28/+75
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport changes from the EE-only squash implementation, which would otherwise conflict when merge CE into EE. <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1024>
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-0322-32/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace `find_with_namespace` with `find_by_full_path` See merge request !8949