Luís Murta satprog
  • Joined on 2022-04-21
satprog commented on pull request personal-finance/datastore#25 2024-06-29 11:10:56 +00:00
Fix resources naming scheme

Nada a dizer aqui! Parece-me fazer tudo sentido, desde a alteração da versão (suspeito que esteja correcto) para a alteração ao alterar o "path" do PUT e a correção dos testes

satprog commented on pull request personal-finance/datastore#22 2024-06-29 11:09:28 +00:00
Implements /transactions PUT method

This is idiomatic Go. If the error == nil, then the function worked. https://go.dev/doc/effective_go#errors

satprog commented on pull request personal-finance/datastore#22 2024-06-29 11:06:26 +00:00
Implements /transactions PUT method

You raise a good question. Logically, I don't think it's possible to have an invalid ID, it should be prevented by the OpenAPI spec. I think at the time this stayed like this to facilitate the…

satprog commented on pull request personal-finance/datastore#22 2024-06-29 10:35:49 +00:00
Implements /transactions PUT method

Removed on #25.

satprog commented on pull request personal-finance/datastore#22 2024-06-29 10:34:55 +00:00
Implements /transactions PUT method

Fixed on #25. I was initially thinking that a PUT could also create transactions, however the recommendation from the spec is that when the URI of a resource is generated server-side, creations…

satprog pushed to feature/actions at personal-finance/datastore 2024-06-29 09:58:22 +00:00
22668da99a Adds Go workflow to run UTs on CI
4c82ca0e2b Implements /transactions POST method
Compare 2 commits »
satprog deleted branch feature/18-transactions-post from personal-finance/datastore 2024-06-29 09:54:03 +00:00
satprog pushed to main at personal-finance/datastore 2024-06-29 09:54:03 +00:00
4c82ca0e2b Implements /transactions POST method
satprog merged pull request personal-finance/datastore#19 2024-06-29 09:54:02 +00:00
Implements /transactions POST method
satprog pushed to feature/actions at personal-finance/datastore 2024-06-25 21:18:01 +00:00
d3463614df Adds Go workflow to run UTs on CI
satprog pushed to feature/actions at personal-finance/datastore 2024-06-25 21:16:18 +00:00
0f4c946c2d Adds Go workflow to run UTs on CI
satprog pushed to feature/actions at personal-finance/datastore 2024-06-25 21:06:25 +00:00
05842e8399 Adds Go workflow to run units on CI
satprog created pull request personal-finance/datastore#34 2024-06-25 21:05:00 +00:00
Adds Go workflow to run units on CI
satprog pushed to feature/actions at personal-finance/datastore 2024-06-25 21:04:44 +00:00
2d03b26c24 Adds Go workflow to run units on CI
satprog created branch feature/actions in personal-finance/datastore 2024-06-25 21:02:52 +00:00
satprog pushed to feature/actions at personal-finance/datastore 2024-06-25 21:02:52 +00:00
satprog deleted branch 20-transactions-put from personal-finance/datastore 2024-06-24 20:51:05 +00:00
satprog created pull request personal-finance/datastore#33 2024-06-24 20:46:05 +00:00
Return category on /transactions
92aa51c664 Return category on /transactions
satprog created branch feature/26-get-transaction-category in personal-finance/datastore 2024-06-24 20:45:48 +00:00