-
Notifications
You must be signed in to change notification settings - Fork 217
remove duplicate nsync key from jobs.yml #10
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
Hey stefanschneider! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA. |
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/77107472. |
This PR is covered by the Uhuru CLA on-file and OK to merge from that perspective. |
cwlbraa
added a commit
that referenced
this pull request
Sep 19, 2015
[finishes #102329924] Submodule src/github.com/cloudfoundry-incubator/bbs 9fd9ac8..e2a0025: > Fix SSL verification tests Submodule src/github.com/cloudfoundry-incubator/cf_http 8e03667..109b11d: > Add RequireAndVerifyClientCert and ClientCAs to TLSConfig Submodule src/github.com/tedsuo/ifrit 5ddc47c..3a41de6: > Merge pull request #10 from jfmyers9/master Signed-off-by: James Myers <jmyers@pivotal.io>
tedsuo
pushed a commit
that referenced
this pull request
Sep 23, 2015
[finishes #103617076] Submodule src/github.com/cloudfoundry-incubator/executor ad266c2..fbce84e: > Emit metrics while waiting for garden to start up Submodule src/github.com/cloudfoundry-incubator/inigo 9406bf9..2848586: > Add clock to executor Initialize method Submodule src/github.com/cloudfoundry-incubator/rep 96c1cd9..8ea99b3: > Add clock to executor Initialize method Submodule src/github.com/cloudfoundry/dropsonde 579dee9..d78de64: > Merge pull request #10 from cloudfoundry/fake-has-value > Make dropsonde tests pass on Go 1.5 > Allow failures for go1.5 builds > Add go 1.5 to travis builds > Add test for generating Http events with new methods > Send error log message if log_sender encounters UDP error > Add close to metrics and metric batcher > Allows metrics to be sent in batcher without deadlocking > Improve integration tests for dropsonde_unmarshaller > Revert "Set gogo/protobuf version to be the same as the one in loggregator for travis builds" > Refactor batcher go proc to have uniform locking > Add CounterEvent factory > Track unknown event types instead of crashing > Fix flaky test > Remove unused method NewControlUUID in factories.go > Set gogo/protobuf version to be the same as the one in loggregator for travis builds > Remove use of heartbeat dropsonde messages > Dropsonde no longer responds to heartbeat requests Signed-off-by: Jen Spinney <jen.spinney@hp.com>
jfmyers9
pushed a commit
that referenced
this pull request
Apr 11, 2016
[finishes #117376801] Submodule src/github.com/cloudfoundry-incubator/tps 3057f38..6ea006b: > Use new noaa Consumer client Submodule src/github.com/cloudfoundry/noaa f46a73b..ece624d: > Share client, transport, and dialer in consumer > Update samples to use the new consumer and update docs for the samples > Update old samples README so it is correct and move into samples directory > Do not recreate transport, client, or dialer in the new consumer > Add deprecation logs and comments for the old consumer > Add test coverage for proxy logic > Split up the synchronous and asynchoronous logic > Add the rest of the consumer methods which return channels > Fix data race in new consumer > Remove focus > Clean up new-style Consumer > Update and clean up tests for new Consumer > Test against 1.4 - 1.6, only allow failures on tip > Handles consumer stop event > Merge pull request #12 from cloudfoundry/shalako-patch-2 > Allows NOAA clients to set the idle timeout on the connection > Allow failures for go1.5 builds > Add go 1.5 to travis builds > Gorilla Websocket updated its close message format for normal closures. The tests had to be changed accordingly > Merge pull request #10 from cloudfoundry/shalako-patch-1 > Update README.md with instructions for firehose sample > Revert "Set gogo/protobuf version to be the same as the one in loggregator for travis builds" > Set gogo/protobuf version to be the same as the one in loggregator for travis builds > Remove heartbeat metrics from test > Move container_metrics emitter and consumer into their own directories Signed-off-by: James Myers <jmyers@pivotal.io>
nimakaviani
added a commit
that referenced
this pull request
Jun 26, 2017
[finishes #140766303] Submodule src/code.cloudfoundry.org/executor 1a653cd..85f35ea: > update go-loggregator package Submodule src/code.cloudfoundry.org/go-loggregator 0550818..b1525c9: > Fix testhelpers/v1/fakes > Merge pull request #10 from apoydence/split-NewTLSConfig > Ensure all runtime emitters have a default timeout of 10 seconds > Add SendComponentMetric to compatibility client > Fix typo > TestIngressServer uses address instead of port > TestEgressServer needs to save actual address > Removes NewInsecureIngressClient > IngressClient uses addr instead of port > Adds TestEgressServer > Renames TestServer to TestIngressServer > Fix examples > Moves v1 fakes to separate package > Adds egress client wrapper > Renames Option to IngressOption > Renames Client to IngressClient > Adds WithDelta option for EmitCounter > Moves TestServer to testhelpers package > Moves fakes under testhelpers directory > Adds ability to create an insecure client > Add google.golang.org/genproto to vendors > Bump google.golang.org/grpc to v1.4.0 > Export generated loggregator-api files > Fix v2 import in examples/simple > Add v1 compatability for runtime stats emitter > Fix import for runtime_stats example > Move fixtures into example dir > Rename suite_test > Move v2 contents to root directory > Moves generic client and fakes to compatability folder > Use gobindata for feature tests. > Add gomega dependency to scripts/test > Adds another required dependency > Updates go-loggregator test script > Remove go dep tooling and submodule dependencies > Revert "Pin grpc-go using dep and remove dep-ensure script" > Changes runtimeemitter emission interval to 10 seconds > Pin grpc-go using dep and remove dep-ensure script > Add tags to logs, gauges and counters. > Merge branch 'enocom/master' > update Gopkg files > Merge pull request #4 from kdykeman/master > Merge pull request #2 from hdub2/master > Fixes batch interval emission > Adds example for using runtime emitter > Add runtime emitter to emit runtime stats on interval > fix datarace in v2 client test > Update README.md Submodule src/code.cloudfoundry.org/inigo da0693e..f8f80a2: > update go-loggregator package Submodule src/code.cloudfoundry.org/rep ca15821..8fe785b: > emit runtime metrics when using loggregator v2 API Submodule src/code.cloudfoundry.org/volman 64f4d4e..3ee7830: > update go-loggregator package Submodule src/golang.org/x/net c4bb2f7..5f8847a: > dns/dnsmessage: additional test coverage > dns/dnsmessage: allocation free DNS message parsing and building > ipv6: report a destination address on write error > ipv4: report a destination address on write error > icmp: use socket.NativeEndian > ipv6: use socket.NativeEndian > http2: fix Server race > trace: export /debug/requests and /debug/events handlers > http2: make Transport treat http.NoBody like it were nil > publicsuffix: update table to latest list from publicsuffix.org > http2: stop rejecting outgoing paths beginning with two slashes > internal/socket: don't crash with corrupted control messages > bpf: add Setter interface > http2: fix up comment on unexported connError type > ipv6: don't crash with corrupted control messages > ipv4: don't crash with corrupted control messages > ipv6: deflake multicast listener tests > ipv4: deflake multicast listener tests > bpf: fix type of Extension constants > internal/socket: fix 386 emulation on amd64 for FreeBSD > ipv6: add {Read,Write}Batch methods to PacketConn > ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn > http2: fix nil dereference after Read completes with an error > http2: fix typo in comment > internal/socket: add message IO functionality > internal/socket: add platform-dependent boilerplate files > nettest: skip testConcurrentMethods on Plan 9 > http2/hpack: gofmt -w -s > internal/iana: update DSCP names > Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build" > internal/socket: merge internal/netreflect into internal/socket package > ipv6: plumb in the standard library of Go 1.9 by using internal/socket package > ipv4: plumb in the standard library of Go 1.9 by using internal/socket package > internal/socket: new package > http2: fix RFC number typo in comment > http2: remove extra goroutine stack from awaitGracefulShutdown > http2: Discard DATA frames from the server after the response body is closed > http2: mostly test for Transport memory issue > http2/hpack: remove unused pair function from package > http2/hpack: remove pair function and initialize directly > http2: fix style inconsistency in test > http2: reduce the number of select cases in serverConn.server > http2: fix lock contention slowdown due to gracefulShutdownCh > http2/hpack: move initialization to a static table > lif: rename internal types > http2: add all bad ciphers, use package constants > xsrftoken: panic for unsafe zero length keys > route: don't fail test when at least one version of INET protocols is available > lif: don't fail test when at least one version of INET protocols is available > trace: support Go 1.6 again > nettest: break on unexpected error > trace: use standard library context > http2: Use NO_ERROR instead of CANCEL when responding before the request is finished > http2: enforce write deadline per stream > http2/h2demo: don't auto redirect the HTTP-only serverpush demo to HTTPS > http2/hpack: fix memory leak in headerFieldTable lookup maps > http2/h2demo: use HTTP host for HTTP-only link > http2/h2demo: add demo for HTTP/2 Server Push > Revert "http2/h2demo: add HTTP/2 with Server Push" > idna: copy the idna package from x/text, take 2. > http2/h2demo: add HTTP/2 with Server Push > http2: work around Go 1.8 tls.Config.Clone bug > lif: use of nativeEndian to make API endian agnostic > dns/dnsmessage: add support for parsing and packing of DNS messages > http2: add configurable knobs for the server's receive window > http2/hpack: speedup Encoder.searchTable > http2: Add opt-in option to Framer to allow DataFrame struct reuse > http2: replace fixedBuffer with dataBuffer > http2/hpack: remove hpack's constant time string comparison > ipv4, ipv6, internal/netreflect, bpf: fix the x/net build > route: drop support for go1.5 > lif: drop support for go1.5 > internal/netreflect: don't build on go1.9 or above > publicsuffix: update table to latest list from publicsuffix.org > proxy: split SOCKS5 Dial method in two > context/ctxhttp: close httptest server > internal/netreflect: fix test on NaCl and Plan 9 > route: fix typo > route: add support for the manipulation of routing informaion > http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites > all: single space after period > idna: Revert "use code generated by internal x/text package" > bpf: implement fmt.Stringer for BPF instructions > trace: initialize templates lazily > ipv4: simplify init function for darwin > internal/netreflect: more use of internal/nettest package > internal/nettest: add missing support for "unixgram" to TestableNetwork > http2: nit in TestServer_Push_StateTransitions > http2: fix flake in TestServer_Push_StateTransitions > internal/nettest: add TestableNetwork, NewLocalListener and NewLocalPacketListener > nettest: use of internal/nettest package > http2/h2i: strip port from server name in client hello > internal/netreflect: use of internal/nettest package > http2/h2i: send RequestURI as path, to not lose query args > x/net/bpf: cleanup TestAsmDisasm > http2: fix nits found by vet > bpf: disasm load extension to type LoadExtension > bpf: disasm "fake" jump conditions > ipv6: add missing BUGS section for Windows > ipv4: drop package name prefix from identifiers in docs for consistency > ipv6: drop package name prefix from identifiers in docs for consistency > idna: use code generated by internal x/text package > http2: remove unnecessary TODO for trailer keys allocation > http2: clear WriteTimeout in Server > http2: fix typo > http2: fix incorrect panic > http2: add regression test for issue golang/go#18326 > http2: fix race in writePushPromise > icmp: add missing BUGS section > ipv6: add missing BUGS section > ipv4: add missing BUGS section > context: deflake tests under Go 1.6 > http2: speed up TestTransportFlowControl in short mode > http2: don't flush a stream's write queue in sc.resetStream > http2: allow Transport to connect to https://[v6literal]/ without port > http2: log Framer reads and writes when a server test fails > ipv4: deflake TestConnUnicastSocketOptions on Windows > ipv4: add missing IP_HDRINCL option on Windows > nettest: update comment on MakePipe > ipv6: add support for linux/{mips,mipsle} > ipv4: add support for linux/{mips,mipsle} > http2: make Transport retry on server's GOAWAY graceful shutdown > http2: fix minor stream accounting bug > http2: test for retry after GOAWAY > nettest: add package to test for networking conformance > websocket: mention the gorilla package > ipv6: don't fail test on IPv6 disabled kernel > ipv6: simplify references to RFCs in package documentation > ipv6: document that package ipv6 doesn't support Darwin kernel version 12 or below > internal/nettest: make SupportsIPv6 return false on Darwin kernel version 12 or below > http2: fix a typo > http2: don't crash when writing RST_STREAM on idle or closed streams > trace: remove internal Google reference from comment > webdav: gofmt -w -s > http2: schedule RSTStream writes onto its stream's queue > http2/h2demo: use Let's Encrypt for the TLS cert > http2: make Server respect http1 Server's SetKeepAlivesEnabled > Revert "ipv6: disable multicast packet delivery tests on darwin 12 or below" > ipv6: disable multicast packet delivery tests on darwin 12 or below > http2: conditionally log stacks from panics in Server Handlers like net/http > http2: fix CloseNotify data race > http2: don't overflow stream IDs in server push > http2: fix racey and flaky server push test > http2: disable server push on receiving a GOAWAY > all: make copyright headers consistent with one space after period > http2: fix state tracking for pushed streams > Revert "context: use Go 1.8 type alias for CancelFunc and Context" > http2: fix over-aggressive ignoring of frames while in "go away" mode > http2: fix Transport race sending RST_STREAM while reading DATA on cancels > http2: remove h2-14 ALPN proto > webdav: add Context argument to FileSystem interface > http2: make http2.Server access http1's Server via an interface check > http2/h2i: do not assume that stdin value is always 0 > http2: add support for graceful shutdown of Server > webdav: fix recently-broken tests > http2: change how Server.IdleTimeout is initialized from http.Server > http2/h2i: update line endings for recent change to console package > webdav: have escapeXML perform fewer allocations. > context: use Go 1.8 type alias for CancelFunc and Context > http2: initialize Server.IdleTimeout from http.Server as http1 does > http2: fix optimized write scheduling > http2: implement support for server push > http2: reject stream self-dependencies > http2: optimize server frame writes > http2: interface to support pluggable schedulers > publicsuffix: update table to latest list from publicsuffix.org > http2: add Server.IdleTimeout > webdav: escape displayname > http2: make Server return conn protocol errors on bad idle stream frames > http2: fix Server race with concurrent Read/Close > ipv6: remove unnecessary control message marshaling > ipv4: remove unnecessary control message marshaling > http2: make Server reuse 64k request body buffer between requests > http2: never Read from Request.Body in Transport to determine ContentLength > websocket: drop support for go1.4 or below > websocket: use of crypto/rand package in test > ipv6: drop support for go1.4 or below > ipv4: drop support for go1.4 or below > websocket: limit incoming payload size > ipv4: add support for FreeBSD 11 > trace: don't allocate all events upfront > Revert "trace: don't allocate all events upfront" > lif: rename internal types and constants generated by cgo > ipv6: rename internal types and constants generated by cgo > ipv4: rename internal types and constants generated by cgo > trace: don't allocate all events upfront > ipv6: don't refer to cgo-generated union field > ipv4: don't refer to cgo-generated union field > ipv6: add support for solaris > ipv4: add support for solaris > ipv6: rename thunk_linux_386.s to sys_linux_386.s > ipv4: rename thunk_linux_386.s to sys_linux_386.s > http2: remove duplicate map lookups in checkConnHeaders > websocket: use net.Dialer to open tcp connection > http2: mention bogus header value in error messages > trace: spelling consistency tweaks > http2: don't sniff Request.Body on 100-continue requests in Transport > http2: in Server, disarm connection's ReadTimeout after first request > http2: add Transport support for IdleConnTimeout > http: fix build on Go 1.6 and below > http2: implement Ping method on ClientConn > x/net/http2: use request url scheme > lif: new package > route: fix typo > ipv4: fix typo > ipv6: fix typo > route: test helper code cleanup > http2: fix broken tests > x/net/http2: Fix various typos in doc comments. > ipv6: simplify init function for darwin > internel/nettest: add SupportsIPv6MulticastDeliveryOnLoopback > http2: don't sniff first Request.Body byte in Transport until we have a conn > http2: add Transport support for unicode domain names > http2: fix bug where '*' as a valid :path value in Transport > icmp: don't step on recycled socket descriptors > net: skip tests on OS X 10.8 to avoid a kernel panic > http2: fix all vet warnings > internal/netreflect: fix test on nacl, plan9 and windows > ipv6: deduplicate socket option code > ipv4: deduplicate socket option code > ipv6: use of internal/netreflect package > ipv4: use of internal/netreflect package > internal/netreflect: new package > http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set > http2: fix protocol violation regression when writing certain request bodies > publicsuffix: update table to latest list from publicsuffix.org > http2: adjust flow control on open streams when processing SETTINGS > http2: add missing import path declaration > http2: add more Transport logging around why connections close > http2: fix Transport.RoundTrip hang on stream error before headers > http2: add more HEADERS and error logging in GODEBUG=http2debug=2 mode > http2: make Transport work around mod_h2 bug > http2: don't ignore DATA padding in flow control > http2: return flow control for closed streams > http2: fix data race on cc.singleUse > route: don't crash or hang up with corrupted messages > http2: make Transport prefer HTTP response header recv before body write error > http2: make Transport treat "Connection: close" the same as Request.Close > context/ctxhttp: if context is canceled, return its error > http2: fix flaky TestTransportResPattern_* tests > http2: make Transport honor Request.Close more aggressively > http2: fix flaky TestTransportReqBodyAfterResponse_403 > context/ctxhttp: add a specialized minimal version for Go 1.7 > publicsuffix: update table to latest list from publicsuffix.org. > http2: add additional blacklisted ciphersuites > http2: merge multiple GOAWAY frames' contents into error message > http2: make Transport return server's GOAWAY error back to the user > webdav: skip test that fails with gccgo > ipv4: add support for ppc (using gccgo) > ipv6: add support for ppc (using gccgo) > http2: fix typo in ReadFrame > bpf: implement LoadExtension and ExtLen for VM > bpf: fix a typo > bpf: add Go implementation of virtual machine > webdav: respect the Handler.Prefix in confirmLocks. > publicsuffix: strip generated comments; automatically scrape git version. > http2: fix data race on pipe > http2: consider buffered data when doing stream flow control > http2: GotFirstResponseByte hook should only fire once > websocket: fix Read behaviour in hybiFrameReader.Read > webdav: set 'getlastmodified' live property for directories > http2: fix nits in test > http2: allow http scheme for http2 > http2: prevent Server from sending status 100 header after anything else > http2: let handlers close Request.Body without killing streams > http2: fix Transport.CloseIdleConnections when http1+http2 are wired together > http2: delay sending request body in Transport if 100-continue is set > http2, lex/httplex: make Transport reject bogus headers before sending > http2: reject more trailer values > http2: with Go 1.7 set Request.Context in ServeHTTP handlers > http2: when using Go 1.7, make Transport use httptrace hooks > ipv6: add support for linux/s390x > ipv4: add support for linux/s390x > route: fix typos in test > ipv6: support attaching packet filters to PacketConn. > ipv4: support attaching packet filters to PacketConn/RawConn. > route: new package > http2/hpack: forbid excess and invalid padding in hpack decoder > http2: make Transport use Request.Context, set Response.Uncompressed > context: correct spelling of TODO in comment > ipv4: don't fail test on big endian machine > icmp: don't fail test on big endian machine > net/trace: fix comment typo > context: fix doc typo > http2: allow StreamDep of 0 in HEADERS and PRIORITY frames > http2: delete pre-Go1.5 request cancellation > context/ctxhttp: remove pre-Go 1.5 support > context: bump gccgo-specific alloc limit for WithTimeout test. > http2: standardize RFC mention format > ipv6: fix a typo > ipv4: fix a typo > icmp: fix a typo > http2: fix typos > http2/hpack: fix a typo > webdav: have the exported API use the standard library's xml.Name type. > webdav: rename the "etc/internal/xml" import. > webdav: run "gofmt -s" to simplify some tests. > webdav: fill in the package's doc comment. > webdav: remove runtime check for Go 1.4 or earlier. > http2: make Server reject connection-level headers with a 400 response > websocket: remove redundant error handling > context: implement in terms of the standard library for Go 1.7+ > http2: Ignore Keep-Alive header in requests > bpf: rename LoadIPv4HeaderLen to the more generic LoadMemShift. Submodule src/golang.org/x/text 0000000...4e9ab9e (new submodule) Signed-off-by: Chris Piraino <cpiraino@pivotal.io>
jvshahid
added a commit
that referenced
this pull request
Jun 18, 2018
[finishes #155485548](https://www.pivotaltracker.com/story/show/155485548) Submodule src/code.cloudfoundry.org/diego-ssh 9b3f460a..11745569: > Upgrade jwt-go library. Submodule src/code.cloudfoundry.org/uaa-go-client 0c176509..26b271e3: > Ignore validation error when token used before issued > go back to using submodules from routing-release > Provide correct url > Update README > all tests passing with newer JWT > fixing vet errors > Merge pull request #10 from cloudfoundry-incubator/vendor-deps > Revert "remove incubator" > remove incubator Submodule src/github.com/dgrijalva/jwt-go f62f64ea..06ea1031: > documentation around expected key types > Merge branch 'master' of github.com:dgrijalva/jwt-go > add options to ParseFromRequest > fixed a formatting error in a test > documenting changes for upcoming 3.2.0 release > Merge pull request #152 from pusher/parse-unverified > Merge pull request #219 from geertjanvdk/feat/parse > Merge pull request #205 from zamicol/icon_godoc > Merge pull request #209 from zhyuri/patch-1 > Merge pull request #220 from polarina/readme-alt-include > Notice about upcoming 4.0.0 release > 3.1.0 changelog > Merge pull request #218 from zoofood/patch-1 > updated note on alg type vulnerability > Merge pull request #183 from hnakamur/support_rs256_in_jwt_command > Merge pull request #196 from dgrijalva/dg/cmd_args > Merge pull request #190 from jamesrwhite/patch-1 > Merge pull request #180 from kevinburke/fix-unreachable > Merge pull request #166 from johnlockwood-wf/issue-165-missing-arg > Merge pull request #151 from zaichang/FixMigrationGuide > Merge pull request #146 from pkieltyka/master > Merge pull request #140 from kazhuravlev/patch-1 > Merge pull request #77 from dgrijalva/release_3_0_0 > v2.7.0 > notice about imminent 3.0.0 > Merge pull request #136 from bruston/keyfunc-typo > fixes #135 copy/paste error in rsa decoding tools > Merge pull request #132 from abourget/master > Merge pull request #133 from johnlockwood-wf/expire-delta > release notes > expose inner error within ValidationError > Merge branch 'master' of https://github.com/emanoelxavier/jwt-go-contr into dg/merge_112 > cleaned up style and added tests > Merge branch 'master' of https://github.com/dakom/jwt-go into dg/pr_121 > version history update > Merge pull request #79 from dgrijalva/dg/none > Merge pull request #122 from appleboy/patch-1 > add 1.6 to travis.yml > Merge pull request #107 from Snorlock/bearer-verification > Merge pull request #111 from matm/master > added supported signing methods > Added some clarification and (hopefully) helpful documentation > version history > signature should be populated after parsing a valid token > Merge pull request #98 from dgrijalva/dg/parser > use cleaner version of prefix checking (thanks shurcooL) > fix array OOB panic (#100) > Merge pull request #93 from EnerfisTeam/master > Merge branch 'master' of github.com:dgrijalva/jwt-go > minor refactor of HMAC verify for legibility. no functional changes > updated documenation of SigningMethod interface
winkingturtle-vmw
pushed a commit
that referenced
this pull request
Apr 6, 2023
bump auction auctioneer bbs buildpackapplifecycle bytefmt cacheddownloader cfdot diego-ssh dockerapplifecycle dockerdriver ecrhelper executor fileserver goshims healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts trace-logger vizzini volman workpool garden grootfs guardian idmapper Submodule src/code.cloudfoundry.org/auction f4db6c51a..20b5e4eb0: > Bump to ginkgo/v2 and lager/v3 (#10) Submodule src/code.cloudfoundry.org/auctioneer 7b69d26e0..6757f6637: > Bump to ginkgo/v2 and lager/v3 (#11) Submodule src/code.cloudfoundry.org/bbs 952b49bde..41bd09f9f: > fix for `go vet` failures (#63) > Bump to lager/v3 (remaining) > Bump sqldb/helpers + test helpers to lager v3 (#61) > Bump to ginkgo/v2 Submodule src/code.cloudfoundry.org/buildpackapplifecycle 9bfd77998..b3c0aa499: > Merge pull request #61 from cloudfoundry/with-ginkgo-v2 > Merge pull request #59 from cloudfoundry/develop Submodule src/code.cloudfoundry.org/cacheddownloader 456a733fa..3de1f8d2e: > Bump to ginkgo/v2 and lager/v3 (#23) Submodule src/code.cloudfoundry.org/cfdot f68fa7f78..9c6e1b442: > Bump to ginkgo/v2 and lager/v3 (#6) Submodule src/code.cloudfoundry.org/diego-ssh 0fc4f3a7d..1003fb588: > Bump to ginkgo/v2 and lager/v3 (#47) Submodule src/code.cloudfoundry.org/dockerapplifecycle 163faedf6..36aa90971: > Bump to ginkgo/v2 (#11) > Regenerate test certificates Submodule src/code.cloudfoundry.org/dockerdriver 16e1fe9ba..76bff1bc5: > Bump to ginkgo/v2 and lager/v3 (#3) > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/code.cloudfoundry.org/ecrhelper 9a7c7e5a9..3949c0207: > Bump to ginkgo/v2 (#2) Submodule src/code.cloudfoundry.org/executor 1e5a6f15b..208a08c51: > With ginkgo v2 and lager/v3 (#75) > Ensure we release info lock when marshaling fails > Update garden container logging tags > Fix typo in function name > Fetch all containers for cleanup > Executor releases resources only when a container is successfully deleted Submodule src/code.cloudfoundry.org/fileserver 11af6ea87..f3dfda90a: > Bump to ginkgo/v2 && lager/v3 (#7) Submodule src/code.cloudfoundry.org/goshims bb24d2ef7..cf8c6ba6c: > Bump golang.org/x/net from 0.7.0 to 0.8.0 (#24) > Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 (#23) > Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#22) > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#21) > Revert "Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)" (#20) > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19) > Merge pull request #18 from cloudfoundry/dependabot/add-v2-config-file > Merge pull request #17 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.36.0 > Merge pull request #16 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.35.0 > Merge pull request #15 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.1 > Merge pull request #14 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.0 > Merge pull request #13 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.2 > Merge pull request #12 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.1 > Merge pull request #11 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.32.0 > Merge pull request #10 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.1 > Merge pull request #9 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.0 > Merge pull request #8 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.30.0 > go mod vendor > Merge pull request #7 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.29.1 > 🤖 go mod vendor > go get -u all > Add gitignore file > Convert to go modules > Add SetEnv to the command interface Submodule src/code.cloudfoundry.org/healthcheck d7f787b20..7670cbf97: > Bump to ginkgo/v2 (#9) Submodule src/code.cloudfoundry.org/inigo 18bab030e..3c8b1a8f8: > Bump to ginkgo/v2 & lager/v3 (#25) Submodule src/code.cloudfoundry.org/localdriver 1b0a47b1c..0668dcc60: > Bump to ginkgo/v2 & lager/v3 (#2) Submodule src/code.cloudfoundry.org/locket 76a930295..5e8522d97: > {fake_runner,fake_runner_v2} to be used with (#14) > Add BeforeSuite in the right place > Fix govet errors > Bump to lager v3 > WIP - upgrading to ginkgo v2+ ginkgomon_v2 Submodule src/code.cloudfoundry.org/operationq da3eb228f..4522d0860: > Bump to ginkgo/v2 (#2) > Fix the test for max capacity > Ginkgo v2: don't use Done channels > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/code.cloudfoundry.org/rep be8beeb46..f627e21dd: > Bump to ginkgo/v2 && lager/v3 (#39) Submodule src/code.cloudfoundry.org/route-emitter c907cd8f6..da039b0c1: > Bump to ginkgo/v2 && lager/v3 (#21) Submodule src/code.cloudfoundry.org/routing-api ff096da8d..2bf566855: > Fix ginkgo deprecations with Done channels > Fix ginkgo v2 flag deprecation notices > Bump to lager v3 > Convert to ginkgo v2 + inline the archived trace package > Convert to ginkgo v2 + inline the archived trace package > ignore .test files in the repo > Bump to ginkgo/v2 > Bump to ginkgo/v2 - WIP > Allow uaaclient callers to optionally pass in a protocol via (#30) Submodule src/code.cloudfoundry.org/routing-info 7d023ecb0..c6998d604: > Bump to ginkgo/v2 Submodule src/code.cloudfoundry.org/systemcerts 95ea366d9..5244fcb1b: > refactor: rm use of internal/testenv Submodule src/code.cloudfoundry.org/vizzini a59096109...6474f903a: > fix `go vet` failures > Bump to ginkgo/v2 && lager/v3 < Fix one more test using metric tags Submodule src/code.cloudfoundry.org/volman 4129b3172..76091d503: > Bump to ginkgo/v2 && lager/v3 (#5) Submodule src/code.cloudfoundry.org/workpool e8b9128ee..2e26d5d93: > Bump to ginkgo/v2 (#2) > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/garden d57de807d..8534099e1: > Migrate to lager v3 > Migrate to ginkgo/v2 > Bump lager to latest on master > Revert "bump ginkgo to v2 and lager to v3" > Merge pull request #107 from xtremerui/bump-ginkgo-lager > Bump golang.org/x/net from 0.0.0-20210428140749-89ef3d95e781 to 0.7.0 > Merge pull request #105 from cloudfoundry/unpin-components > Merge pull request #103 from ebroberson/ginkgov2-done-channels Submodule src/grootfs ba02da43d..df476b3ba: > Swtch to channels from pool > Return to pool xfs mounts that don't cause test pollution > Generate 10 mount points for all quota tests > Use unique mount directory for each test > Merge pull request #197 from cloudfoundry/with-ginkgo-v2 > go mod tidy && vendor > Bump lager to latest on master > 🔒 dep > Merge pull request #196 from cloudfoundry/unpin-components > Bump golang.org/x/sys from 0.5.0 to 0.6.0 > go mod tidy > Merge remote-tracking branch 'local/dependabot/go_modules/code.cloudfoundry.org/lager-2.0.0incompatible' into main > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/containers/image/v5-5.24.2' into main > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/docker/docker-23.0.1incompatible' into main > Merge remote-tracking branch 'local/dependabot/go_modules/golang.org/x/sys-0.5.0' into main > Bump github.com/opencontainers/runtime-spec > Merge pull request #191 from cloudfoundry/out-of-disk-error-with-jammy Submodule src/guardian 913b899bc..86f0a7d78: > Set container properties before creating container > Containers() returns all containers when garden.state is all > Merge pull request #364 from cloudfoundry/with-ginkgo-v2 > go mod tidy && vendor > Bump lager to latest on master > use typeurl/v2 > 🔓 dep > go mod tidy and vendor > go mod tidy > go mod tidy > Merge pull request #361 from cloudfoundry/dependabot/go_modules/github.com/cloudfoundry/gosigar-1.3.9 > Merge pull request #363 from cloudfoundry/dependabot/go_modules/github.com/onsi/gomega-1.27.4 > Merge pull request #362 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.7.0 > Merge pull request #345 from cloudfoundry/dependabot/go_modules/github.com/emicklei/go-restful-2.16.0incompatible > Merge pull request #359 from cloudfoundry/unpin-components > Update path to remove unneeded bin dir > Remove runc pin > Add runc to build package > go mod tidy > Merge pull request #355 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.6.19 Submodule src/idmapper a23279655..390987bf5: > Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 > Merge pull request #65 from cloudfoundry/unpin-components > Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 > Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 > Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.3 > Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 > Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 > Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 > Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 > Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 > Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0 > Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 > Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.0 > Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 > Bump github.com/onsi/ginkgo/v2 from 2.1.5 to 2.1.6 > Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.5
winkingturtle-vmw
pushed a commit
that referenced
this pull request
Apr 10, 2023
bump auction auctioneer bbs buildpackapplifecycle bytefmt cacheddownloader cfdot diego-ssh dockerapplifecycle dockerdriver ecrhelper executor fileserver goshims healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts trace-logger vizzini volman workpool garden grootfs guardian idmapper Submodule src/code.cloudfoundry.org/auction f4db6c51a..20b5e4eb0: > Bump to ginkgo/v2 and lager/v3 (#10) Submodule src/code.cloudfoundry.org/auctioneer 7b69d26e0..6757f6637: > Bump to ginkgo/v2 and lager/v3 (#11) Submodule src/code.cloudfoundry.org/bbs 952b49bde..41bd09f9f: > fix for `go vet` failures (#63) > Bump to lager/v3 (remaining) > Bump sqldb/helpers + test helpers to lager v3 (#61) > Bump to ginkgo/v2 Submodule src/code.cloudfoundry.org/buildpackapplifecycle 9bfd77998..b3c0aa499: > Merge pull request #61 from cloudfoundry/with-ginkgo-v2 > Merge pull request #59 from cloudfoundry/develop Submodule src/code.cloudfoundry.org/cacheddownloader 456a733fa..3de1f8d2e: > Bump to ginkgo/v2 and lager/v3 (#23) Submodule src/code.cloudfoundry.org/cfdot f68fa7f78..9c6e1b442: > Bump to ginkgo/v2 and lager/v3 (#6) Submodule src/code.cloudfoundry.org/diego-ssh 0fc4f3a7d..1003fb588: > Bump to ginkgo/v2 and lager/v3 (#47) Submodule src/code.cloudfoundry.org/dockerapplifecycle 163faedf6..36aa90971: > Bump to ginkgo/v2 (#11) > Regenerate test certificates Submodule src/code.cloudfoundry.org/dockerdriver 16e1fe9ba..76bff1bc5: > Bump to ginkgo/v2 and lager/v3 (#3) > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/code.cloudfoundry.org/ecrhelper 9a7c7e5a9..3949c0207: > Bump to ginkgo/v2 (#2) Submodule src/code.cloudfoundry.org/executor 1e5a6f15b..208a08c51: > With ginkgo v2 and lager/v3 (#75) > Ensure we release info lock when marshaling fails > Update garden container logging tags > Fix typo in function name > Fetch all containers for cleanup > Executor releases resources only when a container is successfully deleted Submodule src/code.cloudfoundry.org/fileserver 11af6ea87..f3dfda90a: > Bump to ginkgo/v2 && lager/v3 (#7) Submodule src/code.cloudfoundry.org/goshims bb24d2ef7..cf8c6ba6c: > Bump golang.org/x/net from 0.7.0 to 0.8.0 (#24) > Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 (#23) > Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#22) > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#21) > Revert "Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)" (#20) > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19) > Merge pull request #18 from cloudfoundry/dependabot/add-v2-config-file > Merge pull request #17 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.36.0 > Merge pull request #16 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.35.0 > Merge pull request #15 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.1 > Merge pull request #14 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.0 > Merge pull request #13 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.2 > Merge pull request #12 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.1 > Merge pull request #11 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.32.0 > Merge pull request #10 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.1 > Merge pull request #9 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.0 > Merge pull request #8 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.30.0 > go mod vendor > Merge pull request #7 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.29.1 > 🤖 go mod vendor > go get -u all > Add gitignore file > Convert to go modules > Add SetEnv to the command interface Submodule src/code.cloudfoundry.org/healthcheck d7f787b20..7670cbf97: > Bump to ginkgo/v2 (#9) Submodule src/code.cloudfoundry.org/inigo 18bab030e..3c8b1a8f8: > Bump to ginkgo/v2 & lager/v3 (#25) Submodule src/code.cloudfoundry.org/localdriver 1b0a47b1c..0668dcc60: > Bump to ginkgo/v2 & lager/v3 (#2) Submodule src/code.cloudfoundry.org/locket 76a930295..5e8522d97: > {fake_runner,fake_runner_v2} to be used with (#14) > Add BeforeSuite in the right place > Fix govet errors > Bump to lager v3 > WIP - upgrading to ginkgo v2+ ginkgomon_v2 Submodule src/code.cloudfoundry.org/operationq da3eb228f..4522d0860: > Bump to ginkgo/v2 (#2) > Fix the test for max capacity > Ginkgo v2: don't use Done channels > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/code.cloudfoundry.org/rep be8beeb46..f627e21dd: > Bump to ginkgo/v2 && lager/v3 (#39) Submodule src/code.cloudfoundry.org/route-emitter c907cd8f6..da039b0c1: > Bump to ginkgo/v2 && lager/v3 (#21) Submodule src/code.cloudfoundry.org/routing-api ff096da8d..2bf566855: > Fix ginkgo deprecations with Done channels > Fix ginkgo v2 flag deprecation notices > Bump to lager v3 > Convert to ginkgo v2 + inline the archived trace package > Convert to ginkgo v2 + inline the archived trace package > ignore .test files in the repo > Bump to ginkgo/v2 > Bump to ginkgo/v2 - WIP > Allow uaaclient callers to optionally pass in a protocol via (#30) Submodule src/code.cloudfoundry.org/routing-info 7d023ecb0..c6998d604: > Bump to ginkgo/v2 Submodule src/code.cloudfoundry.org/systemcerts 95ea366d9..5244fcb1b: > refactor: rm use of internal/testenv Submodule src/code.cloudfoundry.org/vizzini a59096109...6474f903a: > fix `go vet` failures > Bump to ginkgo/v2 && lager/v3 < Fix one more test using metric tags Submodule src/code.cloudfoundry.org/volman 4129b3172..76091d503: > Bump to ginkgo/v2 && lager/v3 (#5) Submodule src/code.cloudfoundry.org/workpool e8b9128ee..2e26d5d93: > Bump to ginkgo/v2 (#2) > Update PULL_REQUEST_TEMPLATE.md > content change Submodule src/garden d57de807d..8534099e1: > Migrate to lager v3 > Migrate to ginkgo/v2 > Bump lager to latest on master > Revert "bump ginkgo to v2 and lager to v3" > Merge pull request #107 from xtremerui/bump-ginkgo-lager > Bump golang.org/x/net from 0.0.0-20210428140749-89ef3d95e781 to 0.7.0 > Merge pull request #105 from cloudfoundry/unpin-components > Merge pull request #103 from ebroberson/ginkgov2-done-channels Submodule src/grootfs ba02da43d..df476b3ba: > Swtch to channels from pool > Return to pool xfs mounts that don't cause test pollution > Generate 10 mount points for all quota tests > Use unique mount directory for each test > Merge pull request #197 from cloudfoundry/with-ginkgo-v2 > go mod tidy && vendor > Bump lager to latest on master > 🔒 dep > Merge pull request #196 from cloudfoundry/unpin-components > Bump golang.org/x/sys from 0.5.0 to 0.6.0 > go mod tidy > Merge remote-tracking branch 'local/dependabot/go_modules/code.cloudfoundry.org/lager-2.0.0incompatible' into main > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/containers/image/v5-5.24.2' into main > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/docker/docker-23.0.1incompatible' into main > Merge remote-tracking branch 'local/dependabot/go_modules/golang.org/x/sys-0.5.0' into main > Bump github.com/opencontainers/runtime-spec > Merge pull request #191 from cloudfoundry/out-of-disk-error-with-jammy Submodule src/guardian 913b899bc..86f0a7d78: > Set container properties before creating container > Containers() returns all containers when garden.state is all > Merge pull request #364 from cloudfoundry/with-ginkgo-v2 > go mod tidy && vendor > Bump lager to latest on master > use typeurl/v2 > 🔓 dep > go mod tidy and vendor > go mod tidy > go mod tidy > Merge pull request #361 from cloudfoundry/dependabot/go_modules/github.com/cloudfoundry/gosigar-1.3.9 > Merge pull request #363 from cloudfoundry/dependabot/go_modules/github.com/onsi/gomega-1.27.4 > Merge pull request #362 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.7.0 > Merge pull request #345 from cloudfoundry/dependabot/go_modules/github.com/emicklei/go-restful-2.16.0incompatible > Merge pull request #359 from cloudfoundry/unpin-components > Update path to remove unneeded bin dir > Remove runc pin > Add runc to build package > go mod tidy > Merge pull request #355 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.6.19 Submodule src/idmapper a23279655..390987bf5: > Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 > Merge pull request #65 from cloudfoundry/unpin-components > Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 > Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 > Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.3 > Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 > Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 > Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 > Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 > Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 > Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0 > Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1 > Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.0 > Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 > Bump github.com/onsi/ginkgo/v2 from 2.1.5 to 2.1.6 > Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.5
tas-runtime-bot
added a commit
that referenced
this pull request
Jun 14, 2023
…credhub-cli diego-ssh dockerapplifecycle ecrhelper executor fileserver healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts vizzini volman workpool garden grootfs guardian idmapper Submodule src/code.cloudfoundry.org/auction 46a89db7a..4c03ffcd7: > Add CODEOWNERS file in preparation for branch protection rules (#16) Submodule src/code.cloudfoundry.org/auctioneer be803dc1e..ec7efd6f7: > Add CODEOWNERS file in preparation for branch protection rules (#14) Submodule src/code.cloudfoundry.org/buildpackapplifecycle 717bad3b1..cb243e1d2: > Merge pull request #48 from Infra-Red/staging-error > Merge pull request #62 from geofffranks/main Submodule src/code.cloudfoundry.org/cacheddownloader a005bb235..2caa6ca34: > Add CODEOWNERS file in preparation for branch protection rules (#25) Submodule src/code.cloudfoundry.org/cfdot ef69fb66b..4d194a115: > Add CODEOWNERS file in preparation for branch protection rules (#8) Submodule src/code.cloudfoundry.org/credhub-cli a97b4319d..aa8fc4e79: > Bump go modules Submodule src/code.cloudfoundry.org/diego-ssh 1bdd96ca0..7461829a9: > Add CODEOWNERS file in preparation for branch protection rules (#49) Submodule src/code.cloudfoundry.org/dockerapplifecycle 0e49eedc7..93dcb397b: > Add CODEOWNERS file in preparation for branch protection rules (#12) Submodule src/code.cloudfoundry.org/ecrhelper 3949c0207..56a9cdc53: > Add CODEOWNERS file in preparation for branch protection rules (#3) Submodule src/code.cloudfoundry.org/executor d6dd1132b..2c29c7e2f: > Add CODEOWNERS file in preparation for branch protection rules (#81) Submodule src/code.cloudfoundry.org/fileserver f3dfda90a..ddeb9bd6d: > Add CODEOWNERS file in preparation for branch protection rules (#8) Submodule src/code.cloudfoundry.org/healthcheck ba40fd720..6587beaf1: > Add CODEOWNERS file in preparation for branch protection rules (#10) Submodule src/code.cloudfoundry.org/inigo 8e5bf0cc7..b300679e6: > Add CODEOWNERS file in preparation for branch protection rules (#27) Submodule src/code.cloudfoundry.org/localdriver bfbf40217..6d5a2bf56: > Add CODEOWNERS file in preparation for branch protection rules (#3) Submodule src/code.cloudfoundry.org/locket 6cd541649..08e003863: > Add CODEOWNERS file in preparation for branch protection rules (#15) Submodule src/code.cloudfoundry.org/operationq 4522d0860..b625ea3c1: > Add CODEOWNERS file in preparation for branch protection rules (#3) Submodule src/code.cloudfoundry.org/rep 8550a6340..192ca3a5a: > Add CODEOWNERS file in preparation for branch protection rules (#43) Submodule src/code.cloudfoundry.org/route-emitter b5abb628c..a17e814f0: > Add CODEOWNERS file in preparation for branch protection rules (#25) Submodule src/code.cloudfoundry.org/routing-api 9592985dc..b9e9e0b90: > Add CODEOWNERS file in preparation for branch protection rules Submodule src/code.cloudfoundry.org/routing-info c6998d604..079a27345: > Add CODEOWNERS file in preparation for branch protection rules Submodule src/code.cloudfoundry.org/systemcerts 221d6f2ae..10f68b45f: > Add CODEOWNERS file in preparation for branch protection rules (#2) Submodule src/code.cloudfoundry.org/vizzini 906e23011..5a2ef7822: > Add CODEOWNERS file in preparation for branch protection rules (#6) Submodule src/code.cloudfoundry.org/volman 76091d503..b60663cd4: > Add CODEOWNERS file in preparation for branch protection rules (#6) Submodule src/code.cloudfoundry.org/workpool 2e26d5d93..b93da105e: > Add CODEOWNERS file in preparation for branch protection rules (#3) Submodule src/garden ac53c57dc..2d96d2498: > Bump lager to v3.0.2 > Update go.mod dependencies Submodule src/grootfs 9ea0d4bb9..f8dceb408: > Bump lager to v3.0.2 > Update go.mod dependencies > Merge pull request #217 from geofffranks/main Submodule src/guardian fac28108a..809884ce5: > Bump lager to v3.0.2 > Update go.mod dependencies > Merge pull request #402 from geofffranks/main Submodule src/idmapper a41052025..39b35b84a: > Merge pull request #71 from geofffranks/main
tas-runtime-bot
added a commit
that referenced
this pull request
Mar 12, 2024
Submodule src/code.cloudfoundry.org/cfdot 08525f1b0..ea39a2b33: > Deprecated resource type (#11) > Update cfdot for locket Type deprecation (#10) Submodule src/code.cloudfoundry.org/executor 41fd60625..db9758c01: > Improve error handling on process start (#91) Submodule src/code.cloudfoundry.org/locket e0b7033ef..a90299e1f: > Stop processing the deprecated `Resource.Type` attribute (#19) Submodule src/garden d50f0989a..f6ad2f4e4: > Merge pull request #115 from cloudfoundry/staticcheck Submodule src/grootfs 81eb0f422..cd9d9baeb: > Update go.mod dependencies Submodule src/guardian b89742dc7..7cc295b5e: > Update go.mod dependencies
tas-runtime-bot
added a commit
that referenced
this pull request
Mar 21, 2024
Submodule src/code.cloudfoundry.org/bbs 807890935..9b9671a85: > Ignore more deprecated code warnings, use golang's format for deprecation notices (#93) Submodule src/code.cloudfoundry.org/cfdot 335f8042f..2dcfa120f: > Ignore more deprecated code warnings (#13) Submodule src/code.cloudfoundry.org/executor 9a89d08e6..87a6b8ce0: > Ignore deprecation of CPU.LimitInShares (#95) Submodule src/code.cloudfoundry.org/inigo ee21a38d3..6ee889e4b: > Switch tests to ActualLRPInstance event stream (#32) Submodule src/code.cloudfoundry.org/vizzini 4e1a6d0b3..56193ba22: > Switch tests to ActualLRPInstance event stream (#10) Submodule src/garden 4707b8eb1..47c020468: > Merge pull request #117 from cloudfoundry/cpu-limit-in-shares-deprecation Submodule src/guardian ecc454615..53430baa7: > Merge pull request #433 from cloudfoundry/cpu-limit-in-shares-deprecation
tas-runtime-bot
added a commit
that referenced
this pull request
Oct 4, 2024
…dot credhub-cli diego-ssh dockerapplifecycle ecrhelper executor fileserver healthcheck inigo localdriver locket operationq rep route-emitter vizzini volman workpool garden grootfs guardian idmapper Submodule src/code.cloudfoundry.org/auction aac85acb5..63a0ea22f: > Sync README.md > pull info from readme into individual docs > Catch or explicitly ignore unhandled errors (#19) Submodule src/code.cloudfoundry.org/auctioneer 127aac48f..ad722c358: > Sync README.md > Catch or explicitly ignore unhandled errors (#19) Submodule src/code.cloudfoundry.org/bbs 4b574f98c..d12ace583: > Sync README.md > fix more broken links > fix broken links > add quotes around title > add ordering to doc names > add metadata to the top of the docs > move docs to 'docs' dir instead of 'doc' > fix-broken-links (#105) > Catch or explicitly ignore unhandled errors (#104) Submodule src/code.cloudfoundry.org/buildpackapplifecycle 888a70480..9c4775059: > Sync README.md > Merge pull request #73 from cloudfoundry/fix-g104 Submodule src/code.cloudfoundry.org/cacheddownloader a52cc2a85..fdbfab074: > Sync README.md > Catch or explicitly ignore unhandled errors (#39) Submodule src/code.cloudfoundry.org/cfdot 864c4a661..f66d17a22: > Sync README.md > fix broken link > move info from readme into individual docs Submodule src/code.cloudfoundry.org/credhub-cli 17db04838..18c8d3fad: > Bump go modules Submodule src/code.cloudfoundry.org/diego-ssh 0e1b7b1a4..3efd7e8cd: > Sync README.md > move info from readme into individual ordered docs > Catch or explicitly ignore unhandled errors Submodule src/code.cloudfoundry.org/dockerapplifecycle e83857a30..80b4aa471: > Sync README.md > Catch or explicitly ignore unhandled errors (#22) Submodule src/code.cloudfoundry.org/ecrhelper 463ffec0c..db91b0d71: > Sync README.md Submodule src/code.cloudfoundry.org/executor a3ae0970c..5c6320b58: > Fix executor error handling bug (#108) > Add unit test for cachedDownloader.New > Handle error returned from cacheddownloader.New > Sync README.md > Catch or explicitly ignore unhandled errors (#105) Submodule src/code.cloudfoundry.org/fileserver 3798a9e23..bbfd349d6: > Sync README.md > Catch or explicitly ignore unhandled errors (#11) Submodule src/code.cloudfoundry.org/healthcheck f9213fb87..67668d5a0: > Sync README.md > move info from readme into individual ordered docs > Catch or explicitly ignore unhandled errors (#14) Submodule src/code.cloudfoundry.org/inigo 3d1daff34..0b7dbcf8f: > Catch or explicitly ignore unhandled errors (#35) Submodule src/code.cloudfoundry.org/localdriver cc1bb5a75..578070072: > Remove commented out code (#7) > Sync README.md > move info from readme into individual ordered docs > Catch or explicitly ignore unhandled errors (#6) Submodule src/code.cloudfoundry.org/locket 9ed239545..5e3ea80de: > Sync README.md > fix broken links > add doc about locket client from readme > order docs > add metadata to docs > move docs from dir 'doc' to the standardized 'docs' > fix broken link in doc Submodule src/code.cloudfoundry.org/operationq a959afaf4..bf08b6886: > Sync README.md Submodule src/code.cloudfoundry.org/rep 979b574f3..a916b341e: > Sync README.md > point to diego-release contributor guide for running tests Submodule src/code.cloudfoundry.org/route-emitter 1ed824240..dc53cacf4: > Sync README.md > Catch or explicitly ignore unhandled errors (#46) Submodule src/code.cloudfoundry.org/vizzini 56193ba22..729dacbed: > fix-broken-links (#11) Submodule src/code.cloudfoundry.org/volman d3e7f1554..64579f373: > Sync README.md > Catch or explicitly ignore unhandled errors (#10) Submodule src/code.cloudfoundry.org/workpool b6c2fa5a8..8c0f2d16a: > Sync README.md > move info from readme into individual ordered docs Submodule src/garden 5948a5d99..4740aa5b7: > Update go.mod dependencies > Update go.mod dependencies Submodule src/grootfs fd0597ed7..826163f4e: > Update go.mod dependencies > fix links in readme > fix link to ginkgo repo > fix broken docker docs links > Update go.mod dependencies > Merge pull request #269 from cloudfoundry/g301-followup Submodule src/guardian cd421f913..78950d270: > Merge pull request #453 from cloudfoundry/fix-g104 Submodule src/idmapper 92d3aae90..12677c251: > Update go.mod dependencies > fix link in readme > Update go.mod dependencies
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.
I cloud not override nsyc lifecycle_bundles using spiff. This patch solved the problem.