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

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jrxFive/python-nomad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: jrxFive/python-nomad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 8 commits
  • 40 files changed
  • 9 contributors

Commits on Jun 2, 2023

  1. Update parameters in Job functions (#153)

    * update parameters in `deregister_job()`
    
    * update parameters in `get_allocations()`
    
    * update parameters in `get_evaluations()`
    
    * fix pylint warnings
    
    * fix black
    IgnacioHeredia authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    41df869 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix node filter (#162)

    bernardoVale authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d5d5c4c View commit details
    Browse the repository at this point in the history
  2. Fix errror in "Namespace" docs (#161)

    The json to create or update a namespace is wrong, since it needs "Name", not "Namespace".
    freebacca authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7239fec View commit details
    Browse the repository at this point in the history
  3. Only read env variables on __init__ (#157)

    * 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]>
    atwam and Damien Couture authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    35556fa View commit details
    Browse the repository at this point in the history
  4. include event api docs (#160)

    j-aub authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ad83fff View commit details
    Browse the repository at this point in the history
  5. Bump black from 22.12.0 to 24.3.0 and fix format (#163)

    * 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]>
    3 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2aca1a4 View commit details
    Browse the repository at this point in the history
  6. add release workflow (#156)

    * add release workflow
    
    * remove merge request trigger
    nikita-b authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    816100e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Prepare 2.0.1 release (#164)

    * create 2.0.1 release
    
    * add CHANGELOG
    nikita-b authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    17df294 View commit details
    Browse the repository at this point in the history
Loading