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

feat: [DEV-2619] Create workspace with frontend and backend packages #212

Merged
merged 28 commits into from
May 23, 2023

Commits on Mar 29, 2023

  1. feat: Add issuer apis

    DaevMithran committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    203a65c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat: Add jsonld support

    DaevMithran committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d452704 View commit details
    Browse the repository at this point in the history
  2. docs: Update Readme

    DaevMithran committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3b90dad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10d1b5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. feat: Add controller db

    DaevMithran committed May 4, 2023
    Configuration menu
    Copy the full SHA
    aea3272 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. feat: Add authentication

    DaevMithran committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b5f912f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    0b6ee92 View commit details
    Browse the repository at this point in the history
  2. build: Update Dockerfile

    DaevMithran committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3fe20ad View commit details
    Browse the repository at this point in the history
  3. feat: Remove jsonLD

    DaevMithran committed May 10, 2023
    Configuration menu
    Copy the full SHA
    848abc6 View commit details
    Browse the repository at this point in the history
  4. feat: Minor updates

    DaevMithran committed May 10, 2023
    Configuration menu
    Copy the full SHA
    df8724e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    beb0bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2213f View commit details
    Browse the repository at this point in the history
  3. build: Add ca cert env

    DaevMithran committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6b91e2b View commit details
    Browse the repository at this point in the history
  4. fix: Update operation

    DaevMithran committed May 11, 2023
    Configuration menu
    Copy the full SHA
    13686ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c036a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. feat: Update swagger

    DaevMithran committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3772b9e View commit details
    Browse the repository at this point in the history
  2. feat: Update api paths

    DaevMithran committed May 12, 2023
    Configuration menu
    Copy the full SHA
    cefae8b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. feat: Minor fixes

    DaevMithran committed May 15, 2023
    Configuration menu
    Copy the full SHA
    67cfa78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b63358 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 18, 2023

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

Commits on May 22, 2023

  1. feat: Add frontend package [DEV-2620] (#211)

    * chore(release): 1.5.1 [skip ci]
    
    ## [1.5.1](1.5.0...1.5.1) (2023-03-17)
    
    * ci: Update CI and cache cleanup (#194)
    
    * ci: Update CI and cache cleanup
    
    * Update release.yml
    
    * Update build.yml
    
    * Update cleanup-cache.yml
    
    * Update build.yml
    
    * Bump package
    
    * chore: Update package lock
    
    * chore(release): 2.0.0-develop.3 [skip ci]
    
    ## [2.0.0-develop.3](2.0.0-develop.2...2.0.0-develop.3) (2023-04-03)
    
    * chore(deps-dev): Bump semantic-release from 19.0.5 to 21.0.1 (#193)
    
    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.5 to 21.0.1.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v19.0.5...v21.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps-dev): Bump eslint-config-prettier from 8.5.0 to 8.8.0 (#191)
    
    * chore(deps-dev): Bump eslint-config-prettier from 8.5.0 to 8.8.0
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.8.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.5.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump package
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps-dev): Bump prettier from 2.8.1 to 2.8.7 (#190)
    
    * chore(deps-dev): Bump prettier from 2.8.1 to 2.8.7
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.7.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.1...2.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps): Bump webpack from 5.75.0 to 5.77.0 (#195)
    
    * chore(deps): Bump webpack from 5.75.0 to 5.77.0
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.77.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.77.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update package.json
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * Temporarily add logto auth
    
    * Add frontend package
    
    * Simplify the frontend to just showing the token
    
    * feat: Update refactor frontend
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DaevMithran <daevmithran1999@gmail.com>
    6 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    0eb1df7 View commit details
    Browse the repository at this point in the history
  2. fix: package-lock.json

    DaevMithran committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ea87d31 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. feat: [DEV-2621] Add API guarding (#218)

    * chore(release): 1.5.1 [skip ci]
    
    ## [1.5.1](1.5.0...1.5.1) (2023-03-17)
    
    * ci: Update CI and cache cleanup (#194)
    
    * ci: Update CI and cache cleanup
    
    * Update release.yml
    
    * Update build.yml
    
    * Update cleanup-cache.yml
    
    * Update build.yml
    
    * Bump package
    
    * chore: Update package lock
    
    * chore(release): 2.0.0-develop.3 [skip ci]
    
    ## [2.0.0-develop.3](2.0.0-develop.2...2.0.0-develop.3) (2023-04-03)
    
    * chore(deps-dev): Bump semantic-release from 19.0.5 to 21.0.1 (#193)
    
    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.5 to 21.0.1.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v19.0.5...v21.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps-dev): Bump eslint-config-prettier from 8.5.0 to 8.8.0 (#191)
    
    * chore(deps-dev): Bump eslint-config-prettier from 8.5.0 to 8.8.0
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.8.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.5.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump package
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps-dev): Bump prettier from 2.8.1 to 2.8.7 (#190)
    
    * chore(deps-dev): Bump prettier from 2.8.1 to 2.8.7
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.7.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.1...2.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * chore(deps): Bump webpack from 5.75.0 to 5.77.0 (#195)
    
    * chore(deps): Bump webpack from 5.75.0 to 5.77.0
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.77.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.77.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update package.json
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    
    * Temporarily add logto auth
    
    * Add frontend package
    
    * Simplify the frontend to just showing the token
    
    * Add API guarding middleware
    
    * Remove unused code
    
    * Move to generateHTML for swagger
    
    * fix: git guardian warning
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DaevMithran <daevmithran1999@gmail.com>
    6 people authored May 23, 2023
    Configuration menu
    Copy the full SHA
    c2b1f79 View commit details
    Browse the repository at this point in the history
  2. fix: Minor merge issues

    DaevMithran committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7742b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e0ba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    130ff45 View commit details
    Browse the repository at this point in the history