Adam Reichold
820f126075
Remove support for Brotli and Snappy compression ( #2123 )
...
LZ4 provides fast and simple compression whereas Zstd is exceptionally flexible
so that the additional support for Brotli and Snappy does not really add
any distinct functionality on top of those two algorithms.
Removing them reduces our maintenance burden and reduces the number of choices
users have to make when setting up their project based on Tantivy.
2023-07-14 16:54:59 +09:00
Paul Masurel
184a9daa8a
Cancels concurrently running actions for the same PR. ( #2067 )
2023-06-01 12:57:38 +09:00
Antoine Gauthier
b60b7d2afe
fix(CI) enable coverage on doctest ( #1839 )
...
* fix(CI) enable coverage on doctest
⚠️ Marked as [unstable](https://github.com/taiki-e/cargo-llvm-cov/issues/2 )
refs #1761
* remove obsolete CI directory
2023-02-14 16:42:44 +09:00
Adam Reichold
a4b759d2fe
Include stop word lists from Lucene and the Snowball project ( #1666 )
2022-11-09 16:57:35 +09:00
Paul Masurel
03e4630cd8
Mark the CI as successful regardless of whether uploading to Coverall fails.
2022-08-26 07:35:29 +02:00
Adam Reichold
11a4d97cf5
Use a job matrix to further split and deduplicate the test CI job.
2022-08-24 10:27:57 +02:00
Adam Reichold
1c3d39677a
Split checking and testing to a bit more parallelism in the CI.
2022-08-24 10:27:57 +02:00
Adam Reichold
2ae383e452
Cache dependencies in CI to speed up build times. ( #1469 )
...
* Cache dependencies in CI to speed up build times.
* Give cargo-nextest a try.
2022-08-24 06:27:29 +09:00
Pascal Seitz
431b5a091e
remove test trigger
2022-07-05 10:32:33 +08:00
Pascal Seitz
e31e78f39f
fix workflow action
2022-07-04 14:04:49 +08:00
Pascal Seitz
d278417300
move build step down
2022-07-04 13:22:04 +08:00
Pascal Seitz
d89a8dd118
set rust version
2022-07-04 13:15:32 +08:00
Kryesh
c95013b11e
Add zstd-compression feature to github workflow tests
2022-05-19 22:15:18 +10:00
PSeitz
8a8a048015
fix coverage ( #1335 )
2022-04-13 13:47:47 +09:00
dependabot[bot]
c72549cb9a
Bump codecov/codecov-action from 2 to 3 ( #1328 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 21:26:52 +09:00
dependabot[bot]
d31f045872
Bump actions/checkout from 2 to 3 ( #1300 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 11:54:26 +09:00
Paul Masurel
2ead010c83
Tantivy quickwit ( #1293 )
...
* Added sstable and enabling it by default, and parallel boolean query.
* Added async API for FileSlice.
* Added async get_doc
* Reduce blocksize to 32_000
* Added debug logs
Quickwit specific feature a hidden behind the quickwit feature flag.
2022-02-25 17:32:49 +09:00
Paul Masurel
e6653228a9
Renamed github workflows ( #1269 )
2022-02-04 15:10:24 +09:00
Paul Masurel
0d8263cba1
Using nightly to format
2022-01-31 16:10:11 +09:00
Paul Masurel
9e66c75fc6
Using stable in CI as rustc nightly seems broken
2021-12-10 18:45:23 +09:00
Kanji Yomoda
09668459c8
Update codecov-action to v2 and make it possible to keep it up-to-date with dependabot ( #1181 )
...
* Update codecov-action to v2
* Add github-actions to dependabot
2021-10-25 10:58:16 +09:00
PSeitz
319609e9c1
test cargo-llvm-cov ( #1149 )
2021-09-03 22:00:43 +09:00
Pascal Seitz
022ab9d298
don't run as pr
2021-08-02 15:44:00 +01:00
Pascal Seitz
605e8603dc
add positions to long running test
2021-08-02 15:29:49 +01:00
Pascal Seitz
70f160b329
add long running test in ci
2021-08-02 11:35:39 +01:00
PSeitz
6d265e6bed
fix gh action name
2021-08-02 10:38:01 +01:00
PSeitz
92f20bc5a2
use nightly image in coverage
2021-07-03 09:38:44 +02:00
PSeitz
57f931da3c
Create coverage.yml
2021-07-03 09:35:07 +02:00
Pascal Seitz
060b83159a
use nightly for tests
2021-06-15 10:08:49 +02:00
Pascal Seitz
a40ff35453
test all features
2021-06-15 09:31:39 +02:00
PSeitz
5209238c1b
use github actions for tests
2021-06-14 12:51:46 +02:00
dependabot-preview[bot]
bbeac5888c
Upgrade to GitHub-native Dependabot
2021-04-29 15:02:36 +00:00
Paul Masurel
30b6828d71
Update actions.md
2021-03-31 10:36:13 +09:00
Paul Masurel
e6b7b7da0a
Create actions.md
2021-03-31 10:34:33 +09:00
Paul Masurel
79f64ac2f4
Create FUNDING.yml
2019-11-05 16:26:12 +09:00
Paul Masurel
3d73c0c240
Update issue templates
2018-08-21 10:59:08 +09:00