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

Replace activity query with new API endpoint #1894

Merged
merged 1 commit into from Jun 2, 2017

Conversation

mickeyn
Copy link
Contributor

@mickeyn mickeyn commented May 31, 2017

API now provides a new endpoint for activity info, we don't
need to send a query from WEB anymore.

@mickeyn mickeyn requested a review from oalders May 31, 2017 13:50
{ terms => { status => [qw< cpan latest >] } },
);
}
my %args = map { $_ => $c->req->parameters->{$_} }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@oalders wasn't sure whether to create a new hash with the args or just pass $c->req->parameters to request - what do you think?

Copy link
Member

Choose a reason for hiding this comment

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

Good call. I think that's a good way to handle it.

Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

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

Looks great!

{ terms => { status => [qw< cpan latest >] } },
);
}
my %args = map { $_ => $c->req->parameters->{$_} }
Copy link
Member

Choose a reason for hiding this comment

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

Good call. I think that's a good way to handle it.

API now provides a new endpoint for activity info, we don't
need to send a query from WEB anymore.
@mickeyn mickeyn force-pushed the mickey/use_new_activity_ep branch from 48b3c8e to 7fc5e58 Compare June 2, 2017 18:01
@coveralls
Copy link

Coverage Status

Coverage remained the same at 44.247% when pulling 7fc5e58 on mickey/use_new_activity_ep into 5796955 on master.

@oalders oalders merged commit ed913b7 into master Jun 2, 2017
@oalders oalders deleted the mickey/use_new_activity_ep branch June 2, 2017 18:29
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.

None yet

3 participants