Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use newer nginx docker image version to support both arm64 and…
… amd64 (#1539) * test why deploy action is not working * Update README.md Add SonarCloud badge * chore(deps-dev): bump karma from 6.4.3 to 6.4.4 Bumps [karma](https://github.com/karma-runner/karma) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump @types/node from 20.14.11 to 22.0.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 22.0.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-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump the eslint group with 2 updates Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> * feat: Added findByIdAccess method to Proposal and Sample APIs * Add tests of findByIdAccess method for Proposal and Sample APIs * improved testcase for proposal fetchById * improved testcase for sample fetchById * sync functionalAccounts between FE and BE * update findByIdAccess endpoints for sample & proposals * minor variable naming change. * Minor change in SDK file * minor SDK endpoint description change * first draft of the datafiles action * fixed most of the bugs for the new actions. Added test configuration * fixed linting issues * working on fixing unit testing * fixed linting errors * added missing config for datafiles.component.spec.ts * renamed dataset Input to actionDataset to avoid HTML element conflict * datafiles actions tests, data files action test almost done * Completed tests for datafiles action * fixed linting. Added documentation * updated documentation with images * trying to figure out why images are not pushed to repo * implemented test solution suggested in review and updated documentation * fixed linting issues * chore: Update nginx base image to version 1.21-alpine --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Igor Khokhriakov <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Novelli <[email protected]>
- Loading branch information