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

[WEBSITE-899] Removed opensearch builder and request to separate gem. #61

Conversation

katylouise
Copy link
Contributor

No description provided.

# @attr_reader [String] base_url the base url of our api. (expected: http://example.com - without the trailing slash).
# @attr_reader [Hash] headers the headers being sent in the request.
# Namespace for classes and modules that handle http connections.
# @since 0.7.0

Choose a reason for hiding this comment

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

Incorrect indentation detected (column 0 instead of 2).

@katylouise katylouise force-pushed the katylouise/website-899_split_out_builders branch from e171253 to d6846a1 Compare April 7, 2017 16:19
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d6846a1 on katylouise:katylouise/website-899_split_out_builders into 656e5a5 on ukparliament:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d6846a1 on katylouise:katylouise/website-899_split_out_builders into 656e5a5 on ukparliament:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d6846a1 on katylouise:katylouise/website-899_split_out_builders into 656e5a5 on ukparliament:master.

Copy link
Contributor

@mattrayner mattrayner left a comment

Choose a reason for hiding this comment

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

I've created a JIRA ticket for my below comment: WEBSITE-952 which we should pull into next sprint

@@ -170,8 +170,8 @@ def house_membership_status
def build_house_membership_status(no_current_seat_incumbency, no_current_house_incumbency, former_lord, former_mp)
statuses = []
statuses << 'Current MP' unless no_current_seat_incumbency
statuses << 'Lord' unless no_current_house_incumbency
statuses << 'Former Lord' if former_lord
statuses << 'Member of the House of Lords' unless no_current_house_incumbency
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to look at extracting these into a language file going forward

@mattrayner mattrayner merged commit e07d742 into ukparliament:master Apr 10, 2017
@katylouise katylouise deleted the katylouise/website-899_split_out_builders branch June 9, 2017 09:48
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

4 participants