rmcampos and GitHub
44b29d9bfa
fix: address frontend test warnings and errors ( #37 )
...
* fix: warnings and issues when running unit tests
* chore: bump i18next deps
2026-05-06 09:14:51 -03:00
rmcampos and GitHub
c6dd3dd9d5
Feat/321 improve search and results ( #419 )
...
* bugfix: when reloading the page logged it doesn't go to home
* feat: make the alert error dismissible
* feat: improve dashboard page. Issue #321
* feat: improve home search tasks. Issue #321
* feat: improve home search. issue #412
* test: fix test cases
* chore: improve url - copilot review
* test: add unit tests. Issue #321
* chore: fix checkstyle issue
* test: add more tests to backend. Issue #321
* chore: fix sonarcloud issues. Issue #321
* test: add frontend tests. Issue #321
* test: add more tests to frontend. Issue #321
* test: add more tests to frontend. Issue #321
* test: add more tests to frontend. Issue #321
2025-04-21 18:59:55 -03:00
rmcampos and GitHub
4ba705d6c4
chore: improve CI and fix navigation ( #352 )
...
* chore: simple change to trigger new ci
* feat: make PR CD work
issue #338
* ci: fix target deploy url
* ci: improve deployments into just one matrix job
* ci: put secret on env
* fix: fix nagivation when creating notes and tasks from the home page
* test: add sidebar test cases
* chore: test files cleanup
2025-03-13 13:56:57 -03:00
rmcampos and GitHub
e5f3e339f6
feat: add gravatar support ( #347 )
...
* feat: add gravatar support
issue #323
chore: fix sidbar issues
* test: fix test case
* chore: fix sonar issues
* chore: fix sonar cloud issues
* test: fix test cases
* test: add more test cases
* ci: fix caddyfile and docker compose
2025-03-11 21:01:00 -03:00
a65e55caae
feat: improve notes UI ( #339 )
...
* build(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.0 in /client
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump sass from 1.83.4 to 1.85.1 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.83.4 to 1.85.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.83.4...1.85.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-i18next from 15.4.0 to 15.4.1 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.4.0 to 15.4.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.4.0...v15.4.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.13.8 to 22.13.9 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.13.8 to 22.13.9.
- [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:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump typescript from 5.7.3 to 5.8.2 in /client
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.3 to 5.8.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.1...v4.2.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: improve notes UI
issue #322
issue #337
issue #301
* feat: enable notes tracking for the users
* chore: reduce duplications creating components
* chore: fix wordy and add JS Docs
* test: add AlertError test cases
* feat: add contentHeader tests
* test: fix taskAdd test component
* test: add modalMarkdown test cases
* chore: refactor to reduce duplication
* test: add noteTitle component test case
* test: add more tests to About view
* test: add more tests to Account view
* test: add home view test cases
* test: add noteAdd view tests
* test: add note view test cases
* test: add note service unit tests
* chore: fix Sonar issues
* test: add more tests to note service
* chore: small fixes to backend
* test: fix noteAdd view test case
* chore: fix sonar issue
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 18:39:31 -03:00
rmcampos and GitHub
4ba3d1962d
feat: enable user to update his name and data ( #332 )
...
* feat: enable user to update his name and data
issue #307
* docs: add JSDocs
* test: fix sidebar tests
* test: fix test cases
* test: add account test cases
* test: add user controller and auth service tests
2025-03-05 12:05:14 -03:00
4538151871
feat: add new UI ( #291 )
...
* feat: implement new ui for tasks
issue #199
* feat: enable tasks to manage urls
* feat: add sidebar and remove header - wip
issue #199
time spent: 01h07m
* feat: sidebar improvements - wip
issue #199
* feat: side menu - partial
* feat: sidebar finished
* feat: sidebar finished
* feat: dashboard initial
* feat: new about page design
issue #199
* build(deps-dev): bump vitest and @vitest/coverage-v8 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ). These dependencies needed to be updated together.
Updates `vitest` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest )
Updates `@vitest/coverage-v8` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: deprecated element and response for 201
* feat: home page almost finished
issue #199
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.1 to 50.6.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.1...v50.6.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-config-prettier in /client
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump vite from 6.0.11 to 6.1.0 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.0.11 to 6.1.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @eslint/js from 9.17.0 to 9.20.0 in /client
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.17.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-router from 7.1.1 to 7.1.3
Snyk has created this PR to upgrade react-router from 7.1.1 to 7.1.3.
See this package in npm:
react-router
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade react-bootstrap from 2.10.7 to 2.10.8
Snyk has created this PR to upgrade react-bootstrap from 2.10.7 to 2.10.8.
See this package in npm:
react-bootstrap
See this project in Snyk:
https://app.snyk.io/org/ricardocampos-dcn/project/4d31651d-a849-4b8a-83a3-f8aaba677c53?utm_source=github&utm_medium=referral&page=upgrade-pr
* test: add test cases
issue #199
* test: add TaskUrlRepository data tests
issue #199
* test: add TaskService unit tests and fix intentionality Sonar issue
issue #199
* ci: attempt to fix sonar analysis and add badges
* ci: change pr and main workflows server tests
* chore: fix lint issues in the front-end
issue #199
* test: fix test cases for views and components
* chore: fix lint issues
* ci: update node version when running tests
* test: add taskTimeLeft test case
* chore: fix css rule according to css specifications
* chore: address sonar issues
* chore: address sonar issues again
* test: add Sidebar unit tests
* fix: client/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
* chore: refactor and improve taskTag component and tests
* chore: improve the taskTitle component and add tests
* chore: improve taskUrl component and add test cases
* test: add count view tests
* test: add count view tests files
* test: add taskAdd tests
* test: fix task add
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-02-22 16:29:54 -03:00