Thanks to visit codestin.com
Credit goes to github.com

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.5.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.5.1
Choose a head ref
  • 19 commits
  • 22 files changed
  • 7 contributors

Commits on Dec 20, 2023

  1. add py312

    jumpei-ukita committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    62b0e52 View commit details
    Browse the repository at this point in the history
  2. import boto when python<=311

    jumpei-ukita committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0369cfb View commit details
    Browse the repository at this point in the history
  3. fix removed assert

    jumpei-ukita committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2a9da0c View commit details
    Browse the repository at this point in the history
  4. fix removed assert

    jumpei-ukita committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e7130f8 View commit details
    Browse the repository at this point in the history
  5. skip boto test for py312

    jumpei-ukita committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b8733d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. don't convert str to tuple in TupleParameter (#3275)

    * fix: don't convert str to tuple in TupleParameter
    
    * fix: don't compare message in other library.
    
    jsonschema validation error message was changed. I think it is very flaky test.
    kitagry authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    25d179b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 14, 2024

  1. Merge pull request #3282 from starhel/remove_event_handler

    Add option to remove event handler from luigi.Task
    dlstadther authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ed530b8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    3cd9e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7a5b1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request #3286 from starhel/fix-optional-parameter-summary

    Fix execution summary for optional parameters
    dlstadther authored May 8, 2024
    Configuration menu
    Copy the full SHA
    318a81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1628cfe View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    ukky17 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    4323995 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    ukky17 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3a66f28 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #3266 from ukky17/add-python312-support

    Support Python3.12
    dlstadther authored May 9, 2024
    Configuration menu
    Copy the full SHA
    b87e686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7964b8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Merge pull request #3287 from starhel/fix-graph

    Fixed visualization of SVG graph for tasks directly dependent on each…
    dlstadther authored May 19, 2024
    Configuration menu
    Copy the full SHA
    f55e5f2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Version 3.5.1 (#3291)

    andresgomezfrr authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3cafd15 View commit details
    Browse the repository at this point in the history
Loading