-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: 2pow4/HowToGo-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: 2pow4/HowToGo-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: scripts/database
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 25 files changed
- 1 contributor
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b0b9993 - Browse repository at this point
Copy the full SHA b0b9993View commit details
Commits on Dec 8, 2019
-
- basic project structures setting - app.js - added mongoose
Configuration menu - View commit details
-
Copy full SHA for df088ae - Browse repository at this point
Copy the full SHA df088aeView commit details -
- updateCities.js - nosql collection for cityCode - used as foreign key between location and city
Configuration menu - View commit details
-
Copy full SHA for 928f09f - Browse repository at this point
Copy the full SHA 928f09fView commit details -
- updateSuburb.js - updating script for bus stops of 시외버스 - each has cityCode mapping to cities from 'cities' collection of DB
Configuration menu - View commit details
-
Copy full SHA for 8d22d7c - Browse repository at this point
Copy the full SHA 8d22d7cView commit details -
- added public api documents - updateExpress.js - update database based on separate xlsx file - updateSuburb_test.js - test script to prevent from exhausting all API call counts
Configuration menu - View commit details
-
Copy full SHA for 9cc154a - Browse repository at this point
Copy the full SHA 9cc154aView commit details -
- `schema/index.js` - changed the return value of function - so that we can safely do next job after connected - added `scripts/clearLocations.js` - script to empty Location collection
Configuration menu - View commit details
-
Copy full SHA for 00da5db - Browse repository at this point
Copy the full SHA 00da5dbView commit details -
- updateAir.js - similar to express bus - only 15 airports... added express.xlsx - updateSuburb_test.js - test script for updateSuburb - only with 1 cityCode (11) for test purpose - updateTrain.js - similar to suburb bus - APIDOC.md - fixed consistancy in response props' format - camelCase - deleted `/routes/gps`, combined it with `/routes`
Configuration menu - View commit details
-
Copy full SHA for a51f81b - Browse repository at this point
Copy the full SHA a51f81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab3d0d - Browse repository at this point
Copy the full SHA 7ab3d0dView commit details
Commits on Dec 15, 2019
-
- scripts/updateSuburb.js done - added test script for updateSuburb.js - utility function - isArray: determines whether it's array or not
Configuration menu - View commit details
-
Copy full SHA for 1b87252 - Browse repository at this point
Copy the full SHA 1b87252View commit details -
- updateMetroCities - script for only 2-digit cityCodes - used for train - added metrocity schema - update scripts - scripts/updateTrain.js - scripts/updateSuburb.js
Configuration menu - View commit details
-
Copy full SHA for 5b60043 - Browse repository at this point
Copy the full SHA 5b60043View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...scripts/database