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: 8bbb5d4
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: daff025
Choose a head ref
  • 20 commits
  • 136 files changed
  • 7 contributors

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    bd99038 View commit details
    Browse the repository at this point in the history
  2. Link to Contributor's Guide from README + expand Maintainer's Guide (#…

    …1071)
    
    * Link to Contributor Guide from README. Expand Maintainer Guide with more details on virtual env setup. Mirror Maintainer Guide steps as closely to CI execution as possible. (#1070)
    * Remove env var prefixing from test run command
    filmaj authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6f369e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    553e3c1 View commit details
    Browse the repository at this point in the history
  2. Change the character length (#1077)

    Fix the wrong column data size for bot_token in the built-in SQLAlchemy data model
    geeorgey authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e69eace View commit details
    Browse the repository at this point in the history
  3. Update example code for rate limiting (#1076)

    The API methods themselves are inconsistent about the spelling of
    ratelimited vs rate_limited. chat.postMessage spells it
    rate_limited. The API docs on rate limiting itself suggest using the
    HTTP status code.
    
    This updates the examples in the doc to use the status_code member of
    Response objects, instead of looking in the returned JSON.
    
    Closes #1073
    tjstum authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0ca49cf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 1, 2021

  1. Fix #1078 Add Sign in with Slack (OpenID Connect) support (#1079)

    * Fix #1078 Add Sign in with Slack (OpenID Connect) support
    
    * Remove unused files
    seratch authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    1453e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    57d8dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b5c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a0c802 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    c6efe45 View commit details
    Browse the repository at this point in the history
  2. version 3.9.0rc1

    seratch committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    cbafdd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    48602cf View commit details
    Browse the repository at this point in the history
  2. version 3.9.0rc2

    seratch committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    561a42f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b30100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07dc7b View commit details
    Browse the repository at this point in the history
  5. Fix typo in integration tests

    seratch committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d1447a7 View commit details
    Browse the repository at this point in the history
  6. version 3.9.0

    seratch committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    daff025 View commit details
    Browse the repository at this point in the history
Loading