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: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.2
Choose a base ref
...
head repository: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 10 commits
  • 30 files changed
  • 3 contributors

Commits on Sep 16, 2020

  1. Only set default filename if instance is a string

    3ef65f3 changed files_upload behavior to always set default filename regardless of instace type of file input parameter. If file is of type IOBase, line 1496 would raise an exception. Since the Slack API files_upload does not require a filename to upload, I do not believe this method should either
    csaska authored and Colton Saska committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    7721499 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    4dd2a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefcf60 View commit details
    Browse the repository at this point in the history
  3. add support for workflows.* methods

    misscoded authored and seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8f74a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9784c0a View commit details
    Browse the repository at this point in the history
  5. default workflows_* arguments to None

    misscoded authored and seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c0dd86c View commit details
    Browse the repository at this point in the history
  6. add workflows_* tests

    misscoded authored and seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9fd4752 View commit details
    Browse the repository at this point in the history
  7. python setup.py validate

    seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    804b76e View commit details
    Browse the repository at this point in the history
  8. Add a working sample for #802

    seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    a7c6658 View commit details
    Browse the repository at this point in the history
  9. version 2.9.0

    seratch committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c723633 View commit details
    Browse the repository at this point in the history
Loading