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

Fix nil checking on typed interface #17598

Merged
merged 9 commits into from
Nov 15, 2021
Merged

Commits on Nov 9, 2021

  1. Fix nil checking on typed interface

    - Partially resoles go-gitea#17596
    - Resolves SA4023 errors.
    - Ensure correctly that typed interface are nil.
    Gusted committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6b22b0e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Remove unnecessary code

    `NewBleveIndexer` will never return nil, even on errors.
    Gusted committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e1cecf8 View commit details
    Browse the repository at this point in the history
  2. Patch NewBleveIndexer

    Gusted committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    120988b View commit details
    Browse the repository at this point in the history
  3. Fix low-level functions

    Gusted committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0dac637 View commit details
    Browse the repository at this point in the history
  4. Remove deadcode

    Gusted committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3297fce View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Fix GetSession

    Gusted committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    05317d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    7265ce8 View commit details
    Browse the repository at this point in the history
  2. Close Elastic search when err isn't nil

    Gusted committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1fb1ccd View commit details
    Browse the repository at this point in the history
  3. Update elastic_search.go

    wxiaoguang authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    9d4c953 View commit details
    Browse the repository at this point in the history