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

Feature/msteams #1914

Merged
merged 12 commits into from May 21, 2021
Merged

Feature/msteams #1914

merged 12 commits into from May 21, 2021

Commits on Mar 25, 2021

  1. Remove githubtoslack and use simple json serialization instead

    icrosoft Teams accepts markdown, as long as the content was escaped/serialized to a JSON string first
    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    291afb5 View commit details
    Browse the repository at this point in the history
  2. remove default "channel" as it gets checked further down below.

    Mentions don't actually work when posted through the teams/office api
    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e26123f View commit details
    Browse the repository at this point in the history
  3. add an action button for people to click on

    instead of baking in the URL at the top
    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c636e95 View commit details
    Browse the repository at this point in the history
  4. add @types/jsesc

    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    302383f View commit details
    Browse the repository at this point in the history
  5. correct import

    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ecccebd View commit details
    Browse the repository at this point in the history
  6. fix snaps

    vincentbriglia committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f20c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update snapshots as well as commenting out atTarget test

    MS Teams might add this functionality later
    vincentbriglia committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3db3145 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    cab90ec View commit details
    Browse the repository at this point in the history
  2. chore: clamp rehype

    vincentbriglia committed May 8, 2021
    Configuration menu
    Copy the full SHA
    1e2301e View commit details
    Browse the repository at this point in the history
  3. fix: tapable issues

    vincentbriglia committed May 8, 2021
    Configuration menu
    Copy the full SHA
    9877b9a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    e53e94a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. fix tests

    hipstersmoothie committed May 21, 2021
    Configuration menu
    Copy the full SHA
    5fa091a View commit details
    Browse the repository at this point in the history