rmcampos
0250b558cf
Group three changes in a single PR ( #13 )
...
Main CI-Frontend / Build & Push (push) Successful in 46s
Main CI-Backend / Build & Push (push) Successful in 54s
## What
- fix: background image position moving around in the landing, login and register pages.
- chore: bump minor dependencies versions to latest version.
- feat: replace "Due in 1 day" and "Due in 0 days" to Time Ago format: "Due tomorrow" and "Due today".
## Why
- Keeping the app improving and updated.
- Date picker in mobile works better using the default/native.
## Mood
<img width="200" src="https://media0.giphy.com/media/TIiDh0ONXotAQpkw3f/giphy.gif?cid=5a38a5a2cea0tfjgne8sdpz1vz617kfqk02hnjrrjx34v08x&ep=v1_gifs_search&rid=giphy.gif&ct=g " style="border:0;height:300px;width:300px"/>
Reviewed-on: #13
2026-07-20 16:40:53 +00:00
rmcampos
acb08f7e14
feat: make notes keep open when suddenly closed ( #7 )
...
Main CI-Frontend / Build & Push (push) Successful in 39s
## What
- New feature allowing open notes to be restore, if the tab is closed
## Why
- Making users' life easier
## Mood
<img width="200" src="https://media3.giphy.com/media/S5uASkxZ5eGcwf2vHM/giphy.gif?cid=36b14facu3gasrwzy8axqb43wcuo1tsdjvjcslyk9t9jzvab&ep=v1_gifs_search&rid=giphy.gif&ct=g "/>
Reviewed-on: #7
2026-07-01 15:17:41 +00:00
rmcampos
1ff3ba964c
feat: add draft notes ( #6 )
...
Main CI-Frontend / Build & Push (push) Successful in 28s
## What
- Add draft feature for notes and tasks.
- Update deploy workflows to use a single job.
## Why
- Draft is needed when the session expires and the user is editing.
- A single job is needed to avoid exposing a tfplan file
## Mood
<img width="200" src="https://media4.giphy.com/media/BwP0jedpcSOyOyIK2h/giphy.gif?cid=36b14facttlvjhc0remdjlv65reqb1qh98wy78m23ua0avsj&ep=v1_gifs_search&rid=giphy.gif&ct=g "/>
Reviewed-on: #6
2026-07-01 00:05:46 +00:00
rmcampos
169f07801a
Security/critical fixes ( #4 )
...
Main CI-Frontend / Build & Push (push) Successful in 39s
Main CI-Backend / Build & Push (push) Successful in 45s
## What
- Addressing security issues: critical and not so critical (more fixed will be pushed soon)
## Why
- The app needs to be secure and safe.
## Mood
<img width="200" src="https://media2.giphy.com/media/CSpfd57m9WGHnxMWXm/100.webp?cid=36b14facw100seggylsefdj0ap2oopoux3bn3jn6qu59xggq&ep=v1_gifs_search&rid=100.webp&ct=g "/>
Reviewed-on: #4
2026-06-29 19:23:41 +00:00
rmcampos and GitHub
931e361836
feat: update about page to reflect current features ( #63 )
2026-06-08 15:35:43 -03:00
rmcampos and GitHub
5fec30fea0
feat: add SDD and DDD filer for AI based development and Spec 001 implementation ( #60 )
...
* feat: add initial files and spec 1
* feat: add spec for rich text feature
* chore: restore file from broken AI session
* feat: add project constraints to ai
* chore: update spec feature prompt
* feat: add multiple tags support - wip
* test: fix test cases
* chore: move tag list to below the inputs
* chore: add ngrok files and updates
* fix: session issues and query using HQL
* test: fix test cases
2026-05-26 11:58:04 -03:00
f34c359720
Refresh auth session with server-authoritative current user data ( #59 )
...
* Initial plan
* feat: refresh and reload current user profile
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/3f01367a-baee-4bbe-8f66-f04da58d485f
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* test: fix time zone test issue
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-05-18 22:26:31 -03:00
a6bdd104d5
feat: add last activity date time ( #57 )
...
* feat: add last activity date time
* chore: update missing files
* chore: improve last seen message to inclute timezone
* chore: remove the formatting from backend
* chore: fix client issues
* fix: add utd to formatting in the client
* fix lint issue
* chore: fix lastLogin always showing the current login
* fix: address sidebar and sign-in review comments
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/04a13c25-87ea-44cc-ac53-cfefd16e0262
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
2026-05-18 17:15:01 -03:00
rmcampos and GitHub
84f6a00572
feat: prevent user form login before conforming his email ( #56 )
...
* feat: prevent user form login before conforming his email
* chore: update files and improve things
* feat: fix errors issue and improve logs
2026-05-17 17:53:59 -03:00
rmcampos and GitHub
3942d02225
Feat/drop refresh token logic ( #51 )
...
* feat: update auth provider to not refresh token every 2 minutes
* chore: ignore tfplan files
2026-05-13 18:11:35 -03:00
4b87a35a7d
Add Cypress E2E tests for Home, Task, and Notes management ( #46 )
...
* Initial plan
* feat: add Cypress E2E tests for home, tasks, and notes management
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/b58034df-7cc2-4f3b-aebb-6ff9b948d992
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* fix: add data-testid to task dropdown and update Mark as Done tests
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/05bf3f86-5dda-4c1a-9f2b-dc1f0e38c9f3
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* fix: remove pre-click reload intercepts that caused share test race condition
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/a78336f4-bd41-4819-a848-79aa6a4f8ed7
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* fix: remove post-action reload intercepts that caused getDoneTasks race condition
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/28155c26-3eaf-46d7-a749-74eff1bc217b
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
2026-05-07 14:26:19 -03:00
662d8ba4d2
fix: prevent premature route resolution before initial auth check completes ( #45 )
...
* Initial plan
* fix: add loading state to AuthContext to prevent premature route resolution
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/8b02c4fd-b37e-4d34-8910-6d075bde6b4b
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* restore: revert package-lock.json to original state
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* fix: add catch before finally in initial auth check useEffect
Agent-Logs-Url: https://github.com/RMCampos/tasknote/sessions/8b02c4fd-b37e-4d34-8910-6d075bde6b4b
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* test: address test warning missing act
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-05-07 11:54:21 -03:00
rmcampos and GitHub
bccd30c1a9
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
c19ef73a5a
feat: improve security and prevent xss attacks ( #30 )
...
* feat: improve security and prevent xss attacks
* chore: fix frontend test file name location
* fix: frontend test case
* ci: add deployment connection
2026-04-16 16:49:51 -03:00
rmcampos and GitHub
0a30ab0401
chore: add files and config to run on VPS and test locally ( #29 )
...
* chore: add files and config to run on VPS and test locally
* chore: add missing nginx files left behind
* chore: rename workflow files
2026-04-16 13:54:16 -03:00
rmcampos
5ae989a1cc
feat: update new error message and translations
2026-03-16 12:48:30 -03:00
b1531f890e
Add public note sharing feature ( #22 )
...
* Initial plan
* Add note sharing feature: share/unshare endpoints, public note view, share token
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Remove redundant nullable=true annotation from NoteEntity shareToken column
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Fix checkstyle line-length violations in test files
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* Fix frontend build and test failures: add shared/shareToken fields to NoteAdd payloads and test
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* chore: reorganize scripts and migration name
* docs: update readme with new feature
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-28 13:08:23 -03:00
553eb3c59d
Add Source and Copy buttons to note markdown modal ( #21 )
...
* Initial plan
* Add Source and Copy buttons to ModalMarkdown for note source code view
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
* feat: add healthcheck do native image
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com >
Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com >
2026-02-27 19:13:53 -03:00
rmcampos
e5290aa6c4
chore: add missing files and improve Dockerfile
2026-02-11 11:03:02 -03:00
rmcampos
98ad43602a
feat: improve markdown rendering and add home filter context
2026-02-11 10:57:43 -03:00
e3f3259179
feat: Add tag suggestion dropdown for Notes and Tasks ( #12 )
...
* feat: add tag suggestion dropdown for NoteAdd and TaskAdd views
Implement a tag suggestion dropdown in both NoteAdd and TaskAdd components.
When the tag input is focused, available tags are fetched from the API
(GET /rest/home/tasks/tags) and displayed in a filterable dropdown list.
Users can select an existing tag or type a custom one.
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
* chore: fix lint issue
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
2026-02-10 17:35:26 -03:00
b6ae920673
fix: Keep filter between actions in Home view ( #9 )
...
* fix: keep filter selection between actions in Home view
When a user selects a filter (Tasks, Notes, or a tag) and performs an
action like marking a task as done or deleting a note, the filter is now
preserved after the data reload.
- Extract applyFilter() helper that accepts explicit task/note arrays to
avoid stale state closure issues
- loadAllTasks() now re-applies the current selectedOption and filterText
after fetching fresh data instead of resetting to 'everything'
- loadAllNotes() now re-applies the current filter after fetching fresh data
- Add 3 new tests verifying filter persistence after actions
Fixes #8
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
* feat: fix race condition as per Claude review
* ci: add CI to client
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com >
2026-02-10 16:57:44 -03:00
rmcampos and GitHub
0e096a025a
fix: reload issue and packages updates ( #715 )
2025-11-05 18:26:00 -03:00
c0667c0970
feat: versions ( #709 )
...
* build(deps): bump org.jacoco:jacoco-maven-plugin in /server
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-version: 0.8.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: client/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136
* build(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: server/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
- https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.5.6 to 3.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 11.1.0 to 12.1.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.1.0...checkstyle-12.1.1 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 12.1.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.31.Final to 6.6.34.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.34/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.31...6.6.34 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.34.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: bump dependencies and fix tests
---------
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-10-31 18:51:32 -03:00
rmcampos and GitHub
f17803b858
fix: mobile version and radio selection. Issue #590 ( #604 )
2025-08-12 17:16:05 -03:00
aee76e9aee
fix: delete request ( #532 )
...
* fix: corrects delete endpoint to follow HTTP DELETE standard (#509 )
* fix: corrects delete endpoint to follow HTTP DELETE standard
* fix: refactor for consistent formatting
* feat: improve account deletion to use delete method
* test: fix account tests
---------
Co-authored-by: Patrick Bpds <patrickbpds@gmail.com >
2025-06-25 11:28:01 -03:00
3553dd5661
chore: new versions and new features ( #508 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.16.Final to 6.6.17.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.17/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.16...6.6.17 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.17.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.24.0 to 10.25.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.24.0...checkstyle-10.25.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump webpack-dev-server and @angular-devkit/build-angular
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `webpack-dev-server` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.0...v5.2.1 )
Updates `@angular-devkit/build-angular` from 19.2.12 to 20.0.1
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.12...20.0.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-version: 5.2.1
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 20.0.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.32.1 to 8.34.0 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.32.1 to 8.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.34.0
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.89.0 to 1.89.2 in /client
Bumps [sass](https://github.com/sass/dart-sass ) from 1.89.0 to 1.89.2.
- [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.89.0...1.89.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.89.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump vitest from 3.1.4 to 3.2.3 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.1.4 to 3.2.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-version: 3.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.15.21 to 22.15.30 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.15.21 to 22.15.30.
- [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-version: 22.15.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @vitest/coverage-v8 from 3.1.4 to 3.2.3 in /client
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 3.1.4 to 3.2.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/core from 19.2.10 to 20.0.2 in /angular
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core ) from 19.2.10 to 20.0.2.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.2/packages/core )
---
updated-dependencies:
- dependency-name: "@angular/core"
dependency-version: 20.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 19.2.13 to 20.0.1 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 19.2.13 to 20.0.1.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.13...20.0.1 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 20.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/compiler-cli in /angular
Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli ) from 19.2.10 to 20.0.2.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/20.0.2/packages/compiler-cli )
---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
dependency-version: 20.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* feat: add cloning note feature
* feat: sort notes by id, the last one shows up first
* test: fix test cases
* test: fix test cases
* test: add test case
* test: add more test cases
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 16:04:26 -03:00
rmcampos and GitHub
49e0f915e1
Fix/410 fix languages ( #483 )
...
* feat: handle languages and save it in the backend. Issue #418 . Issue #410
* test: fix test cases
* test: add test cases in the backend
2025-05-29 17:42:32 -03:00
fe2803393b
Feat/improve security ( #482 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.15.Final to 6.6.16.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.16/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.16.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump com.puppycrawl.tools:checkstyle in /server
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) from 10.23.1 to 10.24.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.23.1...checkstyle-10.24.0 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 10.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @vitejs/plugin-react from 4.4.1 to 4.5.0 in /client
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.0/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 4.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router from 7.6.0 to 7.6.1 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.6.1/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-datepicker from 8.3.0 to 8.4.0 in /client
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v8.3.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: react-datepicker
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 4.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 16.1.0 to 16.2.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump jasmine-core from 5.6.0 to 5.7.1 in /angular
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 5.6.0 to 5.7.1.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v5.6.0...v5.7.1 )
---
updated-dependencies:
- dependency-name: jasmine-core
dependency-version: 5.7.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @angular/cli from 19.2.12 to 19.2.13 in /angular
Bumps [@angular/cli](https://github.com/angular/angular-cli ) from 19.2.12 to 19.2.13.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/19.2.12...19.2.13 )
---
updated-dependencies:
- dependency-name: "@angular/cli"
dependency-version: 19.2.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser-dynamic in /angular
Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/platform-browser-dynamic )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/router from 19.2.10 to 19.2.13 in /angular
Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/router )
---
updated-dependencies:
- dependency-name: "@angular/router"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @angular/platform-browser in /angular
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser ) from 19.2.10 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases )
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/platform-browser )
---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
dependency-version: 19.2.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: server/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156
* fix: css styles and translations
* chore: fix authentication provider
* chore: fix line too long
* test: update test cases
* chore: prefer coalescing operator
* chore: prefer nullish coalescing operator
---------
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-05-28 18:15:37 -03:00
a45378685b
chore: versions and note fix ( #466 )
...
* build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm ) from 6.6.14.Final to 6.6.15.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.15/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.14...6.6.15 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
dependency-version: 6.6.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @types/react from 19.1.2 to 19.1.4 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 19.1.2 to 19.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-bootstrap from 2.10.9 to 2.10.10 in /client
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap ) from 2.10.9 to 2.10.10.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases )
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v2.10.10/CHANGELOG.md )
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.9...v2.10.10 )
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-version: 2.10.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.31.1 to 8.32.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.31.1 to 8.32.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.32.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump i18next from 25.1.2 to 25.2.0 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 25.1.2 to 25.2.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.1.2...v25.2.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.11 to 50.6.17.
- [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.11...v50.6.17 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: remove complexity
* feat: general improvements, sorry for the long commit
* test: fix test cases and build
* chore: fix backend style issues
* test: remove duplicated test
* chore: remove unused components and files
* test: add home test cases
* test: add missing test file
* chore: fix shorting function
* fix: get back missing css rules
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 15:07:26 -03:00
rmcampos and GitHub
f3de85852f
feat: add email validation and password reset ( #430 )
...
* feat: add user confirmation email - wip
issue #414
* feat: improve register flow and add confirmation email done. Issue 414
* feat: add resend email feature. Issue #414
* feat: add password reset feature. Issue #415
* test: fix and add test cases
* fix: email_uuid column actually can be null
* test: add mailgun service class unit tests
* test: add tests for the authservice and mailgun service classes
* chore: fix sonar cloud issues
* test: add client test
* test: add more test cases
* test: fix test acse
* test: add more test cases
* chore: fix sonar code smells
* chore: remove role element from dic
2025-04-27 16:22:11 -03:00
rmcampos and GitHub
ed5b16c515
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
753785aa41
feat: add dark mode ( #409 )
...
* feat: add dark mode. Issue #348
* feat: add darkmode and fix btn for the landing page and login. Issue #348
* test: update test cases. Issue #348
* chore: fix sonarcloud code smell. Issue #348
2025-04-16 13:17:36 -03:00
rmcampos and GitHub
c695f6cb0b
feat: improve UI ( #367 )
...
* feat: improve UI hugely. Issue #257
* feat: improve ui. Issue #357
* test: fix test cases
* chore: fix sonar issues
2025-03-19 18:17:29 -03:00
rmcampos and GitHub
5f161749e2
Feat/358 make the sidebar responsive ( #359 )
...
* ci: attempt to detect prod deployment issue
* feat: make the sidebar responsible. Issue #358
* ci: fix server workflow
* feat: add responsible design
* ci: improve deployments workflow
* ci: fix curl version check
* fix: class name missing
* chore: fix sonar issues
2025-03-18 10:40:18 -03:00
rmcampos and GitHub
278ae5c344
feat: automate prod and add filter options, and date picker ( #355 )
...
* feat: automate prod deployments
issue #338
* fix: string parse
* feat: add date picker and filter options
issue #127
* feat: add tooltip and date picker
* ci: split stage deploy into separate tasks to allow separate releases
* test: add more test cases
* ci: split workflows into client and server
* ci: fix pr server workflow
2025-03-14 19:27:21 -03:00
rmcampos and GitHub
a7f25cbdfd
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
13320a4633
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
68f3c82260
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
4febd08a9e
feat: improve svg components and about view styling ( #336 )
...
issue #334
issue #335
2025-03-07 09:20:15 -03:00
rmcampos and GitHub
929a417cf7
feat: load dashboard data ( #333 )
...
* fix: task progress data from back-end
* chore: make backend candidate image default
* feat: load data for the dashboard home from the back-end
issue #320
* test: add tets for completedTasks and TaskProgress components
* test: fix test case in the backend
* feat: fix unauthorized requests
test: add home controller test cases
* test: add home service test cases
2025-03-06 18:51:26 -03:00
rmcampos and GitHub
381a25d92f
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
rmcampos and GitHub
6e6994de46
feat: add pr number to images and tag them as prod ( #325 )
...
* feat: add pr number to images and tag them as prod
* feat: add labels to docker images
2025-03-03 17:14:52 -03:00
rmcampos and GitHub
86b66b803d
fix: loggin issues ( #319 )
...
* fix: loggin issues
closes #302
feat: improve build number in docker image
* test: fix integration test for the taskController
* test: add unit test to taskService
* test: add more unit tests to taskService
* test: add delete unit tests for taskService
* test: add patch unit tests for taskService
2025-03-02 18:45:36 -03:00
rmcampos and GitHub
3d94692086
fix: improve application properties and enable more logs ( #316 )
...
* fix: improve application properties and enable more logs
* chore: fix application properties
* test: fix test cases
* ci: fix sonarloud project key for the backend
* chore: add variable to manage root logging level
* chore: debug log mode
* feat: fix healthcheck for tasknote api
* feat: fix dockerfile for client - finally
Issue #308
* chore: bump some versions
closes #311
closes #312
closes #313
closes #314
closes #315
closes #317
closes #318
* test: add backend test case
chore: fix note type error on frontend
* test: add test case
2025-03-02 14:35:24 -03:00
51e3e825cb
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
60c54599f1
New versions ( #272 )
...
* build(deps-dev): bump vitest from 3.0.2 to 3.0.3 in /client
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.3/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix dev packages and versions
* fix: react dom import
* fix: dependency into right place
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:02:44 -03:00
2176ddebbc
chore: dependabot dependencies version bump ( #256 )
...
* build(deps-dev): bump eslint-plugin-jsdoc in /client
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.5.0 to 50.6.1.
- [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.5.0...v50.6.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript-eslint from 8.19.0 to 8.19.1 in /client
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.19.0 to 8.19.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react, react-dom and @types/react in /client
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ). These dependencies needed to be updated together.
Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react )
Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom )
Updates `@types/react` from 18.3.12 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: react
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: react-dom
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @types/node from 22.10.2 to 22.10.5 in /client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.2 to 22.10.5.
- [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 i18next from 23.16.8 to 24.2.1 in /client
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.8 to 24.2.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.16.8...v24.2.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade @types/react-dom from 18.3.3 to 18.3.5
Snyk has created this PR to upgrade @types/react-dom from 18.3.3 to 18.3.5.
See this package in npm:
@types/react-dom
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-i18next from 15.1.4 to 15.2.0
Snyk has created this PR to upgrade react-i18next from 15.1.4 to 15.2.0.
See this package in npm:
react-i18next
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
* build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.7.0 to 2.8.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.7.0...v2.8.3 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: fix build and react-dom type version
---------
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-01-14 16:33:31 -03:00
rmcampos and GitHub
93dda8e5d6
doc: improve jsdocs ( #235 )
...
* doc: improve jsdocs
* ci: fix sonar project key on main workflow
* chore: improvements and refactoring
* test: fix test case
* chore: upadte sonar
* ci: add sonar propertiles file for client
* chore: fix delete request
2025-01-02 17:03:21 -03:00
7106db7d64
feat: dependabot changes ( #232 )
...
* build(deps-dev): bump @stylistic/eslint-plugin in /client
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 2.10.1 to 2.12.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-router-dom from 6.28.0 to 7.1.1 in /client
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.28.0 to 7.1.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.1.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump globals from 15.13.0 to 15.14.0 in /client
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.13.0 to 15.14.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-n from 17.11.1 to 17.15.1 in /client
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.11.1 to 17.15.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.1...v17.15.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump react-bootstrap from 2.10.6 to 2.10.7 in /client
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap ) from 2.10.6 to 2.10.7.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases )
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.6...v2.10.7 )
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: upgrade react-i18next from 15.1.2 to 15.1.3
Snyk has created this PR to upgrade react-i18next from 15.1.2 to 15.1.3.
See this package in npm:
react-i18next
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
* feat: update to react router v7
---------
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 >
2024-12-30 13:35:05 -03:00