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

API v1 #11

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
96b2403
Add slack notifications for travis
naoisegolden Feb 7, 2015
3d91ea6
Test after making repo private
naoisegolden Feb 8, 2015
a614900
Test after making repo public again
naoisegolden Feb 8, 2015
67ebb3b
[add] gems for development
ssuprunenko Feb 9, 2015
b123291
[add] Pagination
ssuprunenko Feb 9, 2015
82449a0
[add] Serializer for Users
ssuprunenko Feb 9, 2015
7fef148
[add] Usefull rake task 'rake color_routes'
ssuprunenko Feb 9, 2015
ee20a68
[add] 404 handling for users#show
ssuprunenko Feb 9, 2015
6c3a527
[add] Simple CRUD for Users
ssuprunenko Feb 9, 2015
140ee19
[feature] API authentication by access token
ssuprunenko Feb 9, 2015
73e194c
[feature] Auth action
ssuprunenko Feb 10, 2015
5296405
[add] CRUD for Divesites
ssuprunenko Feb 10, 2015
8341c6a
[add] CRUD for Dives
ssuprunenko Feb 10, 2015
e8974e8
[add] Divesites by User
ssuprunenko Feb 10, 2015
0f2c8cd
[add] Users by Dive Site
ssuprunenko Feb 10, 2015
de2b6cf
[add] Dives by Dive Site and by User
ssuprunenko Feb 10, 2015
270a10d
[add test] Users#show
ssuprunenko Feb 11, 2015
357d6ee
[feature] Return 201 Created after successful #create request
ssuprunenko Feb 11, 2015
e9d8689
[add test] Users#update
ssuprunenko Feb 11, 2015
247c48d
[add test] Users#destroy
ssuprunenko Feb 11, 2015
0dbf353
[add tests] Users#index and Users#auth
ssuprunenko Feb 11, 2015
77b64fa
[add tests] For DivesitesController
ssuprunenko Feb 11, 2015
5619008
[add tests] For DivesController
ssuprunenko Feb 11, 2015
8782d2b
[add] Gems for production
ssuprunenko Feb 11, 2015
2d47494
Prepare for deployment
ssuprunenko Feb 11, 2015
2f1a662
[add] Dives attribute to JSON for Dive Sites
ssuprunenko Feb 11, 2015
294ba70
[add] Image model
ssuprunenko Feb 12, 2015
0fced9c
[add] Images controller
ssuprunenko Feb 12, 2015
642b6e9
[feature] Upload images to Amazon S3
ssuprunenko Feb 12, 2015
b6378ca
[add] Images#create
ssuprunenko Feb 12, 2015
f9f113f
[add] Divesite id and User id to Image JSON
ssuprunenko Feb 12, 2015
e4e1ebe
[add] API Documentation
ssuprunenko Feb 12, 2015
29b3397
[add] Connection through HTTPS
ssuprunenko Feb 13, 2015
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
/log/*.log
/tmp
config/app_environment_variables.rb
.env
/public/system
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
--require spec_helper
--format progress
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ before_script:

addons:
code_climate:
repo_token: be20bf0ededc1a9bfd7ffcdbae0e6dbbb59f31fbc64c18dccb62309f095ead9b
repo_token: be20bf0ededc1a9bfd7ffcdbae0e6dbbb59f31fbc64c18dccb62309f095ead9b

notifications:
slack: divebook:BVocZwhc0uFYb5iGkASLim1H
Loading