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
ac69d6e5c7
feat: Add date/time functions CURRENT_DATE, CURRENT_TIMESTAMP, EXTRACT with comprehensive tests
- Implement CURRENT_DATE returning YYYY-MM-DD format
- Add CURRENT_TIMESTAMP returning TimestampValue with microseconds
- Add CURRENT_TIME returning HH:MM:SS format
- Add NOW() as alias for CURRENT_TIMESTAMP
- Implement comprehensive EXTRACT function supporting:
- YEAR, MONTH, DAY, HOUR, MINUTE, SECOND
- QUARTER, WEEK, DOY (day of year), DOW (day of week)
- EPOCH (Unix timestamp)
- Support multiple input formats:
- TimestampValue (microseconds)
- String dates (multiple formats)
- Unix timestamps (int64 seconds)
- Comprehensive test suite with 15+ test cases covering:
- All date/time constants
- Extract from different value types
- Error handling for invalid inputs
- Timezone handling
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)
1 month ago
pb
feat: Add Parquet logical types to mq_schema.proto
1 month ago
query
feat: Add date/time functions CURRENT_DATE, CURRENT_TIMESTAMP, EXTRACT 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