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

Issue #5: if a 'login' parameter is specified, user-specific info is displayed. #49

Closed
wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 22, 2015

For now, just "My Open Comments" is displayed. If no 'login'
url parameter is specified, then the "My Open Comments" column is
not displayed.

Note, as the issue #5 mentions, this is a simple first iteration, where the user id is provided in the request query arguments.

sgaland and others added 3 commits August 21, 2015 10:54
In order to improve the visibility on Slack only show the KO keyword
is there is an actual KO on the PR.
Do not show the KO count because one is enough to block the PR.
Only show KO on Slack if relevant
…displayed.

For now, just "My Open Comments" is displayed. If no 'login'
url parameter is specified, then the "My Open Comments" column is
not displayed.
@@ -123,6 +123,9 @@

ROOT_URLCONF = 'gm_pr.urls'

from django.conf.global_settings import TEMPLATE_CONTEXT_PROCESSORS
TEMPLATE_CONTEXT_PROCESSORS += ("django.core.context_processors.request",)
Copy link
Author

Choose a reason for hiding this comment

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

info: This change allows us to access {{request.GET}} from the template html files.

@ghost
Copy link
Author

ghost commented Aug 22, 2015

Screenshot: the "My Open Comments" column is just before the LGTM column:
my-open-comments

This pull request was closed.
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.

3 participants