Both things have been introduced recently, and let you access even private ec2 instances
- Without VPN
- No open SSH port
- Authentication / Authorization is fully delegated to IAM
# Assumes valid AWS Credentials in ENV
Both things have been introduced recently, and let you access even private ec2 instances
# Assumes valid AWS Credentials in ENV
REM Use hotfix.bat <PR Number> <BRANCH name without hotfix preffix> | |
set PR=%1 | |
set BRANCH=hotfix/%2 | |
call git checkout master | |
call git pull upstream master | |
call git checkout -b %BRANCH% master | |
call git pull upstream refs/pull/%PR%/head | |
echo "Review the PR and fix it if needed" | |
pause |
The following tasks need to be done to finish the i18n component: | |
------------------------------------------------------------------------------ | |
To finish translator: | |
- Add Xliff translation loader with plural support if possible, see: | |
https://wiki.oasis-open.org/xliff/XLIFF2.0/Feature/Plural%20Entries | |
- Add Tmx translation loader (identify if plural support is available) | |
- Complete unit tests | |
------------------------------------------------------------------------------ |