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

feat(gateway): Gateway.FastDirIndexThreshold #8853

Merged
merged 8 commits into from
Apr 28, 2022

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    ba11f70 View commit details
    Browse the repository at this point in the history
  2. feat(gw): HTMLDirListingLimit

    This is alternative take on the way we limit the HTML listing output.
    Instead of a hard cut-off, we list up to HTMLDirListingLimit.
    When a directory has more items than HTMLDirListingLimit we show
    additional header and footer informing user that only $HTMLDirListingLimit
    items are listed. This is a better UX.
    lidel committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    11d364b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    713fc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. refactor: Gateway.FastDirIndexThreshold

    see explainer in docs/config.md
    lidel committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9ded4b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. refactor: prealoc slices

    lidel committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    13ba0f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736d6de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8f07c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. docs: apply suggestions from code review

    Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
    lidel and alanshaw committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6272f8d View commit details
    Browse the repository at this point in the history