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

Meeco integration – Frontend #2452

Closed
wants to merge 171 commits into from

Conversation

itelesheva
Copy link
Contributor

@itelesheva itelesheva commented Jul 24, 2023

Description:

This pull request introduces the long-awaited Meeco integration into the Guardian application, enabling seamless and secure authentication for our users. Meeco is a trusted platform that provides users with a secure and convenient way to manage their personal data, including passwords, identity information, and digital assets.

This PR also contains FE part of the Meeco Wallet integration with Guardian application.
List of changes:

  • Added "Meeco Login" button to the Login form;
  • MEECO_AUTH_REQUEST WS message is sent on "Meeco Login" button click;
  • Received redirectUri value from MEECO_AUTH_PRESENT_VP message and generated QR code for the user;
  • Displayed the QR code in a modal dialog;
  • In case of receiving MEECO_VERIFY_VP_FAILED a toastr notification with error message is displayed and the dialog with QR code is closed;
  • If MEECO_VERIFY_VP is received, the returned VC subject rendered to the user for approval;
  • Component for Meeco VC subject dialog approval added;
  • By clicking on "Approve" button inside Meeco VC subject dialog, MEECO_APPROVE_SUBMISSION message is sent;
  • If the user clicked on "Reject" button, MEECO_REJECT_SUBMISSION message is sent and the user is returned to the Login form;
  • In case of approval the user is logged in to the Guardian application;
  • Added isMeecoConfigured environment variable for Frontend, so that Meeco integration button won't be shown by default.
image image image image image image

Key Changes:

Meeco Authentication API: We have integrated the Meeco Authentication API into the Guardian application. This API allows users to securely authenticate and authorize access to their Meeco vault.

User Registration and Login: Users can now register and log in to the Guardian application using their Meeco account credentials. This streamlined authentication process eliminates the need for traditional username-password combinations, enhancing security and user experience.

Error Handling and Logging: The integration comes with robust error handling and logging mechanisms to identify and resolve any issues promptly, ensuring a smooth and reliable authentication experience.

Username Collision Avoidance:
To ensure unique usernames and prevent collisions, we have implemented a novel approach that incorporates the Meeco User DID (Decentralized Identifier). When a user registers with the Guardian application using their Meeco account, we retrieve their Meeco User DID, which serves as a unique identifier for their Meeco account. Using this DID as a basis, we generate a random number that is appended to the user's desired username during the registration process. This combination of the username and the random number creates a unique username specific to each user, even in cases where multiple users might have the same preferred username. This approach guarantees a smooth and reliable authentication experience while maintaining the simplicity and familiarity of traditional usernames for our users. By leveraging the Meeco User DID in this manner, we not only avoid potential collisions in usernames but also enhance the security and privacy of our users' identities.

Testing:
We have conducted extensive testing on various platforms and devices to ensure the reliability, security, and compatibility of the Meeco integration. Our QA team has performed unit tests, integration tests, and user acceptance testing to validate the authentication flow and data synchronization process.

Documentation:
Along with this pull request, we have updated the Guardian application's documentation to provide detailed information on how users can set up and use the Meeco authentication feature. This includes instructions for registration, login, and managing permissions within the Meeco platform.

Security:
We take security seriously, and the Meeco integration undergoes thorough security audits and penetration testing to identify and address any vulnerabilities. We have worked closely with the Meeco team to align with best security practices and ensure the protection of user data.

Once this pull request is merged, the Guardian application will empower its users with a more secure and user-friendly authentication solution through Meeco. This integration marks an important milestone in our commitment to safeguarding user privacy and data while providing a seamless experience for our valued users.

Related issue(s):

Meeco integration
Meeco integration FE

@itelesheva itelesheva marked this pull request as ready for review July 25, 2023 11:34
@ieumuzair ieumuzair added the IEU Intellect EU Team label Jul 25, 2023
felipeneuhauss and others added 28 commits July 25, 2023 14:59
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* feat: validation removed

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* updated policy files [skip ci]

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fix merge

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* bump version

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix build

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix web3token

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix validation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* cut filenames

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fix field type

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* bump version

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix import tags

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix report item

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix overwriting entities

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fixing document validation error

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* moved policies tab

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix refreshing events

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fix scroll in request block

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* upgrade ws updating messages

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fix lint

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* optimize update algorithm

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* update info about revoke block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* add new block

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

