forked from jrxFive/python-nomad
-
Notifications
You must be signed in to change notification settings - Fork 0
Update from 1.0.2 to 1.1.0 #1
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
Open
sportebois
wants to merge
94
commits into
AerialTechnologies:master
Choose a base branch
from
jrxFive:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add prefixes option and tests
Update acl.md
fix(doc): add missing param in drain call
Allocations was spelled wrong, leading to a broken link on the main page
Rename alocations.md to allocations.md (fix spelling)
https://nomadproject.io/guides/security/securing-nomad.html When using Nomad in a secured fashion, allow the user to specify environment variables NOMAD_CLIENT_CERT and NOMAD_CLIENT_KEY to specify custom a cert and key. This behavior matches that of the official Nomad cli.
Adding __str__ method to improve errors readability
support NOMAD_CLIENT_CERT and NOMAD_CLIENT_KEY
kritchie
approved these changes
Oct 27, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Fix example
response will always be None, pass in the exception
remove py34 support
namespaces: client, node
update development status and python version support
ensure python 3.7 and 3.8 are supported/tested against
….7 python. Switch from disutils to setuptools in setup.py (#105)
add scaling policy endpoint
* add search endpoint
* add pylint check to repo
* jobs: add additional parameters for job listing * allocations: add additional parameters to get_allocations * api/base: omit exception, check explicitly * api/base: cleanup parameters that are none * allocations,jobs: Add trailing underscore to filter not to conflict with builtin filter function Co-authored-by: Kamil Cukrowski <[email protected]>
* replace _id to id_ * add black to format files * change changelog * fix linter * add missing record to CHANGELOG.md
Corrected small typo in example
Co-authored-by: Alex Konyukov <[email protected]>
* add option for custom user agent * add tests
* replace _id to id_ * add black to format files * change changelog * fix linter * add missing record to CHANGELOG.md * add parameters to allocations endpoint
* add missing arguments to node endpoints * add tests * fix * add more tests * add CHANGELOG
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add nomad 1.5.x to tests * fix nomad file path * modern versions * fix * fix * fix * fix * fix * fix * fxi
* update parameters in `deregister_job()` * update parameters in `get_allocations()` * update parameters in `get_evaluations()` * fix pylint warnings * fix black
The json to create or update a namespace is wrong, since it needs "Name", not "Namespace".
* run_tests.sh: Handle multi-line nomad --version output * Nomad(): Evaluate env variables on __init__() call, not before --------- Co-authored-by: Damien Couture <[email protected]>
* Bump black from 22.12.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix syntax * upgrade to the latest version * fix syntax more * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Beletskii <[email protected]> Co-authored-by: Nikita Beletskii <[email protected]>
* add release workflow * remove merge request trigger
* create 2.0.1 release * add CHANGELOG
* add latest Nomad and Python to tests * upgrade pylint
…cytoken` (#171) * Update `dispatch_jobs` to support `idempotency_token` and `IdPrefixTemplate` * bump action versions * black formatting
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add signal allocation method to requester * Add tests for signal allocation * Add documentation * Update signal docstring
…hs (#170) * Fix Requester verify typing to allow setting CA path * fix lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nothing major, but gives us the opportunity to filter the jobs by prefix