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.9.1
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.3
Choose a head ref
  • 17 commits
  • 39 files changed
  • 3 contributors

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    a4d7cc6 View commit details
    Browse the repository at this point in the history
  2. Fix DeepSource warnings

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

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    c4969ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a2c80e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. [#830] Clarify channel type in docs for Running the App

    In issue #830, a developer tried to DM the bot and didn't
    receive a response because the 'message.im' event was not used.
    
    This tutorial only uses 'message.channels', so the bot must be
    invited to a public channel to receive the "start" message.
    
    This commit clarifies that the bot must be invited to a public channel.
    mwbrooks authored and seratch committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    f3053d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    9fcd20c View commit details
    Browse the repository at this point in the history
  2. Update the mock server

    seratch committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e990020 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    seratch committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    99ad72d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Fix #838 by adding three missing endpoints

    * apps.event.authorizations.list
    * app.uninstall
    * admin.users.session.invalidate
    seratch committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    c959e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96e64d View commit details
    Browse the repository at this point in the history
  3. version 2.9.2

    seratch committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    aa2e9b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Set default_type for HeaderBlock text

    fwump38 authored and seratch committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    0495601 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Removed JsonValidator to allow App Home to use Input Blocks

    fwump38 authored and seratch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    0d25aea View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary test

    fwump38 authored and seratch committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    580a5ab View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    0acd1fd View commit details
    Browse the repository at this point in the history
  2. version 2.9.3

    seratch committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4e45242 View commit details
    Browse the repository at this point in the history
Loading