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

API失敗時のテストコードをrelease/v0.1.0-beta.3にマージ #124

Merged

Commits on Jan 7, 2024

  1. add: API失敗時のテストコード: PrefectureMasterApiを作成

    都道府県マスタを取得するためのモジュール
    YuukiToriyama committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c8f2b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5a453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6e5a2 View commit details
    Browse the repository at this point in the history
  4. add: API失敗時のテストコード: CityMasterApiを作成

    市区町村マスタを取得するためのモジュール
    YuukiToriyama committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5186167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a9f549 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1720a21 View commit details
    Browse the repository at this point in the history
  7. update: API失敗時のテストコード: PrefectureMasterApiに対するテストコードを追加

    `client.rs`, `blocking.rs`にそれぞれ書いていたものを移植している
    YuukiToriyama committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    77d9f96 View commit details
    Browse the repository at this point in the history
  8. update: API失敗時のテストコード: CityMasterApiに対するテストコードを追加

    `client.rs`, `blocking.rs`にそれぞれ書いていたものを移植している
    YuukiToriyama committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    cd452fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48df1db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    870d915 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    7c62232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c762f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad12d5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d9aa7 View commit details
    Browse the repository at this point in the history
  5. update: API失敗時のテストコード: api::ApiImplのメンバとしてPrefectureMasterApiとCityM…

    …asterApiを持つような実装に変更
    
    ライフタイムの関係でコンパイルができないため
    YuukiToriyama committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    09b1807 View commit details
    Browse the repository at this point in the history
  6. update: API失敗時のテストコード: api::BlockingApiImplのメンバとしてPrefectureMasterA…

    …piとCityMasterApiを持つような実装に変更
    
    ライフタイムの関係でコンパイルができないため
    YuukiToriyama committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6000493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57888be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ddca02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16f4ce1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #119 from YuukiToriyama/feature/unit-test-on-api-f…

    …ailed/re-organization-api-module
    
    API失敗時のテストコード: `api`モジュールの再編
    YuukiToriyama authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ac3c02c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    2b83939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b936a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a780a12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #120 from YuukiToriyama/feature/unit-test-on-api-f…

    …ailed/add-test
    
    API失敗時のテストコード: 都道府県マスタ/市区町村マスタが取得できない場合のテストコードを追加
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6997063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fe1c9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b499723 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #121 from YuukiToriyama/feature/unit-test-on-api-f…

    …ailed/update-readme
    
    API失敗時のテストコード: READMEのサンプルコードを修正
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3a05979 View commit details
    Browse the repository at this point in the history