Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
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: hashicorp/faas-nomad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2-beta2
Choose a base ref
...
head repository: hashicorp/faas-nomad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 15 files changed
  • 7 contributors

Commits on Apr 20, 2019

  1. Feature/tls nomad endpoint (#80)

    * Add nomad TLS arguments and config.
    
    Signed-off-by: Andrew Cornies <[email protected]>
    
    * Fix spelling for argument.
    
    Signed-off-by: Andrew Cornies <[email protected]>
    
    * Nomad TLS endpoint update:
    
    - Updates to local Vagrant env
    - use Vault pki to generate local certs
    - add enable_nomad_tls arg
    - fix error handling issue
    
    Signed-off-by: Andrew Cornies <[email protected]>
    acornies authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e516e7a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Allows configuration of CPU arch via argument and job constraint

    additionally allows configuration of other job constraints
    
    Squashed commit of the following:
    
    commit 7d9db5f
    Author: cryptobias <[email protected]>
    Date:   Thu Jun 13 10:50:41 2019 +0200
    
        Refactor CreateDataCenters to use Fields
    
        so it is consistent with CreateConstraints
    
        There is a small change of behaviour:
        This does not panic if there is no == or no value following it, but
        ignores the entry instead.
    
    commit c6941af
    Author: cryptobias <[email protected]>
    Date:   Thu Jun 13 10:44:32 2019 +0200
    
        Use limit instead of constraint where applicable
    
    commit 714f269
    Author: cryptobias <[email protected]>
    Date:   Thu Jun 13 10:31:59 2019 +0200
    
        Document Nomad job constraints in README.md
    
    commit ddbab0c
    Author: cryptobias <[email protected]>
    Date:   Sun Jun 9 16:32:11 2019 +0200
    
        Allows to specify custom job constraints via the request
    
        The constraints have to be provided in the format:
    
        "<attribute> <operator> <value>"
    
        e.g.
    
        "${attr.cpu.arch} = arm"
    
        For compatibility the interpolation notation (`${}`) can be left out and `==` instead of `=` is supported.
    
        With this implementation the attribute and the operator can not contain
        spaces.
    
    commit e440ccf
    Author: cryptobias <[email protected]>
    Date:   Thu Jun 6 10:43:45 2019 +0200
    
        Allow to change CPU arch constraint via commandline argument
    
    Signed-off-by: cryptobias <[email protected]>
    cryptobias authored and acornies committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    546fc20 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Switch consul resolver to use ServiceAddress (#83)

    * Switch consul resolver to use ServiceAddress
    
    Signed-off-by: Andrew Cornies <[email protected]>
    
    * fix TestResolveWithNoCacheQueriesTheCatalog test
    
    Signed-off-by: Andrew Cornies <[email protected]>
    acornies authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5c24ad7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. nomad is now configured to run using tls only

    Bram Vogelaar committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    11ed4d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. allowing consul service tags to be set

    Bram Vogelaar authored and acornies committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    099e82c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. fix broken link to terraform modules

    /terraform directory for AWS provisioning was moved to /provisioning/terraform.  I have updated the link in readme so that users no longer get a 404 - file not found.
    mocofound authored and acornies committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6c98c6d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

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

Commits on Mar 18, 2021

  1. Merge pull request #96 from jusso-dev/jusso-dev/fix-hcl-job-file

    fixed syntax issue in faas.hcl job file
    nicholasjackson authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e56e39a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from attachmentgenie/nomadTls

    nomad is now configured to run using tls only
    nicholasjackson authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    36ba4ea View commit details
    Browse the repository at this point in the history
Loading