Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for the Android and iOS plugin #1587

Merged
merged 50 commits into from
Sep 4, 2023
Merged

Commits on Aug 7, 2023

  1. add first test to android

    denrase committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8cb2613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a189e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557867b View commit details
    Browse the repository at this point in the history
  4. change provisioning profile

    denrase committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0e644ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    286e8f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. new detekt baseline

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ddc9041 View commit details
    Browse the repository at this point in the history
  2. fix some lint issues

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7d2c460 View commit details
    Browse the repository at this point in the history
  3. fix klint issue

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d905ab7 View commit details
    Browse the repository at this point in the history
  4. remove trailing commas

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    686e7d6 View commit details
    Browse the repository at this point in the history
  5. update baseline

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    787dfac View commit details
    Browse the repository at this point in the history
  6. set junit version directly

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a590378 View commit details
    Browse the repository at this point in the history
  7. fix swiftlint issues

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c357792 View commit details
    Browse the repository at this point in the history
  8. fix klint issues

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a2f07a3 View commit details
    Browse the repository at this point in the history
  9. remove trailing commas

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3cc4682 View commit details
    Browse the repository at this point in the history
  10. comment out in action

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    337e279 View commit details
    Browse the repository at this point in the history
  11. remove comments

    denrase committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2b774a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'main' into denrase/test-native-plugin-init

    # Conflicts:
    #	flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt
    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a3cdb7a View commit details
    Browse the repository at this point in the history
  2. run ios native test

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dbb1454 View commit details
    Browse the repository at this point in the history
  3. try native test only

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cd604d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9c99d View commit details
    Browse the repository at this point in the history
  5. run on created device

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c858af8 View commit details
    Browse the repository at this point in the history
  6. run on sim

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7fcb9e9 View commit details
    Browse the repository at this point in the history
  7. use id to start test

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6dc9e6c View commit details
    Browse the repository at this point in the history
  8. run on 16.4 target

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a44bfcc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    424a77b View commit details
    Browse the repository at this point in the history
  10. build ios app

    denrase committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d2434bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf9110 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d4afdb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. just run pod install

    denrase committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1bff064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179656e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8856a1 View commit details
    Browse the repository at this point in the history
  4. init gradle wrapper

    denrase committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    83231b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c1495a View commit details
    Browse the repository at this point in the history
  6. build apk

    denrase committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    acdd4a4 View commit details
    Browse the repository at this point in the history
  7. rename action

    denrase committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a505327 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    b2cdeeb View commit details
    Browse the repository at this point in the history
  2. provide auth token as env

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6e5aba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5516a View commit details
    Browse the repository at this point in the history
  4. disable e2e test

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0fd5be0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89b82fb View commit details
    Browse the repository at this point in the history
  6. add alias in macos folder

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    170763a View commit details
    Browse the repository at this point in the history
  7. add detekt rule

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c2d8736 View commit details
    Browse the repository at this point in the history
  8. fix macos example target

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    671d550 View commit details
    Browse the repository at this point in the history
  9. provide device id

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fcecded View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4905b17 View commit details
    Browse the repository at this point in the history
  11. remove lines

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1a84ab4 View commit details
    Browse the repository at this point in the history
  12. disable integration test

    denrase committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    62aa008 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    430038b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. comment in e2e test

    denrase committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    da19bc2 View commit details
    Browse the repository at this point in the history
  2. diable e2e test

    denrase committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2c11a95 View commit details
    Browse the repository at this point in the history