Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/search migration #616

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Feature/search migration #616

wants to merge 3 commits into from

Conversation

eikek
Copy link
Member

@eikek eikek commented Jan 22, 2025

No description provided.

@coveralls
Copy link

coveralls commented Jan 22, 2025

Pull Request Test Coverage Report for Build 13176200540

Details

  • 595 of 671 (88.67%) changed or added relevant lines in 8 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 86.666%

Changes Missing Coverage Covered Lines Changed/Added Lines %
components/renku_data_services/solr/entity_documents.py 96 99 96.97%
components/renku_data_services/solr/solr_client.py 138 152 90.79%
components/renku_data_services/solr/solr_migrate.py 98 125 78.4%
components/renku_data_services/solr/solr_schema.py 211 243 86.83%
Files with Coverage Reduction New Missed Lines %
components/renku_data_services/base_api/error_handler.py 1 89.47%
Totals Coverage Status
Change from base Build 13108744249: 0.1%
Covered Lines: 15983
Relevant Lines: 18442

💛 - Coveralls

@eikek eikek force-pushed the feature/search-migration branch from 99ff4e9 to 450fbbb Compare February 4, 2025 12:09
Adding model classes for solr documents and a solr client 

---------

Co-authored-by: Tasko Olevski <[email protected]>
def free_port() -> int:
lock = Lock()
with lock, socket.socket() as s:
s.bind(("", 0))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

'' binds a socket to all interfaces.

Copilot Autofix AI 7 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants