summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gfm_auto_complete.js
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
|
* Fixed GFM references not being included when update issue inlineissue-description-gfmPhil Hughes2017-07-071-0/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
* Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-6/+12
|\ | | | | | | | | | | | | Enable webpack code splitting Closes #32989 See merge request !12032
| * dynamically import emoji helpers for GfmAutoComplete classMike Greiling2017-06-281-6/+12
| |
* | Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann2017-06-291-0/+7
|/
* move glEmojiTag method to emoji helperMike Greiling2017-06-271-2/+1
|
* export validEmojiNames for autocompleteMike Greiling2017-06-261-2/+2
|
* centralize emoji helper methodsMike Greiling2017-06-231-5/+4
|
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Improve user experience around slash commands in instant commentsKushal Pandya2017-06-051-3/+12
|
* Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-234/+248
|
* Add enableMap to gl.GfmAutoComplete for partial re-usebackport-ee-1800-add-enable-map-to-gfm-auto-completeEric Eastwood2017-05-031-67/+102
| | | | | EE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1800
* Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-1/+10
|\
| * Fix rendering emoji inside a stringblackst0ne2017-04-251-1/+10
| |
* | Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres2017-04-111-1/+1
|/
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-361/+357
|
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-5/+3
|
* Use native unicode emojisEric Eastwood2017-03-061-2/+15
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+383
|
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-272/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan2016-08-011-2/+2
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+272