WIP: CornHusker/add-db #6

Draft
CornHusker wants to merge 2 commits from CornHusker/add-db into cswimr/add-src
Member

as of now, only works with turrets, and you can only create and view. go to localhost/turrets to see pages.

do note that a lot of the changes made were only to get it working initially, and should probably get a look-over

as of now, only works with turrets, and you can only create and view. go to localhost/turrets to see pages. do note that a lot of the changes made were only to get it working initially, and should probably get a look-over
CornHusker added 25 commits 2024-12-31 20:39:36 -06:00
turns out my placeholder values were correct!
my intellisense and linter wasn't working until the previous commit, where I added the solution file. now it does, and holy shit was everything broken 😭
also add a `docker` scope to CONTRIBUTING.md
Author
Member
also see https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/movie-database-app/part-2?view=aspnetcore-9.0&pivots=vs https://github.com/dotnet/blazor-samples/tree/main/9.0/BlazorWebAppMovies
CornHusker changed target branch from main to cswimr/add-src 2024-12-31 20:43:25 -06:00
cswimr added 1 commit 2025-01-01 08:36:42 -06:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin CornHusker/add-db:CornHusker/add-db
git checkout CornHusker/add-db

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout cswimr/add-src
git merge --no-ff CornHusker/add-db
git checkout CornHusker/add-db
git rebase cswimr/add-src
git checkout cswimr/add-src
git merge --ff-only CornHusker/add-db
git checkout CornHusker/add-db
git rebase cswimr/add-src
git checkout cswimr/add-src
git merge --no-ff CornHusker/add-db
git checkout cswimr/add-src
git merge --squash CornHusker/add-db
git checkout cswimr/add-src
git merge --ff-only CornHusker/add-db
git checkout cswimr/add-src
git merge CornHusker/add-db
git push origin cswimr/add-src
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Zenith/ZenithInfo#6
No description provided.