Skip to content

Conversation

@ugrc-release-bot
Copy link
Contributor

@ugrc-release-bot ugrc-release-bot bot commented Dec 30, 2025


5.2.13-rc.1 (2026-01-05)

⚠ BREAKING CHANGES

  • ftp breaking changes (empty)

Features

  • ftp breaking changes (empty) (954c25e)
  • replace pysftp with fabric, paramiko. (a278034)

Bug Fixes

  • use folder.add instead of content.add to upload gdb (3e119ee)

This PR was generated with Release Please. See documentation.

@ugrc-release-bot ugrc-release-bot bot force-pushed the release-please--branches--dev branch from 178d3f9 to a7663ef Compare December 30, 2025 00:26
@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

❌ Patch coverage is 95.31250% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.69%. Comparing base (f87f4c5) to head (ed06dbb).
⚠️ Report is 125 commits behind head on main.

Files with missing lines Patch % Lines
src/palletjack/extract.py 95.91% 0 Missing and 2 partials ⚠️
src/palletjack/version.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   94.52%   95.69%   +1.16%     
==========================================
  Files           7        7              
  Lines        1133     1254     +121     
  Branches      148      147       -1     
==========================================
+ Hits         1071     1200     +129     
+ Misses         52       44       -8     
  Partials       10       10              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ugrc-release-bot ugrc-release-bot bot force-pushed the release-please--branches--dev branch from a7663ef to e413760 Compare December 30, 2025 00:53
@ugrc-release-bot ugrc-release-bot bot force-pushed the release-please--branches--dev branch from e413760 to 3beb295 Compare December 30, 2025 16:48
@ugrc-release-bot ugrc-release-bot bot force-pushed the release-please--branches--dev branch from 3beb295 to 7a7fa72 Compare December 30, 2025 17:05
Copilot AI and others added 9 commits January 5, 2026 10:35
Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
Added 7 new test cases to improve coverage:
- Success path with proper cleanup
- Connection failure handling
- Authentication failure handling
- SFTP client creation failure
- Exception during operations
- Integration tests with real context manager

Coverage increased from 94% to 96%

Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
- Fixed invalid escape sequences in regex patterns (extract.py lines 137, 195)
  Changed to raw strings (r"...") for proper regex syntax
- Fixed FutureWarning for incompatible dtype assignment (load.py line 577)
  Changed from np.nan to pd.Series(dtype="object") for proper string/NaN handling

All tests pass (369/370), coverage maintained at 96%

Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
Changed from pd.Series(dtype="object") to pd.Series([np.nan] * len(df), dtype="object", index=df.index)
to properly handle index alignment and maintain np.nan for compatibility with tests

All tests pass (369/370), coverage maintained at 96%

Co-authored-by: steveoh <325813+steveoh@users.noreply.github.com>
- Added overwrite_existing_files boolean parameter to download_sftp_folder_contents (default=True)
- Raises FileExistsError when overwrite_existing_files=False and file exists
- Changed file counting to track downloaded files instead of directory count
- Fixed path separator issues by using Path.as_posix() for cross-platform compatibility
- Added 2 new tests for overwrite behavior
- Updated all affected tests to handle new behavior

All 371 tests pass, coverage maintained at 95%

Co-authored-by: jacobdadams <38168030+jacobdadams@users.noreply.github.com>
Moved empty file list check inside first SFTP connection context
to avoid opening second connection when no files to download

All 371 tests pass, coverage maintained at 95%

Co-authored-by: jacobdadams <38168030+jacobdadams@users.noreply.github.com>
@ugrc-release-bot ugrc-release-bot bot force-pushed the release-please--branches--dev branch from 7a7fa72 to ed06dbb Compare January 5, 2026 17:36
Base automatically changed from dev to main January 5, 2026 18:43
@jacobdadams jacobdadams closed this Jan 9, 2026
@jacobdadams jacobdadams deleted the release-please--branches--dev branch January 9, 2026 16:54
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.

3 participants