正确的读法是[huà xiá zi] 暂时懒得改了
Repository for the files needed during setting up new machines and for synchronising setups between machines.
nan-wang/ProgrammingAssignment2 1
Repository for Programming Assignment 2 for R Programming on Coursera
CatWatch presents statistics about your most popular projects on github.com and your most active contributors. The results are accessible via REST API and statistics website.
nan-wang/Coursera_Algorithm_Princeton 0
The code for programming assignment from Algorithm course (Princeton University) on coursera.org.
pull request commentjina-ai/jina
Codecov Report
Merging #1367 (7612c4d) into master (086b21e) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #1367 +/- ##
=======================================
Coverage 82.95% 82.95%
=======================================
Files 103 103
Lines 6746 6746
=======================================
Hits 5596 5596
Misses 1150 1150
| Impacted Files | Coverage Δ | |
|---|---|---|
| jina/logging/sse.py | 91.93% <0.00%> (-3.23%) |
:arrow_down: |
| jina/drivers/querylang/select.py | 86.20% <0.00%> (+6.89%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update c8cbadb...0aeaf92. Read the comment docs.
comment created time in 15 minutes
push eventjina-ai/jina
commit sha d1df669ccc53f03034c48a393e0bf2c444d306c8
test: add skeleton for hubapp dind test
push time in 15 minutes
push eventjina-ai/jina
commit sha 0aeaf925e7dc29fba9a10b745dcc3794e8975c52
fix: assert with var
push time in 16 minutes
push eventjina-ai/jina
commit sha d0e26be2110ad0113028f47c795dcad1808e3b34
test: add skeleton for hubapp dind test
push time in 17 minutes
Pull request review commentjina-ai/jina
docker-compose -f tests/integration/jinad/test_index_query/docker-compose.yml -- EXPECTED_TEXT='"text:hey, dude"' -if [ "$EXPECTED_TEXT" = "TEXT_MATCHED" ]; then+if [ "$EXPECTED_TEXT" = "$TEXT_MATCHED" ]; then
It is always better to use bash instead of default sh, and if [[ "$a" == "$b" ]] instead of [ "$a" = "$b" ]
comment created time in 23 minutes
PR opened jina-ai/jina
pr created time in 31 minutes
push eventjina-ai/jina
commit sha ec4cbc2ef3e21ba47d4d58324e1f77912c7686ae
test: add skeleton for hubapp dind test
push time in 32 minutes
Pull request review commentjina-ai/jina
test: replace all random docs with new api
with: index_filename: tmp2 metas: name: test2- workspace: $JINA_TEST_INDEX+ workspace: $TEST_WORKDIR
We arr trying to set the habit to prefix env variablws with JINA so please keep it as it was
comment created time in an hour
pull request commentjina-ai/jina
test: replace all random docs with new api
Codecov Report
Merging #1356 (a327a88) into master (086b21e) will increase coverage by
0.18%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #1356 +/- ##
==========================================
+ Coverage 82.95% 83.13% +0.18%
==========================================
Files 103 103
Lines 6746 6814 +68
==========================================
+ Hits 5596 5665 +69
+ Misses 1150 1149 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| jina/types/sets/document_set.py | 98.24% <100.00%> (+15.78%) |
:arrow_up: |
| jina/peapods/grpc_asyncio.py | 75.51% <0.00%> (-5.11%) |
:arrow_down: |
| jina/logging/sse.py | 92.64% <0.00%> (-2.52%) |
:arrow_down: |
| jina/logging/profile.py | 55.81% <0.00%> (-0.66%) |
:arrow_down: |
| jina/peapods/pod.py | 82.89% <0.00%> (-0.10%) |
:arrow_down: |
| jina/drivers/craft.py | 100.00% <0.00%> (ø) |
|
| jina/types/ndarray/generic.py | 100.00% <0.00%> (ø) |
|
| jina/executors/indexers/cache.py | 100.00% <0.00%> (ø) |
|
| jina/executors/evaluators/text/length.py | 100.00% <0.00%> (ø) |
|
| jina/executors/evaluators/rank/precision.py | 100.00% <0.00%> (ø) |
|
| ... and 22 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 086b21e...d5f6f0b. Read the comment docs.
comment created time in 5 hours
push eventjina-ai/jina
commit sha c8cbadb8512443e70a1d57cd9eab7761eea2745d
chore(docs): update readme
push time in 5 hours
pull request commentjina-ai/jina
hi @mahdinezhadasad thanks for your input, unfortunately we're going to remove rm_files in the near future.
comment created time in 6 hours
delete branch jina-ai/jina-hub
delete branch : chore-hammingdistanceevaluator-0.0.1-core-0-8-1
delete time in 6 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 6 hours
pull request commentjina-ai/jina-hub
chore: testing/building HammingDistanceEvaluator (0.0.1) on new jina core: 0.8.1
Automatic build successful. Image has been built and deployed.
comment created time in 6 hours
create barnchjina-ai/jina-hub
branch : chore-hammingdistanceevaluator-0.0.1-core-0-8-1
created branch time in 6 hours
PR opened jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr created time in 6 hours
push eventjina-ai/jina
commit sha d5f6f0b513ab1a7006db410691ac03c860e7259a
test: remove search in test index
push time in 6 hours
issue commentjina-ai/jina
Update local testing documentation
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days
comment created time in 6 hours
issue commentjina-ai/jina
crash when sharding without batching
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days
comment created time in 6 hours
push eventjina-ai/jina
commit sha e4801f9c8fe9d0c7fe2e0f52b8dc11ce71b56235
test: use 1000 docs to test index
push time in 7 hours
push eventjina-ai/jina
commit sha 950d3ffeea116e9de4c829f13db61d2094a5dfde
chore(docs): update readme
commit sha 0765255bb41f79a31a7f8f3820e18965742e3326
test: skeleton new jinad integ test (#1317) Co-authored-by: Deepankar Mahapatro <[email protected]>
commit sha 8fdffa8b78ad89f3e38055b1bce2c74b0bd7286c
fix: topk priority (#1359) * fix: topk priority
commit sha e122348650c9a287ab0042c967675ec82a067eb9
fix: make load config static (#1354)
commit sha 6f135596b2940d1c711b480002670b2f29910a55
chore(docs): update readme
commit sha 2d3f69bdfc48a47adb37363f960898296c930d04
ci: remove hub updater (#1360)
commit sha ab77c21e6e08959a56ea224aa873cc3e53eb5a8a
chore(docs): update readme
commit sha 086b21e4efa8d0e0fabf6a6bb7d6107cea8c5f02
fix(readme): update korean readme (#1364)
commit sha c6322660991b2e102a63e3345bbd7ad328b02512
Merge branch 'master' into test-replace-random-docs
commit sha 7f1eb83beb6cca1b409796bdbdc87c994ebb957a
test: refactor test docset
commit sha 19ce1da9d008ae3e429fecf211079a59acb9ffbf
test: refactor documentset test
push time in 7 hours
push eventjina-ai/jina
commit sha 49ab0bfec44cbfe06d2415b7197a20b6c77e8ec7
chore(contributor): update contributors
push time in 7 hours
push eventjina-ai/jina
commit sha 3ad9d5d4d4599ee5f350faf058791a166ccf18f1
feat(grpc): async based context managers for gateway
push time in 8 hours
push eventjina-ai/jina
commit sha 4fd1ccd3274dbcbc3fc28205605e90138e5d533d
test: apply random docs changes
push time in 9 hours
push eventjina-ai/jina
commit sha ef5b16effab6d4ed38c6db496fa28ef356ca066a
test: add skeleton for hubapp dind test
push time in 11 hours
push eventjina-ai/jina
commit sha fd210bd9407b8580610399541968b4557c6f6e87
test: add skeleton for hubapp dind test
push time in 12 hours
push eventjina-ai/jina
commit sha 84a6aeee93d4a4c2d384f8506da1b71af53fd7ca
test: add skeleton for hubapp dind test
push time in 12 hours
push eventjina-ai/jina
commit sha 6a7a3a91efdbd1e19d1c739978b217c9806d57ac
test: add skeleton for hubapp dind test
push time in 12 hours