Signed-off-by: otherNet <francesco.calderoni@intellecteu.com>

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* disable application events

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* fix

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix lint

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fices

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix 2100

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix 2110

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix 2133

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* add demo policy

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix update vc

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* upload and verify vc

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* refactor

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix migration

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix tests

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* added wizards

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix trustchain creation

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* change help icons

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix lint

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix schema updating

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fixed clone schemas

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix importing schemas

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix exporting schemas

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added integer to mint fields

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix ui issues

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* change contracts to retirement

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix link button

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix build

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* implement nestjs api

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* wiard api

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* add topic mask

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix logs

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* add env config

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fixed choose wizard state

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fixed wizard trustchain

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* fix dialog size

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* change approving for initial steps

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added revocationBlock

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added deprecation to about section

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix import/export

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix build

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix lots errors

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix lint
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

* status codes
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* routes permissions
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix accounts
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix themes
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix schema type
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix register
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* add validation
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* tests
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix get-schemas request
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix get-schemas request
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix lintings
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix lint

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* bump version
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* schema active endpoint
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>
Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>
Signed-off-by: otherNet <francesco.calderoni@intellecteu.com>
Co-authored-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Co-authored-by: prernaa.agarwal <prernaa.agarwal@envisionblockchain.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <eduardo.augusto.santiago@gmail.com>
Co-authored-by: Vanessa Lopes <111521009+vaness453@users.noreply.github.com>
Co-authored-by: artembuslaev <artem.buslaev@envisionblockchain.com>
Co-authored-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Co-authored-by: Vanessa Lopes <vanessa.lopes@intellecteu.com>
Co-authored-by: otherNet <francesco.calderoni@intellecteu.com>
Co-authored-by: AlexIvanHoward <alexivanhoward@gmail.com>
Co-authored-by: Serg Metelin <sergey.metelin@hedera.com>
Co-authored-by: Felipe Neuhauss <felipe.neuhauss@intellecteu.com>
AWS Env secret
HCP Env secret
AZURE Env secret
Documentation
solve conflicts
api-docs

Signed-off-by: otherNet <francesco.calderoni@intellecteu.com>
* fix lint

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Fix issue with back button inside the register dialog

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Fix issue with Next button inside root-config component

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Show validation error for already existed username on UI

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Display validation error when entered passwords do not match

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Add whitespace validation for create account and login forms

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Add show/hide functionality for Create account/Login forms

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Remove error from server from UI, fix error message for the existing username

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Fix confirm password validation, restore data flow

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Remove console logs

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Fix control name

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Add filtering for standard registries and policies lists

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Add text for the case when there is no standard registries

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Fix issues, refactor code

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Fix issue when the user is unable to distinguish the schema policy based on version

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Disable action buttons when the form is invalid

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Mark required fields in forms

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Add disableClose attribute to modal dialogs, cross icon to some of them

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Update the UX of Registrant Application form

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* swagger

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix PORT in use issue
fix build ussues
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix port generation
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix mongodb issue
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* update

* add swagger package
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* add swagger package
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-362: Updated Installation guide

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* added policy syntax highlighting

Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>

* added policy suggestion mechanism

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added policy syntax groups constant

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* improving perfomance of suggestion algorithm

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added legend for suggestion configuration

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* missing mint block tip

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added swagger docs

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* changed suggestion algorithm and response

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added syntax highlighting to json block config

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* changed suggestion to suggestions

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix response codes

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* change type to blockType

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix comments

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added missing message memo

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* update

* fix

* fix

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* added auto-generated swagger docs

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* remove api-docs
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* Fix issues found during QA testing

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* fix module editing in json

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix perfomance on select block issue

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix text

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix text

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* Create readMe.md

* Update readMe.md

* Update readMe.md

* Add files via upload

* Rename Methodology Library/CDM/readme.md to Methodology Library/CDM/CDM AR-ACM0003/readme.md

* Add files via upload

* Delete CDM.policy

* Add files via upload

* policy.ts
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix 2280
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix 2242
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* feat: preview and adjustments

* Fix issue with action button disabling in token dialog

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Change filtering by username to geography

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Change the style of Generate button for SR, Registrant users

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* GITBOOK-364: Separated sections from Installation guide

