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

release/v0.1.0-beta.3をmainブランチにマージ #127

Merged
merged 37 commits into from
Jan 12, 2024

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
  8. Configuration menu
    Copy the full SHA
    59bcd2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    800a8d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #122 from YuukiToriyama/feature/orthographic-varia…

    …nts-hinohara/hinohara-village
    
    檜原の表記ゆれ: 「西多摩郡檜原村」と「西多摩郡桧原村」の表記ゆれに対応
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2f8c396 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b07eb3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13ea16b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8af1e00 View commit details
    Browse the repository at this point in the history
  14. package.versionを変更

    0.1.0-beta.3
    YuukiToriyama committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    da0a6bd View commit details
    Browse the repository at this point in the history
  15. Merge pull request #123 from YuukiToriyama/feature/orthographic-varia…

    …nts-hinohara/hinohara-town
    
    檜原の表記ゆれ: 町名においても「檜」と「桧」の表記ゆれに対応
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    742cec9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #124 from YuukiToriyama/feature/unit-test-on-api-f…

    …ailed/master
    
    API失敗時のテストコードをrelease/v0.1.0-beta.3にマージ
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3811381 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #125 from YuukiToriyama/feature/orthographic-varia…

    …nts-hinohara/master
    
    檜原の表記ゆれをrelease/v0.1.0-beta.3にマージ
    YuukiToriyama authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ed04907 View commit details
    Browse the repository at this point in the history