Skip to content

move classes in transactions.py to core.py, to align with parent class organization #67

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

Merged
merged 4 commits into from
Mar 21, 2022

Conversation

philvarner
Copy link
Collaborator

Related Issue(s):

  • n/a

Description:

move classes in transactions.py to core.py, to align with parent class organization

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • 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

Phil Varner added 2 commits March 21, 2022 09:34
README.md Outdated

```shell
cd stac_fastapi/elasticsearch
pip install -e .[dev]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this command was missing the -e, so changes to the code weren't reflected in the IDE.

@@ -6,6 +6,7 @@
desc = f.read()

install_requires = [
"fastapi",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this was used explicitly in one of the classes, but wasn't declared as a dependency (it's transitive from stac_fastapi)



@attr.s
class TransactionsClient(BaseTransactionsClient):
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no changes to these classes other than fixing up references and using datetime_type rather than datetime

Copy link
Member

@gadomski gadomski left a comment

Choose a reason for hiding this comment

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

Minor doc nit.

Copy link
Collaborator

@jonhealy1 jonhealy1 left a comment

Choose a reason for hiding this comment

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

Nice

Co-authored-by: Pete Gadomski <[email protected]>
@philvarner philvarner merged commit f354e61 into main Mar 21, 2022
@philvarner philvarner deleted the pv/refactor-classes-from-txn-to-core branch March 21, 2022 19:35
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.

3 participants