Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Endpoint #82

Merged
merged 46 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7916056
feat(api/database/resources): add select_flavor_group_from_db
gierens Oct 22, 2024
20305a6
feat(api/routes/resources): add flavor_group_modify endpoint
gierens Oct 22, 2024
b119d46
chore(changelog): update unreleased section
gierens Oct 22, 2024
64aaae2
chore(sqlx): update offline query data
gierens Oct 22, 2024
b6ee36d
style(api/routes/resources): remove unnecessary clone
gierens Oct 22, 2024
1447dd8
docs(api/routes): remove done todo comment
gierens Oct 22, 2024
857203e
chore(changelog): update unreleased section
gierens Oct 22, 2024
815d185
feat(api/database/resources): add select_flavor_from_db
gierens Oct 23, 2024
c63f685
feat(wire/resources): derive FromRow for Flavor
gierens Oct 23, 2024
d6922ac
style(api/database/resources): fix tracing name typos in flavor_group…
gierens Oct 23, 2024
29936b2
fix(api/database/resources): correct query in select_maybe_flavor_fro…
gierens Oct 23, 2024
f463c0d
feat(api/routes/resources): add flavor_modify endpoint
gierens Oct 23, 2024
cd14f43
fix(wire/resources/flavor): make Flavor.group_name public
gierens Oct 23, 2024
a335fd9
chore(sqlx): update offline query data
gierens Oct 23, 2024
62b3ffa
chore(changelog): update unreleased section
gierens Oct 23, 2024
821aaba
feat(api/database/pricing): add flavor_price submodule with select fu…
gierens Oct 23, 2024
7066e6a
feat(wire/pricing): derive Deserialize for FlavorPriceModifyData
gierens Oct 23, 2024
91e9967
feat(api/pricing): add flavor_price_modify endpoint
gierens Oct 23, 2024
7321a2c
docs(api/routes): remove done todo comment
gierens Oct 23, 2024
24937ca
chore(changelog): update unreleased section
gierens Oct 23, 2024
d9ac04e
chore(sqlx): update offline query data
gierens Oct 23, 2024
5a85ac4
style(api/pricing): remove unnecessary clone
gierens Oct 23, 2024
1b02712
chore(changelog): update unreleased section
gierens Oct 27, 2024
2b59b17
feat(wire): derive FromRow for budgeting::ProjectBudget and UserBudget
gierens Oct 28, 2024
361ef7a
feat(wire/budgeting): derive Deserialize for Project/UserBudgetModify…
gierens Oct 28, 2024
5fb9b13
feat(api/database): add budgeting submodule with select_project_budge…
gierens Oct 28, 2024
335e557
feat(api/database/budgeting): add submodule with select_user_budget_f…
gierens Oct 28, 2024
69ca75f
feat(api/budgeting): add simplified project_budget_modify endpoint
gierens Oct 28, 2024
25350bf
feat(api/budgeting): add simplified user_budget_modify endpoint
gierens Oct 28, 2024
3a420ab
chore(changelog): update unreleased section
gierens Oct 28, 2024
ddeddac
chore(sqlx): update offline query data
gierens Oct 28, 2024
8e038fc
style(api/budgeting): remove unnecessary clone
gierens Oct 28, 2024
89fc955
feat(wire/quota): derive FromRow for FlavorQuota
gierens Oct 30, 2024
296f21d
feat(api/database): add quota submodule with select_flavor_quota_from_db
gierens Oct 30, 2024
205dabe
docs(api/user): add todo comment regarding wrong project name in user…
gierens Oct 30, 2024
b9cd85f
fix(api/user): correct name of update_user_in_db
gierens Oct 30, 2024
920ccd6
fix(api/pricing): correct variable name in update_flavor_price_in_db
gierens Oct 30, 2024
df2605d
feat(api/routes/quota): add simplified flavor_quota_modify endpoint
gierens Oct 30, 2024
2936941
chore(sqlx): update offline query data
gierens Oct 30, 2024
d189c32
chore(changelog): update unreleased section
gierens Oct 30, 2024
c4941c4
docs(api/routes): update todo list for endpoints
gierens Oct 30, 2024
cafd5ef
chore(spellcheck): update dictionary
gierens Oct 30, 2024
e864255
feat(api/database): add accounting submodule with select_server_state…
gierens Oct 30, 2024
803ca90
feat(api/routes/accounting): add simplified server_state_modify_endpoint
gierens Oct 30, 2024
4be789c
chore(changelog): update unreleases section
gierens Oct 30, 2024
35a14b5
chore(sqlx): update offline query data
gierens Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .spellcheck.dic
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ thiserror
u64
url
user_class
username
uuid

FlavorGroupCreateData
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading