summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-5/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-1/+2
|
* Make flash notifications stickyFatih Acet2019-09-031-12/+10
| | | | | This commit also unifies layout structure and remove no_container flag
* Add Import CSV FrontendHeinrich Lee Yu2019-01-071-3/+2
| | | | Added button and modal to accept CSV file for uploading
* [Rails5] Add `safe_params` helperblackst0ne2018-04-081-1/+1
| | | | | | | | | | Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
* Remove common_vue bundleMike Greiling2018-03-061-3/+0
|
* Refactor issue index filtered searchissue-index-refactorJacob Schatz2018-02-121-1/+0
|
* Create merge request from emailJan Provaznik2017-12-051-2/+2
| | | | | | | | | | | * new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
* Remove all old sub nav barsAnnabel Dunstone Gray2017-09-251-2/+0
|
* Moves the action buttons out of the breadcrumbsPhil Hughes2017-09-061-4/+1
| | | | Closes #36459
* Clean up new navigation templatesPhil Hughes2017-09-061-4/+3
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* New navigation breadcrumbsPhil Hughes2017-06-301-13/+6
|
* Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-061-1/+6
|
* ensure filtered_search utilizes common_vue bundleuse-common-vue-for-filtered-searchMike Greiling2017-05-101-1/+2
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-2/+2
|
* Redirect to signin when New Issue for not logged inSam Rose2017-03-201-9/+8
|
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-5/+3
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-281-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
| * Add tooltip to subscribe btnui-updatesAnnabel Dunstone Gray2017-01-261-1/+1
| |
| * Speed up animation transition; add hover state to top right iconsAnnabel Dunstone Gray2017-01-241-3/+1
| | | | | | | | Remove subscribe text from button
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-2/+4
|\ \ | |/
| * we're actually not using issue finder hereLin Jen-Shin2017-01-091-1/+1
| |
| * Pass the arguments from where we render the partialLin Jen-Shin2017-01-091-1/+1
| | | | | | | | | | Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
| * Add basic searchClement Ho2017-01-091-2/+4
|/
* Added empty state svg and set up blank conditional20840-getting-started-better-empty-state-for-issues-viewLuke "Jared" Bennett2016-11-181-20/+4
| | | | | | | | | | | | | | | | Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
* Issues atom feed url reflect filters on dashboard22947-fix_issues_atom_feed_urlLucas Deschamps2016-11-031-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add flash containers and broadcast messages below subnavcreate-mr-bannerAnnabel Dunstone Gray2016-10-011-1/+2
|
* Fix issues bulk update from issues index pageDmitriy Zaporozhets2016-09-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* State specific default sort order for issuableszs2016-08-011-1/+7
| | | | | | | | | | | | | | | Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
* Merge some repeated codes to the partialLin Jen-Shin2016-07-271-9/+3
|
* Fix duplicated issues partial and two cases need the button:Lin Jen-Shin2016-07-261-10/+10
| | | | For both having existing issues and having no issues.
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-10/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (1547 commits) Add margin between buttons if both retry and cancel are present Add margin between labels; remove underline hover style on status button udpated JS based on feedback Use default cursor for table header of project files (!5165) Fix duplicated entry in changelog [ci skip] Improves left static sidebar behaviour Include default callback URL (OAuth) Cleanup feature proposal template Simplify regex for string-based multi-word label surrounded in quotes Revert "Merge branch '18193-developers-can-merge' into 'master' " Upgrade Rails from 4.2.6 to 4.2.7. some JS magic to fix empty URL bug formats my test properly Update CHANGELOG Doesn't match empty label references surrounded in quotes Fix markdown rendering for label references that contains `.` Fix markdown rendering for label references that begin with a digit Fix markdown rendering for consecutive label references Stub omniauth provider for GitLab Update CHANGELOG ...
| * Add new stopwatch and commit icons; rename custom icon helper; fix commit ↵Annabel Dunstone2016-07-121-1/+1
| | | | | | | | pipeline layout
| * Fixed spellingissues-blank-statePhil Hughes2016-07-061-3/+3
| | | | | | | | Used variable for icon color
| * Uses any method instead of nil to check for issuesPhil Hughes2016-07-051-1/+1
| |
| * Added blank state to issuesPhil Hughes2016-07-051-15/+31
| |
| * Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
| |
* | Added new issue by email modal windowPhil Hughes2016-06-301-0/+6
|/
* Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets2016-06-101-15/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch '17562-filter-issues-is-only-visible-when-user-is-logged-in' ↵Jacob Schatz2016-06-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' #17562 Fixes issues list filter only visible when user is logged in ## What does this MR do? 1. Moves the issue/MR list search form out of the `if current_user` conditional, allowing guests to view the field. 2. Adds some margin to the search form, this is because in mobile view for guest users, the field was not supported by the RSS button and the New Issue button and would drop to meet the list. ## Are there points in the code the reviewer needs to double check? Are there any views where the `margin-bottom: 12px` will affect the styling? ## Why was this MR needed? Guest user UX. Nothing feels better than increasing intangible value! ## What are the relevant issue numbers? Fixes #17562. ## Screenshots (if relevant) ![Screen_Shot_2016-05-16_at_23.48.06](/uploads/cf0f0c48287517ac3e83b204b4ee09b2/Screen_Shot_2016-05-16_at_23.48.06.png) /cc @jschatz1 **UPDATE:** ![Screen_Shot_2016-05-20_at_16.13.22](/uploads/eb854838a514d0d54d0f13bde1636b8a/Screen_Shot_2016-05-20_at_16.13.22.png) See merge request !4171
| * Fixes issue search form hiding when current_user is nil (guest user)Luke Bennett2016-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes the bottom margin of .nav-controls > form (issues list search/filter form) so when a guest views on the field on mobile it is not squished against the issues list Updated CHANGELOG navigation tabs and navigation filter search will now stay on the same row until there is no space to Removed unneeded media queries
* | Cleanup and imrpove issue/mr buttonsDmitriy Zaporozhets2016-06-081-1/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-1/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Display nav controls on mobileAlfredo Sumaran2016-03-181-0/+2
|
* Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-051-12/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project header title definition to view in question.Douwe Maan2015-09-171-0/+2
|