Skip to content

Releases: avito-tech/avito-android

2020.14.1

24 Jul 16:08
Compare
Choose a tag to compare

Hotfix with #509 reverted (contains bug, investigating)

  • report entries without steps now generate "synthetic" #509

2020.14

24 Jul 13:38
2526664
Compare
Choose a tag to compare

Features

  • new experimental plugin for namespaced resources migration #510

Fixes

  • fix bundle publication #516
  • clear logs from unrelated "UiAutomation not connected" exception #508
  • report entries without steps now generate "synthetic" #509 (it helps to find such places and order them by timestamp correctly)
  • possible fix to concurrent http body access in tests #515

2020.13

23 Jul 13:51
184ca73
Compare
Choose a tag to compare

Features

Fixes

  • exception in TestRule leads to Error test status, not Lost #505

Meta

  • documentation now deploys automatically #506

2020.12

14 Jul 10:35
ffcf627
Compare
Choose a tag to compare

Features

MBS-8682 Support platform dependency in impact analysis (#495)
MBS-7793 de-obfuscate log that uploaded to RV (#493)
MBS-8795 Add sdks to the Flaky annotation (#497)

Fixes

MBS-8791 Remove failed test stacktrace logging (#496)
MBS-8682 Make ownership extension optional (#498)
MBS-8896 Swallowed exception in SimpleRule (#500)

Documentation

MBS-8782 Fix CI steps documentation about impact analysis (#492)
MBS-8791 Update Release publishing documentation (#494)
MBS-8795 Update FlakyAnnotation.md (#499)

2020.11

06 Jul 12:59
2c7eb3b
Compare
Choose a tag to compare

Features

  • Enable impact analysis in CI steps by default (#474)
  • Change CI step's creation semantic (#486)

Fixes

  • Make google credentials lazy (#480)
  • Fix logcat encoding (#483)
  • Fix PerformanceProvider.isPresent=true (#484)

Documentaion

  • Move hotfix guide to internal documentation (#481)
  • Improve documentation about dealing with flaky tests (#487)
  • Improve a little bit a contacts info (#490)

Meta

  • Rename rootProject names to avoid clashes with the internal project during a composite build (#478)
  • Update dependency-analysis plugin (#472, #489)
  • Use prebuilt image for documentation (#488)
  • Remove rerun on target branch leftovers (#485)

2020.10

30 Jun 09:51
de84c3b
Compare
Choose a tag to compare

Features

Clean up ScreenChecks api (#468) (#477)
Prettify verdict message (#475)

Documentation

Update ScreenChecks documentation (#470)

Meta

Remove performance scheduler (#466)
Remove build on target (#469)
Remove qapps leftovers (#471)
Add the Gradle enterprise plugin. Publish Gradle scans on failures (#473)

2020.9

25 Jun 19:31
b794f6d
Compare
Choose a tag to compare

Features

  • Add a flag to control implicit ScreenCheck.isScreenOpened on interaction with view elements (#465)

Meta

  • Remove buildOnTargetFeature. Previously we used it to compare test results from the current branch and target branch. Now we compare current branch results we already built results from develop (#463)

2020.8

24 Jun 08:49
94aa74c
Compare
Choose a tag to compare

Features

Documentation

Fixes

  • Don't fail instrumentation tests when a test report contains failed tests from another APK (#458)
  • Don't fail MockApiRule if another TestRule has failed (#455)

Meta

  • Refactor InstrumentationTestsAction to prepare it to more reusable test result consumers (#457)
  • Update Gradle to 6.5 (#454)
  • Update Gradle profiler (#461)

2020.7

19 Jun 13:50
933f67c
Compare
Choose a tag to compare

Features

  • Add SnackbarProxyRule.kt (#450). Documentation: Snackbar
  • Remove hardcoded emulators (#446)

Fixes

  • Fix scroll problem (closing soft keyboard) (#449)

Meta

  • Update recyclerview lib; cosmetics (#447)

2020.6

15 Jun 14:53
674fa79
Compare
Choose a tag to compare

Features

  • Can run instrumentation tests without report-viewer (#426)
  • Add GCP kubernetesToken refreshing (#443)
  • Add cloud emulators model (#437)

Fixes

  • Add android library sources publishing (#440)

Meta

  • Update okhttp 3.14.6 -> 4.7.2; retrofit 2.6.2 -> 2.9.0 (#438)
  • Update dependency-analysis plugin to 0.39.0 version (#442)