8000 Comparing andylu-test:master...singer-io:master · andylu-test/singer-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: andylu-test/singer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: singer-io/singer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 10 contributors

Commits on Nov 3, 2022

  1. parse dev mode argument (singer-io#158)

    * parse dev mode argument
    
    * update the short flag for dev mode
    
    Replace `-dev` to `-D`
    
    * Updated the short flag for dev mode
    
    * - remove dev mode short flag
    
    Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
    RushiT0122 and RushiT0122 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bc3d942 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Bump version 5.13.0 (singer-io#160)

    * Bump version 5.13.0
    
    * update changelog for dev mode argument parsing
    
    * change versioning to minor version bump
    
    Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
    RushiT0122 and RushiT0122 authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2c053f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Bump backoff to be compatible with newer python versions (singer-io#165)

    * bump backoff for pyton 3.11 compatibility
    
    * update pip version
    
    * try new circleci yml
    
    * remove 'make'
    
    * make pylint happy
    
    * make pylint happy
    
    * make pylint happy again
    
    * backoff version is a breaking change for old python versions
    
    * Changelog update
    leslievandemark authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0d0ff1e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Relax dependency version requirements (singer-io#167)

    * Relax dependency constraints
    
    * Bump version to `6.0.1`
    
    * pin backoff and simplejson to major version
    
    * Don't allow older versions
    
    * Update changelog
    
    * Pin minumum and major versions
    bryantgray authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d6f0d20 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Make ensure_ascii Dynamic with Default Set to True in JSON Serial…

    …ization (singer-io#168)
    
    * add parameter - ensure_ascii to load non ascii characters when set to false
    
    * add unit test for ensuring ascii characters while loading
    
    * update setup and changelog
    sgandhi1311 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0cb2288 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Mar 24, 2025

  1. Use underscore instead of dash in setup.cfg (singer-io#171)

    * Use underscore instead of dash in setup.cfg
    
    pypa/setuptools#4910
    
    * disable some pylint warnings
    bryantgray authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f0e1e6e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. add json schema generation (singer-io#175)

    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    skuttleman and dsprayberry authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    1e0bccb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Sac 28668 fix transform and schema (singer-io#177)

    * handle empty arrays and fields that could be either formatted or nested
    
    * remove ipdb
    
    * bump version and add changelog entry
    
    * handle string parsing similar to existin tap-s3 logic
    
    * fix syntax error
    
    * fix bad tests
    skuttleman authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3cbe7ca View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. SAC-28668: update schema generation v6 (singer-io#180)

    * use `anyOf` when multiple types are found
    
    * fix test
    
    * Update schema generation and bump version for v6 deploy
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    
    * Grab error list changes from v5
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    
    * Fix linting error
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    
    ---------
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    3 people authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    bb412f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Default to string for schema generation (singer-io#182)

    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    4 people authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    9145ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Support allow_nan in message JSON output (singer-io#183)

    * allow nan values to replicate
    
    * update setup and changelog
    
    * make pylint happy
    
    * add test cases for allow nan
    sgandhi1311 authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    ccf2266 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. SAC-29666: Update clear_offset to remove offset key from bookmark (si…

    …nger-io#185)
    
    * Update clear_offset to remove offset key from bookmark
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * bump to version 6.4.0
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    ---------
    
    Co-authored-by: Leslie VanDeMark <lvandemark@talend.com>
    skuttleman and leslievandemark authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    6ae25be View commit details
    Browse the repository at this point in the history
Loading
0