summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-039-13/+12
|\ | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| * Rename scripts_body_top to project_javascripts.Bryce Johnson2017-02-022-2/+2
| |
| * Remove turbolinks.Bryce Johnson2017-02-028-12/+11
| |
* | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-036-23/+15
|\ \ | | | | | | | | | | | | | | | | | | Add issues to boards list Closes #26205 See merge request !8737
| * | Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-031-1/+0
| | |
| * | Fixed bug with empty state showing after searchPhil Hughes2017-02-034-2/+7
| | | | | | | | | | | | Fixed users href path being incorrect
| * | Added remove buttonPhil Hughes2017-02-031-0/+2
| | |
| * | Fixed issue link hrefPhil Hughes2017-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
| | | | | | | | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
| * | Used issue bulk update instead of different endpointPhil Hughes2017-02-031-1/+2
| | |
| * | Added empty statePhil Hughes2017-02-031-1/+2
| | |
| * | Add issues to boards listPhil Hughes2017-02-033-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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 '25460-replace-word-users-with-members' into 'master' Clement Ho2017-02-032-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | replace words user(s) with member(s) Closes #25460 See merge request !8872
| * | | replace words user(s) with member(s)Nur Rony2017-01-302-5/+5
| | | |
* | | | Merge branch '17662-rename-builds' into 'master' Kamil Trzciński2017-02-0339-86/+86
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
| * | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-0328-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0311-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Backport changes from EE squashSean McGivern2017-02-035-12/+21
|/ / / | | | | | | | | | | | | | | | | | | 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>
* | | Only render hr when user can't archive project.Bryce Johnson2017-02-021-1/+1
| |/ |/|
* | Merge branch 'group-label-sidebar-link' into 'master' Sean McGivern2017-02-021-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fixed group label in issuable sidebar Closes #27253 See merge request !8924
| * | Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-021-1/+1
| | | | | | | | | | | | | | | | | | Group label link was pointing to group#issues rather than the projects issues. This fixes that by sending the correct subject to the link_to_label helper method. Closes #27253
* | | Merge branch '27291-unify-mr-diff-file-buttons' into 'master' Annabel Dunstone Gray2017-02-022-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | unifies mr diff file button style Closes #27291 See merge request !8874
| * | | removes old css class from everywhere27291-unify-mr-diff-file-buttonsNur Rony2017-02-021-1/+1
| | | |
| * | | unifies mr diff file button styleNur Rony2017-01-301-1/+1
| | |/ | |/|
* | | Merge branch ↵Alfredo Sumaran2017-02-022-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggered' into 'master' Update pipeline and commit URL and text on CI status change Closes #25811 See merge request !8351
| * | | Update pipeline and commit URL and text on CI status change25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggeredSam Rose2017-02-012-1/+5
| | |/ | |/|
* | | Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-027-6/+15
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Snippet spam Closes #26276 See merge request !8911
| * | Check public snippets for spamSean McGivern2017-02-022-0/+10
| | | | | | | | | | | | | | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
| * | Keep snippet visibility on errorSean McGivern2017-02-025-6/+5
| | | | | | | | | | | | | | | | | | | | | When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
* | | Merge branch '27494-environment-list-column-headers' into 'master' Annabel Dunstone Gray2017-02-011-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Edited the column header for the environments list from created to updated and a… Closes #27494 See merge request !8904
| * | Edited the column header for the environments list from created to updated ↵27494-environment-list-column-headersdimitrieh2017-01-311-1/+1
| | | | | | | | | | | | and added created to environments detail page colum header titles
* | | Merge branch '27484-environment-show-name' into 'master' Fatih Acet2017-01-311-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't capitalize environment name in show page Closes #27484 See merge request !8902
| * | | Don't capitalize environment name in show page27484-environment-show-nameFilipa Lacerda2017-01-311-1/+1
| | | | | | | | | | | | | | | | Upate test to match the new behavior
* | | | Merge branch '19164-mobile-settings' into 'master' Annabel Dunstone Gray2017-01-311-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19164 Add settings dropdown to mobile screens Closes #19164 See merge request !8896
| * | | | Remove settings cog from within admin scroll tabs; keep links centered19164-mobile-settingsAnnabel Dunstone Gray2017-01-311-1/+1
| | | | |
* | | | | Merge branch '26982-improve-pipeline-status-icon-linking-in-widgets' into ↵Annabel Dunstone Gray2017-01-313-5/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Improve pipeline status icon linking in widgets Closes #26982 See merge request !8705
| * | | | | Link to pipeline page from commit widget26982-improve-pipeline-status-icon-linking-in-widgetsAnnabel Dunstone Gray2017-01-301-2/+2
| | | | | |
| * | | | | Remove underline style for icon hoverAnnabel Dunstone Gray2017-01-301-1/+1
| | | | | |
| * | | | | Improve pipeline status icon linking in widgetsdimitrieh2017-01-233-4/+6
| | | | | |
* | | | | | Merge branch 'correct-gitlab-host-references' into 'master' Achilleas Pipinellis2017-01-313-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected docs href's See merge request !8527
| * | | | | | Corrected docs href'scorrect-gitlab-host-referencesLuke "Jared" Bennett2017-01-303-4/+3
| | | | | | |
* | | | | | | Merge branch '23767-disable-storing-of-sensitive-information' into 'master' Filipa Lacerda2017-01-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix disable storing of sensitive information when importing a new repo Closes #23767 See merge request !8885
| * | | | | | | Fix disable storing of sensitive information when importing a new repo23767-disable-storing-of-sensitive-informationClement Ho2017-01-301-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'fix/27479' into 'master' Sean McGivern2017-01-311-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove new branch button for confidential issues Closes #27479 See merge request !8894
| * | | | | | | | Remove new branch button for confidential issuesDouglas Barbosa Alexandre2017-01-311-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-311-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Promote project labels to group labels Closes #24021 See merge request !7242
| * | | | | | | Abillity to promote project labels to group labelsRitave2017-01-311-0/+4
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Fixes #24021
* | | | | | | Merge branch ↵Kamil Trzciński2017-01-316-4/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766