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 ✅
3 months ago
..
admin
Admin UI: Fetch task logs (#7114)
4 months ago
cluster
add CORS tests (#7001)
4 months ago
command
fix
3 months ago
credential
Filer Store: postgres backend support pgbouncer (#7077)
4 months ago
filer
S3 API: Advanced IAM System (#7160)
3 months ago
filer_client
Admin UI: Add message queue to admin UI (#6958)
5 months ago
glog
convert error fromating to %w everywhere (#6995)
4 months ago
iam
S3 API: Advanced IAM System (#7160)
3 months ago
iamapi
convert error fromating to %w everywhere (#6995)
4 months ago
images
Migrates from disintegration/imaging c2019 to cognusion/imaging c2024. (#5533)
2 years ago
kms
S3 API: Add integration with KMS providers (#7152)
3 months ago
mount
S3 API: Advanced IAM System (#7160)
3 months ago
mq
fix
3 months ago
notification
fix: dead letter message log message (#7072)
4 months ago
operation
S3 API: Add SSE-S3 (#7151)
3 months ago
pb
feat: Add Parquet logical types to mq_schema.proto
3 months ago
query
feat: Add date/time functions CURRENT_DATE, CURRENT_TIMESTAMP, EXTRACT with comprehensive tests
3 months ago
remote_storage
fix for baidu cloud storage
4 months ago
replication
convert error fromating to %w everywhere (#6995)
4 months ago
s3api
S3 API: Advanced IAM System (#7160)
3 months ago
security
remove spoof-able request header (#7103)
4 months ago
sequence
remove unused function
1 year ago
server
fix
3 months ago
sftpd
S3 API: Advanced IAM System (#7160)
3 months ago
shell
handling errors
3 months ago
static
Fix Broken Links (#5287)
2 years ago
stats
[volume] refactor and add metrics for flight upload and download data limit condition (#6920)
5 months ago
storage
Fix volume allocation with max=0 and minFreeSpace - prevent allocate-then-delete behavior (#7147)
3 months ago
telemetry
convert error fromating to %w everywhere (#6995)
4 months ago
topology
S3 API: Advanced IAM System (#7160)
3 months ago
util
code reuse
3 months ago
wdclient
convert error fromating to %w everywhere (#6995)
4 months ago
worker
S3 API: Advanced IAM System (#7160)
3 months ago
Makefile
test versioning also (#7000)
4 months ago
weed.go
set exit status
8 months ago