Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !3834

Merged
Created May 04, 2013 by Administrator@rootOwner

improve gfm autocomplete

  • Overview 4
  • Commits 1
  • Changes 9

Created by: ichord

Hi, I'm the project owner of jquery-atwho-rails ( At.js ) I have found that gfm autcomplete in gitlab's demo site was very slow. It's posting Ajax request every times while At.js catch the username. I have read all issues related to it, and found it's my bad that this plugin is not good enough. And it seems no one want to tell me about it. so i gonna to do it on my own.

Here is the improvement:

  • autocomplete issues
  • preload all data ( emojis, issues, members) when inputor (textarea, input) on focus.
  • can search by issues's title and id
  • can search by member's username and name
  • Show popup while preceding by space or is new line. #3786

One more thing, welcome any suggestions. Thanks. 😃

Commits log

  • update jquery-atwho-rails to v0.3.0
  • autocomplete issues and preload the data.
  • add autocomplete_source action to project for gfm autocomplete
  • move init_autocomplete layout from head_panel to project_resource
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/ichord/gfm-autocomp