Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic 8349 certify s3/issue 8556 s3 v2 fields #85

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2021

  1. Setup github action (#2)

    * Add gradle action
    
    * Move file
    
    * Use gradle 6.5
    
    * Use java 14
    
    * Update validation action
    
    * Specify ref and repo
    
    * Update gradle commands
    
    * Set fetch-depth
    
    * Use java 11
    
    * Update badge link
    
    * Run gradle build
    tuliren authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    195cc31 View commit details
    Browse the repository at this point in the history
  2. Update badge url

    tuliren committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f00bec2 View commit details
    Browse the repository at this point in the history
  3. Support additional properties (#1)

    * Add field name map
    
    * Set up unit test
    
    * Support additional properties map
    
    * Test more primitive field types
    
    * Run name transformation consistently
    tuliren authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2255478 View commit details
    Browse the repository at this point in the history
  4. Log passed and skipped events

    tuliren committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    54b31ad View commit details
    Browse the repository at this point in the history
  5. Update test cases

    tuliren committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8145b5d View commit details
    Browse the repository at this point in the history
  6. Update readme

    tuliren committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2855aba View commit details
    Browse the repository at this point in the history
  7. Upgrade to gradle 7.2 (#3)

    * Use maven-publish plugin
    
    * Remove com.bmuschko.nexus
    
    * Use me.champeau.gradle.jmh version 0.5.3
    
    * Replace compile with implementation
    
    * Use gradle 7.2
    
    * Remove maven-publish
    
    * Update readme
    
    * Add missing dependency
    tuliren authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    3cfa8f8 View commit details
    Browse the repository at this point in the history
  8. Build with java 14 (#4)

    * Build with java 14
    
    * Use groovy 2.5.10
    tuliren authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    0c7e61e View commit details
    Browse the repository at this point in the history
  9. Update readme to include build changes (#5)

    * Delete travis ci
    
    * Update readme to add build changes
    tuliren authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c0814a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    bd413be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa519a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Specify input and output extra props field names (#8)

    * Specify input and output extra props fields
    
    * Update README
    tuliren authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    749db50 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Support date/time logical types in avro (#9)

    * support date/time logical types in avro
    
    * PR fixes
    
    * remove star import
    
    * Format comments
    
    Co-authored-by: vmaltsev <[email protected]>
    Co-authored-by: Liren Tu <[email protected]>
    3 people authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f328819 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    8c08f15 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Add comments

    tuliren committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    60c174a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Support enforcing fields to string according to schema (#10)

    * Reorder test cases
    
    * Force value to string
    
    * Fix name
    
    * Add documentation in README
    tuliren authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    903b2e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Enforce string when string is the only item type (#11)

    * Enforce string only when string is the only item type
    
    * Update readme
    tuliren authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9e7cfca View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Remove sout

    tuliren committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c2363f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Add PMD to prevent system printout (#12)

    * Add PMD to prevent system printout
    
    * Add pr template
    
    * Update pr template
    tuliren authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8bb7343 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    51079af View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Log offending union values (#15)

    * Add caching in ci
    
    * Log offending values
    
    * Update readme
    tuliren authored May 3, 2022
    Configuration menu
    Copy the full SHA
    e007826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd6cfb2 View commit details
    Browse the repository at this point in the history
  3. Fix jitpack (#16)

    * Bump gradle wrapper
    
    * Clean up cache key
    
    * Fix non-nullable field
    
    * Upgrade spock and groovy
    
    * Use java 17
    
    * Remove tool chain config (cannot be set together with source target compatibility
    
    * Set java version for all projects
    
    * Try toolchain in base
    
    * Try toolchain in projects
    
    * Revert build.gradle changes
    
    * Avoid using java 17 method
    tuliren authored May 3, 2022
    Configuration menu
    Copy the full SHA
    f1b0036 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Add changelog

    tuliren committed May 4, 2022
    Configuration menu
    Copy the full SHA
    95f4099 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Support era and string numbers (#17)

    * Support Era and string Numbers
    
    * Update Readme
    
    * Modify exception formatting
    
    * Added infinity support for double type
    
    * Merge date and datetime formatters into one
    
    * Added onValidStringNumber
    
    * Support base56 decode
    
    * Added test to verify Infinity and NaN is not supported for avro int type
    suhomud authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a003e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    219b758 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    2264306 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    df2f448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9843081 View commit details
    Browse the repository at this point in the history
  3. Readme updated

    johnny-schmidt committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    884699c View commit details
    Browse the repository at this point in the history