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

Fixup infrastructure and names after breakout #13

Merged
merged 3 commits into from
Apr 3, 2023
Merged

Conversation

gadomski
Copy link
Member

Related Issue(s):

Description:

No functional code changes.

PR Checklist:

  • pre-commit hooks pass locally
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

@gadomski gadomski requested a review from pjhartzell March 31, 2023 13:10
@gadomski gadomski self-assigned this Mar 31, 2023
@gadomski gadomski added this to the 2.5.0 milestone Mar 31, 2023
Copy link
Contributor

@pjhartzell pjhartzell left a comment

Choose a reason for hiding this comment

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

A lot going on here. Overall, the changes look reasonable. Installs, tests pass. Only issue l've found is in the docs. INFO and WARNINGs from mkdocs serve after running make docs:

...
INFO     -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
              - api/stac_fastapi/pgstac/index.md
              - api/stac_fastapi/pgstac/app.md
              - api/stac_fastapi/pgstac/config.md
              - api/stac_fastapi/pgstac/core.md
              - api/stac_fastapi/pgstac/db.md
              - api/stac_fastapi/pgstac/transactions.md
              - api/stac_fastapi/pgstac/utils.md
              - api/stac_fastapi/pgstac/version.md
              - api/stac_fastapi/pgstac/extensions/index.md
              - api/stac_fastapi/pgstac/extensions/filter.md
              - api/stac_fastapi/pgstac/extensions/query.md
              - api/stac_fastapi/pgstac/models/index.md
              - api/stac_fastapi/pgstac/models/links.md
WARNING  -  A relative path to 'api/stac_fastapi/api/app.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING  -  A relative path to 'api/stac_fastapi/api/config.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING  -  A relative path to 'api/stac_fastapi/api/errors.md' is included in the 'nav' configuration, which is not found in the documentation files
...

Browsing the docs reveals dead links.

@gadomski
Copy link
Member Author

gadomski commented Apr 3, 2023

A lot going on here.

Yeah, sorry ... didn't know how to do it without doing it all at once. Shouldn't be any functional code changes though.

Browsing the docs reveals dead links.

Fixed, I'll do the same over on sqlalchemy.

@gadomski gadomski requested a review from pjhartzell April 3, 2023 17:50
@gadomski gadomski removed this from the 2.5.0 milestone Apr 3, 2023
@gadomski gadomski merged commit cea239d into main Apr 3, 2023
@gadomski gadomski deleted the breakout-fixup branch April 3, 2023 18:33
@gadomski gadomski added this to the 2.4.6 milestone May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants