Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Ada-C11
/
VideoStoreAPI
Public
forked from
AdaGold/video-store-api
Notifications
You must be signed in to change notification settings
Fork
25
Star
0
Code
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Carla & Laneia
- #13
#13
Open
laneia
wants to merge 73 commits into
Ada-C11:master
Ada-C11/VideoStoreAPI:master
from
laneia:master
laneia/VideoStoreAPI:master
Copy head branch name to clipboard
Conversation
Commits
73
(73)
Checks
Files changed
Open
Carla & Laneia
#13
laneia
wants to merge 73 commits into
Ada-C11:master
Ada-C11/VideoStoreAPI:master
from
laneia:master
laneia/VideoStoreAPI:master
Copy head branch name to clipboard
Commits
Commits on May 14, 2019
initial rails api setup
laneia
committed
2feed61
View commit details
Copy full SHA for 2feed61
Browse repository at this point
Initial db setup
carlabosco
committed
ffef6d6
View commit details
Copy full SHA for ffef6d6
Browse repository at this point
generated controllers
laneia
committed
b824647
View commit details
Copy full SHA for b824647
Browse repository at this point
added routes
laneia
committed
c5cf416
View commit details
Copy full SHA for c5cf416
Browse repository at this point
Added validations for customer and movie
carlabosco
committed
e2665db
View commit details
Copy full SHA for e2665db
Browse repository at this point
Merge commit
carlabosco
committed
2220ffa
View commit details
Copy full SHA for 2220ffa
Browse repository at this point
added create valid rental test
laneia
committed
62aaff3
View commit details
Copy full SHA for 62aaff3
Browse repository at this point
fleshed out valid new rental test
laneia
committed
12724c8
View commit details
Copy full SHA for 12724c8
Browse repository at this point
Added index to customer
carlabosco
committed
002679c
View commit details
Copy full SHA for 002679c
Browse repository at this point
added test for new rental w/ invalid customer id
laneia
committed
0b28dc6
View commit details
Copy full SHA for 0b28dc6
Browse repository at this point
added test for new rental w/ invalid movie
laneia
committed
be39749
View commit details
Copy full SHA for be39749
Browse repository at this point
added movies fixtures
laneia
committed
fccbdaf
View commit details
Copy full SHA for fccbdaf
Browse repository at this point
Added test to customer model
carlabosco
committed
fbc7913
View commit details
Copy full SHA for fbc7913
Browse repository at this point
added movies index test 1
laneia
committed
932e23f
View commit details
Copy full SHA for 932e23f
Browse repository at this point
added check for json and array in index test
laneia
committed
56e0ba2
View commit details
Copy full SHA for 56e0ba2
Browse repository at this point
added response length = movie count check
laneia
committed
70fa899
View commit details
Copy full SHA for 70fa899
Browse repository at this point
Added checked-out count column to customers table
carlabosco
committed
424c415
View commit details
Copy full SHA for 424c415
Browse repository at this point
added movie field test
laneia
committed
eb87d6a
View commit details
Copy full SHA for eb87d6a
Browse repository at this point
added movie sort tests
laneia
committed
6a12ac9
View commit details
Copy full SHA for 6a12ac9
Browse repository at this point
added test for create movie w/ valid data
laneia
committed
25e083b
View commit details
Copy full SHA for 25e083b
Browse repository at this point
added create movie test for invalid data
laneia
committed
74b2b3c
View commit details
Copy full SHA for 74b2b3c
Browse repository at this point
Merge pull request #1 from laneia/customers
Show description for d157356
laneia
authored
d157356
View commit details
Copy full SHA for d157356
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI into movies-and-rentals
laneia
committed
c5816d9
View commit details
Copy full SHA for c5816d9
Browse repository at this point
Added tests for json response in customer controller
carlabosco
committed
0365f3f
View commit details
Copy full SHA for 0365f3f
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI into customers
carlabosco
committed
9c8a7a2
View commit details
Copy full SHA for 9c8a7a2
Browse repository at this point
added movies index method
laneia
committed
80804e6
View commit details
Copy full SHA for 80804e6
Browse repository at this point
added movie show method and params
laneia
committed
2c5c257
View commit details
Copy full SHA for 2c5c257
Browse repository at this point
added create movie method
laneia
committed
8bd03b3
View commit details
Copy full SHA for 8bd03b3
Browse repository at this point
edited variable name for consistency new_movie -> movie
laneia
committed
7efcaad
View commit details
Copy full SHA for 7efcaad
Browse repository at this point
all movies controller tests passing
laneia
committed
df2c3c2
View commit details
Copy full SHA for df2c3c2
Browse repository at this point
Commits on May 15, 2019
added show movie valid id test
laneia
committed
b480c67
View commit details
Copy full SHA for b480c67
Browse repository at this point
added movie show test for invalid id
laneia
committed
88fa6e1
View commit details
Copy full SHA for 88fa6e1
Browse repository at this point
added movie show correct fields test
laneia
committed
457e5e9
View commit details
Copy full SHA for 457e5e9
Browse repository at this point
added rental_params
laneia
committed
c7b3548
View commit details
Copy full SHA for c7b3548
Browse repository at this point
added checkout, due date, status to rentals
laneia
committed
7e46e23
View commit details
Copy full SHA for 7e46e23
Browse repository at this point
added availability rental model
laneia
committed
040b374
View commit details
Copy full SHA for 040b374
Browse repository at this point
added checkout rentals controller method
laneia
committed
efe3621
View commit details
Copy full SHA for efe3621
Browse repository at this point
added checkin rentals method
laneia
committed
cb295c4
View commit details
Copy full SHA for cb295c4
Browse repository at this point
renamed test to match rental checkout
laneia
committed
ae236ee
View commit details
Copy full SHA for ae236ee
Browse repository at this point
added rental routes and new tests, not passing yet
laneia
committed
d75a1ae
View commit details
Copy full SHA for d75a1ae
Browse repository at this point
Merge branch 'movies-and-rentals' of https://github.com/laneia/VideoStoreAPI
carlabosco
committed
a4a2842
View commit details
Copy full SHA for a4a2842
Browse repository at this point
Added validations for rental, tests for movie model
carlabosco
committed
9300e21
View commit details
Copy full SHA for 9300e21
Browse repository at this point
added rental fixture
laneia
committed
73edce5
View commit details
Copy full SHA for 73edce5
Browse repository at this point
Merge branch 'movies-and-rentals' of https://github.com/laneia/VideoStoreAPI
carlabosco
committed
ff44e41
View commit details
Copy full SHA for ff44e41
Browse repository at this point
added available_inventory to movies
laneia
committed
3feae06
View commit details
Copy full SHA for 3feae06
Browse repository at this point
got rental tests passing, updated fixtures for available_inventory
laneia
committed
084788e
View commit details
Copy full SHA for 084788e
Browse repository at this point
Changed rental fixtures, added rental validation test
carlabosco
committed
99281be
View commit details
Copy full SHA for 99281be
Browse repository at this point
merge commit
carlabosco
committed
06fa9c7
View commit details
Copy full SHA for 06fa9c7
Browse repository at this point
fixed merge conflict
laneia
committed
ef49e0d
View commit details
Copy full SHA for ef49e0d
Browse repository at this point
merge commit
carlabosco
committed
150fbc4
View commit details
Copy full SHA for 150fbc4
Browse repository at this point
added available_inventory method to movie
laneia
committed
7d24164
View commit details
Copy full SHA for 7d24164
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI
carlabosco
committed
5cf8ac4
View commit details
Copy full SHA for 5cf8ac4
Browse repository at this point
fixing test description for consistency
laneia
committed
7195177
View commit details
Copy full SHA for 7195177
Browse repository at this point
Added relations tests to rental
carlabosco
committed
1709dbe
View commit details
Copy full SHA for 1709dbe
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI
carlabosco
committed
cfb912d
View commit details
Copy full SHA for cfb912d
Browse repository at this point
Removed unnecessary line from movies model test
carlabosco
committed
771265d
View commit details
Copy full SHA for 771265d
Browse repository at this point
added available_inventory test one
laneia
committed
3aff11d
View commit details
Copy full SHA for 3aff11d
Browse repository at this point
added new movie fixture with no rentals
laneia
committed
047b2ff
View commit details
Copy full SHA for 047b2ff
Browse repository at this point
added second available_inventory test for no rental
laneia
committed
f331145
View commit details
Copy full SHA for f331145
Browse repository at this point
added available_inventory to movie show & test
laneia
committed
45d7795
View commit details
Copy full SHA for 45d7795
Browse repository at this point
Changed available inventory default to inventory
carlabosco
committed
b5e9f85
View commit details
Copy full SHA for b5e9f85
Browse repository at this point
added available_inventory to movies index & test
laneia
committed
f0ad8e9
View commit details
Copy full SHA for f0ad8e9
Browse repository at this point
merge commit
carlabosco
committed
aacc695
View commit details
Copy full SHA for aacc695
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI into database
carlabosco
committed
3fa1bce
View commit details
Copy full SHA for 3fa1bce
Browse repository at this point
added test and validations for movies model
laneia
committed
08ab61a
View commit details
Copy full SHA for 08ab61a
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI
laneia
committed
12f399b
View commit details
Copy full SHA for 12f399b
Browse repository at this point
added integer validation tests
laneia
committed
51518d8
View commit details
Copy full SHA for 51518d8
Browse repository at this point
added relationship tests to movie test
laneia
committed
d64632e
View commit details
Copy full SHA for d64632e
Browse repository at this point
test fixture cosistency
laneia
committed
ac630b5
View commit details
Copy full SHA for ac630b5
Browse repository at this point
Commits on May 16, 2019
Added tests to customer model and controller
carlabosco
committed
1625736
View commit details
Copy full SHA for 1625736
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI
carlabosco
committed
0ad2029
View commit details
Copy full SHA for 0ad2029
Browse repository at this point
added rental validations and tests, relevant test fixtures
laneia
committed
a173b16
View commit details
Copy full SHA for a173b16
Browse repository at this point
Merge branch 'master' of https://github.com/laneia/VideoStoreAPI
laneia
committed
7d4c882
View commit details
Copy full SHA for 7d4c882
Browse repository at this point
You can’t perform that action at this time.