summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'redesign-searchbar-admin-project-26794' into 'master'Jacob Schatz2017-02-061-1/+1
|\ | | | | | | | | | | | | Modify the search bar area on admin/projects page Closes #26794 See merge request !8776
| * fixes mobile viewredesign-searchbar-admin-project-26794Nur Rony2017-01-311-1/+1
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 '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 'master' into go-go-gadget-webpackMike Greiling2017-02-036-14/+24
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-031-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * | | Remove turbolinks.Bryce Johnson2017-02-021-1/+1
| | |/ /
| * | | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-031-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add issues to boards list Closes #26205 See merge request !8737
| | * | | 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
| | * | | Add issues to boards listPhil Hughes2017-02-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 '17662-rename-builds' into 'master' Kamil Trzciński2017-02-031-2/+2
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
| | * | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-031-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | Replace "builds" in project settings Replace "builds" in admin area
| * | | Backport changes from EE squashSean McGivern2017-02-033-9/+18
| |/ / | | | | | | | | | | | | | | | | | | 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 '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-021-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | Keep snippet visibility on errorSean McGivern2017-02-021-2/+1
| |/ / | | | | | | | | | | | | | | | | | | 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 'master' into go-go-gadget-webpackMike Greiling2017-01-3116-30/+36
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
| * | 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 '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-314-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| | * | | | Remove unneeded 'borderless' from icons nameFilipa Lacerda2017-01-254-0/+0
| | | | | |
| | * | | | added icons and fixed mini pipeline action dropdown iconsdimitrieh2017-01-254-0/+4
| | | | | |
| * | | | | Merge branch 'move-todos-empty-state-icons' into 'master' Fatih Acet2017-01-302-0/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Move todos empty state icons See merge request !7370
| | * | | | Moved todos icons to new foldermove-todos-empty-state-iconsLuke "Jared" Bennett2016-11-222-0/+0
| | | | | |
| * | | | | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-305-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed delete labels not working Review changes
| * | | | | Remove border from issues, todos and MR pagesOswaldo Ferreira2017-01-272-2/+2
| | | | | |
| * | | | | Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-11/+3
| | | | | |
| * | | | | Refactor code when rendering a collection of issuesBerna Castro2017-01-271-4/+1
| | | | | |
| * | | | | Don't group projects on dashboard#issuesBerna Castro2017-01-271-11/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-2711-21/+28
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * | | | Revert 3f17f29arevert-filter-assigned-to-meClement Ho2017-01-261-4/+0
| | |/ / | |/| |
| * | | HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya2017-01-241-2/+2
| | | |
| * | | HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-244-6/+6
| | | |
| * | | Merge branch 'issue-filter-click-to-search' into 'master' Jacob Schatz2017-01-231-5/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Allow issue filter submission using mouse only See merge request !8681
| | * | | allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling2017-01-211-1/+1
| | | | |
| | * | | remove vestigial onsubmit event triggerMike Greiling2017-01-211-4/+0
| | | | |
| * | | | Button by itself will submit forms. Button type button willn'tJacob Schatz2017-01-211-1/+1
| |/ / /
| * | | Merge branch ↵Jacob Schatz2017-01-211-0/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26623-search-bar-dropdown-doesn-t-load-when-you-go-back-in-browser-history' into 'master' Fixed search component not instantiating back when pressing the back button on the issue page Closes #26623 See merge request !8676
| | * | | Fixed search component not instantiating back when pressing the back button ↵26623-search-bar-dropdown-doesn-t-load-when-you-go-back-in-browser-historyJose Ivan Vargas2017-01-201-0/+10
| | | | | | | | | | | | | | | | | | | | on the issue page
| * | | | Merge branch '26955-handle-legacy-issue-filter-params' into 'master' Jacob Schatz2017-01-211-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Filter issues input does not show assignee name when there is an assignee ID in the URL" Closes #26955 See merge request !8674
| | * | | | pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-1/+1
| | |/ / /