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

Feature - Tambahkan pengecekan apakah hostname-nya valid atau tidak ke endpoint ping #38

Merged

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ce03a64 View commit details
    Browse the repository at this point in the history
  2. Buat endpoint ping

    Sekalian buat unit testnya.
    CoderJava committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8a6369f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    7524e0b View commit details
    Browse the repository at this point in the history
  2. Buat implement function endpoint ping

    Sekalian buat unit testnya.
    CoderJava committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5ee2f1d View commit details
    Browse the repository at this point in the history
  3. Buat use case endpoint ping

    Sekalian buat unit testnya.
    CoderJava committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    37b3a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02b6ab5 View commit details
    Browse the repository at this point in the history
  5. Daftarkan instance GeneralRemoteDataSource, GeneralRepository dan…

    … use case `Ping` kedalam injection_container.dart
    CoderJava committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    8631f77 View commit details
    Browse the repository at this point in the history
  6. Buat business logic ping untuk memastikan hostname yang dimasukkan benar

    Sekalian buat unit testnya.
    CoderJava committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0e9d736 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5bbc6d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Tambahkan parameter baseUrl di endpoint ping

    Tambahkan parameter `baseUrl` di endpoint, implement function endpoint, use case, dan business logic ping. Sekalian update unit testnya.
    CoderJava committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    59b917d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e2a8f View commit details
    Browse the repository at this point in the history