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: expose GET /admin/projects/[shortname | shortcode]/{shortname | shortcode} as ZIO HTTP routes (DEV-1587) #2365

Merged
merged 8 commits into from Jan 4, 2023

Commits on Jan 3, 2023

  1. add get project by shortcode and shortname routes

    irinaschubert committed Jan 3, 2023
    Copy the full SHA
    a58c1ff View commit details
    Browse the repository at this point in the history
  2. fmt

    irinaschubert committed Jan 3, 2023
    Copy the full SHA
    56e1d25 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update RestProjectsService.scala

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    24ba2c4 View commit details
    Browse the repository at this point in the history
  2. Update ProjectsRouteZ.scala

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    b76b05d View commit details
    Browse the repository at this point in the history
  3. refactor and cleanup code

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    47a6ac2 View commit details
    Browse the repository at this point in the history
  4. add tests for new routes

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    4c808c5 View commit details
    Browse the repository at this point in the history
  5. remove unused method

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    ec22692 View commit details
    Browse the repository at this point in the history
  6. restructure tests

    irinaschubert committed Jan 4, 2023
    Copy the full SHA
    422a960 View commit details
    Browse the repository at this point in the history