* Add hover state for the generate button

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* enable config view of published modules
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix module "save as"
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* merge develop
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix bugs
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix get accounts
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix status codes
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* added ghgp policy [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* Updates main ICP policy to v.2.6.1.

Signed-off-by: AlexIvanHoward <alexivanhoward@gmail.com>

* fix accounts
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-366: Separating Installation methods

* fix status codes
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix permissions
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-369: Corrected manuaaly process

* GITBOOK-371: Added Auto Suggestion docs

* GITBOOK-372: Added syntax section in themes

* docs generation test
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* docs generation test
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix filter in report blocks

* added NEW status for vc-document

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix filter in report blocks

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix invalid status codes
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Solve hashgraph#1695
AWS Env secret
HCP Env secret
AZURE Env secret
Documentation
solve conflicts
api-docs

Signed-off-by: otherNet <francesco.calderoni@intellecteu.com>

* six send VP

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix lint
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* update cdm policy [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* added cdm ams policy [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* GITBOOK-373: added messagesReportBlock

* fix status codes
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix modules
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix profiles
remove unnesessary credentials

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix module states

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix validation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* up hedera sdk version
add network name in logs

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix style

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Add swagger.yaml

* fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* Add swagger.yaml

* test fix swagger.yaml generation

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* save serials

* ignore main brunch

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-374: Ux in selecting standards update

* fix error codes

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* add missing keywords for policy syntax

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* refactor syntax groups theme storage

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* update

* fix preset readonly nested schemas

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* auto fill suggestions config

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix error codes

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix permissions

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* update

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix errors

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix errors

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix error

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix errors

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix error

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix error

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix error

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* compare modules

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* disable vault in api-tests

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* update policies

* compare module

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* update compare ui

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix search btn

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fixes

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix lint

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* fix permission

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix permission

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* hashgraph#2064 fix mobile menu

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* merge main

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* fix

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* remove latest tags

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* update serials column [skip ci]

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* updated Irec timestamps

* fix docker start

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* updated iREC10 recipient timestamp

* GITBOOK-376: Updated iREC timestamps

* added copy button to new versions

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* fix createDate\updateDate in db

* fix navigate

* fix disable btn in request block

Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

* fix schema cache

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* hotfix/form-scroll-buttons

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* Update the initial isShown array value

Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>

* add swagger descriptions

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* fix suggestions on deleting policy/module

Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>

* use static swagger descriptions if need

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* bump version

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* bump version

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* fix lock file

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>

* GITBOOK-377: api-architecture-customization

---------

Signed-off-by: simvalery <valeriy.simonov@envisionblockchain.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Signed-off-by: artembuslaev <artem.buslaev@envisionblockchain.com>
Signed-off-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>
Signed-off-by: AlexIvanHoward <alexivanhoward@gmail.com>
Signed-off-by: otherNet <francesco.calderoni@intellecteu.com>
Co-authored-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Co-authored-by: Artem Buslaev <artem.buslaev@envisionblockchain.com>
Co-authored-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Co-authored-by: prernaa.agarwal <prernaa.agarwal@envisionblockchain.com>
Co-authored-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Co-authored-by: AlexIvanHoward <alexivanhoward@gmail.com>
Co-authored-by: otherNet <francesco.calderoni@intellecteu.com>
Co-authored-by: envision-ci-agent <envision-ci-agent@users.noreply.github.com>
Co-authored-by: Vanessa Lopes <vanessa.lopes@intellecteu.com>
Co-authored-by: E. Santiago <eduardo.augusto.santiago@gmail.com>
Co-authored-by: Serg Metelin <sergey.metelin@hedera.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
…o platform

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
…gned JWT

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
Signed-off-by: Iryna Telesheva <iryna.telesheva@intellecteu.com>
@itelesheva itelesheva force-pushed the meeco-integration-fe branch 2 times, most recently from f7c3a15 to 7c91623 Compare July 27, 2023 13:26
@felipeneuhauss felipeneuhauss force-pushed the meeco-integration-fe branch 3 times, most recently from 400a9f9 to 1f2cca8 Compare July 31, 2023 14:18
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
# Conflicts:
#	auth-service/package.json
#	auth-service/src/api/meeco-service.ts
#	auth-service/src/meeco/meeco-api.ts
#	auth-service/src/meeco/meeco.service.ts
#	common/src/interfaces/providers/meeco.ts
#	configs/.env.template.guardian.system
#	package-lock.json
#	yarn.lock
Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
…-integration-fe

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
…-integration-fe

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
…-integration-fe

Signed-off-by: Felipe Neuhauss <felipe.neuhauss@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IEU Intellect EU Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants