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

bug/1382_carto_enterprise_individual_accounts #1393

Merged
merged 8 commits into from
Jan 27, 2017

Conversation

frbattid
Copy link
Member

@frbattid frbattid commented Jan 27, 2017

@@ -8,3 +8,4 @@
- [cygnus-ngsi][hardening] Add raw bytes to NGSIEvent (#1345)
- [cygnus-ngsi][hardening] Add cache to NGSIMySQLSink (#130)
- [cygnus][hardening] Fix "FIWARE" name in license headers (#1369)
- [cygnus-ngsi][bug] Differentiate among enterprise and individual accounts (#1382)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe better

[cygnus-ngsi][bug] Differentiate among enterprise and individual Carto accounts (#1382)

?

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in f2d7e43

@@ -31,6 +31,7 @@
public class CartoDBBackendImpl extends HttpBackend implements CartoDBBackend {

private final String apiKey;
private final boolean isPersonal;
Copy link
Member

Choose a reason for hiding this comment

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

isPersonal -> isPersonalAccount ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in f2d7e43

@@ -39,17 +40,23 @@
* @param port
* @param ssl
* @param apiKey
* @param isPersonal
Copy link
Member

Choose a reason for hiding this comment

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

isPersonal -> isPersonalAccount

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in 642cc87

@fgalan
Copy link
Member

fgalan commented Jan 27, 2017

LGTM

@fgalan fgalan merged commit f0d8c9a into master Jan 27, 2017
@fgalan fgalan deleted the bug/1382_enterprise_individual_accounts branch January 27, 2017 14:30
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

2 participants