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 example app: Jira App #148

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

Add example app: Jira App #148

wants to merge 20 commits into from

Commits on Mar 18, 2022

  1. Init DD App

    tdimnet committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b0e3a18 View commit details
    Browse the repository at this point in the history
  2. Adding file swp files in gitignore

    tdimnet committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5e4512a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Add Jira Snippet

    tdimnet committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f856d88 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Setting up modals:

    - Install Chakra ui and react hook form
    - Build the UI for the create ticket modal
    tdimnet committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f23c944 View commit details
    Browse the repository at this point in the history
  2. Finish semantic integration:

    - Add the second modal.
    - Change the modal names to reflect the instructions
    tdimnet committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    12ad8ac View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add NodeJS REST API:

    - Proxify Jira requests to handle CORS.
    - Add env variables.
    tdimnet committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5593c00 View commit details
    Browse the repository at this point in the history
  2. Retrieve projects from proxy and jira

    tdimnet committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a3ae155 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Update the proxy to fetch not only the project and the issues related to

    each project
    tdimnet committed May 11, 2022
    Configuration menu
    Copy the full SHA
    0feb5df View commit details
    Browse the repository at this point in the history
  2. Start implementing the snapshot API

    tdimnet committed May 11, 2022
    Configuration menu
    Copy the full SHA
    d23b452 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Retrieving Snapshot and start opening jira issue

    tdimnet committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e9a85cb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Now able to create issue from Node Proxy

    tdimnet committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4e110c7 View commit details
    Browse the repository at this point in the history
  2. Fix issue creation:

    - Enable users to create Jira issue.
    - Add attachement
    - Add failover text
    tdimnet committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1d496f2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Creating the issue and adding the snapshop URL

    tdimnet committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d7d0ac2 View commit details
    Browse the repository at this point in the history
  2. Add URL instead of plain text for the link

    tdimnet committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5947439 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Clean code before PR:

    - Remove useless Widget
    - Remove update ticket modal (for now)
    - Update type declaration and interfaces
    tdimnet committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7d7379c View commit details
    Browse the repository at this point in the history
  2. Run Prettier and Linter

    tdimnet committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e75c06c View commit details
    Browse the repository at this point in the history
  3. Fix CI by adding build script

    tdimnet committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    de9200d View commit details
    Browse the repository at this point in the history
  4. Update package name in order to fix CI

    tdimnet committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    849c1f8 View commit details
    Browse the repository at this point in the history
  5. Adding private: true

    tdimnet committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8ae3eff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    058a32c View commit details
    Browse the repository at this point in the history