summaryrefslogtreecommitdiff
path: root/app/helpers/issuables_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor issuables index actionsJarka Kadlecova2017-11-071-2/+0
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-12/+15
* Load participants asyncEric Eastwood2017-10-311-10/+13
* Cache issuable template namesSean McGivern2017-10-121-10/+2
* Use relative paths for opening and closing issuablesbvl-fix-close-issuable-linkBob Van Landuyt2017-09-281-6/+15
* Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issuekushalpandya2017-09-111-1/+0
* Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-071-0/+8
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-23/+9
| |\
| * | Group boards CE backportFelipe Artur2017-08-281-0/+8
* | | Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern2017-09-061-0/+9
|\ \ \
| * | | fixup whitespacemicael.bergeron2017-09-061-1/+1
| * | | rework the contributor badgemicael.bergeron2017-09-061-2/+2
| * | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-0/+9
| | |/ | |/|
* | | removed show_new_nav? referencesbreadcrumbs-improvementsPhil Hughes2017-09-061-14/+1
* | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-051-1/+2
|\ \ \ | |/ /
| * | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-1/+2
* | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-051-8/+0
|\ \ \ | |/ /
| * | Merge branch 'remove-unused-code-issueshelper' into 'master'Rémy Coutable2017-09-041-8/+0
| |\ \
| | * | Removed unused `IssuablesHelper#issuable_state_scope`Mehdi Lahmam2017-08-241-8/+0
| | |/
* | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-041-15/+8
|\ \ \ | |/ /
| * | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-2/+2
| * | Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz2017-09-021-4/+4
| |\ \
| | * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-1/+1
| | |\ \
| | * | | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-3/+3
| | * | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-5/+8
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Fix failing static-analysis (rubocop)Jarka Kadlecova2017-08-111-1/+1
| | * | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-101-3/+3
| | |\ \ \
| | * \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-0/+10
| | |\ \ \ \
| | * | | | | [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-1/+0
| | * | | | | [ci skip] Adds quick actions links to the toolbarFilipa Lacerda2017-07-261-1/+2
| | * | | | | Add data required for note formDouwe Maan2017-07-211-1/+1
| * | | | | | Ensure `issuables_count_for_state` returns the requested state countRobert Speicher2017-09-011-1/+1
| * | | | | | Remove issuable finder count cachingSean McGivern2017-08-311-10/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-08-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | replace `is_edited?` with `edited?`Maxim Rydkin2017-08-291-1/+1
| | |_|_|/ | |/| | |
* | | | | fix some inconsistencies with the breadcrumbsPhil Hughes2017-08-181-5/+14
|/ / / /
* | | | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-5/+8
| |_|/ |/| |
* | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* | | Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
| |/ |/|
* | moved some more inline codePhil Hughes2017-07-251-0/+10
|/
* Fix issuable state counter cache keysSean McGivern2017-07-191-1/+1
* Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered sear...Luke "Jared" Bennett2017-07-071-8/+0
* Tidy up close_reopen helpers and fix filtered-search-token paddingLuke "Jared" Bennett2017-07-071-18/+32
* Fixed MR single button submit failure and attempted to tidy up close_reopen p...Luke "Jared" Bennett2017-07-071-12/+26
* Revert parent param removalLuke "Jared" Bennett2017-07-071-2/+4
* Dont show toggle if only one action is available and do not show report as ab...Luke "Jared" Bennett2017-07-071-2/+5
* Removed merge_request/issue state_event param parent and removed issuable_pat...Luke "Jared" Bennett2017-07-071-28/+15
* Added report issuable featureLuke "Jared" Bennett2017-07-071-0/+41
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* Make issuables_count_for_state publicspeed-up-issue-counting-for-a-projectSean McGivern2017-06-301-12/+12