Merge lp://qastaging/~danilo/launchpad/bug-474874 into lp://qastaging/launchpad
Proposed by
Данило Шеган
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Muharem Hrnjadovic | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://qastaging/~danilo/launchpad/bug-474874 | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
70 lines 3 files modified
database/schema/security.cfg (+4/-1) lib/lp/translations/doc/fix_translation_credits.txt (+17/-0) scripts/rosetta/fix_translation_credits.py (+2/-2) |
||||
To merge this branch: | bzr merge lp://qastaging/~danilo/launchpad/bug-474874 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Francis J. Lacoste (community) | release-critical | Approve | |
Muharem Hrnjadovic (community) | Approve | ||
Review via email: mp+14450@code.qastaging.launchpad.net |
To post a comment you must log in.
= Bug 474874 =
Add missing privileges to rosettaadmin DB user run the one-time script fix_translation _credits. Also provide a minimal test to make sure it works with the new permissions.
= Test =
bin/test -vvt fix_translation _credits
= Demo & QA =
Try re-running it on staging as `scripts/ rosetta/ fix_translation _credits. py -vvv` after security.cfg changes have been applied.
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files: schema/ security. cfg translations/ doc/fix_ translation_ credits. txt rosetta/ fix_translation _credits. py
database/
lib/lp/
scripts/