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

Merge row filtering #373

Merged
merged 30 commits into from
Jan 22, 2025
Merged

Merge row filtering #373

merged 30 commits into from
Jan 22, 2025

Conversation

tmichela
Copy link
Member

No description provided.

tmichela and others added 30 commits November 17, 2024 23:43
temp: trigger tests

clicks don't work :(
add test for column filtering

simplify logic in set tag filter

formatting

formatting

remove comment
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/matplotlib-3.9.4

Bump matplotlib from 3.9.3 to 3.9.4 in /.github/dependabot
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.4 to 3.10.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.4...v3.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ipython](https://github.com/ipython/ipython) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.30.0...8.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/ipython-8.31.0

Bump ipython from 8.30.0 to 8.31.0 in /.github/dependabot
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/numpy-2.2.1

Bump numpy from 2.2.0 to 2.2.1 in /.github/dependabot
Bumps [xarray](https://github.com/pydata/xarray) from 2024.11.0 to 2025.1.0.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2024.11.0...v2025.01.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/xarray-2025.1.0

Bump xarray from 2024.11.0 to 2025.1.0 in /.github/dependabot
Bumps [xarray](https://github.com/pydata/xarray) from 2025.1.0 to 2025.1.1.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2025.01.0...v2025.01.1)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/xarray-2025.1.1

Bump xarray from 2025.1.0 to 2025.1.1 in /.github/dependabot
Needed because older versions were using a soon-to-be-deprecated action: awalsh128/cache-apt-pkgs-action#141
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 85.45455% with 16 lines in your changes missing coverage. Please review.

Project coverage is 74.91%. Comparing base (705e2a2) to head (de9f681).
Report is 31 commits behind head on feat/rowFiltering.

Files with missing lines Patch % Lines
damnit/gui/table.py 74.07% 14 Missing ⚠️
damnit/backend/db.py 97.67% 1 Missing ⚠️
damnit/gui/main_window.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           feat/rowFiltering     #373      +/-   ##
=====================================================
+ Coverage              74.75%   74.91%   +0.15%     
=====================================================
  Files                     34       34              
  Lines                   5395     5489      +94     
=====================================================
+ Hits                    4033     4112      +79     
- Misses                  1362     1377      +15     

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

@tmichela tmichela merged commit 66868d3 into feat/rowFiltering Jan 22, 2025
5 checks passed
@tmichela tmichela deleted the merge-row-filtering branch January 22, 2025 10:04
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