Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hound-search/hound
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gitgrep-com/gitgrep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 28 files changed
  • 1 contributor

Commits on Nov 10, 2018

  1. Fixup imports for fork

    karmakaze committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    e0b771d View commit details
    Browse the repository at this point in the history
  2. Accept full_cert_filename and priv_cert_filename in config to enable …

    …TLS. Use with --addr :443 command-line option [#1]
    karmakaze committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    0eb864f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. We haven't needed to set GOMAXPROCS since Go 1.5 and already defaults…

    … to cores or environment
    karmakaze committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    50a0087 View commit details
    Browse the repository at this point in the history
  2. Don't treat empty/missing paths in config as relative path (cwd) lead…

    …ing to bad error messages
    karmakaze committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6fca2d7 View commit details
    Browse the repository at this point in the history
  3. Add config option for JWT token in config.jwt_cookie_name / config.jw…

    …t_secret_key (std base64 HS256) [#2]; Redirect config.jwt_login_url on failure [#3]
    karmakaze committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    fe79d62 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    7506e2b View commit details
    Browse the repository at this point in the history
  2. Add deploy-demo make rule

    karmakaze authored and root committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    d9b3e24 View commit details
    Browse the repository at this point in the history
  3. Add top_html config option

    karmakaze committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    1537b98 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Repo name

    karmakaze committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    0a68171 View commit details
    Browse the repository at this point in the history
Loading