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

Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
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: slack-samples/python-rtmbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Perceptyx/python-rtmbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 22, 2018

  1. Add patch #93 from upstream

    Felipe Zipitria committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    7bec018 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Perceptyx/apply-patch-93-upstream

    Add patch #93 from upstream
    fzipi authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    edcde18 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Core loads plugin config based on name only

    The full naming based on plugin with dots is not what core searches for loading. It uses the last part only, so this change fixes that.
    Felipe Zipitria committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    d05f5c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Perceptyx/apply-patch-93-upstream

    Core loads plugin config based on name only
    fzipi authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    4628e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61039d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from Perceptyx/logging-stdout

    Add the option to log only to STDOUT. Useful for running inside Docker.
    fzipi authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    88c0438 View commit details
    Browse the repository at this point in the history
Loading