Commit Graph
438 Commits
Author SHA1 Message Date
github-actions[bot] 24545ec16c chore: bump api version to 16 [skip ci] 2026-04-08 13:47:09 +00:00
rmcamposandGitHub ce18bc01eb chore: bump spring version to 4.0.5 (#27)
* chore: bump spring version to 4.0.5

* feat: add docker build to CI workflow

* feat: add staging deploy - wip

* fix: change triggers to include PR changes

* feat: add server ci and deploy to stg

* chore: add app build candidate

* remove from branch, get from main

* fix: build app candidate

* fix: build app candidate

* fix: fe changes in the app

* fix: app ci workflow dispatch

* chore: improve PR ci and cd

* feat: make deployments always happen for PRs

* feat: improve workflow names
2026-04-08 10:46:41 -03:00
rmcamposandGitHub fcf2e25c15 Create build-app-candidate.yml 2026-04-07 17:59:50 -03:00
rmcamposandGitHub c291393962 Add GitHub Actions workflow for server candidate build
This workflow builds and pushes a Docker image for the server candidate using Maven and caches buildpack layers.
2026-04-07 17:35:15 -03:00
rmcamposandGitHub 8122260737 fix: drop reduntant workflow trigger and fix changes detect 2026-04-06 12:41:49 -03:00
rmcampos 2c1c892006 chore: update client dependencies 2026-04-06 12:29:16 -03:00
rmcamposandGitHub da8c33234f feat: add dev container 2026-04-06 10:13:19 -03:00
rmcamposandGitHub 8c0a2149ad add conditional check 2026-04-05 17:25:26 -03:00
rmcamposandGitHub d3cd4f656f feat: stop workflow if no changes 2026-04-05 17:18:05 -03:00
rmcamposandGitHub fce011caf2 fix: numeric tag in the backend 2026-04-05 17:13:51 -03:00
rmcamposandGitHub 7ea7d96826 chore: make repository name lowercase 2026-04-05 17:01:39 -03:00
rmcamposandGitHub 7509eb18c5 chore: address tag and number different in the backend image 2026-04-05 17:00:21 -03:00
rmcamposandGitHub 367512aa0d fix: list backend tags. oh boy 2026-04-05 16:57:01 -03:00
rmcamposandGitHub ff5efbc1cd fix: get proper image tags 2026-04-05 16:56:07 -03:00
rmcamposandGitHub 2b9467ac02 fix: backend and fronend tags 2026-04-05 16:51:51 -03:00
rmcamposandGitHub 8fb211a4ce fix: mailgun api key name was wrong 2026-04-05 16:47:18 -03:00
rmcamposandGitHub 7ca42e0618 chore: improve deployments 2026-04-05 16:44:59 -03:00
rmcamposandGitHub 20b778cb94 chore: downgrade actions versions 2026-04-05 16:33:38 -03:00
rmcamposandGitHub d26a057cd2 fix: wrong ns 2026-04-05 16:29:37 -03:00
rmcamposandGitHub e25c20c32c chore(deploy): fix sort order when listing image to deploy 2026-04-05 16:23:38 -03:00
rmcamposandGitHub 6ef490c44f chore: finally formatted tf file nicely 2026-04-05 16:20:59 -03:00
rmcamposandGitHub 8735cd3c7c chore: fix tf file formatting 2026-04-05 16:11:08 -03:00
rmcamposandGitHub f692420403 chore: format tf file 2026-04-05 16:04:44 -03:00
rmcamposandGitHub ed61e2a3b6 feat: add kubernetes CD 2026-04-05 15:58:28 -03:00
github-actions[bot] 5e200032fd chore: bump api version to 15 [skip ci] 2026-03-17 18:41:21 +00:00
rmcampos a43c8bb5fe chore: fix and improve workflow files 2026-03-17 15:40:39 -03:00
github-actions[bot] ca3ff49521 chore: bump api version to 14 [skip ci] 2026-03-17 18:31:34 +00:00
rmcampos 741cc9693f feat: bump dependencies in back and front 2026-03-17 15:30:54 -03:00
github-actions[bot] f5175c41fc chore: bump api version to 13 [skip ci] 2026-03-16 16:45:38 +00:00
rmcampos 240515cc93 Merge branch 'main' of github.com:RMCampos/tasknote 2026-03-16 13:45:05 -03:00
rmcampos ee1c0cfb64 fix: add missing templates and config for new domain 2026-03-16 13:44:46 -03:00
github-actions[bot] 37f991d56f chore: bump api version to 12 [skip ci] 2026-03-16 15:50:14 +00:00
rmcampos 13eadd75dc Merge branch 'main' of github.com:RMCampos/tasknote 2026-03-16 12:49:30 -03:00
rmcampos 5ae989a1cc feat: update new error message and translations 2026-03-16 12:48:30 -03:00
rmcampos 40f0c5a1d5 feat: fix message not going back to client in spring v4 2026-03-16 11:53:46 -03:00
github-actions[bot] 0f620a6ce7 chore: bump api version to 11 [skip ci] 2026-03-02 20:45:13 +00:00
rmcamposandGitHub e7d6226dbd feat: fix backend issues with state and memory leak (#23)
* feat: fix backend issues with state and memory leak

* chore: address copilot review issues

* chore: address copilot review round 2

* test: fix test cases
2026-03-02 17:44:29 -03:00
github-actions[bot] f6f977d34d chore: bump api version to 10 [skip ci] 2026-02-28 16:08:55 +00:00
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>RMCamposrmcampos
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
rmcampos 549e98030b chore: drop dokploy deploy for app 2026-02-27 19:27:09 -03:00
github-actions[bot] 578215aab4 chore: bump api version to 9 [skip ci] 2026-02-27 22:14:21 +00:00
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>RMCamposrmcampos
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
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>RMCamposrmcampos
bec73e04dd fix(readme): replace stale Sonar badges with GitHub Actions CI badges (#15)
* Initial plan

* fix: update README badges - remove Sonar badges and add GitHub Actions CI badges

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>

* chore: drop dokploy from backend build

* docs: udpate README

---------

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 15:32:31 -03:00
github-actions[bot] 6a13c72c2a chore: bump api version to 8 [skip ci] 2026-02-27 18:10:34 +00:00
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>RMCamposrmcampos
3dff30762b Upgrade backend to Spring Boot 4.0.3 and Java 25 (#20)
* Initial plan

* feat: upgrade to Spring Boot 4.0.3 and Java 25

Co-authored-by: RMCampos <2219519+RMCampos@users.noreply.github.com>

* chore: fix google check style issues and drop unused annotations

---------

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 15:10:05 -03:00
rmcampos 5f56a023c4 chore: drop claude from repo 2026-02-27 13:58:51 -03:00
rmcampos a469a8878b chore: bump frontend dependencies version 2026-02-27 13:52:52 -03:00
rmcampos 83de01f9cb chore: commit package lock client file 2026-02-12 18:25:24 -03:00
rmcampos 64104b781b chore: bump client dependencies 2026-02-12 18:12:28 -03:00
rmcampos e5290aa6c4 chore: add missing files and improve Dockerfile 2026-02-11 11:03:02 -03:00