Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Implement Elastic Search Code Indexer #7592

Closed
wants to merge 11 commits into from

Commits on Jul 22, 2019

  1. move codes indexer as a sub package

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    ec48756 View commit details
    Browse the repository at this point in the history
  2. remove unused codes

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    910bed5 View commit details
    Browse the repository at this point in the history
  3. fix imports

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    9f676cb View commit details
    Browse the repository at this point in the history
  4. only indexer when enabled

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    46f6298 View commit details
    Browse the repository at this point in the history
  5. clean the codes

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    726fd66 View commit details
    Browse the repository at this point in the history
  6. fix vet

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    0632174 View commit details
    Browse the repository at this point in the history
  7. fix lint

    lunny authored and jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    5e895d1 View commit details
    Browse the repository at this point in the history
  8. added elastic search case

    jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    0274ac5 View commit details
    Browse the repository at this point in the history
  9. Added elastic search code indexer

    Dependency: olivere/elastic, added to vendor and go mod
    jeffliu27 committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d6c74fa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Restructure ES indexing

    index:
            proposed change: code-indexer -> gitea
    mapping type:
            proposed change: indexer-data -> code
    jeffliu27 committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e0e6043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1705f2e View commit details
    Browse the repository at this point in the history