Skip to content
Snippets Groups Projects

feat: Update slack endpoint to support legacy slash command

1 unresolved thread
  • feat: Update slack endpoint to support legacy slash command

Relates to #487 (closed)

Merge request reports

Approved by

Merged by Zachary SabourinZachary Sabourin 11 months ago (Apr 2, 2024 2:13pm UTC)

Merge details

  • Changes merged into main with 951d713e (commits were squashed).
  • Deleted the source branch.

Pipeline #42731 passed

Pipeline passed for 951d713e on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
47 45
46 private static final String TOKEN_KEY = "token";
47 private static final String DOMAIN_KEY = "team_domain";
48 private static final String TEXT_KEY = "text";
49
48 50 @Inject
49 51 SlackConfig config;
50 52
51 53 @POST
52 54 @Path("m")
53 55 @Consumes({ MediaType.APPLICATION_FORM_URLENCODED })
54 public Response searchMemberOrg(String body) {
56 public Response searchMemberOrg(MultivaluedMap<String, String> data) {
55 57
56 LOGGER.debug("INCOMING BODY: {}", body);
58 LOGGER.info("INCOMING BODY: {}", data);
  • added 1 commit

    Compare with previous version

  • Zachary Sabourin requested review from @malowe

    requested review from @malowe

  • Martin Lowe approved this merge request

    approved this merge request

  • mentioned in commit 951d713e

  • mentioned in commit 9748ee9f

  • Zachary Sabourin mentioned in merge request !727 (merged)

    mentioned in merge request !727 (merged)

  • Please register or sign in to reply
    Loading