You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chrislu
cc3ac76304
feat: Add mathematical functions ROUND, CEIL, FLOOR, ABS with comprehensive tests
- Implement ROUND with optional precision parameter
- Add CEIL function for rounding up to nearest integer
- Add FLOOR function for rounding down to nearest integer
- Add ABS function for absolute values with type preservation
- Support all numeric types (int32, int64, float32, double)
- Comprehensive test suite with 20+ test cases covering:
- Positive/negative numbers
- Integer/float type preservation
- Precision handling for ROUND
- Null value error handling
- Edge cases (zero, large numbers)
All tests passing ✅
1 month ago
..
admin
Admin UI: Fetch task logs (#7114)
2 months ago
cluster
add CORS tests (#7001)
3 months ago
command
fix
1 month ago
credential
Filer Store: postgres backend support pgbouncer (#7077)
2 months ago
filer
S3 API: Advanced IAM System (#7160)
1 month ago
filer_client
Admin UI: Add message queue to admin UI (#6958)
3 months ago
glog
convert error fromating to %w everywhere (#6995)
3 months ago
iam
S3 API: Advanced IAM System (#7160)
1 month ago
iamapi
convert error fromating to %w everywhere (#6995)
3 months ago
images
Migrates from disintegration/imaging c2019 to cognusion/imaging c2024. (#5533)
1 year ago
kms
S3 API: Add integration with KMS providers (#7152)
1 month ago
mount
S3 API: Advanced IAM System (#7160)
1 month ago
mq
fix
1 month ago
notification
fix: dead letter message log message (#7072)
2 months ago
operation
S3 API: Add SSE-S3 (#7151)
2 months ago
pb
feat: Add Parquet logical types to mq_schema.proto
1 month ago
query
feat: Add mathematical functions ROUND, CEIL, FLOOR, ABS with comprehensive tests
1 month ago
remote_storage
fix for baidu cloud storage
2 months ago
replication
convert error fromating to %w everywhere (#6995)
3 months ago
s3api
S3 API: Advanced IAM System (#7160)
1 month ago
security
remove spoof-able request header (#7103)
2 months ago
sequence
remove unused function
1 year ago
server
fix
1 month ago
sftpd
S3 API: Advanced IAM System (#7160)
1 month ago
shell
handling errors
1 month ago
static
Fix Broken Links (#5287)
2 years ago
stats
[volume] refactor and add metrics for flight upload and download data limit condition (#6920)
3 months ago
storage
Fix volume allocation with max=0 and minFreeSpace - prevent allocate-then-delete behavior (#7147)
1 month ago
telemetry
convert error fromating to %w everywhere (#6995)
3 months ago
topology
S3 API: Advanced IAM System (#7160)
1 month ago
util
code reuse
1 month ago
wdclient
convert error fromating to %w everywhere (#6995)
3 months ago
worker
S3 API: Advanced IAM System (#7160)
1 month ago
Makefile
test versioning also (#7000)
3 months ago
weed.go
set exit status
7 months ago