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

Saas api key #134

Merged
merged 7 commits into from
Mar 3, 2016
Merged

Saas api key #134

merged 7 commits into from
Mar 3, 2016

Conversation

pjagielski
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

Current coverage is 78.00%

Merging #134 into master will increase coverage by +0.15% as of 6f5e65c

Powered by Codecov. Updated on successful CI builds.

@@ -23,9 +23,11 @@
private static Integer SOME_PULL_REQUEST_ID = 12314;
private static String SOME_REPOSITORY = "repo";
private static String SOME_PROJECT = "proj";
private static String SOME_API_KEY = "my_api_key";
Copy link
Collaborator

Choose a reason for hiding this comment

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

[Checkstyle] ERROR: Name 'SOME_API_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'.

private static Integer SOME_PULL_REQUEST_ID = 12314;
private static String SOME_REPOSITORY = "repo";
private static String SOME_PROJECT = "proj";
private final static Integer SOME_PULL_REQUEST_ID = 12314;
Copy link
Collaborator

Choose a reason for hiding this comment

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

[Checkstyle] ERROR: 'static' modifier out of order with the JLS suggestions.

@@ -9,7 +9,8 @@
CONF("cli.conf", "Configuration properties file", null),
CHANGE_ID("cli.changeId", "Gerrit change id", null),
REVISION_ID("cli.revisionId", "Gerrit revision id", null),
PULL_REQUEST_ID("cli.pullRequestId", "Stash pull request id", null);
PULL_REQUEST_ID("cli.pullRequestId", "Stash pull request id", null),
API_KEY("cli.apiKey", "Optional API key", null);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I miss an information in description: what is this API key intended for?

@SpOOnman
Copy link
Collaborator

SpOOnman commented Mar 2, 2016

Only one comment on my side.

@pjagielski
Copy link
Collaborator Author

Documented apiKey parameter

SpOOnman added a commit that referenced this pull request Mar 3, 2016
@SpOOnman SpOOnman merged commit 6835c14 into master Mar 3, 2016
rufuslevi pushed a commit to rufuslevi/sputnik that referenced this pull request Mar 12, 2024
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.

4 participants