-
-
Notifications
You must be signed in to change notification settings - Fork 867
bump concourse/concourse-ci spiff to v1.0.5 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vito
added a commit
that referenced
this pull request
Apr 21, 2015
bump concourse/concourse-ci spiff to v1.0.5
vito
added a commit
that referenced
this pull request
Oct 17, 2015
…buf go-github errwrap go-multierror fsnotify tail go-update go-flags osext binarydist pty ansi mapstructure ginkgo gomega remote_syslog2 lager localip term agouti ifrit gosub yeller-golang crypto net oauth2 fsnotify.v0 yaml.v2 [finishes #105936760] Submodule src/github.com/ActiveState/tail 068b729..05d326f: > Merge pull request #62 from florindragos/master > Merge pull request #32 from 0x001D/master > Merge pull request #56 from ActiveState/travis-gopkg-fix > solicit help with Windows support > change log entry for last PR > Merge pull request #53 from wagerlabs/v1 > Use stable version of fsnotify > Modernize Dockerfile to use the golang image > Fix 'make fulltest' for newer docker versions > Update CHANGES.md > Merge pull request #50 from featalion/newline-fix Submodule src/github.com/Sirupsen/logrus df78bc7..4643a7e: > Merge pull request #271 from Abramovic/master Submodule src/github.com/cloudfoundry/gunk 7e034a7..b84f305: > Merge pull request #4 from glyn/master > Move gnatsd runner into its own package to avoid ginkgo dependency > Improve workpool test so each piece of work is unique, and assert the unique works happen > Improve throttler test so each piece of work is unique, and assert the unique works happen > Make Throttler simpler and safer > Introduce parallel work Throttler [#94716410] > Change Ω to Expect > Validate number of workers and pending size on work pool construction > Change Ω to Expect [#93246926] > Allow process to be injected into cmd object on Run Submodule src/github.com/codahale/hdrhistogram fd3681c..954f16e: > Merge pull request #12 from toffaletti/master > Merge pull request #10 from jjolma/export-total-count Submodule src/github.com/codahale/metrics 7d3beb1..7c37910: > Document the fix for FreeBSD. > Merge pull request #11 from cryptix/supportfreebsd Submodule src/github.com/codegangsta/cli 96f1fed..aba9469: > Merge pull request #282 from cactus/master Submodule src/github.com/concourse/atc 6947379..df54b1d: > fix err checking in api handler Submodule src/github.com/concourse/blackbox 3dd4b91..4aa76b4: > update tail package Submodule src/github.com/concourse/fly 8a3d0f1..53c1686: > fix for new go-update interfaces Submodule src/github.com/golang/protobuf 6dfb160..deb4a5e: > Add support for repeated fields expressed using list notation, like ["a", "b", "c"]. > Update gRPC codegen to match API update in grpc/grpc-go#370. > Ensure all field and method names are unique. > Fix dec_slice_packed_bool when bools are inefficiently encoded. > Simplify some code. > Fix race in text formatting of oneof fields. > Fix size of oneof fields when they are set to their zero value. > Minor refactoring of oneof enabling. > Make sure the package comment mentions all top-level messages. > Fix oneof wrapper type name disambiguation check. > Unconditionally generate the name= part of the protobuf struct field tag. > Add a oneof example to the test proto in the package document. > Merge into existing oneofs that are set to the same type. > Avoid panicking when text formatting a malformed oneof. > Remove unreachable error checks. > Expose the thorny part of the oneof metadata interpretation. Submodule src/github.com/google/go-github 2570a87..9420d0f: > add Chris Broadfoot as contributor > Fix typo in ListOrgMembershipsOptions Submodule src/github.com/hashicorp/errwrap 0000000...7554cd9 (new submodule) Submodule src/github.com/hashicorp/go-multierror fcdddc3..d30f099: > append should flatten > append flattens one level, as the docs have always said > Prefix > if top-level error in flatten is not Error, return as-is > add docstring for flatten > Merge pull request #2 from hashicorp/f-flatten Submodule src/github.com/hpcloud/tail 0000000...05d326f (new submodule) Submodule src/github.com/inconshreveable/go-update f848a14...8455de1: > Merge branch 'maximchick-master' > a little more doc cleanup > add policy and docs about api-breaking changes > Pass the options struct by value. > fix comment > fix issue where an update would complete successfully if there was an error writing out the new binary > Merge pull request #22 from maximchick/master > fix import to internal vendored package > update readme with links helpful hints if your dependency broke > change project description > update README code example for new API > merge in master > version 2.0 feature-complete < Merge pull request #20 from convox/custom-httpclient < Merge pull request #19 from zachgersh/http-client < Merge pull request #15 from robdaemon/update_osext_location > first draft at 2.0 API > remove subpackages Submodule src/github.com/jessevdk/go-flags 1acbbaf..2e3d1bd: > Lookup options in all parent commands > Output a blank .TP section after usage to fix rendering issue > Improve documentation of 'optional' > Store default literal value before parsing > Prefix default value in help with default: > Implement support for limiting argument values to a certain set Submodule src/github.com/kr/pty 05017fc..f7ee69f: > run: don't override supplied SysProcAttr > Prevent arm64 file to be compiled anywhere else. Fixed #32. > Merge pull request #31 from hqhq/hq_add_arm64_support Submodule src/github.com/mgutz/ansi 22ddafb..c286dce: > add off to disable colors > Merge pull request #6 from hirakiuc/patch-1 Submodule src/github.com/mitchellh/mapstructure 442e588..281073e: > Update mapstructure_examples_test.go > Merge pull request #38 from shurcooL/add-decodeViaJSON-benchmark > clarify comment > Fields don't need to be anonymous to support "squash" > add another test > introduce ZeroFields, starting to work with maps > implement errwrap.Wrapper > add test for decoding direct struct > Merge pull request #31 from hectorj/handle-struct > Merge pull request #34 from mitchellh/f-decode-hook-type > Create .travis.yml > Merge pull request #33 from mcos/bugfix/uint-handling Submodule src/github.com/onsi/ginkgo 1b59c57..39d2c24: > Merge pull request #191 from robdimsdale/move-compiled-file > Merge pull request #190 from robdimsdale/master > Update travis.yml Submodule src/github.com/onsi/gomega d6c945f..2152b45: > Merge pull request #112 from robdimsdale/master > Merge pull request #113 from cf-guardian/master > update changelog: mention WithTransform and boolean matchers > pull oracle matcher into its own package > Merge pull request #108 from jim-slattery-rs/composition > Merge pull request #111 from sykesm/verify-proto > Merge pull request #105 from sykesm/verify-form > add 1.5 to travis > Merge pull request #103 from rosenhouse/occurred Submodule src/github.com/papertrail/remote_syslog2 5af1f41..d121b66: > README formatting tweak > Merge pull request #58 from papertrail/packaging > Merge pull request #72 from featalion/update-tail-newline-fix > Merge pull request #65 from papertrail/check-interval-string Submodule src/github.com/pivotal-golang/lager 09a71f6..be52ae6: > Merge pull request #14 from drnic/patch-1 > Change Ω to Expect [#93246926] > Merge pull request #8 from apoydence/patch-1 Submodule src/github.com/pivotal-golang/localip ca5f124..c773e5f: > Change Ω to Expect [#93246926] Submodule src/github.com/pkg/term 2266b46..d7ef5fb: > Merge pull request #12 from liamstask/callin-device-support > Cleanup ioctl > skip two more tests on linux > exclude other errors on linux > Merge branch 'master' of github.com:pkg/term > Skip tests that would fail against a non tty > Added darwin support > Merge branch 'master' of github.com:pkg/term > added pty support for darwin > Use Pty for test device > Added termios.Pty method > Added wercker.yml Submodule src/github.com/sclevine/agouti fa33857..ce62464: > Document that a WebDriver's HTTPClient always takes precedence over a Page's > Add an Option for using a custom http.Client in WebDrivers/Pages > Increase default timeout for all WebDrivers to 10 seconds > Add *ByName selection methods that select by an element's name attribute > Fix godoc typo + fix minor linting issue in element tests > Simplify struct lists in tests and color parser > Add support for clearing sessionStorage on page.Reset > Add support for clearing localStorage on page.Reset > Improve bus error reporting for unparsable errors Submodule src/github.com/tedsuo/ifrit 4d62400..3a41de6: > Merge pull request #10 from jfmyers9/master > Merge pull request #9 from jenspinney/wip-bbs-ssl > Add same check for Interrupt that exists for Kill Submodule src/github.com/vito/gosub d2b9a41..2aa7c2b: > list in deterministic order > list in batches to avoid arg list too long > fix fix > Merge pull request #3 from glyn/master > Merge pull request #4 from tedsuo/ignore-submodules > Merge pull request #2 from jfmyers9/master Submodule src/github.com/yeller/yeller-golang e03edbb..7d011e7: > Merge pull request #7 from snorecone/fix-funcs > Merge pull request #6 from snorecone/silent-errors Submodule src/golang.org/x/crypto c57d4a7..c8b9e63: > x/crypto: Add pkcs12 package for reading pkcs12 data > golang.org/x/crypto/openssh: don't loop forever after a bad password. > x/crypto/ssh: Add protocol version to ServerVersion > crypto/ssh: Support turning a crypto.Signer into an ssh.Signer > otr: Fix revealing MAC keys when a DH key is rotated > crypto/ssh: Parse ECDSA key using struct > openpgp: Handle signatures that have multiple signature packets > openpgp/clearsign: Correctly handle whitespace-only lines > crypto/ssh: clearer error messages when "no ciphers in common" > ocsp: use asn1.Enumerated for revocation reason > x/crypto/poly1305: fix memory alignment fault in ARM > crypto/ssh: fix deadlock during error condition. > x/crypto/ssh: close memPipe after running kex test. > x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement. > x/crypto/ssh/test: test all key exchanges against sshd. > ocsp: Remove "explicit" tag from "revokedInfo" > crypto/ssh: Handle error in dial to avoid a goroutine leak > crypto/ssh: allow client to specify host key algorithms. > ssh: fix flake in TestHostKeyCert > ssh: fix deadlock during error path > ssh: skip TestHandshakeBasic on Plan 9 > x/crypto: add support for Tiny Encryption Algorithm (TEA) > x/crypto/openpgp/packet: validate parsed rsa private keys > crypto/openpgp: make it possible to set the key length > openpgp: Fix panic on v3 public keys with too-short modulus. > openpgp: Fix panic on opaque subpackets with length 0. > crypto/ssh: allow identities to be constrained. > ssh: fix spelling of test so that it runs > crypto/ssh: fix a comment (trivial) > poly1305/arm: allow building with Go 1.3 > x/crypto/ssh: fix comment > go.crypto/openpgp/packet: fix comment typo. > x/crypto/ssh: fix bounds check in parseString > crypto/openpgp: don't panic on nil private signing key in Encrypt > ssh: Add explicit type in comparison with constant to make go-fuzz happy > crypto/ssh: fix format string error in test. > crypto/ssh: trivial spacing change for gofmt compliance > x/crypto/openpgp: cross-signature validation for signing subkeys. > crypto/openpgp: select newest valid encryption subkey > ocsp: pre-serialized responses and improved ASN.1 > crypto/openpgp: add serialization for encrypted key packets > x/crypto/ssh: add padding oracle countermeasures for AES-CBC. > ocsp: fix test on TZ=UTC systems > poly1305: fix compilation on arm with go tip > x/crypto/poly1305: add ARM assembly > ssh: add hmac-sha2-256. > x/crypto/ssh: bail early if a server has no auth methods configured. > x/crypto/openpgp: Limit packet recursion depth. > crypto/ssh: fix encoding of ssh certs with critical options > crypto/ssh: update references to the old code.google.com repo > crypto/ssh: fix the links to the SSH protocol documents > sha3: fix TestAppend to loop twice, to match the comments. > crypto/ssh: add support for aes128-cbc cipher. Submodule src/golang.org/x/net 47990a1..cd8c270: > http2: add support for net/http.Server.ConnState tracking > http2/hpack: push down max string length checking further, improve docs > http2/h2demo: allow alternate hostnames for http and https links > http2: update copyright headers > http2, http2/hpack: add limit on sum of header block fragments > http2: don't leaving hanging server goroutines after RST_STREAM from client > http2: fix handling of errors from the readFrames goroutine > http2/hpack: fix nil pointer dereference crash in huffman decoder > http2: fix enforcement of max header list size > http2: change two debug log.Printf calls to vlogf > http2/hpack: make staticTable an array, not a slice > http2: advertise and enforce hpack max header list size > http2: move where cookies are joined to avoid quadratic behavior Submodule src/golang.org/x/oauth2 2fbf3d7..ef4eca6: > small typo fix in clientcredentials.go Submodule src/gopkg.in/fsnotify.v0 0000000...ea925a0 (new submodule) Submodule src/gopkg.in/yaml.v2 49c95bd..53feefa: > Merge pull request #119 from xtreme-sameer-vohra/v2 > Add simple example of field renaming. > Merge pull request #106 from realzeitmedia/gofmt > Fix omitempty support for floats. > fix bug: width() always returns width of first character! > add failing test cases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.