-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10539 from wordpress-mobile/merge/13.3-into-master
Merge 13.3 into master
- Loading branch information
Showing
260 changed files
with
3,279 additions
and
829 deletions.
There are no files selected for viewing
This file contains 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,6 +1,7 @@ | ||
orbs: | ||
android: wordpress-mobile/[email protected] | ||
bundle-install: toshimaru/[email protected] | ||
android: wordpress-mobile/[email protected] | ||
git: wordpress-mobile/[email protected] | ||
bundle-install: toshimaru/[email protected] | ||
slack: circleci/[email protected] | ||
|
||
commands: | ||
|
@@ -17,7 +18,7 @@ jobs: | |
name: android/default | ||
api-version: "28" | ||
steps: | ||
- checkout | ||
- git/shallow-checkout | ||
- android/restore-gradle-cache | ||
- copy-gradle-properties | ||
- run: | ||
|
@@ -30,7 +31,7 @@ jobs: | |
name: android/default | ||
api-version: "28" | ||
steps: | ||
- checkout | ||
- git/shallow-checkout | ||
- android/restore-gradle-cache | ||
- copy-gradle-properties | ||
- run: | ||
|
@@ -54,12 +55,13 @@ jobs: | |
- android/save-gradle-cache | ||
- android/save-lint-results | ||
Installable Build: | ||
executor: | ||
executor: | ||
name: android/default | ||
api-version: "28" | ||
steps: | ||
- checkout | ||
- bundle-install/bundle-install | ||
- git/shallow-checkout | ||
- bundle-install/bundle-install: | ||
cache_key_prefix: installable-build | ||
- run: | ||
name: Copy Secrets | ||
command: bundle exec fastlane run configure_apply | ||
|
@@ -78,6 +80,7 @@ jobs: | |
echo "export VERSION_NAME=$VERSION_NAME" >> $BASH_ENV | ||
./gradlew --stacktrace assembleVanillaRelease -PversionName="$VERSION_NAME" | ||
- android/save-gradle-cache | ||
- run: | ||
name: Prepare APK | ||
command: | | ||
|
@@ -91,7 +94,7 @@ jobs: | |
name: android/default | ||
api-version: "28" | ||
steps: | ||
- checkout | ||
- git/shallow-checkout | ||
- android/restore-gradle-cache | ||
- copy-gradle-properties | ||
- run: | ||
|
@@ -111,15 +114,13 @@ jobs: | |
timeout: 10m | ||
results-history-name: CircleCI WordPress Connected Tests | ||
- android/save-gradle-cache | ||
- slack/status: | ||
fail_only: 'true' | ||
failure_message: ':red_circle: WordPress Android end to end tests have failed!\nSee https://console.firebase.google.com/u/0/project/api-project-108380595987/testlab/histories/bh.e0c3a59bd9ed670' | ||
strings-check: | ||
docker: | ||
- image: circleci/ruby:2.3 | ||
steps: | ||
- checkout | ||
- bundle-install/bundle-install | ||
- git/shallow-checkout | ||
- bundle-install/bundle-install: | ||
cache_key_prefix: strings-check | ||
- run: | ||
name: Validate login strings | ||
command: bundle exec fastlane validate_login_strings pr_url:$CIRCLE_PULL_REQUEST | ||
|
@@ -131,13 +132,4 @@ workflows: | |
- test | ||
- lint | ||
- Installable Build | ||
nightly: | ||
triggers: | ||
- schedule: | ||
cron: "0 0 * * *" | ||
filters: | ||
branches: | ||
only: | ||
- develop | ||
jobs: | ||
- connected-tests |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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,5 +1,5 @@ | ||
* Access your most commonly used actions more quickly from the redesigned My Sites screen. | ||
* Have you encountered issues connecting to LinkedIn? We fixed that, so: network away! | ||
* The Blog Post screen now shows the author of each post. | ||
* Data files for WordPress.com sites are available for download from Stats. | ||
* Tweak your Notifications settings right from the Notifications List. | ||
* Your stats have just become a lot more responsive. | ||
* You can now change your username in Account Settings. | ||
* Tweaking your Jetpack performance settings? Do it directly from the app! | ||
* If you’re a prolific publisher with more than 100 pages on your site, we’ll list them chronologically for faster access. | ||
* We’ve added many upgrades to the Block Editor, like rich-text styling in video captions, more intuitive block additions, and automatic content saves after two seconds of inactivity. |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.