Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sportebois
Copy link

Nothing major, but gives us the opportunity to filter the jobs by prefix

jonathanrcross and others added 16 commits November 28, 2018 20:17
add prefixes option and tests
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
@sportebois sportebois requested a review from kritchie October 24, 2019 23:52
Copy link

@kritchie kritchie left a comment

Choose a reason for hiding this comment

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

LGTM 👍

nikita-b and others added 30 commits October 27, 2022 14:56
)

* fix ci and add CHANGELOG.me

* fix syntax

* try to upgrade actions

* add more Nomad versions
* 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
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.