Skip to content

configurable API root path#320

Merged
ericbuckley merged 12 commits into
mainfrom
feature/287-conf-root-path
Apr 24, 2025
Merged

configurable API root path#320
ericbuckley merged 12 commits into
mainfrom
feature/287-conf-root-path

Conversation

@ericbuckley

@ericbuckley ericbuckley commented Apr 18, 2025

Copy link
Copy Markdown
Collaborator

Description

Adding a configuration setting to change the root path of the API

Related Issues

closes #287

Additional Notes

[Add any additional context or notes that reviewers should know about.]

<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->

Checklist

Please review and complete the following checklist before submitting your pull request:

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.
  • I have minimized the number of reviewers to include only those essential for the review.

Checklist for Reviewers

Please review and complete the following checklist during the review process:

  • The code follows best practices and conventions.
  • The changes implement the desired functionality or fix the reported issue.
  • The tests cover the new changes and pass successfully.
  • Any potential edge cases or error scenarios have been considered.

@ericbuckley ericbuckley added the api New API feature label Apr 18, 2025
@ericbuckley ericbuckley self-assigned this Apr 18, 2025
@codecov

codecov Bot commented Apr 18, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (bf99120) to head (448974b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
+ Coverage   98.25%   98.26%   +0.01%     
==========================================
  Files          33       33              
  Lines        1946     1965      +19     
==========================================
+ Hits         1912     1931      +19     
  Misses         34       34              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ericbuckley ericbuckley marked this pull request as ready for review April 18, 2025 21:16
bamader
bamader previously approved these changes Apr 21, 2025

@bamader bamader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good! Just have a question about what parts of the app we're specifically trying to situate behind the /api tag, but it's non-blocking so giving the +1.

Comment thread .github/workflows/check_smoke_tests.yml Outdated
@ericbuckley ericbuckley requested a review from bamader April 24, 2025 17:04

@bamader bamader left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and works on my local 💪

@ericbuckley ericbuckley merged commit ea619e4 into main Apr 24, 2025
@ericbuckley ericbuckley deleted the feature/287-conf-root-path branch April 24, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api New API feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

configurable API root path

2 participants