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: Add frontend package [DEV-2620] #211

Merged
merged 16 commits into from
May 22, 2023
Merged

feat: Add frontend package [DEV-2620] #211

merged 16 commits into from
May 22, 2023

Conversation

lampkin-diet
Copy link
Contributor

No description provided.

DaevMithran and others added 13 commits March 17, 2023 18:37
* Update package-lock.json

* Update workflows
* ci: Update CI and cache cleanup

* Update release.yml

* Update build.yml

* Update cleanup-cache.yml

* Update build.yml

* Bump package
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
* 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] <[email protected]>

* Bump package

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
* 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] <[email protected]>

* bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
* 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] <[email protected]>

* Update package.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
@ankurdotb
Copy link
Contributor

@ankurdotb
Copy link
Contributor

@gitguardian
Copy link

gitguardian bot commented May 16, 2023

⚠️ GitGuardian has uncovered 3 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
6625061 Generic High Entropy Secret 29f73a0 src/app.ts View secret
6625061 Generic High Entropy Secret 07a34ca packages/backend/src/app.ts View secret
6677700 Generic High Entropy Secret 83c0325 packages/frontend/.env.example View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@Tweeddalex Tweeddalex changed the title feat: [DEV-2586] Add frontend package feat: Add frontend package [DEV-2620] May 19, 2023
@DaevMithran DaevMithran merged commit 0eb1df7 into add-workspaces May 22, 2023
@DaevMithran DaevMithran deleted the DEV-2584 branch May 22, 2023 09:32
DaevMithran added a commit that referenced this pull request May 23, 2023
…212)

* feat: Add issuer apis

* feat: Add jsonld support

* docs: Update Readme

* build: Update did-provider-cheqd

* feat: Add controller db

* feat: Add authentication

* feat: Update swagger && refactor

* build: Update Dockerfile

* feat: Remove jsonLD

* feat: Minor updates

* feat: Create migrations in db

* build: Fix migration creation

* build: Add ca cert env

* fix: Update operation

* fix: Search operation in db

* feat: Update swagger

* feat: Update api paths

* feat: Minor fixes

* feat: Use monorepo structure

* feat: Add guard middleware

* feat: Update transition backend to ESM

* fix: Dockerfile permissions

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* Bump package

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* Update package.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* Temporarily add logto auth

* Add frontend package

* Simplify the frontend to just showing the token

* feat: Update refactor frontend

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: DaevMithran <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Ankur Banerjee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DaevMithran <[email protected]>

* fix: package-lock.json

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* Bump package

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>

* Update package.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>

* 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] <[email protected]>
Co-authored-by: DaevMithran <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Ankur Banerjee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DaevMithran <[email protected]>

* fix: Minor merge issues

* feat: Update frontend package.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: DaevMithran <[email protected]>
Co-authored-by: DaevMithran <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Ankur Banerjee <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cheqd-bot bot pushed a commit that referenced this pull request May 24, 2023
## [2.1.0-develop.1](2.0.0...2.1.0-develop.1) (2023-05-24)

### Features

* [DEV-2619] Create workspace with frontend and backend packages ([#212](#212)) ([08e6a45](08e6a45)), closes [#211](#211) [#194](#194) [#193](#193)
cheqd-bot bot pushed a commit that referenced this pull request Jun 1, 2023
## [2.1.0](2.0.0...2.1.0) (2023-06-01)

### Features

* [DEV-2619] Create workspace with frontend and backend packages ([#212](#212)) ([08e6a45](08e6a45)), closes [#211](#211) [#194](#194) [#193](#193)
* Add auth toggle && missing api's ([#234](#234)) ([5c44288](5c44288))
* Add verida connector ([#227](#227)) ([c1ac128](c1ac128))
* Switch back to backend only, split front-end to own repo [DEV-2665] ([#221](#221)) ([168608a](168608a))
* Update .envs ([#238](#238)) ([ce0e57b](ce0e57b))
* Update refactor verida ([6194a28](6194a28))

### Bug Fixes

* Dockerfile command ([5d4defb](5d4defb))
* Dockerfile permission && credential verification [CU-85zt6ng2p] ([#239](#239)) ([45bb6d7](45bb6d7))
* Jsonld credentials ([#236](#236)) ([c56a0a0](c56a0a0))
* Minor issues && swagger ([#235](#235)) ([51d2790](51d2790))
* Update Dockerfile variables and Swagger generation ([#228](#228)) ([f659754](f659754))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants