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

Registration sad path #126

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d6af67e
Create pull_request_template.md
LawrenceWhalen Jul 5, 2021
62f0b55
Update pull_request_template.md
LawrenceWhalen Jul 5, 2021
3823fa2
Add refactor option to change type
LawrenceWhalen Jul 5, 2021
709d03f
Add heroku data to travis CI
LawrenceWhalen Jul 5, 2021
b72daab
Start Travis
LawrenceWhalen Jul 6, 2021
85e39b8
Update .travis.yml
LawrenceWhalen Jul 6, 2021
a24541d
Update pull_request_template.md
LawrenceWhalen Jul 6, 2021
4e74e33
Merge pull request #1 from LawrenceWhalen/Whalen-pull-request-template
LawrenceWhalen Jul 6, 2021
d57349f
Create model tests and models
LawrenceWhalen Jul 6, 2021
1b42293
Create and test self reference for user
LawrenceWhalen Jul 6, 2021
5a03b14
Early push for emergency
LawrenceWhalen Jul 6, 2021
8da2503
fix migration of atendee
Aphilosopher30 Jul 6, 2021
8d9ff53
make tests for models relationships
Aphilosopher30 Jul 6, 2021
a1e9724
Merge branch 'main' of github.com:LawrenceWhalen/viewing_party
LawrenceWhalen Jul 7, 2021
df83cf3
Merge branch 'main' into model-test
LawrenceWhalen Jul 7, 2021
fb39cbf
Update gemfile ruby version
LawrenceWhalen Jul 7, 2021
bb766fe
Create and test the user creation process
LawrenceWhalen Jul 7, 2021
6809c32
Merge branch 'main' into creation-setup
LawrenceWhalen Jul 7, 2021
0860123
Merge pull request #22 from LawrenceWhalen/model-test
Aphilosopher30 Jul 7, 2021
dbbef03
Update user_spec.rb
LawrenceWhalen Jul 7, 2021
6a5d5e6
Merge branch 'main' into creation-setup
LawrenceWhalen Jul 7, 2021
bddb74d
Merge branch 'main' of github.com:LawrenceWhalen/viewing_party
LawrenceWhalen Jul 7, 2021
eaff82e
Delete 20210707213534_create_attendee.rb
LawrenceWhalen Jul 7, 2021
0ca8ad5
Merge pull request #23 from LawrenceWhalen/creation-setup
Aphilosopher30 Jul 7, 2021
7ff5771
Merge branch 'main' of github.com:LawrenceWhalen/viewing_party
LawrenceWhalen Jul 7, 2021
c07ddb5
Test and create loggin in and out
LawrenceWhalen Jul 7, 2021
7789ccc
Merge pull request #24 from LawrenceWhalen/login-setup
Aphilosopher30 Jul 8, 2021
24e3531
sad paths for registration
Aphilosopher30 Jul 8, 2021
ca48956
Swap from sessions to cookies and show path to dashboard
LawrenceWhalen Jul 8, 2021
2305e40
upgrade ruby version
Aphilosopher30 Jul 8, 2021
0ccc36d
preperation for murge to main
Aphilosopher30 Jul 8, 2021
b35b3cc
add tests to check that we are adding what we want to the data base
Aphilosopher30 Jul 8, 2021
36ba12a
Setup webmock/vcr and write tests for api
LawrenceWhalen Jul 8, 2021
718af8e
add password confirmation
Aphilosopher30 Jul 8, 2021
120fae6
validate features
Aphilosopher30 Jul 8, 2021
13e8e91
Create test for and pass movie index tests
LawrenceWhalen Jul 8, 2021
4183917
Remove sensative data
LawrenceWhalen Jul 8, 2021
a825363
Merge pull request #26 from LawrenceWhalen/movies-setup
Aphilosopher30 Jul 9, 2021
4152ac4
merge changes into branch
Aphilosopher30 Jul 9, 2021
b823a73
validation tests fix
Aphilosopher30 Jul 9, 2021
d100dcd
Sensitive data
LawrenceWhalen Jul 9, 2021
66fdf56
Sensitive data
LawrenceWhalen Jul 9, 2021
a116193
Sensitive data
LawrenceWhalen Jul 9, 2021
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
Next Next commit
Create pull_request_template.md
LawrenceWhalen authored Jul 5, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d6af67ea77751a8a1d836c9ab4158b6e957fa82c
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
____ Wrote Tests ____ Implemented ____ Reviewed

Neccesary checkmarks:

[] All Tests are Passing

[] The code will run locally

Type of change

[] New feature
[] Bug Fix

Implements/Fixes:

description closes #

Check the correct boxes

[] This broke nothing
[] This broke some stuff
[] This broke everything

Testing Changes

[] No Tests have been changed
[] Some Tests have been changed
[] All of the Tests have been changed(Please describe what in the world happened)

Checklist:

[] My code has no unused/commented out code
[] I have reviewed my code
[] I have commented my code, particularly in hard-to-understand areas
[] I have fully tested my code