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

Fix #1087 Add admin.conversations.bulk{Archive|Delete|Move} API method support #1090

Merged
merged 3 commits into from
Nov 22, 2022

Conversation

seratch
Copy link
Member

@seratch seratch commented Nov 18, 2022

This pull request resolves #1087

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

  • bolt (Bolt for Java)
  • bolt-{sub modules} (Bolt for Java - optional modules)
  • slack-api-client (Slack API Clients)
  • slack-api-model (Slack API Data Models)
  • slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
  • slack-app-backend (The primitive layer of Bolt for Java)

Requirements

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

@seratch seratch added enhancement M-T: A feature request for new functionality project:slack-api-client project:slack-api-client labels Nov 18, 2022
@seratch seratch added this to the 1.27.2 milestone Nov 18, 2022
@seratch seratch self-assigned this Nov 18, 2022
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #1090 (36554be) into main (e9605a9) will decrease coverage by 0.00%.
The diff coverage is 76.00%.

@@             Coverage Diff              @@
##               main    #1090      +/-   ##
============================================
- Coverage     75.95%   75.94%   -0.01%     
- Complexity     3781     3795      +14     
============================================
  Files           413      413              
  Lines         11769    11794      +25     
  Branches       1158     1161       +3     
============================================
+ Hits           8939     8957      +18     
- Misses         2135     2138       +3     
- Partials        695      699       +4     
Impacted Files Coverage Δ
.../java/com/slack/api/methods/MethodsRateLimits.java 99.06% <ø> (ø)
...java/com/slack/api/methods/RequestFormBuilder.java 88.14% <53.84%> (-0.30%) ⬇️
...slack/api/methods/impl/AsyncMethodsClientImpl.java 93.04% <100.00%> (+0.09%) ⬆️
.../com/slack/api/methods/impl/MethodsClientImpl.java 83.51% <100.00%> (+0.12%) ⬆️
...imits/metrics/impl/BaseMemoryMetricsDatastore.java 79.65% <0.00%> (-0.44%) ⬇️
...va/com/slack/api/socket_mode/SocketModeClient.java 67.51% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality project:slack-api-client project:slack-api-client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add admin.conversations.bulk{Archive|Delete|Move} API method support
1 participant