Commit Graph

1254 Commits

Author SHA1 Message Date
311b698388 Add TODOs 2023-05-19 17:16:54 -07:00
201bedf020 Remove workarounds for half-implemented windows support 2023-05-19 17:16:17 -07:00
9f2b392ddb Add key binding to select an entry and cd into that directory 2023-05-19 17:14:33 -07:00
79c32e7d51 Merge pull request #86 from ddworken/dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible
Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
2023-05-17 08:39:13 -07:00
06cbd0e7f3 Add extra string split so the test passes on github actions 2023-05-17 08:38:47 -07:00
e9a227e95d Release v0.207 v0.207 2023-05-16 18:06:42 -07:00
082d342b0d Add test to cover breakage in #82 2023-05-16 17:34:25 -07:00
c0e56eff0d Fix #82 by ensuring that the results list also filters out duplicates 2023-05-16 17:12:52 -07:00
7a44b6253c Bump github.com/docker/distribution
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 20:51:21 +00:00
0b13a9705d Fix control-K in offline mode for #80 2023-04-30 08:50:17 -07:00
f9da1bf8b6 Rewrite makefile for deploy-static to work from my arm macbook. The docker compose rm is needed because hishtory-static has a volume that was getting reused 2023-02-28 21:22:35 -08:00
3d3260db37 Re-enable tests on actions so I can debug them 2023-02-28 19:26:13 -08:00
881e4a24c4 Release v0.206 v0.206 2023-02-28 19:06:48 -08:00
765c1c18d0 Remove && false to enable the getwd syscall as a fallback 2023-02-28 17:44:05 -08:00
8422aa21db Skip configuring the bash_profile on linux if bash_profile does not exist to fix #79 2023-02-27 18:14:32 -08:00
8be529f269 Add link to server releases to the readme 2023-02-24 19:26:14 -08:00
3d2f62ba66 Release v0.205 v0.205 2023-02-24 19:00:20 -08:00
b66fd0ab32 Release v0.204 v0.204 2023-02-24 18:59:20 -08:00
9be83ea361 Give the server releaser write access 2023-02-24 18:59:11 -08:00
42ab1e4560 Release v0.203 v0.203 2023-02-24 18:53:45 -08:00
4c49e4fca1 Remove github.ref constraint so it releases the server binary for all tags 2023-02-24 18:53:20 -08:00
3880f85ec3 Release v0.202 v0.202 2023-02-24 09:59:50 -08:00
d1763455c4 Rename actions for consistent naming scheme 2023-02-24 09:56:49 -08:00
54ce34be52 Exclude darwin/arm since that isn't a valid combination for #78 2023-02-24 09:55:51 -08:00
11ffa3b7f3 Fix yaml syntax error for #78 2023-02-24 09:53:04 -08:00
b25241d7b5 Add initial draft of an action to release server binaries for #78 2023-02-24 09:51:16 -08:00
41ea47b80d Release v0.201 v0.201 2023-02-20 15:47:31 -08:00
ff24b66fce Fix unescape function per comments on #73 and add tests for searching for a backslash 2023-02-20 15:46:39 -08:00
dddedcf9a7 Release v0.200 v0.200 2023-02-20 13:18:09 -08:00
0a694c39d5 Add workaround for #69 that avoids go's getCwd method that relies on stat rather than getwd 2023-02-20 12:42:23 -08:00
5089058165 Add missing help page text for a golden 2023-02-20 12:33:22 -08:00
c03f9d3d76 Add tests for opening and closing the help page 2023-02-20 12:15:27 -08:00
54c9bef9a9 Merge pull request #75 from ddworken/header3
Add help page to fix #56
2023-02-20 12:12:07 -08:00
be5338ee21 Add updated goldens for help page 2023-02-20 11:56:16 -08:00
11c110e13e Add untested version of help page 2023-02-20 10:54:16 -08:00
1916a03e33 Release v0.199 v0.199 2023-02-19 22:08:50 -08:00
b69788967f Fix bug where typing 'foo:' and then hitting backspace would lead to the error still being displayed 2023-02-19 22:08:38 -08:00
091f37e4a2 Release v0.198 v0.198 2023-02-19 10:58:03 -08:00
f1aefdbf30 Fix download URL for arm7 2023-02-18 22:29:01 -08:00
dc65fffd7b Add an index on end_time to ensure that initial queries are fast to fix #68 2023-02-18 22:26:18 -08:00
c31a75e768 Release v0.197 v0.197 2023-02-18 22:03:10 -08:00
27cd544524 Add support for arm7 for #63 to support raspberry pis 2023-02-18 22:00:39 -08:00
f2298def32 Ignore a single dash as a token to improve search behavior for queries like 'ls -' to improve #67 2023-02-18 21:46:51 -08:00
0231203aad Merge pull request #74 from ddworken/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.1.0 to 0.7.0
2023-02-18 21:20:08 -08:00
7f6ab56714 Bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 03:10:36 +00:00
0dc03e8fd4 Document the key bindings 2023-02-14 17:11:52 -08:00
75d5637bec Release v0.196 v0.196 2023-02-14 16:58:45 -08:00
ed67ed73ee Merge pull request #73 from ddworken/escape
Add support for escaping search queries
2023-02-14 16:58:03 -08:00
2ae54ef74e Simplify stripBackslash 2023-02-14 08:47:38 -08:00
4b5b729328 Add integration tests for escaping 2023-02-13 22:43:55 -08:00