Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Improve ci#40
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Improve ci#40
Changes from1 commit
Commits
Show all changes
7 commits Select commitHold shift + click to select a range
bf4d9bd
Use new Transifex CLI tool
rffontenellec7bcef2
Fix condition in the merge job
rffontenelle8e9d13d
Set a working-directory to install tx tool
rffontenelle88bf92a
Update sphinx-intl required version
rffontenelle5a0df79
Update script to work with the new TX command
rffontenelled3230e5
Update actions versions
rffontenellecec744f
Disable pushing translations
rffontenelleFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
NextNext commit
Use new Transifex CLI tool
The Python implementation named transifex-client uses Transifex'sAPIv2, which is deprecated and will sunset in november 2022.The new tool, called Transifex CLI, is written in Golang and isAPIv3-ready. So adjusting the CI and requirements.txt is required.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitbf4d9bd9ed89821e69dfad2d6d3ef297a9c55684
There are no files selected for viewing
4 changes: 4 additions & 0 deletions.github/workflows/update.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -35,6 +35,10 @@ jobs: | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.9' | ||
- name: Install Transifex CLI | ||
run: | | ||
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash | ||
mv tx /usr/local/bin/tx | ||
rffontenelle marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
- name: Install dependencies | ||
run: | | ||
sudo apt update -y && sudo apt install gettext -y | ||
1 change: 0 additions & 1 deletionrequirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
sphinx | ||
sphinx-intl | ||
powrap | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.