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: Add rest API for all available resources #22

Merged
merged 23 commits into from
Sep 24, 2023
Merged

Commits on Sep 8, 2023

  1. chore(api): init rest api for all available resources

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e443985 View commit details
    Browse the repository at this point in the history
  2. chore(tests): initialize basic restful api responses

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3d32b8b View commit details
    Browse the repository at this point in the history
  3. chore(api): add ability to search via query string

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c290710 View commit details
    Browse the repository at this point in the history
  4. chore(docs): update documentation regarding API end-points

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b9e3bc8 View commit details
    Browse the repository at this point in the history
  5. chore(tests): clean up tests

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fc5731c View commit details
    Browse the repository at this point in the history
  6. refactor(tests): rename feature tests file names

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    53a420c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. chore(api): simplify query parameter for index resources

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4f6184e View commit details
    Browse the repository at this point in the history
  2. chore(api): add ability to filter by resource' codes

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0022fd7 View commit details
    Browse the repository at this point in the history
  3. chore(tests): ensure resources filtering works as expected

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    2106444 View commit details
    Browse the repository at this point in the history
  4. chore: clean up routes

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    3446ed5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. chore(deps-dev): bump laravel/pint from 1.12.0 to 1.13.1

    Bumps [laravel/pint](https://github.com/laravel/pint) from 1.12.0 to 1.13.1.
    - [Release notes](https://github.com/laravel/pint/releases)
    - [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
    - [Commits](laravel/pint@v1.12.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: laravel/pint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a9398d4 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump orchestra/testbench from 8.10.0 to 8.10.1

    Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 8.10.0 to 8.10.1.
    - [Release notes](https://github.com/orchestral/testbench/releases)
    - [Changelog](https://github.com/orchestral/testbench/blob/develop/CHANGELOG-8.x.md)
    - [Commits](orchestral/testbench@v8.10.0...v8.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: orchestra/testbench
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    93b6ec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #23 from creasico/dependabot/composer/laravel/pint…

    …-1.13.1
    
    chore(deps-dev): bump laravel/pint from 1.12.0 to 1.13.1
    feryardiant authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    572b3a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from creasico/dependabot/composer/orchestra/te…

    …stbench-8.10.1
    
    chore(deps-dev): bump orchestra/testbench from 8.10.0 to 8.10.1
    feryardiant authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7b1291f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependencies

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1c84e44 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Merge branch 'main' into feat-api-routes

    * main:
      chore(deps-dev): bump laravel/pint from 1.12.0 to 1.13.1
      chore(deps-dev): bump orchestra/testbench from 8.10.0 to 8.10.2
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    ea970a2 View commit details
    Browse the repository at this point in the history
  2. chore(dev): decouple composer db:import script

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    90b991f View commit details
    Browse the repository at this point in the history
  3. chore(dev): update vscode project settings and ignore sqltools sessio…

    …n file
    
    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    46f83ee View commit details
    Browse the repository at this point in the history
  4. chore(tests): patch resource index response structure tests

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    64be6ab View commit details
    Browse the repository at this point in the history
  5. fix: fix some false positive test on province resources

    Impacted routes:
    - `provinces.regencies`
    - `provinces.districts`
    - `provinces.villages`
    
    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    a20ca86 View commit details
    Browse the repository at this point in the history
  6. chore(docs): update documentation regarding API end-points

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    54dc84d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b97a063 View commit details
    Browse the repository at this point in the history
  8. fix: fix code styles

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    03e157d View commit details
    Browse the repository at this point in the history