• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bolorundurowb / project-fitted / 1096
86%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 07 Dec 2017 02:35PM UTC
Jobs 1
Files 42
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1096

push

travis-ci

web-flow
release (#234)

* fix: update outdated model property reference

* #184 | move from user id to customer id in customer controller

* #184 | update customer tests

* #184 | update tailor retrieval tests

* #184 | change outfit types to outfit type in the order controller

* #184 | update tailor feedback retrieval by adding queries

* #184 | change nearby tailors API respponse

* #184 | add test cases for new functionality

* closes #181 | Move sms implementation to twilio (#186)

* Add env variables for twilio

* Issue #181 | Install twilio

* #181 | Change sms implementation to twilio

* #181 | remove unused code

* #182 | remove nexmo references and add twilio config

* #182 | remove key file and fix config

* #182 | implement the call method

* #182 | port new order call to new call method

* #182 | add the logic to call the tailor and receive his/her response

* #182 | add the logic to handle various tailor responses

* #182 | add the logic to handle calling tailors for fitting times

* #182 | add the logic to handle tailor responses for fitting times

* #182 | begin refactoring the tests to make them pass

* #182 | remove old nexmo implementation tests

* #182 | fix tests

* #182 | fix tests

* closes #189 | Add contact us email sending function and template (#190)

* #189 | Add contact us email sending function and template

* #189 | switch to reading system email fron env variables

* #192 | add the tests for query options with order retrievals

* #192 | add the tests for retrieving an order that you dont own

* #192 | add test for tailor call data negatives

* #192 | add test for tailor call data positives

* #192 | add tests for fitting time call data

* #193 | Move sms implementation to plivo

* #192 | add tests for fitting time call response

* #192 | change test timings

* #192 | remove unused code

* #192 | ignore untestable areas of code

* #185 | add the customer rating methods scaffold

* #185 | add the tailor rating methods scaffold

* #185 | add the tailor and customer rating routing classes

* #185 | add the tailor and customer rating routing logic

* #185 | addlogic to each customer rating handler

* #185 | remove rating routes in the customer

* #185 | add customer rating creation test

* #185 | fix failing tests

* #185 | fix failing tests

* #185 | fix failing tests

* #185 | add update tests

* #185 | add retrieval and removal tests

* #185 | cover some more retrieval cases

* #185 | add tailor rating logic and tests

* #185 | ignore db error cases

* #185 | remove previous feedback code for tailors

* #185 | remove previous feedback code for customers

* #185 | add validations for contact us and tests

* Closes #198 | Admin can create outfit categories (#204)

* #198 | Add OutfitCategory mongoose schemaa

* Commit #198 | Add test for outfit type creation

* #198 | Add routes for outfit category creation

* #198 | Add controller for outfit category creation

* #198 | Add test for outfit category validations

* #198 | Add validations for outfit category

* #198 | Implement outfit category implementation

* Commit #198 | Tests for outfit category creation

* #198 | remove console log

* #199 | add outfit addendum model

* #199 | add outfit addendum routes

* #199 | add outfit addendum creation validation

* #199 | add outfit addendum creation controller logic

* #199 | add image handler middle ware

* #199 | fix the routing error

* #199 | add tests

* #200 | add the outfit package model

* #200 | add the outfit package creation validation

* #200 | add the outfit package controller scaffold

* #200 | add the outfit package router class and logic

* #200 | bind the outfit package router to the main router

* #200 | fix failing tests

* #199 | remove signature at the top of the file

* #200 | add the creation logic

* #200 | add the creation tests

* #200 | remove some signatures

* Merge branch 'develop' into feature/#200/create-order-packages

# Conflicts:
#	src/middleware/Validations.js
#	src/routes/Routes.js

* #200 | ignore unused sections of code

* Closes #203 | User can retrieve all outfit packages (#210)

* #203 | Add test for authenticated users

* #203 | Add routes for retrieving all outfit packages

* #203 |  Retreive outfit packages

* #203 | Ignore if error blocks

* closes #201 | Retrieve all categories (#211)

* - Add route, add ignore statement in controller and add test

* - Travis fix

* Closes #202 | Users can retrieve all addenda (#215)

* #202 | Add route for retrieving addendum

* #202 | Test to check if user is authenticated

* #202 | Implement addendum retrieval

* #202 | Ignore if block for errors

* Commit #213 | Super admin can delete outfit package (#216)

* #208 | add route and controller implementation

* #208 | add tests

* #212 | add the removal routes

* #212 | add the removal logic

* #212 | add the removal logic tests

* #219 | add the new fields to the orders model

* #219 | add the gender fields to the categories, addenda and packages

* #219 | add the gender validation field

* #219 | add the gender query to the retrieval methods

* #219 | update the addenda tests

* #219 | update the categories tests

* #219 | update the package tests

* #219 | fix image uploading when creating categories

* #219 | update outfit categories creation response and tests

* closes #207 | Update category (#221)

* - Add update logic

* #207 | Add update validation

* #207 | Refactor image handling to accomodate updates

* #207 | Add outfit category update route

* #207 | Refactor price validation

* #207 | Add logging

* #207 | Change route

* #207 | Add tests

* patch: fix pesky bug

* patch: hot fix for deployment

* #223 | add clicksend environment variables

* #223 | add clicksend to config

* #223 | replace plivo sms implementation with clicksend

* #223 | fix semantic error

* #223 | add system phone to config

* #223 | remove old dependencies on plivo and twilio

* #223 | remove old dependencies on nexmo

* #223 | add twilio back

* #223 | move clicksend config to the config file

* #223 | make raven log errors not responses

* #214 | remove extant whitespace

* #214 | add removal logic

* #214 | update the error message for updating categories

* #214 | add the ategory removal route

* #214 | add category removal tests

* #214 | add test for updating a non-existent category

* #228 | add the fitting model scaffold

* #228 | add the customer fitting route

* #228 | add the customer fitting controller scaffold

* #228 | add the customer fitting validation scaffold

* #228 | add the customer fitting routing class to the root router

* #228 | update the scaffolds

* #228 | add duplicate record check when creating fittings

* #228 | update fitting model

* #228 | update fitting validations

* #228 | complete customer fitting controller logic

* #228 | add authentication test cases

* #228 | add fitting creation tests

* #231 | update node packages

* #231 | remove outfit packages

* #231 | fix failing tests

* #231 | fix failing tests

* #231 | add the customer fittings retriavl route

* #231 | add the fitting retrival logic and tests

* #231 | add the fitting to the customer model

* #231 | move the customer fitting controller methods to the customers controller

* #231 | move the customer fitting routes to the customer routes

* #231 | update order model

* #231 | complete test refactor

* #231 | remove outfit types validation from tailor update

* #231 | ignore error case in validation

* #231 | remove unused package validation

* #231 | remove error cases from istanbul coverage

* #231 | remove unnecessary fields

514 of 635 branches covered (80.94%)

Branch coverage included in aggregate %.

1208 of 1268 relevant lines covered (95.27%)

4.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1096.1 07 Dec 2017 02:35PM UTC 0
90.49
Travis Job 1096.1
Source Files on build 1096
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1096
  • ac985f09 on github
  • Prev Build on master (#1017)
  • Next Build on master (#1141)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc