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

From Development To Release #10

Merged
merged 116 commits into from
Jan 5, 2024
Merged

Conversation

CihatAltiparmak
Copy link
Member

No description provided.

ituitis20-karadagd20 and others added 30 commits December 9, 2023 20:26
…nd removed unnecessary environment variable.
…etElementById is implemented for both of them. Their services are updated
…, added getAllCustomers method inside customerService class. New properties on application.properties for secure http requests.

To test the changes on the example data row:
In Postman, choose 'Basic Auth',
Username: test
Password: password
…dType,UserType,Veterinarian,Schedule. getElementById is implemented.
FruTooTi and others added 27 commits January 1, 2024 21:40
…us appointments of the petOwner belonging to the previous veterinarian.
Fix typo in AppointmentServiceTest;
Added parameter to application.properties for postgresql max connection error
For inserting, id of entities should be set as 0.
@CihatAltiparmak CihatAltiparmak linked an issue Jan 5, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@1514a17). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage        ?   78.62%           
  Complexity      ?      486           
=======================================
  Files           ?       65           
  Lines           ?     1263           
  Branches        ?       96           
=======================================
  Hits            ?      993           
  Misses          ?      219           
  Partials        ?       51           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CihatAltiparmak CihatAltiparmak merged commit 54378ca into main Jan 5, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create table for MedType
3 participants