summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/shortcuts_issuable.js
Commit message (Collapse)AuthorAgeFilesLines
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Remove turbolinks.Bryce Johnson2017-02-021-2/+1
| |
* | Merge branch 'master' into webpackMike Greiling2017-02-021-3/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Change the reply shortcut to focus the field even without a selection.Brian Hall2017-01-311-3/+6
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-25/+33
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Statisfy eslintcopy-as-mdDouwe Maan2017-01-251-1/+1
| |
| * Merge branch 'master' into copy-as-mdDouwe Maan2017-01-191-3/+1
| |\ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
| | * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| | |
| * | Trigger autosize on the textarea after pastingDouwe Maan2017-01-191-1/+8
| | |
| * | Don't copy as GFM when more than GFM is selectedDouwe Maan2017-01-191-0/+3
| | |
| * | Move some functions to utilsDouwe Maan2017-01-181-1/+1
| | |
| * | Fix ShortcutsIssuable#replyWithSelectedText testsDouwe Maan2017-01-171-10/+6
| | |
| * | Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-161-22/+26
| |/
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+2
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-2/+4
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+75