Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-07Fixed GFM references not being included when update issue inlinePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
2017-06-30Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz
Enable webpack code splitting Closes #32989 See merge request !12032
2017-06-29Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann
2017-06-28dynamically import emoji helpers for GfmAutoComplete classMike Greiling
2017-06-27move glEmojiTag method to emoji helperMike Greiling
2017-06-27export validEmojiNames for autocompleteMike Greiling
2017-06-23centralize emoji helper methodsMike Greiling
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
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`
2017-06-05Improve user experience around slash commands in instant commentsKushal Pandya
2017-05-16Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood
2017-05-03Add enableMap to gl.GfmAutoComplete for partial re-useEric Eastwood
EE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1800
2017-04-27Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern
2017-04-25Fix rendering emoji inside a stringblackst0ne
2017-04-12Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-08Update emojis to use harmony modules (import/export)Eric Eastwood
2017-03-06Use native unicode emojisEric Eastwood
- 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
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2016-08-13Support slash commands in noteable description and notesRémy Coutable
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>
2016-08-02Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan
2016-07-24ES6ify all the things!Fatih Acet