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: singer-io/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: sixcodes/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.
  • 12 commits
  • 11 files changed
  • 8 contributors

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    20af859 View commit details
    Browse the repository at this point in the history
  2. Adding

    jesuejunior committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    69618d8 View commit details
    Browse the repository at this point in the history
  3. bumping version

    jesuejunior committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    ac4d796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d89e59 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Jan 26, 2022

  1. Extracting to a F

    jesuejunior committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e84ab42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23deef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 5, 2022

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

Commits on Oct 15, 2023

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

Commits on Jan 4, 2024

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

Commits on Oct 5, 2024

  1. Singer io master (#4)

    * parse dev mode argument (#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>
    
    * Bump version 5.13.0 (#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>
    
    * Bump backoff to be compatible with newer python versions (#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
    
    * Relax dependency version requirements (#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
    
    * Make `ensure_ascii` Dynamic with Default Set to `True` in JSON Serialization (#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
    
    * Enable copilot usage in PR template according to Qlik policy
    
    * removing simplejson dep and improve dep version
    
    * Adding
    
    * bumping version
    
    * Removing use_decimal param for json.dumps
    
    * Adding a consig to be able to send message to pubsub
    
    * Extracting to a F
    
    * pubsub doesnt expect None as attr
    
    * Parsing state to be used as attr in pubsub
    
    * Set state as stream name when type is state
    
    * feat: supporting a simple entry from lakehouse lib to send messages to a queue
    
    * chore(deps) make jsonschema version flexible
    
    ---------
    
    Co-authored-by: Rushikesh Todkar <98420315+RushiT0122@users.noreply.github.com>
    Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
    Co-authored-by: Leslie VanDeMark <38043390+leslievandemark@users.noreply.github.com>
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Sourabh Gandhi <105213416+sgandhi1311@users.noreply.github.com>
    Co-authored-by: Eivin Giske Skaaren <eivin.skaaren@qlik.com>
    7 people authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b963084 View commit details
    Browse the repository at this point in the history
Loading