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: Parselon/python-nomad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
  • 5 commits
  • 12 files changed
  • 5 contributors

Commits on Jan 30, 2025

  1. feat: Update dispatch jobs to support templateprefix and `idempoten…

    …cytoken` (jrxFive#171)
    
    * Update `dispatch_jobs` to support `idempotency_token` and `IdPrefixTemplate`
    
    * bump action versions
    
    * black formatting
    aas47 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    79ae9d9 View commit details
    Browse the repository at this point in the history
  2. Bump requests from 2.31.0 to 2.32.2 (jrxFive#172)

    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>
    dependabot[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    1befcb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Feature: signal allocations (jrxFive#169)

    * Add signal allocation method to requester
    
    * Add tests for signal allocation
    
    * Add documentation
    
    * Update signal docstring
    Parselon authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    ff1f1db View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

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

Commits on May 1, 2025

  1. Fix: Update Requester.verify typing to support TLS CA certificate pat…

    …hs (jrxFive#170)
    
    * Fix Requester verify typing to allow setting CA path
    
    * fix lint
    JannikSt authored May 1, 2025
    Configuration menu
    Copy the full SHA
    45c4773 View commit details
    Browse the repository at this point in the history
Loading