Max Brunsfeld
|
92a5c30389
|
Merge branch 'main' into load-keymaps
|
2022-04-11 15:55:10 -07:00 |
|
Max Brunsfeld
|
fd4b81c8fc
|
Allow actions to be deserialized from JSON
Introduce separate macro for implementing 'internal' actions which
are not intended to be loaded from keymaps.
|
2022-04-08 15:47:51 -07:00 |
|
Nathan Sobo
|
7e5a3f9f6b
|
Introduce structured logging
We're enabling the log crate feature everywhere, but only using it on the server for now.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2022-04-08 10:06:51 -06:00 |
|
Max Brunsfeld
|
866ffdd4ae
|
Move Settings to its own crate
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-06 10:23:33 -07:00 |
|
Max Brunsfeld
|
05df1dfae9
|
Disable doctests for all libraries
We don't use them, and they add a lot of noise to the test output
when running all tests in the workspace.
|
2022-03-03 16:15:56 -08:00 |
|
Antonio Scandurra
|
720056d0db
|
Add unit test for project search
|
2022-02-28 11:10:22 +01:00 |
|
Nathan Sobo
|
136699e7bd
|
Add log dependency in search crate
|
2022-02-27 09:25:40 -07:00 |
|
Nathan Sobo
|
ec317159d7
|
Rename "find" to "search"
Search is both a verb and a noun, which makes it more natural to use in situations where we need to name a thing rather than a process.
|
2022-02-27 08:15:38 -07:00 |
|