Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add org-level installation support #148

Merged
merged 8 commits into from
Dec 1, 2020
Merged

Add org-level installation support #148

merged 8 commits into from
Dec 1, 2020

Conversation

stevengill
Copy link
Member

@stevengill stevengill commented Nov 13, 2020

(Describe the goal of this PR. Mention any related Issue numbers)
slackapi/python-slack-sdk#877

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements (place an x in each [ ])

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@stevengill stevengill added enhancement New feature or request semver:minor labels Nov 13, 2020
@stevengill stevengill self-assigned this Nov 13, 2020
@seratch seratch added this to the 1.1.0 milestone Nov 25, 2020
@stevengill stevengill marked this pull request as ready for review November 27, 2020 04:47
# installation_or_bot: Optional[Bot] | Optional[Installation]


# TODO
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't been able to test this yet since I can't get my local OAuth flow to work (i think my setup is messed up). Even without these changes it is hanging. I will try to sort that out but wanted to post this here so you can build upon it @seratch

@codecov-io
Copy link

codecov-io commented Dec 1, 2020

Codecov Report

Merging #148 (1c0b6ab) into main (00dc97c) will decrease coverage by 0.13%.
The diff coverage is 85.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
- Coverage   91.79%   91.66%   -0.14%     
==========================================
  Files         149      149              
  Lines        4340     4401      +61     
==========================================
+ Hits         3984     4034      +50     
- Misses        356      367      +11     
Impacted Files Coverage Δ
slack_bolt/oauth/internals.py 97.77% <ø> (ø)
slack_bolt/oauth/oauth_flow.py 90.26% <75.00%> (-0.57%) ⬇️
slack_bolt/authorization/authorize.py 82.22% <86.11%> (-0.04%) ⬇️
slack_bolt/authorization/async_authorize.py 82.41% <86.84%> (+0.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00dc97c...1c0b6ab. Read the comment docs.

@seratch seratch changed the title added initial org app support Add org-level installation support Dec 1, 2020
Copy link
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confident enough to merge this PR now.

@seratch seratch merged commit cb21b23 into main Dec 1, 2020
@seratch seratch deleted the feat-org-apps branch December 1, 2020 11:03
seratch added a commit to seratch/bolt-python that referenced this pull request Dec 5, 2020
seratch added a commit to seratch/bolt-python that referenced this pull request Dec 5, 2020
seratch added a commit to seratch/bolt-python that referenced this pull request Dec 6, 2020
seratch added a commit that referenced this pull request Dec 8, 2020
seratch added a commit to seratch/bolt-python that referenced this pull request Jan 4, 2021
@seratch seratch mentioned this pull request Jan 4, 2021
8 tasks
seratch added a commit that referenced this pull request Jan 5, 2021
@seratch seratch mentioned this pull request Jan 18, 2021
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants