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

[GH-618]: Added slack attachment for webhook posts, in order to comment, edit, and close issues. #636

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2023

  1. [MI-2502]:Added custom type for webhook post in order to comment, edi…

    …t and close issues (#13)
    
    * [MI-2502]:Added custom type for webhook post in order to comment, edit and close issues
    
    * [MI-2502]: Added EOF
    
    * [MI-2502]: Fixed lint errors
    
    * [MI-2502]: Review fixes done
    1. Improved code quality
    2. Made few contants
    
    * [MI-2502]: Review fixes done
    1. Changed few files to .tsx
    2. Improved code quality
    
    * [MI-2502]: Review fixes done
    1. Improved code quality
    2. Made a constant
    
    * [MI-2502]: Review fixes done
    1. Improved code readability
    
    * [MI-2502]: Review fixes done
    1. Made a package dor constants
    2. Made a package for struct
    3. Improved code redability
    
    * [MI-2502]: Review fixes done
    1. Improved code quality
    2. Fixed the issue that I was facing while creating issue or attaching a comment to the issue.
    3. Changed few file names
    
    * [MI-2502]: Review fixes done
    1. Changed the names of few functions
    2. Improved code quality
    
    * [MI-2502]: Review fixes done
    1.Improved code readability
    
    * [MI-2502]: Review fixes done
    1. Improved code readability
    
    * [MI-2502]: Review done
    1. Improved code quality
    
    * [MI-2502]: Review fixes done
    1. Improved code quality
    Nityanand13 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cbb804e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4378034 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. [MI-2736]: Done the review fixes of a github PR mattermost#636 (#20)

    * [MI-2736]: Review fixes done
    1. Improved code readability
    
    * [MI-2736]: Review fixes done
    1. Fixed linting errors
    
    * [MI-2736]: Review fixes done
    1. Fixed linting error
    Nityanand13 authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    70ae885 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. [MI-2736]: Done the review fixes of a github PR mattermost#636 (#21)

    * [MI-2736]: Review fixes done
    1. Improved code readability
    
    * [MI-2736]: Review fixes done
    1. Fixed linting errors
    
    * [MI-2736]: Review fixes done
    1. Fixed linting error
    
    * [MI-2736]: Review fixes done
    1. Improved code readability
    
    * [MI-2736]: Review fixes done
    1. Changed the case of few endpoints to snake case
    Nityanand13 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3cecd5d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. [MI-2814] Done the review fixes of github PR mattermost#636 (#22)

    * [MI-2736]: Review fixes done
    1. Improved code readability
    
    * [MI-2736]: Review fixes done
    1. Fixed linting errors
    
    * [MI-2736]: Review fixes done
    1. Fixed linting error
    
    * [MI-2736]: Review fixes done
    1. Improved code readability
    
    * [MI-2736]: Review fixes done
    1. Changed the case of few endpoints to snake case
    
    * [MI-2814]: Review fixes done of github PR mattermost#636
    
    * [MI-2814]: Review fixes done
    1. Made comment field editable when trying to add a comment from message action.
    
    * [MI-2814]: Review fixes done
    1. Improved code readability
    
    * [MI-2814]: Review fixes done
    1. Used GET method on getting the issue info
    2. Improved code readability
    
    * [MI-2814]: Improved linting error
    Nityanand13 authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    779f10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c370b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. [MM-618] Update validations, modal title, styling, post messages, con…

    …flicts error and lint errors
    ayusht2810 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0f40aba View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    9f7af14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e7abd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    c5a8d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136221f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [MM-617]: converted the custom post to slack attachment for issue cre…

    …ation event on Github (#37)
    
    * [MM-617]: converted the custom post to slack attachment for issue creation
    
    * [MM-617]: fixed lint and testcases
    
    * [MM-617]: removed unused variables
    
    * [MM-617]: Fixed the title of the issue slackAttachment
    
    * [MM-617]: review fixes
    
    * [MM-617]: fixed lint
    
    * [MM-617]: Review fixes and code clean up
    
    * [MM-617]: removed the custom post file
    
    * [MM-617]: review fixes
    
    * [MM-617]: review fixes
    
    * [MM-617]: Fixed lint
    
    * [MM-617]: improved the error logging
    Kshitij-Katiyar authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    482fcf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c266e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    28300d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b413828 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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