WIP: Road to v1.0.0 #6

Draft
ProfessionalUwU wants to merge 5 commits from fix/Pacserver into dev

Already changed

  • Saving the ouput of the diff to a file in tmp

  • diff file can be loaded back into pacserver

  • Rewrote how checkIfDatabasesWereModified works

  • Slimmed down Program.cs to only have before and after

  • Add packages and databases into one list for transfer

  • Put all generated files into one folder for easier deletion

  • Use SonarQube to increase code quality

  • Include signature files in the transfer

Proposed changes

  • Write tests for every method
# Already changed - [x] ~~Saving the ouput of the diff to a file in tmp~~ - [x] ~~diff file can be loaded back into pacserver~~ - [x] ~~Rewrote how checkIfDatabasesWereModified works~~ - [x] ~~Slimmed down Program.cs to only have before and after~~ - [x] ~~Add packages and databases into one list for transfer~~ - [x] ~~Put all generated files into one folder for easier deletion~~ - [x] ~~Use [SonarQube](https://docs.sonarqube.org/latest/try-out-sonarqube/) to increase code quality~~ - [x] ~~Include signature files in the transfer~~ # Proposed changes - [ ] Write tests for every method
ProfessionalUwU added the
Kind/Enhancement
Kind/Feature
labels 2023-06-20 23:13:01 +02:00
ProfessionalUwU self-assigned this 2023-06-20 23:13:01 +02:00
ProfessionalUwU added 1 commit 2023-06-20 23:13:02 +02:00
Now saving the ouput of the diff to a file in tmp
diff file can be loaded back into pacserver
Rewrote how checkIfDatabasesWereModified works
Slimmed down Program.cs to only have before and after
Add packages and databases into one list for transfer
ProfessionalUwU changed title from WIP: Major changes to WIP: Road to v1.0 2023-06-21 17:29:36 +02:00
ProfessionalUwU added 1 commit 2023-06-21 20:04:41 +02:00
Used SonarQube to increase overall code quality
Files now live in their own directory
Fixed some tests
Added SonarQube directory to gitignore
AustrianToast added 1 commit 2023-06-21 21:36:53 +02:00
Reduced indentation && increased readability
AustrianToast added 1 commit 2023-06-21 21:48:52 +02:00
removed one indentation
ProfessionalUwU changed title from WIP: Road to v1.0 to WIP: Road to v1.0.0 2023-06-21 22:19:16 +02:00
ProfessionalUwU added 1 commit 2023-06-23 22:28:00 +02:00
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/Pacserver:fix/Pacserver
git checkout fix/Pacserver
Sign in to join this conversation.
No reviewers
No Milestone
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: ProfessionalUwU/pacserver#6
No description provided.