8000 Comparing 3.3.0...3.4.0 · spotify/luigi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: spotify/luigi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: spotify/luigi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 9 contributors

Commits on Aug 17, 2023

  1. Fix compatibility with cythonized tasks. (#3246)

    `types.GeneratorType` is not compatible with the generator type of
    Cython. This leads to `_run_get_new_deps()` returning directly when
    the task is from a cythonized module and [yields dynamic
    dependencies](https://luigi.readthedocs.io/en/stable/tasks.html?highlight=yield#dynamic-dependencies).
    MichaelGrupp authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9224c0e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix flake8 error in master

    dlstadther committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    902dd49 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Merge pull request #3248 from dlstadther/fix-master-lint

    fix flake8 error in master
    RRap0so authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ee2fa4b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    9c719b0 View commit details
    Browse the repository at this point in the history
  2. Silence false positive UnconsumedParameterWarning (#3235)

    * Silence false positive UnconsumedParameterWarning
    
    Do not emit UnconsumedParameterWarning when parameter name is written in camelCase or with dashes.
    
    * Silence warnings for not consumed autoload_range and no_configure_logging parameters in core config.
    
    ---------
    
    Co-authored-by: Dillon Stadther <dlstadther@gmail.com>
    starhel and dlstadther authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f78a067 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix pymssql import (#3252)

    * `import pymssql`
    
    * Revert "`import pymssql`"
    
    This reverts commit 7881915.
    
    * Fix exception name
    grihabor authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ef9952a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add CodeQL workflow (#3244)

    Co-authored-by: sonjaer <sonjae@spotify.com>
    jorgectf and sonjaer authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f74f1f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    319ce20 View commit details
    Browse the repository at this point in the history
Loading
0