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: airports module #10

Merged
merged 32 commits into from
Jan 11, 2023
Merged

feat: airports module #10

merged 32 commits into from
Jan 11, 2023

Commits on Jan 10, 2023

  1. feat: airport module

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5235cb6 View commit details
    Browse the repository at this point in the history
  2. feat: airport tests

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fd11f4c View commit details
    Browse the repository at this point in the history
  3. feat: airport tests

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    606671b View commit details
    Browse the repository at this point in the history
  4. removed cities data file

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5dde6d3 View commit details
    Browse the repository at this point in the history
  5. csv reader

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    06ce292 View commit details
    Browse the repository at this point in the history
  6. update readme sources

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6e73734 View commit details
    Browse the repository at this point in the history
  7. updated packages

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f28aa27 View commit details
    Browse the repository at this point in the history
  8. feat: airport module

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    89dc327 View commit details
    Browse the repository at this point in the history
  9. import updates

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    32d6484 View commit details
    Browse the repository at this point in the history
  10. feat: state code is not unique anymore

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    09e062f View commit details
    Browse the repository at this point in the history
  11. composer update

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    767f381 View commit details
    Browse the repository at this point in the history
  12. newline

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    89e1784 View commit details
    Browse the repository at this point in the history
  13. import all geo data command

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    92dcfa6 View commit details
    Browse the repository at this point in the history
  14. readme upd

    Vadims Filipovskis committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a7a9656 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. feat: create airport action

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ba2db25 View commit details
    Browse the repository at this point in the history
  2. cs

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b006200 View commit details
    Browse the repository at this point in the history
  3. feat: redirect to admin route

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6d7077f View commit details
    Browse the repository at this point in the history
  4. feat: show country in the airport admin

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    130e581 View commit details
    Browse the repository at this point in the history
  5. feat: added positions in the airport response

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1f2a1ee View commit details
    Browse the repository at this point in the history
  6. feat: remove timestamp from index view

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    516d3e3 View commit details
    Browse the repository at this point in the history
  7. feat: added positions to dummy airport

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    521bf0c View commit details
    Browse the repository at this point in the history
  8. feat: update airport action

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e1d7149 View commit details
    Browse the repository at this point in the history
  9. feat: renamed test

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    74c4a0f View commit details
    Browse the repository at this point in the history
  10. feat: airport factory test

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b866558 View commit details
    Browse the repository at this point in the history
  11. feat: delete airport rest api crud

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2c62ced View commit details
    Browse the repository at this point in the history
  12. feat: delete airport action test

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    bfae13d View commit details
    Browse the repository at this point in the history
  13. feat: limit offset traitt

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    65daad9 View commit details
    Browse the repository at this point in the history
  14. feat: use limit offset trait

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    66a71e8 View commit details
    Browse the repository at this point in the history
  15. feat: get airports crud rest api

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c624349 View commit details
    Browse the repository at this point in the history
  16. postman collection with all rest api crud methods

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e964e94 View commit details
    Browse the repository at this point in the history
  17. feat: limit offset trait

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    122c886 View commit details
    Browse the repository at this point in the history
  18. feat: get airports action test

    Vadims Filipovskis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c590891 View commit details
    Browse the repository at this point in the history