David Dworken
|
42ab1e4560
|
Release v0.203
|
2023-02-24 18:53:45 -08:00 |
|
David Dworken
|
4c49e4fca1
|
Remove github.ref constraint so it releases the server binary for all tags
|
2023-02-24 18:53:20 -08:00 |
|
David Dworken
|
3880f85ec3
|
Release v0.202
|
2023-02-24 09:59:50 -08:00 |
|
David Dworken
|
d1763455c4
|
Rename actions for consistent naming scheme
|
2023-02-24 09:56:49 -08:00 |
|
David Dworken
|
54ce34be52
|
Exclude darwin/arm since that isn't a valid combination for #78
|
2023-02-24 09:55:51 -08:00 |
|
David Dworken
|
11ffa3b7f3
|
Fix yaml syntax error for #78
|
2023-02-24 09:53:04 -08:00 |
|
David Dworken
|
b25241d7b5
|
Add initial draft of an action to release server binaries for #78
|
2023-02-24 09:51:16 -08:00 |
|
David Dworken
|
41ea47b80d
|
Release v0.201
|
2023-02-20 15:47:31 -08:00 |
|
David Dworken
|
ff24b66fce
|
Fix unescape function per comments on #73 and add tests for searching for a backslash
|
2023-02-20 15:46:39 -08:00 |
|
David Dworken
|
dddedcf9a7
|
Release v0.200
|
2023-02-20 13:18:09 -08:00 |
|
David Dworken
|
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 |
|
David Dworken
|
5089058165
|
Add missing help page text for a golden
|
2023-02-20 12:33:22 -08:00 |
|
David Dworken
|
c03f9d3d76
|
Add tests for opening and closing the help page
|
2023-02-20 12:15:27 -08:00 |
|
David Dworken
|
54c9bef9a9
|
Merge pull request #75 from ddworken/header3
Add help page to fix #56
|
2023-02-20 12:12:07 -08:00 |
|
David Dworken
|
be5338ee21
|
Add updated goldens for help page
|
2023-02-20 11:56:16 -08:00 |
|
David Dworken
|
11c110e13e
|
Add untested version of help page
|
2023-02-20 10:54:16 -08:00 |
|
David Dworken
|
1916a03e33
|
Release v0.199
|
2023-02-19 22:08:50 -08:00 |
|
David Dworken
|
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 |
|
David Dworken
|
091f37e4a2
|
Release v0.198
|
2023-02-19 10:58:03 -08:00 |
|
David Dworken
|
f1aefdbf30
|
Fix download URL for arm7
|
2023-02-18 22:29:01 -08:00 |
|
David Dworken
|
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 |
|
David Dworken
|
c31a75e768
|
Release v0.197
|
2023-02-18 22:03:10 -08:00 |
|
David Dworken
|
27cd544524
|
Add support for arm7 for #63 to support raspberry pis
|
2023-02-18 22:00:39 -08:00 |
|
David Dworken
|
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 |
|
David Dworken
|
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 |
|
dependabot[bot]
|
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 |
|
David Dworken
|
0dc03e8fd4
|
Document the key bindings
|
2023-02-14 17:11:52 -08:00 |
|
David Dworken
|
75d5637bec
|
Release v0.196
|
2023-02-14 16:58:45 -08:00 |
|
David Dworken
|
ed67ed73ee
|
Merge pull request #73 from ddworken/escape
Add support for escaping search queries
|
2023-02-14 16:58:03 -08:00 |
|
David Dworken
|
2ae54ef74e
|
Simplify stripBackslash
|
2023-02-14 08:47:38 -08:00 |
|
David Dworken
|
4b5b729328
|
Add integration tests for escaping
|
2023-02-13 22:43:55 -08:00 |
|
David Dworken
|
a5926af49c
|
Unit tests for Search taking advantage of escaping
|
2023-02-13 22:32:42 -08:00 |
|
David Dworken
|
162dd86893
|
Add unit tests + rename method
|
2023-02-13 22:26:02 -08:00 |
|
David Dworken
|
b6eb4da4f3
|
Rename deEscape to unescape
|
2023-02-13 21:36:54 -08:00 |
|
David Dworken
|
f79ab37bcf
|
Merge pull request #70 from hakanf/escape_chars
Allow search strings to escape special chars ' ', ':' and '-' using '\'
|
2023-02-13 21:34:23 -08:00 |
|
David Dworken
|
16692e3caa
|
Release v0.194
|
2023-02-13 21:32:09 -08:00 |
|
David Dworken
|
031bb5446c
|
Merge pull request #72 from ddworken/hscroll
Implement horizontal scrolling
|
2023-02-13 21:27:22 -08:00 |
|
David Dworken
|
8dc5168c64
|
Set max open conns to 1 for test code to fix race conditions that lead to flaky tests
|
2023-02-13 20:50:33 -08:00 |
|
David Dworken
|
413e2e438f
|
Fix github actions golden paths
|
2023-02-13 20:49:41 -08:00 |
|
David Dworken
|
477c30230a
|
Enable tmate debugging
|
2023-02-13 20:36:12 -08:00 |
|
David Dworken
|
01e9d39350
|
Add TUI test for scrolling right by 2
|
2023-02-13 20:24:20 -08:00 |
|
David Dworken
|
a4ae3f83ad
|
Log goldenPath for golden not found errors
|
2023-02-13 20:20:45 -08:00 |
|
David Dworken
|
f12cc8cdff
|
Add basic TUI test for horizontal scrolling
|
2023-02-11 23:09:40 -08:00 |
|
David Dworken
|
8f59b801dd
|
Add left scrolling test
|
2023-02-11 09:10:45 -08:00 |
|
David Dworken
|
fea151261f
|
Move goldens func to testutils and use it for some simple horizontal scrolling tests
|
2023-02-11 09:09:48 -08:00 |
|
David Dworken
|
e1cb97f7c6
|
Add comment calling out the fork + import table_test.go too
|
2023-02-11 08:51:28 -08:00 |
|
David Dworken
|
269ccc9f9a
|
Merge pull request #71 from hakanf/horizontal_scroll
Added local customized version of table with horizontal cell scroll
|
2023-02-11 08:46:48 -08:00 |
|
Håkan Fouren
|
3c468f46aa
|
Added local customized version of bubbles/table with horizontal cell scroll
|
2023-02-05 02:19:18 +08:00 |
|
Håkan Fouren
|
f08cac491c
|
Use rune instead of byte when traversing strings
|
2023-02-05 02:13:42 +08:00 |
|
Håkan Fouren
|
9062c24a7e
|
Allow search strings to escape special chars ' ', ':' and '-' using '\'
|
2023-02-05 02:13:42 +08:00 |
|