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

Use WEBLATE_GITLAB_USERNAME environment variable #3318

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

ebuzzz
Copy link

@ebuzzz ebuzzz commented Dec 18, 2019

The WEBLATE_GITLAB_USERNAME environment variable is specified in the documentation. But it is never assigned.

@codecov
Copy link

codecov bot commented Dec 18, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@a49665f). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3318   +/-   ##
=========================================
  Coverage          ?   81.92%           
=========================================
  Files             ?      593           
  Lines             ?    42988           
  Branches          ?     5630           
=========================================
  Hits              ?    35220           
  Misses            ?     6821           
  Partials          ?      947

@@ -203,6 +203,10 @@
# Please see the documentation for more details.
GITHUB_USERNAME = os.environ.get("WEBLATE_GITHUB_USERNAME", None)

# GitHub username for sending pull requests.
Copy link
Member

@nijel nijel Dec 18, 2019

Choose a reason for hiding this comment

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

Can you please adjust the comment as well?

Suggested change
# GitHub username for sending pull requests.
# GitLab username for sending pull requests.

@nijel
Copy link
Member

nijel commented Dec 18, 2019

Good point, the other part which is missing is lab being installed in the Docker image, see WeblateOrg/docker#467

@nijel nijel merged commit ecbedb4 into WeblateOrg:master Dec 20, 2019
nijel added a commit that referenced this pull request Dec 20, 2019
Signed-off-by: Michal Čihař <michal@cihar.com>
@nijel nijel added this to the 3.10 milestone Dec 20, 2019
@nijel nijel self-assigned this Dec 20, 2019
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.

2 participants