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 in capability to supply user and password with mongodb #1795

Merged
merged 13 commits into from
Jul 14, 2021
Merged

Add in capability to supply user and password with mongodb #1795

merged 13 commits into from
Jul 14, 2021

Commits on Jun 30, 2021

  1. Add documentation for the matchers for match_event from previous PR.

    This is the previous PR:
    #1788
    Ajit D'Sa committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0a23ef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ajitdsa/docs/add-slack-match-event-params

    Docs - Add slack match_event params
    ajitdsa committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0079314 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Add ephemeral response_type to the Slack connector IneractiveAction r…

    …espond method
    
    - Added in kwargs to the respond method
    - Set response_type variable based on kwarg with same name
    - Set response_type based on value passed in for the case where
      response_event is a str
    Ajit D'Sa committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    193133a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ajitdsa/feature/response-type-ephemeral

    Add ephemeral response_type to the Slack connector InteractiveAction respond method
    ajitdsa committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b76f8b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a65d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Add in capability to supply user and password with mongodb

    Some mongodb environments require username and password to be supplied
    in order to properly connect. This change allows this while not
    breaking current functionality where this does not need to be
    provided.
    Ajit D'Sa committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    550b0ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d003d19 View commit details
    Browse the repository at this point in the history
  3. do not use user/password if they are not supplied

    Ajit D'Sa committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    e7140d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb5d731 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Revert "Add ephemeral response_type to the Slack connector Ineractive…

    …Action respond method"
    
    This reverts commit 193133a.
    Ajit D'Sa committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a9a4443 View commit details
    Browse the repository at this point in the history
  2. Format using black

    Ajit D'Sa committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    48e3ff8 View commit details
    Browse the repository at this point in the history
  3. Fixed test

    Ajit D'Sa committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9e1cea5 View commit details
    Browse the repository at this point in the history
  4. Update CONFIG_SCHEMA

    Ajit D'Sa committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    917118b View commit details
    Browse the repository at this point in the history