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

Filter albums #21

Draft
wants to merge 28 commits into
base: staging
Choose a base branch
from
Draft

Filter albums #21

wants to merge 28 commits into from

Conversation

MorganPeterson1313
Copy link
Collaborator

Description

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Change Status

  • Complete, tested, ready to review and merge
  • Complete, but not tested (may need new tests)
  • Incomplete/work-in-progress, PR is for discussion/feedback

How Has This Been Tested?

  • Test A
  • Test B

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My code has been reviewed by at least one peer
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • There are no merge conflicts

brandon-elzy and others added 26 commits November 23, 2019 19:23
* Configured Sentry.io

* Added an integration test for /users

* Updated controllers

* Created tests for createUser model

* Added tests for user models

* Updated models tests

* Updated /users/register, updated docs, and added tests

* Added createUser and retrieveUserBy models and added tests

* Added password hashing

* Updated retrieveUserBy model

* Added JWT to /users/register

* Added /users/:user_id endpoint and added tests

* Updated user endpoints and API docs

* Added endpoint for logging in

* Created updateUser model and added tests

* Created edit user endpoint and added tests

* basic photo uploading

* Created remove user endpoint and added tests

* Added a test for deleteUserById model

* Added route protection/permissions with JWT and added endpoint tests

* Created createAlbum model and added tests

* Created add meta data endpoint

* Added tests for add meta endpoint

* Added endpoint for editing an album and added tests

* Created remove album endpoint and added tests
belzy and others added 2 commits December 11, 2019 20:46
* Configured Sentry.io

* Updated file structure

* Updated file structure

* Added an integration test for /users

* Updated controllers

* Updated models export file

* Added tests for users endpoint

* Updated travis ci env vars

* Update

* Updated docs for /users/register and updated tests

* Updated /users/register docs and added tests

* Created tests for createUser model

* Added tests for user models

* Updated models tests

* Updated /users/register, updated docs, and added tests

* Added createUser and retrieveUserBy models and added tests

* Added password hashing

* Updated retrieveUserBy model

* Added JWT to /users/register

* Updated app.json with jwt key for review apps

* Updated .travis.yml with jwt key for testing

* Test

* Test

* Test

* Added error handler for user routes

* Added error handler for user routes

* Updated .travis.yml

* Added /users/:user_id endpoint and added tests

* Updated user endpoints and API docs

* Added endpoint for logging in

* Added endpoint for logging in

* Updated API Docs

* Updated API Docs

* Udpated API docs and updated endpoint integration tests

* Refactored tests

* Refactored controller integration tests

* Created updateUser model and added tests

* Created edit user endpoint and added tests

* basic photo uploading

* Update knexfile.js

* Update knexfile.js

* Created remove user endpoint and added tests

* Updated API docs

* further cleaned up merge

* Added a test for deleteUserById model

* Added route protection/permissions with JWT and added endpoint tests

* Testing CORS options

* Testing CORS options

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Testing heroku timeout

* Fixed a bug

* Fixed a bug

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Testing cors

* Configured CORS for all environments

* Configured CORS for all environments

* Configured CORS for all environments

* Configured CORS for all environments

* Updated API docs

* Updated API docs

* Updated API docs

* Refactored controllers

* Created createAlbum model and added tests

* Created add meta data endpoint

* Added tests for add meta endpoint

* Added endpoint for editing an album and added tests

* Created remove album endpoint and added tests

* Created models and validation functions

* Resolving merge conflicts

* Updated endpoint tests

* Updated API docs and added tests

* Endpoint adds media to albums

* Endpoint adds media to albums

* Created endpoint for uploading media and added tests

* Updated create media endpoint

* Created endpoint for uploading media and added tests

* Added permission checking and tests for create media endpoint

* Added permission checking and tests for create media endpoint

* Added retrieveAlbumsMedia model and tests

* Created endpoint for getting an albums media and added tests

* Updated get albums media route description

* Updated get albums media route description

* Updated get albums media route description

* Added cover_url and thumbnail_url

* Updated album endpoints with cover_url

* Added get users media endpoint and tests

* refactored media upload

* added parsing IDs to integer

* testing cloudinary

* Added absolute path for tmp media folder

* Added .getkeep

* Updated utils

* Added bigSerial to user_id for postgresql

* Refactored migrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants