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

Feature | Add a new Pet | Back End #1

Merged
merged 29 commits into from
May 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e327bfe
Pet entity created in Mongoose and GraphQL. First implementation
NicolasOmar Sep 14, 2021
2dc1f6e
First Pet insert with User _id
NicolasOmar Sep 15, 2021
ed1f1d4
UT running methodology improved. Some UT updated
NicolasOmar Sep 17, 2021
3ad13fd
Adding some date validations for Pet model. Improving parseErrorMsg m…
NicolasOmar Sep 17, 2021
c7b5824
First UT added for Pet model. Should add relationship code, related a…
NicolasOmar Sep 17, 2021
3623e1d
Adding Entities relationships as part of the resolvers. Proved for Us…
NicolasOmar Sep 19, 2021
61ac277
UT fixed. User ID not provided in the toJSON method. User->Pet relati…
NicolasOmar Sep 21, 2021
c9d19d1
SAD PATH case for Pet creation added
NicolasOmar Sep 21, 2021
0b8d386
README update. Project link update
NicolasOmar Mar 16, 2022
152fea8
Merge branch 'main' of https://github.com/NicolasOmar/my-pets-api int…
NicolasOmar Mar 19, 2022
6084cc6
Adding a population function for secondary data. To be expanded in th…
NicolasOmar Mar 19, 2022
8d82373
Home page renewed using Bulma styling
NicolasOmar Mar 19, 2022
0c21f6d
Add Coverage Threshold
NicolasOmar Mar 19, 2022
2273425
Adjusting coverage rules
NicolasOmar Mar 19, 2022
c224419
Adjusting coverage rules again
NicolasOmar Mar 19, 2022
10ea8ca
Database generator added for new secondary data
NicolasOmar Mar 20, 2022
2332c36
Small changes on population method for table deletion. WIP
NicolasOmar Mar 23, 2022
e384711
Merge branch 'main' of https://github.com/NicolasOmar/my-pets-api int…
NicolasOmar Mar 24, 2022
f2e4e6f
DB data generator function improved for make a full workflow. Colors …
NicolasOmar Mar 29, 2022
8b621c5
Merge branch 'main' of https://github.com/NicolasOmar/my-pets-api int…
NicolasOmar Mar 29, 2022
a487960
First integration to Add a new Pet. UT skipped for next commit
NicolasOmar Apr 3, 2022
7dd9fdc
Scripts used in npm moved and renamed. Libraries updated in package
NicolasOmar Apr 3, 2022
2061b99
Improving Database population process with a more graceful exit
NicolasOmar Apr 21, 2022
f6aaae3
hairColors and eyeColors type updated to accept an array of auxiliary…
NicolasOmar May 3, 2022
4781cc9
Fixing babel cache and graphql schema problems after refreshing server
NicolasOmar May 3, 2022
56c5851
Starting to add UT cases for GraphQL Relationships
NicolasOmar May 21, 2022
387e7dc
Adding missing UT cases for Relationships. Code to be improved
NicolasOmar May 21, 2022
a666c9d
Adding missing path on Relationships UT
NicolasOmar May 21, 2022
7bf53c4
Adding UT for Populate methods
NicolasOmar May 22, 2022
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
Prev Previous commit
Next Next commit
Fixing babel cache and graphql schema problems after refreshing server
  • Loading branch information
NicolasOmar committed May 3, 2022
commit 4781cc91c54951d2a9dc266036dc1d53cf0b86e8
3 changes: 2 additions & 1 deletion env/local.env
Original file line number Diff line number Diff line change
@@ -8,4 +8,5 @@ API_VERSION=0.1.14
API_ENVIRONMENT=LOCAL
PLAYGROUND_URL=http://localhost:4000/graphql
REPOISTORY_URL=https://github.com/NicolasOmar/my-pets-api
WEB_URL=http://localhost:3000/
WEB_URL=http://localhost:3000/
BABEL_DISABLE_CACHE=1