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

Merge upstream to 0.9.0 #4

Merged
merged 53 commits into from
Mar 9, 2023
Merged

Conversation

merit-rluk
Copy link

No description provided.

merit-sno and others added 30 commits March 9, 2020 15:22
Handle NetSuite dynamic address requirement in 2020.1 release
* Feature: Support for SuiteTalk REST Web Services, including standard GET, POST, PATCH, PUT, DELETE requests as well as making SuiteQL queries. For now it's an optional dependency (install with `pip install netsuite[rest_api]`)
* Feature: Start a HTTP server via command line to browse REST API OpenAPI spec docs for a given set of records (utilizes Swagger UI)
* Breaking change: `--log-level`, `--config-path` and `--config-section` must now be passed directly to the `netsuite` command, and not its sub-commands.
v0.5.0 - Support for NetSuite SuiteTalk Web Services REST API
* Fix: Only forward explicitly passed in parameters for `netsuite rest-api get` command. Fixes error `Invalid query parameter name: limit. Allowed query parameters are: fields, expand, expandSubResources.`
* Feature: Add ability to have `netsuite rest-api get` only return a given list of fields via `--fields`
* Feature: Add ability for `netsuite rest-api get` to only expand a given set of sublist and subrecord types via `--expand`
Following the code standard that black and isort uses is easily done by running `pip install pre-commit` and then doing a commit. Black and isort will automatically reformat the code then.

Also added some instructions on how to develop and do PyPI releases.
Enforce code standard with black and isort
Repair a bug in the self._make_auth() routine where the OAuth1 client is generated before a request body is available. This causes all SuiteQL queries to fail, along with any other functions that require a request body. Resolve by storing the connection details in the class and calling that method again when we detect a post body.
Fix bug in routine where request body is deleted.
jacobsvante and others added 23 commits April 27, 2021 17:05
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.4 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.4...lxml-4.6.5)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Release-As: 0.9.0
Release-As: 0.9.0
@merit-rluk merit-rluk merged commit 036997a into merit-network:master Mar 9, 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.

5 participants