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(get-domain-from-backend) Use new Helium API to fetch backend domain #WPB-11287 #27

Merged
merged 6 commits into from
Oct 7, 2024

Commits on Sep 30, 2024

  1. feat(get-domain-from-backend) Use new Helium API to fetch backend domain

    * Update Helium to 1.4.1
    * Add assertions to major tests
    * Remove Consts.java from tests
    spoonman01 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7f59827 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat(get-domain-from-backend) Use new Helium API to fetch backend domain

    * Update Helium to 1.4.1
    * Add assertions to major tests
    * Remove Consts.java from tests
    * Add call to get api version and default domain
    alexandreferris committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a051559 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. feat(get-domain-from-backend) Use new Helium API to fetch backend domain

    * Update Helium to 1.4.1
    * Add assertions to major tests
    * Remove Consts.java from tests
    * Add call to get api version and default domain
    * Persist fallback domain to database
    * Add FallbackDomainFetcher to handle fetch  from cache, database and API
    alexandreferris committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    84673c0 View commit details
    Browse the repository at this point in the history
  2. feat(get-domain-from-backend) Use new Helium API to fetch backend domain

    * Update Helium to 1.4.1
    * Add assertions to major tests
    * Remove Consts.java from tests
    * Add call to get api version and default domain
    * Persist fallback domain to database
    * Add FallbackDomainFetcher to handle fetch  from cache, database and API
    * Properly receive thrown exception from dropwizard task execution
    * Add Mockito for testing mocks
    * Add JavaDoc for FallbackDomainFetcher
    alexandreferris committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b2137d6 View commit details
    Browse the repository at this point in the history
  3. feat(get-domain-from-backend) Use new Helium API to fetch backend domain

    * Update Helium to 1.4.1
    * Add assertions to major tests
    * Remove Consts.java from tests
    * Add call to get api version and default domain
    * Persist fallback domain to database
    * Add FallbackDomainFetcher to handle fetch  from cache, database and API
    * Properly receive thrown exception from dropwizard task execution
    * Add Mockito for testing mocks
    * Add JavaDoc for FallbackDomainFetcher
    alexandreferris committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c7e416c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/WPB-11287' into WPB-11287

    # Conflicts:
    #	src/main/java/com/wire/bots/hold/Service.java
    alexandreferris committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd5ac09 View commit details
    Browse the repository at this point in the history