summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Indicate on Status if Issue was Moved36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicatedAndrew Fontaine2019-01-251-1/+4
| | | | | | | | | Add the text `(moved)` to the `Closed` status indicator on a closed issue if the reason the issue was closed was due to moving it. This only applies to closed issues. Issues that were closed and moved then later re-opened only show `Open`. This makes it more immidately clear why the issue was closed.
* Merge branch '54386-integrate-mobile-css-framework-into-specific-frameworks' ↵Annabel Dunstone Gray2019-01-031-1/+1
|\ | | | | | | | | | | | | | | | | into 'master' Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
| * Remove .new-issue-linkTakuya Noguchi2018-12-121-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Code style changes and refactorHeinrich Lee Yu2018-12-201-2/+0
| |
* | Pass in just assignees instead of issuableHeinrich Lee Yu2018-12-191-1/+3
| |
* | Refactor sidebar to use data from serializerHeinrich Lee Yu2018-12-191-1/+1
|/
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-231-3/+4
| | | | requests"
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restrict reopening locked issues for issue authorsJarka Kadlecová2018-09-041-1/+3
|
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-2/+2
|
* Fix dropdownsClement Ho2018-04-171-1/+1
|
* Fix bad card renames from scoping issue board card selectorsClement Ho2018-04-161-1/+1
|
* [skip ci] Convert previous .card to .board-cardClement Ho2018-04-131-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-121-5/+8
|\
| * Show `New Issue` link for projectsBob Van Landuyt2018-04-111-5/+8
| | | | | | | | | | | | | | When a user is not logged in, we want to show the `New Issue` link so he gets directed to the login flow first. When a project is archived, we never want to show the link.
* | [skip ci] Replace hidden-xsClement Ho2018-04-091-2/+2
| |
* | [skip ci] Replace hidden-smClement Ho2018-04-091-2/+2
| |
* | [Skip ci] replace .hidden-lgClement Ho2018-04-091-4/+4
| |
* | [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-091-1/+1
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
| |
* | Replace .pull-left with .float-leftClement Ho2018-04-091-1/+1
| |
* | Rename .btn-default to .btn-secondaryClement Ho2018-04-091-2/+2
|/
* Ignore InlineJavaScript linter in existing script tag locations.winh-inline-script-linterConnor Shea2018-02-281-0/+1
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-1/+1
|
* Don't convert issuable_initial_data into JSONjprovazn-issuable-dataJan Provaznik2018-02-261-1/+1
| | | | | | | | | | Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
* remove issue_show webpack bundle in favor of pages/projects/issues/show/index.jsremove-issues-showMike Greiling2018-02-231-3/+0
|
* Remove "notes" bundle from webpack configMike Greiling2018-02-201-4/+0
|
* Chart.html.haml refactorJacob Schatz2018-02-191-2/+2
|
* Show inline edit button for issuesClement Ho2017-12-191-5/+0
|
* Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-3/+3
| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
* Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-081-2/+2
|
* Merge branch ↵Jacob Schatz2017-12-071-2/+2
|\ | | | | | | | | | | | | | | | | '40555-replace-absolute-urls-with-related-branches-to-avoid-hostname' into 'master' Replace absolute URLs on related branches/MRs with relative url to avoid hostname Closes #40555 See merge request gitlab-org/gitlab-ce!15735
| * Replace absolute URLs on related branches/MRs with relative url to avoid ↵40555-replace-absolute-urls-with-related-branches-to-avoid-hostnameEric Eastwood2017-12-041-2/+2
| | | | | | | | hostname
* | Generalize detail page headers40543-generalize-detail-page-headersEric Eastwood2017-12-051-6/+6
|/ | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40543 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15192
* Merge branch '39497-inline-edit-issue-on-mobile' into 'master'Annabel Dunstone Gray2017-11-201-1/+1
|\ | | | | | | | | | | | | Add inline editing to issues on mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438
| * Add inline editing to issues on mobileEric Eastwood2017-11-181-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
* | Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett2017-11-161-2/+2
|/
* Fix task_lists_specLuke "Jared" Bennett2017-09-181-0/+1
|
* Merge FELuke "Jared" Bennett2017-09-141-2/+3
|
* Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-061-2/+1
|\
| * Remove checks if issue.author is presentJarka Kadlecova2017-09-051-2/+1
| |
* | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-041-4/+9
|\ \ | |/
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-1/+2
| |\ | | | | | | | | | | | | # Conflicts: # app/models/issue.rb
| * | Misc tweaksDouwe Maan2017-08-171-0/+5
| | |
| * | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-081-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (481 commits) Make sure that we have author and committer disable file upload button while uploading Fix bar chart does not display label at hour 0 Fixed activity not loading on project homepage Expose noteable_iid in Note Fix fly-out width when it has long items Add a test to show that threshold 40 would corrupt Add changelog entry Raise encoding confidence threshold to 50 Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` Add Italian translations of Pipeline Schedules Restrict InlineJavaScript for haml_lint to dev and test environment Incorporate Gitaly's CommitService.FindCommit RPC Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit fix repo_edit_button_spec.js fix test failures in repo_preview_spec.js fix repo_loading_file_spec tests Refactor Gitlab::Git::Commit to include a repository use 100vh instead of flip flopping between the two - works on all suported browsers ...
| * | | IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-211-1/+1
| | | |
| * | | IssueNotesRefactor: Fix adding main note awards.Fatih Acet2017-07-211-1/+1
| | | |
| * | | IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet2017-07-211-2/+2
| | | |
* | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-08-301-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix failure when issue author is nilJarka Kadlecova2017-08-251-1/+2
| | |/ | |/|