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: 1.5.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.0
Choose a head ref
  • 12 commits
  • 91 files changed
  • 7 contributors

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    490b148 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Add pylint (#143)

    * add pylint check to repo
    nikita-b authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    78452b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add missing parameters, do not pass None (#144)

    * 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]>
    Kamilcuk and Kamil Cukrowski authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    fb8afc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add code formatter and change _id to id_ (#146)

    * replace _id to id_
    
    * add black to format files
    
    * change changelog
    
    * fix linter
    
    * add missing record to CHANGELOG.md
    nikita-b authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9422591 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fixed ${NOMAD_META_TIME -> ${NOMAD_META_TIME} (#147)

    Corrected small typo in example
    elnerd authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    975b902 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. chore(docs): update link to the docs (#148)

    Co-authored-by: Alex Konyukov <[email protected]>
    scor2k and scor2k authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d65f5da View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. add option for custom user agent (#150)

    * add option for custom user agent
    
    * add tests
    nikita-b authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ef6bc84 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Add missing arguments to get_allocations() (#149)

    * replace _id to id_
    
    * add black to format files
    
    * change changelog
    
    * fix linter
    
    * add missing record to CHANGELOG.md
    
    * add parameters to allocations endpoint
    nikita-b authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    364f063 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. add missing arguments to node endpoints (#152)

    * add missing arguments to node endpoints
    
    * add tests
    
    * fix
    
    * add more tests
    
    * add CHANGELOG
    nikita-b authored May 23, 2023
    Configuration menu
    Copy the full SHA
    f5dcfd1 View commit details
    Browse the repository at this point in the history
  2. Bump requests from 2.28.1 to 2.31.0 (#154)

    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>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5cc2beb View commit details
    Browse the repository at this point in the history
  3. add nomad 1.5.x to tests (#151)

    * add nomad 1.5.x to tests
    
    * fix nomad file path
    
    * modern versions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fxi
    nikita-b authored May 23, 2023
    Configuration menu
    Copy the full SHA
    6b9ebd6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. 2.0.0 release (#155)

    nikita-b authored May 26, 2023
    Configuration menu
    Copy the full SHA
    2b02b70 View commit details
    Browse the repository at this point in the history
Loading