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

GET Bot Data api #452

Merged
merged 21 commits into from
Jul 31, 2017
Merged

GET Bot Data api #452

merged 21 commits into from
Jul 31, 2017

Conversation

tausifmuzaffar
Copy link
Contributor

/botData
/botData/key
/rooms/key/data
/rooms/key/bot/key/data

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.351% when pulling 8514ac5 on getRoomDataAPI into e89fc13 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 87.422% when pulling 1004a5d on getRoomDataAPI into e89fc13 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 87.297% when pulling 7f5d6b9 on getRoomDataAPI into 12b00a8 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 87.386% when pulling 802fdf5 on getRoomDataAPI into 6725ee1 on master.

done(err);
}

expect(res.body.length).to.equal(ONE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you intend to check the contents here as well? Or that implementation is still pending?

* @param {Function} next - The next middleware function in the stack
*/
findRoomBotBotData(req, res, next) {
doFind(req, res, next, helper);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused. Do you intend to update the doFind logic for roomIds and botIds or is it already in place?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 87.31% when pulling 3bcab17 on getRoomDataAPI into 6725ee1 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.4% when pulling 7373e69 on getRoomDataAPI into 331e313 on master.

@iamigo
Copy link
Contributor

iamigo commented Jul 28, 2017

will not review until tests passing

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.4% when pulling 193b56e on getRoomDataAPI into 331e313 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.544% when pulling 4b9a27f on getRoomDataAPI into 21512cd on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 87.597% when pulling 8552fc2 on getRoomDataAPI into 11bcb25 on master.

* master:
  DELETE BotData API (#457)

# Conflicts:
#	api/v1/controllers/botData.js
#	api/v1/helpers/nouns/botData.js
@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 87.69% when pulling be63628 on getRoomDataAPI into fcb9d13 on master.

@shriramshankar
Copy link
Contributor

@tausifmuzaffar Some conflicts to resolve here.

* master:
  PATCH BotData (#454)

# Conflicts:
#	api/v1/controllers/botData.js
#	api/v1/helpers/nouns/botData.js
#	api/v1/swagger.yaml
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 87.765% when pulling 4efacf0 on getRoomDataAPI into 3fe420e on master.

@shriramshankar shriramshankar merged commit 9f2517b into master Jul 31, 2017
tausifmuzaffar added a commit that referenced this pull request Aug 1, 2017
* master:
  GET Bot Data api (#452)

# Conflicts:
#	api/v1/controllers/botData.js
#	api/v1/helpers/nouns/botData.js
#	api/v1/swagger.yaml
@tausifmuzaffar tausifmuzaffar deleted the getRoomDataAPI branch August 1, 2017 04:02
@tausifmuzaffar tausifmuzaffar restored the getRoomDataAPI branch August 1, 2017 04:03
@tausifmuzaffar tausifmuzaffar deleted the getRoomDataAPI branch August 1, 2017 04:04
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.

5 participants