summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-9/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-2/+1
|
* I18N JS files starting with ijs-i18n-iBrandon Labuschagne2019-05-071-3/+8
| | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-051-14/+0
| | | | | This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
* Hide related branches when user does not have permissionMark Chao2019-03-211-1/+3
| | | | Guest user of a project should not see branches
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-29/+44
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-131-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (25 commits) Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" Fix warning messages for promoting labels and milestones Fixed missing js selector for the realtime pipelines commit comp Honour workhorse provided file name Create an empty wiki when there is no wiki in the gitlab export bundle Revert and remove header_title line from labels issue Fixed bug with param config changed params passed to from a string to an object Move IssuableTimeTracker vue component Fix breadcrumb on labels page for groups Convert groups_select ajax to use axios Default CI variables to unprotected make sure there is a dependency on Gitlab::CurrentSettings is Make GITLAB_FEATURES in build_spec compatible with EE Update jquery.waitforimages & use npm version Fixed typo, updated test, and removed commented code Replaced use of $.get with axios.get and updated tests ...
| * Update jquery.waitforimages & use npm versionnpm-waitforimagesPhil Hughes2018-02-081-1/+0
| | | | | | | | #39072
* | Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-28/+47
|/
* Converted issue.js to axiosPhil Hughes2018-01-301-22/+18
|
* Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-1/+1
| | | | | | | 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
* Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-081-12/+1
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-2/+2
|
* Remove issue and issue status select from global namespaceFilipa Lacerda2017-10-301-3/+1
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-3/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Add top level items to fly-out navigationPhil Hughes2017-09-061-1/+1
| | | | | | This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
* IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-211-1/+1
|
* IssueNotesRefactor: Listen main issue action and update note form buttons.Fatih Acet2017-07-211-2/+1
|
* IssueNotesRefactor: Fix issue reopen/close bug after merging from master.Fatih Acet2017-07-211-2/+2
|
* Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' ↵Jacob Schatz2017-07-071-11/+40
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Report abusive content from an issue or merge request" Closes #30281 See merge request !11786
| * Fix MR and issue specsLuke "Jared" Bennett2017-07-071-4/+4
| |
| * Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett2017-07-071-26/+10
| | | | | | | | search specs
| * Fixed issue_spec and merge_request_spec for report toggle changesLuke "Jared" Bennett2017-07-071-4/+6
| |
| * Fixed MR single button submit failure and attempted to tidy up close_reopen ↵Luke "Jared" Bennett2017-07-071-1/+1
| | | | | | | | partials using issuable_helpers and setDisable will use true as default bool
| * Dont show toggle if only one action is available and do not show report as ↵Luke "Jared" Bennett2017-07-071-3/+28
| | | | | | | | abuse for current_user's issuables
| * Remove inclusive JS importsLuke "Jared" Bennett2017-07-071-2/+2
| |
| * Added specsLuke "Jared" Bennett2017-07-071-2/+2
| |
| * Added report issuable featureLuke "Jared" Bennett2017-07-071-7/+25
| |
* | refactor TaskList class to ES module syntaxMike Greiling2017-07-061-2/+2
|/
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-6/+6
|
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-43/+31
|
* Reset New branch button when issue state changes💃 Winnie 💃2017-04-121-51/+57
|
* handle commas in Issue total countSimon Knox2017-03-211-3/+5
|
* Convert Issue into ES6 class (!9636)winniehell2017-03-081-116/+110
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-171-33/+10
|\ | | | | | | | | move task_list setup and events to own class See merge request !9016
| * update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-0/+1
| |
| * notes use new task_list, and PATCH instead of POSTSimon Knox2017-02-081-1/+5
| | | | | | | | | | use data attribute for submit url optional onSuccess
| * copypaste task_list setup and events to own classSimon Knox2017-02-071-33/+5
| | | | | | | | switch issue and merge request to use it
* | update issue count when closing/reopening an issueSimon Knox2017-02-141-0/+3
|/
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-4/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| |
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-3/+3
|/
* In issue view, remove checking branches and new branch unavailable statesvictorwu2016-12-261-3/+0
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+2
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|