Skip to content

Releases: itpp-labs/hound

3.0.1: Fix crashes

14 Jul 08:18
Compare
Choose a tag to compare

Fix

  • Show error message with suggestion to refresh page when repos list and search results are inconsistent: #55
  • Fix rare server crashes: #53

3.0.0

25 May 06:59
Compare
Choose a tag to compare

New

Fix

  • Fix errors on some queries: #25, #32
  • Fix #41: use init-search in Open Search explicitly

Major change

To apply this update in existing deployment you need:

  • remove idx-* folders in data folder, cause metadata is changed
  • update config format: "repos" is now array with new attribute "name"

2.0.1: Filter repos with regular expression

11 May 12:09
1462317
Compare
Choose a tag to compare

After this update you may need to cleanup data folder, cause new folder naming is changed. See #39

1.2.0: allow configuring initial search parameters

08 May 08:07
Compare
Choose a tag to compare

PR: #37

Example for new config:

    "init-search": {
        "excludeFiles": "ui/bindata.go"
    },

1.1.0: Collapse files + sync upstream

07 May 08:35
Compare
Choose a tag to compare

Apply updates from google/codesearch

23 Jan 06:40
Compare
Choose a tag to compare

First release after fork

23 Jan 06:11
dabb14e
Compare
Choose a tag to compare

Tracked updates are:

  • refactoring UI code
  • add Exclude Files option