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

Prepare release v4.0.0 #94

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Prepare release v4.0.0 #94

merged 1 commit into from
Jun 26, 2024

Conversation

sujen1412
Copy link
Collaborator

@sujen1412 sujen1412 commented Jun 26, 2024

  • Remove the need to track maap.cfg

This relates to MAAP-Project/Community#801
This closes MAAP-Project/Community#909

* Remove the need to track maap.cfg

* Fix merge issues

* Allow overriding of MAAP_API_HOST

* Split config url construction into functions

* Add test for config reader

* Add script to perform functional test of maap-py

* Construct api root url from provided maap host

* Apply suggestions from code review

Co-authored-by: Chuck Daniels <[email protected]>

* Apply suggestions from code review to update url handling

Co-authored-by: Chuck Daniels <[email protected]>

* Remove unused code and memoize get config function

* Update request utils to drop class and use methods

* Use new request utils and pass maap config object

* Update imports and url handling

* Simplify boolean self-signed for request utils

* Remove usage of os.path.join for constructing urls

* Fix variable name in exception message

* Remove incorrect import

* Update functional tests

---------

Co-authored-by: Chuck Daniels <[email protected]>
@sujen1412 sujen1412 requested a review from bsatoriu June 26, 2024 21:01
@sujen1412 sujen1412 merged commit 1887545 into master Jun 26, 2024
@sujen1412 sujen1412 deleted the release/4.0.0 branch June 26, 2024 21:19
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.

Remove the need for tracking maap.cfg file location
2 participants