Skip to content

Comments

Add Support for Advanced File Selection and Processing#1502

Merged
niveathika merged 22 commits intoballerina-platform:masterfrom
SachinAkash01:advanced-file-processing
Nov 23, 2025
Merged

Add Support for Advanced File Selection and Processing#1502
niveathika merged 22 commits intoballerina-platform:masterfrom
SachinAkash01:advanced-file-processing

Conversation

@SachinAkash01
Copy link
Member

@SachinAkash01 SachinAkash01 commented Oct 30, 2025

Purpose

$subject

Fixes: ballerina-platform/ballerina-library#8376

Proposal PR: ballerina-platform/ballerina-spec#1395

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 71.57895% with 108 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.77%. Comparing base (27925d3) to head (bced2f4).
⚠️ Report is 23 commits behind head on master.

Files with missing lines Patch % Lines
...ftp/transport/server/RemoteFileSystemConsumer.java 66.36% 25 Missing and 12 partials ⚠️
.../ballerina/stdlib/ftp/util/CronExpressionUtil.java 71.91% 20 Missing and 5 partials ⚠️
...va/io/ballerina/stdlib/ftp/util/CronScheduler.java 58.82% 15 Missing and 6 partials ⚠️
...ballerina/stdlib/ftp/server/FtpListenerHelper.java 82.08% 8 Missing and 4 partials ⚠️
...a/io/ballerina/stdlib/ftp/util/CronExpression.java 70.96% 2 Missing and 7 partials ⚠️
...tractimpl/RemoteFileSystemServerConnectorImpl.java 70.00% 2 Missing and 1 partial ⚠️
.../ftp/transport/server/FileDependencyCondition.java 90.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1502      +/-   ##
============================================
- Coverage     82.06%   80.77%   -1.30%     
- Complexity      436      699     +263     
============================================
  Files            39       58      +19     
  Lines          2203     3116     +913     
  Branches        320      514     +194     
============================================
+ Hits           1808     2517     +709     
- Misses          272      385     +113     
- Partials        123      214      +91     

☔ 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.

SachinAkash01 and others added 3 commits November 3, 2025 12:05
…d-file-processing

# Conflicts:
#	ballerina/Dependencies.toml
#	ballerina/listener_endpoint.bal
…d-file-processing

/stdlib/ftp/server/FtpListenerHelper.java
@niveathika niveathika added the Skip GraalVM Check This will skip the GraalVM compatibility check label Nov 21, 2025
@niveathika niveathika force-pushed the advanced-file-processing branch from 24e36d8 to 52a6a8f Compare November 23, 2025 03:12
@sonarqubecloud
Copy link

@niveathika niveathika merged commit 87620e1 into ballerina-platform:master Nov 23, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip GraalVM Check This will skip the GraalVM compatibility check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Advanced File Selection and Processing Framework for Ballerina FTP Module

2 participants