Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Bootstrapping and resources #357

Merged
merged 38 commits into from
Mar 22, 2017
Merged

Bootstrapping and resources #357

merged 38 commits into from
Mar 22, 2017

Commits on Jan 12, 2017

  1. Add resource plugin API and example

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    3227736 View commit details
    Browse the repository at this point in the history
  2. Add bootstrap plugin

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    f589c2a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into bootstrapping-and-resources

    David Chung committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    7199b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d662e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Vendor github.com/twmb/algoimpl

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    c88e0f1 View commit details
    Browse the repository at this point in the history
  2. Rename bootstrap plugin to resource plugin

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    0b338e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6034f0e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Use the instance SPI now that instance RPC supports types

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    a6861b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    290be1b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    5a52ab3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Add resource SPI

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    fbab575 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    186b01f View commit details
    Browse the repository at this point in the history
  3. Move template parsing into validate method

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    116f29c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    f829033 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Update pkg/plugin/resource/resource.go after merge

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    aa68dff View commit details
    Browse the repository at this point in the history
  2. Use github.com/docker/infrakit/pkg/template

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    c4af50f View commit details
    Browse the repository at this point in the history
  3. Merge 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    4af2adf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c1caa0d View commit details
    Browse the repository at this point in the history
  2. Switch syntax to {{ resource "key" }}

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    23503e2 View commit details
    Browse the repository at this point in the history
  3. Remove stray fmt.Println

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    94aeb6c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Remove resourceIdentityFunc

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    e3196bc View commit details
    Browse the repository at this point in the history
  2. Improve logging and output

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    0b1e083 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    4754039 View commit details
    Browse the repository at this point in the history
  2. Refactor

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    4489d2a View commit details
    Browse the repository at this point in the history
  3. Add tests

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    1949765 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Revert "Remove resourceIdentityFunc"

    This reverts commit e3196bc.
    
    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7b74eeb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bootstrapping-and-resources

    David Chung committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    83c8302 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    David Chung committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    457bd1d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Merge branch 'master' into bootstrapping-and-resources

    David Chung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    a3036b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Update DescribeResources signature

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6ce9423 View commit details
    Browse the repository at this point in the history
  2. Add resource plugin executable

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    91b597f View commit details
    Browse the repository at this point in the history
  3. Remove "ID" from resource plugin output

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8f07a1d View commit details
    Browse the repository at this point in the history
  4. Rename resource.go to plugin.go

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    a2014c8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    faa771a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    b7311d3 View commit details
    Browse the repository at this point in the history
  2. Change syntax from map to list

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c3cb29b View commit details
    Browse the repository at this point in the history
  3. Update resource plugin tag names

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    69a10ad View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into bootstrapping-and-resources

    Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
    nwt committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    a6a2eba View commit details
    Browse the repository at this point in the history