summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Changed date check testremove-jquery-ui-datepickerPhil Hughes2017-02-061-1/+1
|
* Updated styles for PikadayPhil Hughes2017-02-061-0/+1
|
* Replaced more jQuery UI datepickersPhil Hughes2017-02-061-3/+0
|
* Removed jQuery UI datepickerPhil Hughes2017-02-061-5/+10
| | | | Part of #18437 to remove jQuery UI. This removes the datepicker
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-034-12/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed eslint test failure Fixed redirection from http://someproject.git to http://someproject Add traits for the different Event types to the Event factory prevent nonewline type diff lines from containing unfolding link ensure linenumber data attribute is correct for the last line in a diff chunk ensure last line in diff block is contained within a table row element ensure click event is bound only once
| * Merge branch '26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks' ↵Jacob Schatz2017-02-033-9/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Line numbers are off in dynamically loaded diff chunks" Closes #26300 See merge request !8428
| | * ensure linenumber data attribute is correct for the last line in a diff chunk26300-line-numbers-are-off-in-dynamically-loaded-diff-chunksMike Greiling2017-01-183-9/+7
| | |
| | * ensure last line in diff block is contained within a table row elementMike Greiling2017-01-182-2/+4
| | |
| * | Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis2017-02-031-1/+1
| |\ \ | | | | | | | | | | | | | | | | Refactor integrations page documentation See merge request !8966
| | * | 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 ↵Jacob Schatz2017-02-031-2/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26829-diff-unfolding-links-erroneously-present-on-no-newline-lines' into 'master' Prevent "nonewline" type diff lines from showing a diff unfolding link Closes #26829 See merge request !8632
| | * | | prevent nonewline type diff lines from containing unfolding link26829-diff-unfolding-links-erroneously-present-on-no-newline-linesMike Greiling2017-01-181-2/+10
| | | | |
* | | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0361-141/+141
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * | | | 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 'master' into webpackMike Greiling2017-02-0215-16/+32
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * | | | | 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