Skip to content
Permalink

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: veeqtor/Airtech-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: veeqtor/Airtech-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 162 files changed
  • 1 contributor

Commits on Jul 11, 2019

  1. Release-v1.0.0 (#33)

    * ch(setup): Setup development environment
    
    - Create virtual environment
    - Install dependencies
    
    [Finishes #166720082]
    
    * ch(setup): setup test environment
    
    - add the test configurations
    
    [Start #166721179]
    
    * ft(auth): User registration
    
    - create user register view
    - write tests for the register endpoint
    
    [Finishes #166721163]
    
    * ft(auth): User login
    
    - add the user login view
    - write tests
    
    [Starts #166730616]
    
    * ft(user): User profile/details update
    
    - Add models for user profile
    - Add model for user passport
    - Write tests
    
    [Finishes #166731143]
    
    * ch(flight): Add plane and seats model
    
    - add plane model
    - add seats model
    - write test
    
    [Finishes #166840193]
    
    * ch(flight): Add flight model
    
    - add flight model
    - write test
    
    [Finishes #166830308]
    
    * ch(booking): Add reservation model
    - add reservation model
    - write test
    
    [Finishes #166830316]
    
    * ch(booking): add ticket model
    
    - add ticket model
    - write test
    
    [Finishes #166830774]
    
    * ch(doc): Update readme
    
    - update readme
    
    [Finishes #166769767]
    
    * Update README.md
    
    * Update README.md
    
    * ft(flight): Users should see avalaible flights
    
    - Add views and serilizer for flights
    - add views for plane
    - write tests
    
    [Starts #166830366]
    
    * ft(booking): Make reservations
    
    - add endpoint to make flight reservations
    - write tests
    
    [Starts #166830381]
    
    * ft(booking): Get all reservations
    - add list view
    - write test
    
    [Finishes #166830434]
    
    * ft(booking): User should edit there reservation
    
    - add edit method
    - write test
    
    [Finishes #166912161]
    
    * ft(booking): User should cancel reservations
    
    - add cancel class
    - write tests
    
    [Finishes #166912208]
    
    * ch(refactor): Refactor codebase
    
    - move the common http method to a base view
    
    [Finishes #166950993]
    
    * ft(booking): User should be able to book tickets
    
    - add CRU views for tickets
    - write tests
    
    [Finishes #166830513]
    
    * ch(ci/cd): Setup circle ci
    
    - add circle ci config
    
    [Maintains #166957086]
    
    * ch(ci/cd): Edot the circle config
    
    - add a project path
    
    [Maintains #166957086]
    
    * ch(docker): Setup docker
    
    - Add Dockerfile
    
    [Maintains #166771722]
    
    * ft(user): Passport photograph upload (#21)
    
    - add cloudinary service
    - add celery to perform asynchronous upload
    - write tests
    
    [Finishes #166830456]
    
    * ft(email): Users should receive email on reservation booking (#23)
    
    - added email functionalities
    - write tests
    
    [Finishes #166830481]
    
    * Add Heroku generated app.json
    
    * Update app.json
    
    * build(deps): bump django from 2.2.2 to 2.2.3 (#22)
    
    Bumps [django](https://github.com/django/django) from 2.2.2 to 2.2.3.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@2.2.2...2.2.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * ch(deploy): Deploy to heroku (#24)
    
    -Deploy to heroku
    
    [Maintains #166977630]
    
    * Update config.yml
    
    * bg(deploy): Fix deployment build on heroku (#25)
    
    - Fix circleCI fails
    
    [Maintains #166721160]
    
    * bg(deploy): Fix deployment build on heroku (#25) (#26)
    
    - Fix circleCI fails
    
    [Maintains #166721160]
    
    * - minor fix (#27)
    
    * ch(locust): Add locust to monitor (#28)
    
    - add locust
    
    [Maintains #167105689]
    
    * Update README.md
    
    * ft(flight): Users check flight status (#29)
    
    - add serializer to display status
    - add view for flight status
    -  write tests
    
    [Finishes #166830491]
    
    * ft(flight): Admin view reservation count (#30)
    
    - add view for reservation count
    - write test
    
    [Finishes #166730251]
    
    * Create CODE_OF_CONDUCT.md (#31)
    
    * ft(crontJob): Automatic event (#32)
    
    - add celery beat
    - write test
    
     [Finishes #167105603]
    
    * Update README.md
    veeqtor authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    0b74981 View commit details
    Browse the repository at this point in the history
  2. Update start.sh

    veeqtor authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b92fdcc View commit details
    Browse the repository at this point in the history
Loading