-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add initial version of Review Window #1
Conversation
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
package com.querydsl.github_review_window; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider using a package without underscores in the name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you suggest?
d3ab921
to
5797386
Compare
* | ||
* <p /> | ||
* usage: | ||
* {@code java [-Dduration.(labelName)=(durationString)] -jar gh-review-window-{version}-full.jar } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you, @johnktims maybe cook up some documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, should I remove the @author
line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it would be better to put the example for running the project in a README.md
?
I normally don't put the @author
line in code I write, but feel free to do it. It's just a matter of preference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think also putting it in README.md is fine yes, but otherwise the code is so empty of comments? What do you think?
5797386
to
90e2206
Compare
Do you think that configuring a |
I'm not worried about it. |
90e2206
to
b2e094b
Compare
Okay, then it will be up to the user. |
b2e094b
to
4d379df
Compare
I added a fix that John showed me by opening a PR. |
Could you also add a README in this PR? |
8fd71db
to
8fa46fa
Compare
README added and remembered that John wanted a newer Spring Boot version. |
I still needed to document the actual commit status procedure. |
958e691
to
030fa8c
Compare
35cbb61
to
dd99311
Compare
dd99311
to
8f35b25
Compare
Should we add an integration test and travis integration to make sure it starts up correctly? |
Yeah, that is fine, I'll do that. |
8f35b25
to
9dcf15b
Compare
Integration test added, @timowest could you enable Travis integration? |
3a1d45e
to
3780c08
Compare
It's not running tests, one second. |
3780c08
to
ec8a616
Compare
Yeah.. |
Tests have finished after a workaround due to hub4j/github-api#226. |
Exactly 400 characters, nice! |
Looks good. |
Nice work, Ruben. This looks good to me. |
Add initial version of Review Window
No description provided.