Skip to content

Conversation

@JSv4
Copy link
Collaborator

@JSv4 JSv4 commented Dec 29, 2024

Bunch of cleanup for extract

  1. Fixed an issue where we didn't properly jump to sources for txt (span-based) annotations
  2. Vastly improved styling for extract list.
  3. Improved some minor issues with create column modal
  4. Rewrote the default data extract parser to leverage relationships (now that we actually have them)
  5. Added new gifs for landing page
  6. Added some new docs

JSv4 and others added 30 commits December 28, 2024 23:03
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pylint-django](https://github.com/pylint-dev/pylint-django) from 2.5.5 to 2.6.1.
- [Release notes](https://github.com/pylint-dev/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pylint-dev/pylint-django/commits/v2.6.1)

---
updated-dependencies:
- dependency-name: pylint-django
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…. Removed duplicate <EditColumnModal/> that was NOT being used where <CreateColumnModal/> was/is being used for edit and create of columns.
@codecov
Copy link

codecov bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 90.69767% with 68 lines in your changes missing coverage. Please review.

Project coverage is 90.83%. Comparing base (4487c01) to head (c84bf10).
Report is 80 commits behind head on main.

Files with missing lines Patch % Lines
opencontractserver/tasks/data_extract_tasks.py 85.78% 58 Missing ⚠️
opencontractserver/tests/base.py 93.54% 6 Missing ⚠️
opencontractserver/tests/test_extract_tasks.py 95.69% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #285      +/-   ##
==========================================
+ Coverage   89.62%   90.83%   +1.21%     
==========================================
  Files         220      228       +8     
  Lines        7826     8677     +851     
==========================================
+ Hits         7014     7882     +868     
+ Misses        812      795      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

JSv4 added 20 commits January 1, 2025 16:38
…anymore. Due in part to incompatibility with urllib3 (which is NOT locked and clearly was upgraded in my env) and the version of vcr.py I had locked to. That is fixed. Also fixed a syntax error with how we were loading SentenceTransformer embed model.
… still seeing an incompatibility between vcr.py and httpx when using llama_index agent.
…ps as they are needed for higher coverage score.
…eds max context length. Also added comprehensive test.
… model specified limits. Regenerated fixtures.
@JSv4 JSv4 merged commit a09dda4 into main Jan 6, 2025
5 checks passed
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