Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

RAINCATCH-1131 - wfm-users module #86

Merged
merged 21 commits into from
Aug 21, 2017

Conversation

wtrocki
Copy link
Member

@wtrocki wtrocki commented Aug 17, 2017

Motivation

WFM user module for purpose of user management.
For the moment it will be used only for fetching list of users to be listed in workflow creation screen.

Progress

  • Implementation
  • Unit tests
  • Documentation
  • Example

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 2f1a9c1 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

.then(() => this.get(object.id)).catch(err => {
const apiError = new ApiError(errorCodes.DB_ERROR, 'Cannot perform mongo query', 500, err);
return Bluebird.reject(apiError);
});
Copy link
Contributor

Choose a reason for hiding this comment

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

You can DRY these error handlers into a single function

paolobueno
paolobueno previously approved these changes Aug 17, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling fc057c1 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling fc057c1 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

@wtrocki wtrocki changed the title RAINCATCH-1131 - user module RAINCATCH-1131 - users module Aug 17, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e363612 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e363612 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

@wtrocki wtrocki changed the title RAINCATCH-1131 - users module RAINCATCH-1131 - wfm-users module Aug 18, 2017
@coveralls
Copy link

coveralls commented Aug 18, 2017

Coverage Status

Changes Unknown when pulling 42afdfb on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

@wtrocki
Copy link
Member Author

wtrocki commented Aug 18, 2017

All work done. Ready for review.

Note: Created separate ticket to deal with bluebird. For the moment demo application is missing bluebird types which are resolving this issue:
https://issues.jboss.org/browse/RAINCATCH-1178

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 99f4465 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 99f4465 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling db1a705 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling db1a705 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 81c3474 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 81c3474 on wtrocki:RAINCATCH-1131 into ** on feedhenry-raincatcher:master**.

Copy link
Contributor

@paolobueno paolobueno left a comment

Choose a reason for hiding this comment

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

Looks like nothing's missing. Verified locally along with changes at feedhenry-raincatcher/raincatcher-angularjs#47

@wtrocki wtrocki merged commit bf05c4e into feedhenry-raincatcher:master Aug 21, 2017
@wtrocki wtrocki deleted the RAINCATCH-1131 branch August 21, 2017 16:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants