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

feat: Setup github workflows, lint + format repo, fix unit tests #64

Merged
merged 25 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    13c20d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70b363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53846a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f0c01b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ea692 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e13cda View commit details
    Browse the repository at this point in the history
  7. refactor(androidTest): replace wildcard imports with specific imports…

    … in `CrisisCleanupAppStateTest`
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7f95149 View commit details
    Browse the repository at this point in the history
  8. feat(spotless): remove copyright texts from spotless copyright files …

    …as its not needed at the moment
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    71c08d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa9d483 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1da26d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5992ee6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74fb5b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f2f8ca2 View commit details
    Browse the repository at this point in the history
  14. test(unit): fix param in assertUpdatedWrongLocationFlag test in `Loca…

    …tionInputDataFlagFormDataTest`
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    81b4945 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65b69bc View commit details
    Browse the repository at this point in the history
  16. test(unit): skip all tests in AuthenticationViewModelTest as auth f…

    …low will have major changes in future
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8f42274 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f308463 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    657a04e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bf4ae0d View commit details
    Browse the repository at this point in the history
  20. ci(build): disable androidTest & androidTest-GMD jobs since packageDe…

    …moDebugAndroidTest task is failing
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a55f283 View commit details
    Browse the repository at this point in the history
  21. style(format): run `./gradlew --init-script gradle/init.gradle.kts --…

    …no-configuration-cache spotlessApply` to fix spotless lint + format errors in project
    
    Commands ran:
    - ./gradlew --init-script gradle/init.gradle.kts --no-configuration-cache spotlessCheck
    - ./gradlew --init-script gradle/init.gradle.kts --no-configuration-cache spotlessApply
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    01ce3d5 View commit details
    Browse the repository at this point in the history
  22. ci(build): split gradle task steps into separate jobs (build, lint, u…

    …nit-test, spotless-check)
    deepanchal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7b06a6d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7444017 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    71bf506 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d9e0de7 View commit details
    Browse the repository at this point in the history