-
-
Notifications
You must be signed in to change notification settings - Fork 867
Cleanup formatting and add a simple description #2
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
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
Thanks! |
vito
added a commit
that referenced
this pull request
Jul 10, 2014
Cleanup formatting and add a simple description
xoebus
added a commit
that referenced
this pull request
Dec 3, 2014
[finishes #83811642] Submodule src/github.com/concourse/turbine e4eb0c1..6aaf9c7: > Merge pull request #2 from concourse/startup-race
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
vito
added a commit
that referenced
this pull request
Aug 17, 2016
would not be surprised at all if this breaks things, but it's easiest to see by trying bump tail pat cli retryhttp jwt-go go-bindata-assetfs color tcpkeepalive protobuf go-github go-querystring websocket go-multierror tail go-update pty pq go-isatty mapstructure ginkgo remote_syslog2 link term agouti ansicolor ifrit go-interact go-sse gosub crypto net oauth2 pb.v1 yaml.v2 Submodule src/github.com/ActiveState/tail 05d326f..a30252c: > Merge pull request #89 from hpcloud/adds-appveyor-badge > Merge pull request #88 from hpcloud/add-appveyor-for-windows > Merge pull request #85 from hpcloud/update-licensing > Merge pull request #84 from hpcloud/fix-flaky-test > Merge branch 'davidsansome-block-until-exists-relative-path' > fix reader nil pointer > Merge pull request #76 from aristanetworks/upstream > watch: Fix prototype to be more restrictive. > watch: Unsubscribe from fsnotify synchronously. > Merge pull request #81 from hpcloud/fix-race-in-test > Merge pull request #80 from hpcloud/v2-criteria > Merge branch 'tcheneau-typo-fix' > Merge pull request #79 from hpcloud/add-godep > Merge branch 'ando-masaki-master' > Merge branch 'flynn-stop-at-eof' > Merge pull request #72 from miraclesu/fix/watch_create > Update README.md > Merge branch 'ajacoutot-openbsd' > Merge pull request #66 from ober/master > Merge branch '42wim-namedpipe' > Merge pull request #58 from aristanetworks/upstream > Merge pull request #63 from ekini/master Submodule src/github.com/bmizerany/pat b8a3500..c068ca2: > Refresh contributors list > Style tweaks for PATCH code > Merge remote-tracking branch 'nesv/http-patch' > Handle slash redirects with variable substitution > Don't store duplicate patterns > Tweak and test for NotFound handler > allow registering custom not found handler > Merge pull request #39 from tcyrus/patch-1 > Test cleanup Submodule src/github.com/codegangsta/cli aba9469..168c954: > Ensure that EnvVar struct field exists before interrogating it > Merge pull request #502 from urfave/fix-is-set-for-env > Note TOML support in README and CHANGELOG > Merge pull request #491 from ykanda/toml-support > Merge pull request #500 from npcode/readme-remove-v > Merge pull request #497 from urfave/error-behavior-changelog-mention > Merge pull request #496 from urfave/write-non-nil-error-message-exit-nonzero > Merge pull request #494 from urfave/bump-tested-versions > Merge pull request #492 from urfave/goimports-iff-available > Merge pull request #485 from urfave/switch-to-gfmrun > Merge pull request #482 from urfave/runtests-gen-all > Merge pull request #481 from urfave/fix-subcommand-help-flag > Merge pull request #466 from urfave/flag-context-gen > Merge pull request #479 from urfave/drop-go1.1.2-testing > Merge pull request #480 from TimeIncOSS/f-metadata > Release v1.18.0 > Add missing fixes to `CHANGELOG.md` > Merge pull request #463 from urfave/help-command-categorization > Merge pull request #462 from urfave/license-update > Merge pull request #460 from urfave/v2-volatility-clarification > Merge pull request #457 from urfave/readme-toc > Merge pull request #456 from urfave/uint-flags > Merge pull request #455 from urfave/bfreis-master > Merge pull request #452 from urfave/handle-action-undiaper > Merge pull request #450 from urfave/flag-value-changelog-mention > Merge pull request #448 from urfave/merging-joshuarubin-master > Merge pull request #446 from jamescun/master > Merge pull request #445 from tianon/spaces-changelog > Merge pull request #444 from urfave/more-v1-examples > Merge pull request #441 from tianon/spaces-for-alignment > Merge pull request #442 from urfave/appveyor-badge > Merge pull request #440 from urfave/more-v1-examples > Merge pull request #437 from urfave/formarlly > Merge pull request #434 from urfave/update-gfmxr-ref > Merge pull request #429 from urfave/travis-osx > Merge pull request #425 from urfave/appveyor-badge > Merge pull request #422 from urfave/update-references-to-codegangsta > Merge pull request #417 from codegangsta/trim-go1.1-support > TRIVIAL removal of extra "current" > Merge pull request #411 from codegangsta/v2-docs > Merge pull request #404 from codegangsta/runtests-argparse > Updating coverage badges > Merge pull request #407 from codegangsta/coverage-breakout > Merge pull request #406 from codegangsta/command-alias-help > Merge pull request #403 from codegangsta/changelog-tweak > Merge pull request #400 from codegangsta/coverage > Merge pull request #402 from codegangsta/v1.17.0-prep > Merge pull request #401 from mattfarina/cleanup > Merge pull request #399 from codegangsta/exit-nonzero-for-unknown-subcommand > Merge pull request #397 from codegangsta/add-global-boolt > Added Hidden command support to CHANGELOG > Merge pull request #386 from codegangsta/psmit-hidden_command > Merge pull request #393 from mattfarina/io-Writer > Merge pull request #394 from mattfarina/travis-update > Merge pull request #395 from mattfarina/goreportcard > Merge pull request #390 from codegangsta/readme-example-touchup > Merge pull request #381 from codegangsta/pluggable-flag-printer > TRIVIAL the letter "a" > Merge pull request #380 from codegangsta/readme-cli-refs > Merge pull request #379 from codegangsta/v1.16.0-prep > Merge pull request #378 from codegangsta/exit-error-bug-376 > Merge pull request #374 from codegangsta/kytrinyx-action-err > Merge pull request #373 from codegangsta/doc-custom-help > Merge pull request #372 from codegangsta/deprecation-cleanups > Merge pull request #371 from codegangsta/harshavardhana-hidden-flags > Merge pull request #369 from codegangsta/v1.15.0-prep > Merge pull request #368 from codegangsta/yaml-nested-changelog > Merge pull request #365 from roboll/nested-flags > Merge pull request #367 from codegangsta/bryanl-bryanl-set-context-values > Merge pull request #366 from codegangsta/metadata-note > Merge pull request #339 from jack230230/master > Merge pull request #361 from codegangsta/txgruppi-develop > Merge pull request #364 from codegangsta/assert-before-command-after-ordering > Merge pull request #363 from codegangsta/global-float64 > Update changelog with placeholder support > Merge pull request #357 from kevin-cantwell/parse-usage-placeholders > Merge pull request #360 from codegangsta/keep-a-changelog > Merge pull request #349 from Felamande/master > Merge pull request #346 from codegangsta/category_sort_2 > Merge pull request #343 from TimeIncOSS/f-hide-version > Merge pull request #342 from korzonek/master > Fix yaml file loader > Drop support for Go 1.0.3 > Merge pull request #306 from ChrisPRobinson/inputfilesupport > Merge pull request #336 from muraty/master > Merge pull request #334 from djui/patch-1 > Merge pull request #332 from adamclerk/fix/spellingErrors > Merge pull request #331 from blaubaer/windows-ci > Merge pull request #289 from KSubedi/master > Merge pull request #321 from blaubaer/master > Merge pull request #322 from blaubaer/custom-error-handling > Merge pull request #329 from leonardyp/master > Merge pull request #323 from hpcloud/master > Merge pull request #326 from tcyrus/patch-1 > Merge pull request #315 from blaubaer/master > Merge pull request #320 from technosophos/master > Merge pull request #311 from Jille/exportFlagNames > Merge pull request #312 from ysh7/master > Merge pull request #309 from dedalusj/check-completion-order > Merge pull request #304 from osocurioso/silence-tests > Merge pull request #283 from codegangsta/really-skip-flag-parsing > Merge pull request #298 from codegangsta/use-correct-example-naming > Merge pull request #295 from rosenhouse/update-travis-versions > Merge pull request #297 from ston1th/master > Merge pull request #292 from Jille/remove-unused-var > Merge pull request #284 from rbjorklin/readme-update > Merge pull request #286 from mktmpio/dedup-help-and-version Submodule src/github.com/concourse/retryhttp 3248b7b..c1bda69: > Merge pull request #2 from gkaur94/master Submodule src/github.com/dgrijalva/jwt-go f62f64e..63734ea: > 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 Submodule src/github.com/elazarl/go-bindata-assetfs 8731e8b..e1a2a7e: > Merge pull request #42 from imakewebthings/remove_extra_os_import > Merge pull request #40 from hheld/master > Merge pull request #29 from vCabbage/patch-1 Submodule src/github.com/fatih/color 76d4231..87d4004: > Merge pull request #30 from fatih/remove-vendor > Add tip to travis > Merge pull request #27 from fatih/improvements > Merge pull request #26 from harshavardhana/depend > Merge pull request #25 from mattn/color256 > Merge pull request #24 from klaidliadon/master Submodule src/github.com/felixge/tcpkeepalive c7641b5..5bb0b2d: > Merge pull request #5 from jdeppe-pivotal/master Submodule src/github.com/golang/protobuf deb4a5e..7390af9: > Fix comment for Buffer.index field > Update Go tests for C++ JSON name change > README: add compatibility section > proto: Prevent Any protos from being deserialized multiple times. > protoc-gen-go: Make proto3 scalar repeated fields packed by default (per the proto3 spec). > proto: don't panic when calling ExtensionDescs on an uninitialized message. > regenerate .pb.go > proto: check for required fields when unmarshalling groups > jsonpb: sort numeric proto keys in numeric order > fix compiler golden test > jsonpb: add option to ignore unknown fields in a message > proto: regenerate proto3.pb.go from .proto file > net/proto2/go: add GetAllExtensionDescs returns a []*ExtensionDesc > proto: import change from Google. > protoc-gen-go/grpc: pass file descriptor for service as Metadata > proto: s/Printf/Print/ where there's no format verb > ptypes: regen and remove transforms from regen.sh > protoc-gen-go: export the generated variable name of the FileDescriptor bytes > Make proto.RegisterFile public for gRPC > Fix marshalAny's handling of indentation. > Add missing error check in jsonpb's marshal implementation. > net/proto2/go: make a slight change to how we handle []byte fields > proto: allow text proto map keys to be omitted or order swapped > proto: fix equality to work with V1 generated format > net/proto2: remove <message>.ExtensionMap() from generated messages > proto: return error from Marshal if a message encodes to > 2GiB > proto: clean up proto API for extensions > Use grpcPkg for a bit of code gen that overlooked it. > jsonpb: Marshal Any according to the spec. > Correctly set OrigName for oneof fields. > Update the grpc plugin to support the grpc-go interceptor implementation. > jsonpb: Fix handling of repeated enums. > Improve error message when text unmarshaling a nested message with a required field. > Use reflection-driven field accesses under GopherJS. > Add specific error for oneof with nil element. > Add Any helper funcs to the ptypes package. > Expose the gRPC code generation plugin. > jsonpb: Accept both camelCase and orig_name as field names for oneof fields. > Add support for decoding a stream of JSON objects. > Switch use of strings.LastIndexByte to strings.LastIndex. > A few small bits of style modernisation, such as using append where it makes the code shorter and more natural. > Generate the new go_package options for the WKTs. > Add compatibility markers to grpc generated code. > Use the zero value when decoding a map element that is missing its key or value. > Implement new semantics for `option go_package`. > Support for google.protobuf.Any expansion in text marshaling and unmarshaling. > jsonpb: Handle Struct and NullValue WKTs. > Generate Descriptor method for groups. > Generate a XXX_WellKnownType method for NullValue. > jsonpb: Format and parse the WKTs in wrappers.proto. > Add remaining Go-supported WKTs to the list of types to generate XXX_WellKnownType for. > Generate XXX_WellKnownType method for recognised well-known types. > Add Timestamp helper funcs to the ptypes package. > Rearrange the well-known types package layout and API: > Add initial well-known types support package. > Configurable TextMarshaler for protos. > Add more well-known types: Struct, Timestamp and Wrappers. > Add well-known types. > Switch jsonpb.Marshaler to use camelCase by default. > Add support for plumbing json_name from protoc through to proto.Properties. > Extend the text format parser to allow concatenation of string literals in single quotes. > jsonpb: Don't emit zero value proto3 fields by default. > Adding repeated field data population example > Clarify jsonpb package docs. > Add compatibility markers to proto generated code. > Fix proto.Equal handling of proto3 bytes fields. > Update docs to mention the proto3 API differences. > Add some more Markdown annotations. > By popular demand, rename README to README.md and make Markdown consistent. > Generate sizer functions for oneofs. > Regenerate protos. > Fix unmarshaling code to properly handle multiple instances of the same extension appearing in the wire format. Prior to this change, multiple custom options would result in all but the first being discarded when processed using the proto.GetExtension() facilities. > Document parameters in README > Generate correct service name for gRPC services without a package name. > Remove a test that has outlived its usefulness. > Add compressed file descriptor code generation. > Unexport proto.MessageSet, and remove a bunch of its support. > Expand proto.RegisterType mapping to record both directions (name <-> reflect.Type), and add two functions to access the mapping. > Merge pull request #91 from tswast/plain > Always import non-weak imported proto packages. > Register all proto message types with a centralised registry. > jsonpb: Implementing marshaling of proto2 extensions. > Another minor performance improvement to the code generator. > Regenerate descriptor.pb.go to pick up FileDescriptorProto.json_name. > Various optimisations to protoc-gen-go. > Don't sort map keys when encoding a map field in wire format. > Forward oneof marshal/unmarshal funcs through public imports. > jsonpb: Remove Marshaler.EnumsAsString. > jsonpb: Disable Marshaler.EnumsAsString; it is now the default. > jsonpb: Introduce Marshaler.EnumsAsInts. > Fix jsonpb parsing of enums as names for proto3. Submodule src/github.com/google/go-github 9420d0f..b969816: > Adding missing field to search results > Add some missing fields > add Juan Basso as author > Fixed typo and removed unused vars > Fixing some lint issues > Set Content-Type to "application/json" for request bodies > add Huy Tr as author > Add Request a Page Build API > Fix Mark{,Repository}NotificationsRead methods. > Don't use Header.Add where Header.Set is sufficient. > Stop using custom media type for Multiple Assignees. > remove CONTRIBUTORS file > Put sync.Mutex on top of variables it protects. > Sync doc.go and README.md > add Carlos Alexandro Becker as contributor > Add missing ID fields to PullRequest and Issue structs > add unit tests for #342 - CreateImpersonation and DeleteImpersonation > add (AuthorizationsService) CreateImpersonation/DeleteImpersonation > add missing license headers in a few files > add Yannick Utard as contributor > Add ReadOnly boolean field to deploy keys > Avoid unnecessary FooService allocations > add support for OAuth Grant Authorizations API > add Beshr Kayali as contributor > add support for list commits endpoint > Add support for affiliation and visibility in RepositoryListOptions. > Remove issue locking/unlocking preview media type. > better support both Events API and Webhook events in PushEventCommit > make integration tests pass even if already watching this repo > add support for new repository invitations > replace []Issue with []*Issue and for other large structs as well > Remove leading slash from ReactionsService.DeleteReaction URL. > remove unnecessary newlines > add support for Issue Timeline API > move examples to github_test package in examples_test.go > document 'since' pagination for Users.ListAll > add support for multiple issue assignees > add utilities for processing payload messages > add Message field for "custom" errors > add support for git signing API methods > add Ainsley Chong as contributor > Added integration tests for Repositories.List. > add Garrett Squire as contributor > Add squashing capability to the pull request merge function. > remove org permission content type > Add missing ListOptions to various structs > Update Reactions API (preview) for breaking change. > add Joe Tsai as contributor > fix unit tests for go1.7 release > add support for Reactions API > Add support for the Source Import API > add more payloads to event.Payload > Simplify Bool, Int, String helpers. > Fix Int helper documentation. > Deprecate Client.Rate() method in favor of Response.Rate. > Predict *RateLimitError, return immediately without network call. > Keep track of all rate limits in client. > Fix formatting directive issues in tests. > tests/integration: Turn into valid, empty Go package. > Travis: Run gofmt -s, go vet, go test -race, add Go 1.6. > Improve test error message. > add Chris Roche as contributor > Correctly handle API errors when downloading Release Assets > add support for new webhook changes > change custom accept header for support of commit reference SHA-1 API > add Glenn Lewis as contributor > add Hanno Hecker as contributor > Add "assignee" field > add Andrew Ryabchun as contributor > Add support for Activities.ListStargazers response with timestamp. > Add UsersService.GetByID method. > Add RepositoriesService.GetByID method. > Clarify use of RepositoryContent encoded content > add support for Deployment and DeploymentStatus API enhancements > add RepoContent.GetContent to replace Decode > add Neil O'Toole as contributor > Add integrations tests for Authorizations API > Update AuthorizationsService > Support OAuth Authrization API. > clarify that CC-BY license only covers docs in source code > move example inline where possible > limit draining up to 512 bytes from response.Body > add Georgy Buranov as contributor > check options for nil > add Filippo Valsorda as contributor > Drain Response.Body to enable TCP/TLS connection reuse (4x speedup) > add support for new list all orgs method > Add support for Feeds API > Add support for Migrations API > change DownloadReleaseAsset API to additionally return a redirectURL > Add support for 451 status code > Block running integration tests by default > Fixes path escaping for Repositories.GetContents > add Isao Jonas as contributor > add additional fields to Milestone struct > go-github: add support for commit reference SHA-1 method > go-github: add support for getting content of a repository's license > go-github: fix PageBuildEvent unmarshaling > add Luke Evers as contributor > Add InReplyTo to PullRequestComment struct > go-github: add useful fields to Webhooks > go-github: add Event types for Webhooks > CONTRIBUTING: remove paragraph that was rewritten > update CONTRIBUTING file > add David Deng (Googler) as contributor > Do URL path escape composing the URL for GetContents > add Luke Roberts as contributor > add preview header to list branches request > go-github: move event types into event_types.go > go-github: add support for issue locking / unlocking > add Pierre Carrier as contributor > issues: add Repository > Document specific errors returned by CheckResponse. > Add RateLimitError type, detect and return it when appropriate. > Minor Rate, RateLimits documentation fixes. > add StatusUnprocessableEntity constant > new repo struct for push events > gofmt -s > add saisi as contributor > Fixed a couple of typos in comments > RepositoryContentFileOptions: specify .Content as unencoded Fixes #263. > add Julien Rostand as contributor > Add Sender to WebHookPayload. Resolves #267. > add John Engelman as contributor > Add the Description field for organization teams. > fix spelling in comment > add griffin_stewie as contributor > Add "SuspendedAt" field to User struct. > update to 2048 bit key for user integration test > update required go version to 1.4 > Edit branch protection > add Björn Häuser as contributor > Add initial support for protected branches > bump minimum tested version to go 1.4 > add support for HTTP Basic Authentication > fix typo > add sona-tar as contributor > Add ListOptions to ListWatched > add Eric Paris (Red Hat, Inc.) as contributor > Fix default comment for Direction in issue lists > ignore EOF error when json decoding empty response > add Brad Harris as contributor > adding URL property to Hook struct > Fix data race surrounding Client.Rate. > github: Document all possible values for IssueList{,ByRepo}Options.State. > add Russ Cox as contributor > github: document and add support for all IssueEvent types > Add support for 'renamed' issue events. > use PUT verb when setting org membership > add Maxime Bury as contributor > Adding DownloadReleaseAsset Submodule src/github.com/google/go-querystring 547ef5a..9235644: > New array handling options (semicolon, numbered) > Now checking if a field is not anonymous before skipping it when walking over values in an struct, to make sure that we don't skip validly accessible (exported) embedded values in an unexported field. > Updating tests for the expected behavior > Fix invalid call to value method with nil pointer Submodule src/github.com/gorilla/websocket 5c91b59..a69d25b: > Merge pull request #152 from sambooo/patch-1 > Improve chat example > Merge pull request #150 from RHavar/patch-1 > Add description to the chat example readme > Add hooks to support RFC 7692 (per-message compression extension) > Implement RFC 6455, section 4.4 > Coalesce outbound messages in chat example > Merge pull request #136 from reeze/add-handler-getter > Add Sec-WebSocket-Extensions header parser > Reduce memory allocations in NextReader, NextWriter > Revert "Reduce memory allocations in NextReader, NextWriter" > Merge branch 'varnames' > Reduce memory allocations in NextReader, NextWriter > Cleanup js in chat example > Handle invalid close frames > Test truncated frames at all positions > Fix Read() to return errUnexpectedEOF when EOF is received before all bytes in the frame have been read > Drop Go 1.3 from supported configurations > Do not shallow copy crypto/tls.Config > .travis.yml go vet fix. > Fix filewatch example > Document that default ping handler can block > Add IsWebSocketUpgrade > Remove Go 1.1 from Travis config > Run 'go vet' instead of 'go tool vet' in Travis > Merge pull request #113 from elithrar/patch-1 > Fix go vet warning Submodule src/github.com/hashicorp/go-multierror d30f099..8c5f0ad: > Add deps script > Add travis stuff Submodule src/github.com/hpcloud/tail 05d326f..a30252c: > Merge pull request #89 from hpcloud/adds-appveyor-badge > Merge pull request #88 from hpcloud/add-appveyor-for-windows > Merge pull request #85 from hpcloud/update-licensing > Merge pull request #84 from hpcloud/fix-flaky-test > Merge branch 'davidsansome-block-until-exists-relative-path' > fix reader nil pointer > Merge pull request #76 from aristanetworks/upstream > watch: Fix prototype to be more restrictive. > watch: Unsubscribe from fsnotify synchronously. > Merge pull request #81 from hpcloud/fix-race-in-test > Merge pull request #80 from hpcloud/v2-criteria > Merge branch 'tcheneau-typo-fix' > Merge pull request #79 from hpcloud/add-godep > Merge branch 'ando-masaki-master' > Merge branch 'flynn-stop-at-eof' > Merge pull request #72 from miraclesu/fix/watch_create > Update README.md > Merge branch 'ajacoutot-openbsd' > Merge pull request #66 from ober/master > Merge branch '42wim-namedpipe' > Merge pull request #58 from aristanetworks/upstream > Merge pull request #63 from ekini/master Submodule src/github.com/inconshreveable/go-update 8455de1..8152e7e: > Fix nondeterministic failure caused by parallel tests. Submodule src/github.com/kr/pty f7ee69f..ce7fa45: > Merge pull request #44 from cmarcelo/pr/dragonfly-gofmt > Merge pull request #36 from keybase/master > Merge pull request #41 from mneumann/fix_dragonfly Submodule src/github.com/lib/pq ffe986a..80f8150: > Add support for array Scanners and Valuers > Dont assume . to be in PATH > Skip pgpass tests if not running under Travis > Re-format an awfully long line > Fix typo > Update README to reflect my current GitHub handle > Merge remote-tracking branch 'origin/pr/469' > encode: `decode` T_text into a string > Export FormatTimestamp for emitting the postgres timestamp format > sslmode=require compliance when root cert provided > Merge pull request #468 from cbandy/travis-ci > Use goimports instead of gofmt > Fail Travis if code is not gofmted correctly > Run go fmt > Merge branch 'add-go-vet-to-travis' > Move from /var/run/postgresql to /run/postgresql in examples > Merge remote-tracking branch 'origin/pr/461' > Support arbitrary network dialers in listeners > Merge pull request #458 from vsukhin/master > Expose ParseTimestamp for parsing the postgres timestamp format > Drop antediluvian Postgres and Go versions > Add 1.6 to travis for testing > fix typo > Remove unnecessary allocation > Use `net.{Join,Split}HostPort` for proper ipv6 handling > whitespace (gofmt) > fix build on go1.6 > whitespace (gofmt) > Add verify-ca to error message in conn > TestCopyRespLoopConnectionError: Always ignore errors on stmt.Close() > Fix intermittent test failure in TestCopyRespLoopConnectionError > Fix intermittent test failure in TestCopyRespLoopConnectionError > Merge pull request #418 from lib/9.5 > Document pgpass support > Add Fazal Majid to contributors > added unit-tests for pgpass > proper handling of the "localhost" special case in .pgpass (it also matches the empty string and UNIX sockets) https://github.com/lib/pq/issues/75 > better .pgpass parser (escaped colons) derived from https://github.com/tg/pgpass https://github.com/lib/pq/issues/75 > implemented .pgpass support in lib/pq, see: https://github.com/lib/pq/issues/75 > Also test prepared queries in TestEmptyResultSetColumns > Fix empty query `Columns()` handling > Make copyin.Close() idempotent Submodule src/github.com/mattn/go-isatty 7fcbc72..66b8e73: > Merge pull request #10 from stuartnelson3/patch-1 > Merge pull request #5 from CaptainCodeman/appengine > add example > Merge pull request #4 from fazalmajid/Solaris Submodule src/github.com/mitchellh/mapstructure 281073e..ca63d7c: > Merge pull request #51 from jefferai/master > returning untyped nil from decode hook will assign properly to interface > Merge pull request #44 from grrtrr/master > Merge pull request #45 from mitchellh/f-map-slice Submodule src/github.com/onsi/ginkgo 74c678d..120efcf: > Redo flags again, add a bunch of pass-throughs. (#282) > Spelling fix (#283) > Covermode flag (and reworked pass-through flags passing) (#281) Submodule src/github.com/papertrail/remote_syslog2 d121b66..523d577: > Merge pull request #160 from papertrail/add-armhf > Merge pull request #163 from papertrail/clarify-config-example > Merge pull request #159 from papertrail/update-help > Merge pull request #149 from papertrail/systemd-dependency > Merge pull request #152 from papertrail/update-comments > Merge pull request #144 from papertrail/018-fsnotify-tail-additions > Merge pull request #138 from papertrail/use-beanstalk-env-and-instanceid > Merge pull request #143 from papertrail/close-connection-on-error > Merge pull request #137 from papertrail/logging-directory-recreation > Merge pull request #134 from papertrail/update-usage > Merge pull request #125 from papertrail/version-flag > Merge pull request #124 from papertrail/documenting-pr-51 > v0.17 > Merge pull request #51 from siavashs/application > Merge pull request #123 from papertrail/document-debug-logging > Update README.md > Merge pull request #68 from dhoeric/master > Merge pull request #116 from mlafeldt/gofmt > Update remote_syslog.ebextensions.config > Merge pull request #105 from u2mejc/u2mejc-ebextensions > Merge pull request #121 from papertrail/tcp-limit > Updated binary name to match #122 > Merge pull request #117 from mlafeldt/gitignore > Merge pull request #122 from papertrail/build-binary > Merge pull request #90 from bhechinger/status_codes > Merge pull request #115 from papertrail/v0.16 > Merge pull request #114 from papertrail/new_cert > Merge pull request #107 from papertrail/v0.15 > Merge pull request #104 from papertrail/clarify-log-help-text > Merge pull request #97 from papertrail/connection-timeout > Merge pull request #98 from papertrail/write-deadline > Merge pull request #103 from papertrail/continue-on-connection-error > Merge pull request #100 from papertrail/generate-stracetraces > Merge pull request #101 from papertrail/explicitly-enable-cgo > Merge pull request #92 from papertrail/troubleshooting Submodule src/github.com/peterhellberg/link 1082c67..d1cebc7: > Run the tests against 1.6 and 1.5.3 > Updated copyright year [skip ci] > Changed rfc5988 to RFC 5988, rfc5987 to RFC 5987 Submodule src/github.com/pkg/term d7ef5fb..b1f72af: > Merge pull request #19 from jdeppe-pivotal/master > Merge pull request #18 from dumbbell/fix-freebsd-support > convert from wercker to travis > Merge pull request #17 from stuartrpearlman/tcflush-fix > Merge pull request #16 from aitjcize/master > Merge pull request #14 from liamstask/hw-flow-ctrl > Merge pull request #13 from liamstask/read-timeout Submodule src/github.com/sclevine/agouti ce62464..e5378e7: > remove un-used tests > fix failing tests > Merge remote-tracking branch 'origin/master' > rework TouchAction to make it "Repository" aware, and mimic the new Agouti API. > Merge remote-tracking branch 'sclevine/master' > Merge remote-tracking branch 'sclevine/master' > Merge remote-tracking branch 'origin/feature/appium-replace-value' > Merge pull request #2 from abourget/feature/appium-reset-app > Merge pull request #1 from abourget/allByID > TouchAction tests pass. > Fix the touchaction code. Suite still failing.. > Most test suites restored. Appium in progress. > Appium WIP > First draft at implementing the TouchAction methods and chaining. > Added debug output when command fails to start. > Add more selectors, both to Agouti and Appium. Those compatible with standard WebDriver are in agouti, but they are used more in Appium (like FindByID), since it corresponds to the resource ID. > Appium: Implemented All(), with MultiSelection > Appium: Added meat around selection on appium.Device and appium.Selection > TouchAction test updated, shows chaining in action. > Fix tests and decouple from *mobile.Session. > Moved TouchAction. Drafted first tests. > Selectors ready to go + AgoutiOptions + comments > Possible solution to unexported selector issues > Refactor target package to have a single selectors#Append method > RFC: Debug flag as options > Added "AppendClass", and selectors for class-based selection. Appium uses classes to select component types. > Drafting TouchAction > Appium: First version to compile. > A few design ideas for abourget - nothing functional Submodule src/github.com/shiena/ansicolor d445752..a422bbe: > Merge pull request #9 from techtonik/patch-1 Submodule src/github.com/tedsuo/ifrit 3a41de6..6711154: > Merge pull request #16 from cwlbraa/master > Merge pull request #15 from jvshahid/fix-early-interrupt-in-ordered-group > Merge pull request #13 from lwoydziak/master > Merge pull request #12 from lwoydziak/master > Merge pull request #11 from cf-routing/handle-multiple-signals > Invoke ffs Submodule src/github.com/vito/go-interact 0eb3903..965b78f: > add MIT license Submodule src/github.com/vito/go-sse bfb56c5..fd69d27: > Merge pull request #3 from cf-routing/max_retries Submodule src/github.com/vito/gosub 2aa7c2b..84ac9df: > Merge pull request #6 from concourse/master > Merge pull request #5 from rosenhouse/actionfunc Submodule src/golang.org/x/crypto c8b9e63..a8a4eed: > acme/autocert: improve test speed on 386 > acme: improve http-01 challenge API > acme/autocert: new high-level package for automatic cert management > nacl/secretbox: add Seal, Open example > acme: context-aware Client methods > acme: build up full chain certs when requested > acme: format Client and errors > acme: preserve account URI on get and update > acme: improve TLSSNI{01,02}ChallengeCert methods > acme: simplify TLS-SNI challenge cert > acme: support for ECDSA keys > acme: TLS-SNI challenges implementation > acme: specify which version exactly is implemented > ssh: clarify error type if a SendRequest goes unanswered > x/crypto/ssh/terminal: have MakeRaw mirror cfmakeraw. > ssh: disable known-flaky test from the Go build dashboard > x/crypto/ssh: add ed25519 certs to supportedHostKeyAlgos > acme: prompt for terms agreement > ocsp: fix default value of Version in ResponseData > x/crypto/ssh/agent: ecdsa key/cert typo > acme: default values and discovery > x/crypto/ssh: handle missing exit status more gracefully. > x/crypto: fix typos > x/crypto/ssh: use BigEndian.Uint32 for decoding exit status. > x/crypto/ssh: Add support for retryable authentication > agent: add agent server support for ed25519 keys. > crypto/ssh: minor comment change (trivial) > go.crypto/blowfish: fix typo in docstring in cipher.go > x/crypto/ssh: set constraints when adding certs to the agent > ssh: allow adding ed25519 keys to the agent > x/crypto/ssh: return msgNewKeys for a short-circuited first kex. > x/crypto/ssh: add 3des-cbc as a non-default cipher > x/crypto/ssh: add support for ed25519 keys > x/crypto/ssh: hide msgNewKeys in the transport layer. > ssh: fix compatibility with recent OpenSSH > acme: format test data > x/crypto/openpgp/s2k: fix misleading function comment > x/crypto/ssh: also log data packets when debugHandshake is set > x/crypto/ssh: fix subsequent key exchanges. > x/crypto/ed25519: add package. > x/crypto/ssh: support more keytypes in the agent. > x/crypto/ssh: if debugMux is set, also log global messages. > x/crypto/ssh: remove misleading comment, add example > sha3: revert alignment optimization on ppc64 > x/crypto/ssh/agent: Support v1 remove all message > x/crypto/ssh: omit empty fields in error message > x/crypto/ssh: debug support for msgUserAuthSuccess and msgChannelData > acme: initial import of ACME implementation > x/crypto/ssh: make sure the initial key exchange happens once. > x/crypto/ssh/terminal: ensure windows MakeRaw returns previous state > x/crypto/ssh/terminal: create stubs for plan9 methods > openpgp: Allow V3 signatures in messages > x/crypto/ssh: interpret disconnect message as error in the transport layer. > x/crypto/ssh: Add timeout for dialing > golang/x/crypto/sha3: use better alignment > openpgp: ECDSA key and signature support > x/crypto/ocsp: correct OID for DSA-with-SHA-256. > openpgp/clearsign: Handle truncated messages > x/crypto/ssh/agent: add a client example and tweak package doc. > x/crypto/ocsp: return errors to reflect OCSP errors. > x/crypto/ssh: add function to parse known_hosts files. > x/crypto/openpgp: add ElGamal support when writing GPG keys. > x/crypto/ssh: allow a custom Config to specify CBC mode. > x/crypto/pkcs12: fix typo in struct tag > ocsp: add support for OCSP response extensions > x/crypto/ssh/agent: Fix keyring removing the wrong key(s) > x/crypto/ssh: run go fmt > x/crypto/otr: reformat the libotr test harness with clang-format. > x/crypto/otr: update libotr test code for version 4. > x/crypto/otr: make errors fatal. > x/crypto/otr: clear key slots when handshaking. > crypto/ssh: fix typo in error string. > x/crypto/openpgp/packet: fix message for errors resulting from an unknown cipher. > otr: smpFailureError processing tlvTypeSMP3 prevents sending tlvTypeSMP4 > x/crypto/pkcs12: deal with short byte array in PBKDF Submodule src/golang.org/x/net cd8c270..07b5174: > 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. > ipv6: remove unnecessary sysSockoptLen type > ipv4: remove unnecessary sysSockoptLen type > http2: fix truncated comment > bpf: correct spelling of marshaling in package doc. > bpf: add package documentation describing the BPF virtual machine. > bpf: simplify disasm state machine. > bpf: new package to assemble and disassemble Berkeley Packet Filter programs. > http2: revert part of e7da8eda to fix data race it introduced > http2: make Transport handle HEAD responses with DATA frames > http2: don't make garbage when sorting things > http2: remove method value allocation per read frame > http2: reduce alloc-heavy init > context: Uniformly pass cancelCtx by pointer. > trace: make AuthRequest robust to multiple RemoteAddr formats > http2: reduce garbage in Server on requests with bodies > websocket: Be explicit about goroutine safety > http2: gofmt -w -s > context/ctxhttp: fix data race in tests > publicsuffix: Make gen.go faster. > publicsuffix: update table to latest list from publicsuffix.org. > http2: add Framer.ErrorDetail method > http2: don't override user's Transport.TLSConfig.ServerName > http2/h2i: Handle invalid usage more idiomatically. > internal/iana: update protocol numbers > http2: move merging of HEADERS and CONTINUATION into Framer > ipv6: fix potential misaligned memory access > ipv4: fix potential misaligned memory access > icmp: fix potential misaligned memory access > http2: fix crash in Transport on double Read of invalid gzip Response.Body > publicsuffix: add some commentary on using "go run gen.go". > http2: fix a nit > http2: don't send Connection-level headers in Transport > http2: export Server.ServeConn > http2/h2demo: update bug link, add idle conn timeouts > publicsuffix: update table to latest list from publicsuffix.org on 2016-01-30. > http2: don't add *Response to activeRes in Transport on Headers.END_STREA > http2: add mechanism to send undeclared Trailers mid handler > http2: remove unused variable > http2: reduce log spam, especially on Windows > net/context/ctxhttp: fix case where Body could leak and not be closed > http2: clarify field-value grammar in doc; reject DEL in field value > http2: validate received header field values in Server and Transport > publicsuffix: update table to latest list from publicsuffix.org > http2: unmailed code review cleanups from previous commit > http2: make Transport respect http1 Transport settings > http2: make Transport send a Content-Length > http2: make configureTransport return the new t2 transport as well > http2: make Transport close unneeded connections after h1->h2 upgrade > icmp: fix typo. > http2: add Transport strictness, paranoia, logging for unwanted DATA frames > context/ctxhttp: don't test on plan9 > http2/h2i: disable building h2i on plan9 and solaris > http2: skip TestServer_RejectsLargeFrames on windows (fixes build) > http2: log frame reads at log level http2debug=2 also, not just writes > http2: fix channel double-close crash > http2: add tests to verify the type of peer stream resets > x/net/icmp: fix typos in comments > http2: relax Trailer predeclaration requirement in Transport > html/charset: replace EUC-KR test > http2: clean up debugging, rename GODEBUG key > http2: mix cleanups, TODOs, new tests, enforce header list size in Transport > http2: make Transport ignore 100-continue responses, add comprehensive tests > http2: fix nits found by vet > http2: fix Transport cancelation problems > http2: set default User-Agent if not otherwise specified > http2: support CONNECT requests > context/ctxhttp: allow cancellation after Do returns > trace: properly set the content type when sending html > http2: move HEADERS/CONTINUATION order checking into Framer > http2: fix typo and simplify truncation of text in test > http2: fix readFrames goroutine spin between ConnectionError and conn close > http2: reset DebugGoroutines after testing it > html/charset: verify correct UTF-8 behavior > http2: make Transport's Response.Body.Close not wait for buffered data > http2: send client trailers > html/charset: handle unsupported code points for encoding > html/charset: use x/text/encoding/htmlindex > http2: add support for Transport reading trailers from the server > http2: add server-side trailer support > http2: add Server support for reading trailers from clients > http2: add disabled start of tests for trailers, clean up, deflake some tests > http2: catch panics server-side, respect RST_STREAM on the Transport side > ipv6: update example for the use of dual stack listener > ipv4: update example for the use of dual stack listener > ipv6: add support for linux/{mips64,mips64le} > ipv4: add support for linux/{mips64,mips64le} > http2: fix build for Go 1.4 users > http2: support Request.Cancel in Transport > http2: send "http/1.1" ALPN in TLS dial in addition to "h2" > html/charmap: update table with latest data > netutil: Ditch go1.3 build tag. > xsrftoken: fix lint error in Timeout's comment. > webdav: fix props for directory > xsrftoken: add package import comment > xsrftoken: update token implementation > html: remove license references from benchmark test data > xsrftoken: copy from code.google.com/p/xsrftoken > http2: fix two cases of Server behavior not matching HTTP/1 > http2: make the Transport write request body data as it's available > publicsuffix: update table to latest list from publicsuffix.org. > ipv6: simplify log message format > ipv4: simplify log message format > http2: merge duplicate Transport dials > icmp: fix miscalculation on multipart message bodies > x/net/webdav: percent-encode D:href in the XML. > http2: add automatic gzip compression for the Transport > http2: client & server fixes > ipv6: move unexposed error values into helper.go > ipv4: move unexposed error values into helper.go > http2/h2demo: updates to text and Makefile to upload/deploy it > context: fix typo in TODO documentation > http2/h2i: add settings flag > http2: minor transport code & docs cleanups > http2: add ConfigureTransport, like ConfigureServer > http2: handle pings in Transport > http2: client conn pool abstraction > http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials > publicsuffix: update table to latest list from publicsuffix.org. > http2: fix Server race with ResponseWriter.curWrite re-use > http2: another Transport body-writing bug fix, and more tests > http2: fix Transport's flow control control when writing request bodies > http2: swallow io.EOF while reading body and flow fix > http2: append query to :path pseudo-header > http2: add DialTLS to Transport > http2: push stream look up later in Transport, address some TODOs/cleanups > http2: prevent deadlock channel send in server Handler if client disappears > http2: send WINDOW_UPDATE frames while reading Transport Response bodies > http2: add per-Response buffered response bodies with separate flow control > http2: write Transport bodies > http2: change the pipe and buffer code > http2: remove Transport.Fallback > http2: add Transport.AddIdleConn > http2: quiet Transport logging > http2: fix server race > http2: update the curl and nghttp2 versions used in tests > http2: fix broken test after ConfigureServer change > http2: make ConfigureServer set PreferServerCipherSuites, return an errors > context: attempt to deflake TestLayersTimeout with timer padding. Submodule src/golang.org/x/oauth2 ef4eca6..4784bb8: > uber: Add Uber API endpoints > oauth2/google: change import paths > oauth2: add reference to clientcredentials package > oauth2: fix stale docs > google: fix warnings from go vet > oauth2: fix warning from go vet > jws: use base64.RawURLEncoding > google: fix the build when appengine isn't present > internal: decapitalize the argument names > google: support key ID in JWTAccessTokenSourceFromJSON > Revert "passwordcredentials: add" > passwordcredentials: add > travis: always build against tip > internal: fix transport_test use of nil Context > jws: Fix typo in jws_test > jws: add RS256 Verification for JWS > google: Update godocs to reflect recent GCP front-end changes. > hipchat: Generate Config for Connect integrations > oauth2: remove mockCache since NewTransportFromTokenStore() removed. > hipchat: Add endpoint function for HipChat server > oauth2/internal: Add api.dropboxapi.com to broken providers. > hipchat: Add HipChat API endpoints > fitbit: add Fitbit API endpoints > internal: add Patreon to the broken auth list > internal: add Wunderlist to list of broken auth providers > internal: add baidu.com to the broken auth list > slack: new package with Slack's endpoints > transport_test: added TestNilTokenSource + close res.Body per GET > microsoft: add windows live endpoints > internal: primarily use the HTTP client provided in the context > oauth2: allow users to register broken OAuth2 implementations > internal: add Salesforce to list of broken auth providers > internal: add microsoftonline.com to list of broken providers > jws: fix base64Decode for strings of length 1 (mod 4). > jws: add EncodeWithSigner function. > all: change copyright to 'Go Authors' Submodule src/gopkg.in/cheggaaa/pb.v1 8808370..9453b2d: > 1.0.5 > Merge branch 'A40in-master' > Merge pull request #82 from hackintoshrao/create-getcurrent > 1.0.4 > Reader implements io.Closer #80 #60 > bar.Finish in example #79 Submodule src/gopkg.in/yaml.v2 53feefa..e4d366f: > Updated LICENSE to Apache License 2.0. > Merge pull request #152 from mwhudson/go16-compat > Merge master. > Add .travis.yml > More UTF-16 test cases by John. > Fix UTF-16 LE and BE handling.
vito
added a commit
that referenced
this pull request
Jan 15, 2018
#1948 #1949 Submodule src/github.com/concourse/skymarshal 4938ed37...757b37d6: > Fix accidental oauth/v1 route rename in bitbucket test > Use /auth instead of /oauth > Migrate auth from atc < Fix accidental oauth/v1 route rename in bitbucket test < Use /auth instead of /oauth < Move routes into auth package < Migrate auth from atc < Update README.md < Update README.md < Update README.md < Update README.md < Update README.md < Initial commit > run go fmt > Fix uaa test after FileContentsFlag refactor > Switch to FileContentsFlag for generic oAuth CACert > Added ca-cert for generic oauth provider > Add tests for Bitbucket auth clients > Add tests for all verifiers > Provider.AuthCodeURL now returns (string, error) instead of string > Pass API URL to Bitbucket Cloud client > Don't panic in case the OAuth 1 "Exchange" goes wrong > Update Bitbucket auth fake client > Update for []string and package move > Remove Role from bitbucket.Client interface and reorder methods > Skip API calls if verifiers don't want any items > Move ProjectVerifier to bitbucket.server > Use map for Bitbucket Cloud teams > Add value-name tag to Bitbucket auth driver configs > Remove debug logs that were used during development > Bitbucket Cloud and Server auth drivers now know about repositories > Bitbucket Server auth driver now knows about projects > Bitbucket Cloud auth driver now knows about teams > Bitbucket Server auth now takes path to key, instead of base64 encoded key > Fix test, so it expects a request instead of the code string > Update Provider fake > (auth.Provider).Exchange now takes http.Request, instead of string for code > Add bitbucketfakes > Move OAuth state validator to its own file > Add comment explaining the use of the state cookie > Add empty line that was here before > There is no need to treat OAuth 1 and 2 begin handling differently > Rename from OAuth1... to OAuthV1... > Fix token type > Move conversion of encoded private key to UnmarshalConfig > Support flags for Bitbucket repositories > Add interface bitbucket.Client > Set HTTP client in UserVerifier > Move providers to shared parent directory > Use base64 encoded DER for private key > Clean up Bitbucket providers > Clean up providers > Clean up configuration for BitbucketServerAuth > Add UserVerifier for BitbucketServerAuth > Merge remote-tracking branch 'fork/bitbucket-auth' into bitbucket-auth > Add OAuth1 support > Add package bitbucketserver > Rename package bitbucket to bitbucketcloud > Use NoopVerifier for now > Add provider for Bitbucket > revert GitHub token auth > ginkgo blur ran go fmt for auth > Merge pull request #184 from Chumper/master > Utilize a proxy when configured for OAuth exchange > remove exported function > Added custom paths to use github personal access token for the authentication > refactor validators for get auth token endpoint > remove pipeline config and replace with pipeline groups > defer custom resource type interpolation > Merge pull request #172 from markstgodard/gitlab-oauth > move dbng to db > Remove db.Team and db.SavedTeam > Merge branch 'unprivileged-resources' > Finish removing all usages of db/pipeline > return 401 instead of 400 for invalid CSRF > Revert "return AuthGroup instead of modifying passed in flags.Group" > Merge pull request #163 from mainephd/feature-webhook > return AuthGroup instead of modifying passed in flags.Group > add omitempty to json flags and CFCACert is the cert instead of path to cert > finish moving engine to use dbng > starts moving buildserver to use dbng team > Merge branch 'master' into wip-flags-refactor-new > wip flags refactor > Remove db auth provider objects and replace with auth map > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > pushed db team authentication logic to provider package > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > Add X- headers for security > fakes > Merge branch 'wip-refactor-container-identifier-139984521' > Merge branch 'wip-refactor-container-identifier-139984521' > Merge branch 'dbng-worker-refactory' > regen all fakes > add context args for latest go-github > Merge branch 'master' into life > Merge branch 'master' into life > Merge branch 'master' into life > fix race conditions when creating resource cache/config > Use 127.0.0.1 instead of localhost for fly redirect > Kill print statement in test > Add support for new fly login workflow without copy/paste step > wip fixed cookie issue > report job name when scheduling jobs > no more gunk > Use NewScopeVerifier constructor > Implemention of scope verification for oauth authorization > nuke dead code > move containerkeepaliver, lostandfound, buildreaper to gc > bugfix > fix test cases > enable to change cookie expire duration > only team that created pipe can read them > kill debug logging > only admins can SetLogLevel and GetLogLevel > Fixed generic oauth provider test and removed display name test > Fixed api to return generic oauth in list of auth methods. Removed duplicate test case. Removed DisplayName override. > Needed to update interface to match > Added missing api setter and tests > Added generic oauth login option. > Added missing api setter and tests > Added generic oauth login option. > add logout endpoint > don't special-case dev mode > return error when logging with invalid UAA CF cert > more claims interface updates > updates for jwt claims interface > GetAuthToken validates based on team config > clean up auth.GetTeam > clean up ListBuilds and remove GetAuthTeamName > only build owner can abort build > move build authentication checks to wrappa > move pipeline access validation to ApiAuthWrappa > clean up pipeline handler > avoid duplicate team lookup in auth endpoints > respect genericness of auth provider interface > ginkgo blur reoreded everything > do not default team name to main if not provided > do not default team name to main in api > update import paths > check for system claim in registerworker > retrieve token and make subsequent requests using cf_ca_cert > make paginated calls to space developers > Merge branch 'master' into teams > returns 403 Forbidden on CheckAuthorizationHandler > rename CheckAuthHandler > GetJobBuild checks if pipeline is public > fix pipelines navigation sidebar on builds page > Merge branch 'master' into teams > add TeamName to oauth endpoints > rename auth/cf package to auth/uaa > rename cf-auth to uaa-auth > limit visibility of pipelines to their team > verify UAA user belongs to CC space > extract Verifier to separate package > add CFAuth provider to authenticate with UAA > switch BasicAuth and GitHubAuth to pointers > fix logging in via basic auth > remove db.AuthDB > show team-specific auth methods > explicit returns, please > follow pagination links when fetching github teams > follow pagination links when fetching orgs > handle errors when parsing github auth URL > initialize github client with baseURL > Merge branch 'ge_oauth' of https://github.com/aequitas/atc into aequitas-ge_oauth > add DisableKeepAlive to oauth provider client > don't use pointer for session keys > lower bcrypt cost to 4 > remove now-unused CopyRequest function > Revert "Add in NoopReader to prevent body being read" > jwt.Parse not read req body, ParseFromRequest does > Add in NoopReader to prevent body being read > copy request to persist request body when reading token > lock set-team to admin teams > GetTeamByName returns a bool for team doesn't exist > Set teamID and teamName in JWT token > don't return github provider when they are not set > consistant casing for OAuth and GitHub > create oauth provider from database configuration > Basic Auth pulls from the database > newGitHubProvider returns Provider > Moved auth/provider.go into auth/provider/ > return concrete types in github package *eliminate circular dependencies [#109493662] > use smaller value for state in oauth flow > individual github users can be authorized > add /api/v1/auth/methods and /api/v1/auth/token > fix unit test > fix team flag parsing, add logging to verifier > teams are selected by name, not slug > multiple organizations can be authorized > don't special-case 'all' team name > Revert "remove github organization auth (incorporated into org-name/all)" > remove github organization auth (incorporated into org-name/all) > add github team auth > remove BasicAuthHashedValidator > extract api auth + metrics wrapping logic > extract auth wrapping into tested package > api should not presume basic auth > login page enumerates all oauth providers > don't redirect if uri is blank > auth begin handler can store redirect in state > verify state value in oauth callback > oauth handlers map to arbitrary providers > initial switchover to jwt + oauth2 > fix github auth tests > fix validator fake > basic auth and github auth can both be specified > add initial github auth to web UI > move github stuff into its own package > add github token authentication for the api > replace Ω with Expect (and other such changes) > password can be given in plaintext > config is compare-and-swapped via header > regenerate fakes; add missing generate comments > new event system, decoupled from turbine > use engine for event stream > censor build events in api if not auth'd > API respects publically viewable flag for build event stream [#78774326] > use new turbine packages > fix censoring test > fix event log censoring; better 1.1/1.0 handling > switch to server-sent events for all build logs > support ssl with turbines, merge callbacks server > always set ATC-Authorization cookie > initial finer-grained authentication Submodule src/github.com/concourse/web 984eeed1...00d95b51: > fix bindata < fix bindata > fix web acceptance test for job url < fix web acceptance test for job url > fix elm tests < fix elm tests > Web no longer relies on routes from API > Update WATS gems > Rebuild bindata > Extract web from atc < Web no longer relies on routes from API < Update WATS gems < Rebuild bindata < Extract web from atc > Use new auth routes from skymarshal > fix compilation error in elm tests > / key will focus search field on dashboard > fix always pass test > Revert "clean up todo comment" > clean up todo comment > show last checked time on resource page > WIP > add gzip caching to public JS/CSS files > use closure to minimize javascript > show on_abort hooks in build ui > Make build timestamps non-selectable < Initial commit > Dashboard: update animation for running pipeline states > Dashboard: update animation for running pipeline states > Wrap dashboard team name in a div > Refresh top bar login periodically in pipeline view > Do not save search query in the Dashboard model > Temporarily skip failing WAT > Log WATs failures > Refresh Dashboard top bar when session expires > Display decoded team name on login page > Update dashboard animation and animation colors > Pin dashboard header and team names on top > Scope dashboard "pipeline-grid" CSS styles > update bindata > prevent multiple build triggered if T is beenin pressed > don't use iosevka for non-beta routes > hack all old color selectors to use the beta scheme > first pass at new pipeline ui > build on index.html changes too > Reorder footer legends in dashboard footer > Merge pull request #215 from SHyx0rmZ/bitbucket-auth > Run fly with a temp HOME in WATs > Remove parallel_tests > Make WATS less flakey and add parallel_tests > Dashboard: enable all dashboard elm tests > Dashboard: fix search by status > color palette consistency, fix top bar sizing > Merge branch 'master' of https://github.com/concourse/atc > fix duplicate, unused port > Merge branch 'spike-resource-causality-1538' > consolidate click -> wait for network pattern > remove unused less files after beta route move > Merge branch 'master' of https://github.com/concourse/atc > shift g -> G, etc. in keyboard shortcuts pane > fix rendering of builds prior to timestamp feature > fix unreliable scrolling with gg/G > fix wrapped lines causing timestamps to misalign > silence impossible combination error > handle initialize-task event > fix switching to/from initially viewed build > kill dead code > convert wats from codeceptjs to ava+puppeteer > Node -> GraphNode > kill unused code > npm -> yarn > add test for build gg shortcut > fix ordering test to only look within its team > backfill remaining dashboard tests > more state tests > add tests for pipeline states > hanging -> pending > Revert "Dashboard: mark pipelines with pending jobs correctly" > add data attribute for tests > add test for pipeline ordering > fix timing dependant watsjs test > add attribute to dashboard to make testing easier > add new wats js suite > Revert "Adding pipeline with resources depending on resources to simulate issue" > make team login less error-prone > fix grayscale comparison > fix be_greyscale matcher > Merge branch 'master' of https://github.com/concourse/atc > Adding pipeline with resources depending on resources to simulate issue we're having with dependencies in #1175 > Update white concourse logo asset > Dashboard: block click event to pipeline behind footer > remove development drag event entries > stop click event when dragging > Fix flaky tests > update wats for search pipelines > Fix broken elm test > Add keyboard shortcuts for the build page > Dashboard: add clear search parameters functionality > Dashboard: top bar alignment on small browser sizes > Dashboard: add search by team name > add wats for dashboard search > Dashboard: move font to public > add make test step for elm unit tests > Dashboard: add search by pipeline name > Dashboard: fix animation background size and colour > switch to fork of selenium > Fix failing dashboard wats > Dashboard: minor tweak for running animation > Dashboard: click through for jobs with no builds > Dashboard: Show job running animation; various CSS treaks > Dashboard: add run state animation on job in multi-pipeline view > Dashboard: highlight more obvious click areas on thumbnail previews > Dashboard: fix horizontal scrollbar shown at certain resolutions > fix build number render issue in tombstone view > Merge pull request #196 from marco-m/fix-spelling > Convert resource pagination acceptance test to wats > add wats for resource pagination > Convert resource pausing acceptance tests to wats > Update dashboard background colour > Fix broken wats test > Add wats for pausing jobs > add wats for resources > add wats for unavailable inputs > add wats for pausing pipelines > add wats for viewing builds > add tests for disabled manual triggering > add test for build aborting > add color helpers and be_greyscale matcher > Revert "Revert "switch from poltergeist to headless-chrome"" > Revert "kill unneeded require" > only make elm/src/*.{elm,js} > Dashboard: update multi-pipeline top bar > Dashboard: fix overflow background colour > Dashboard: auto hide bottom bar > Dashboard: add bottom bar > Dashboard: show current authenticated team on top > Dashboard: add links to jobs in the pipeline preview > Fix wats test for pipeline name and duration display > Dashboard: add hover state tooltip > Dashboard: display pipeline status and duration below the thumbnail > Dashboard: reverse animation direction > Dashboard: mark pipelines with pending jobs correctly > Dashboard: display paused/pending as duration for paused/pending pipelines > Revert "Dashboard: fill in blanks" > Dashboard: update color theme > Add web app manifest handler. > Dashboard: fill in blanks > Dashboard: better icon sizing > Dashboard: fix animation jitter > Dashboard: grow pipeline grids vertically > add global /public handler > scale down dashboard > Revert "temporarily remove dashboard route" > temporarily remove dashboard route > Dashboard: rewrite dashboard preview logic > fix wats test now that we don't sort pipelines > Dashboard: only compute graph once per pipeline > Dashboard: add tile layout > .agignore -> .ignore, ignore elm.js > Dashboard: update failed duration styles > Dashboard: show thumbnail preview on failed pipelines > Only return TransitionBuilds when specified for ListJobs endpoint > Dashboard: anchor links on team groups > Fix Pending builds visual representation > Dashboard: order pipelines by status > Dashboard: display the correct time since intial failure > Dashboard: show duration pipelines have been failing for > Add transition builds to ListJobs endpoint > Web: Add id to Pipeline model > Fix a bug when pipeline zoom is not reset > Dashboard: bubble failed pipelines to the top > Dashboard: do not show turbulence message when page is loading > Dashboard: show the "experiencing turbulence" message when offline > Dashboard: auto-refresh the page > Dashboard: oops, actually add hover states to pipeline > Dashboard: add hover state to pipelines > get computed color values via JS > kill unneeded require > Revert "switch from poltergeist to headless-chrome" > Dashboard: show animations for running states > Dashboard: use percentages for pipeline width > Dashboard: show errored pipelines in orange > Dashboard: show pending pipelines in grey > Dashboard: show aborted pipelines in brown > Do not reset pipeline view when the pipeline updates > Add test fixture > Dashboard: show pipelines with all passing jobs as green > Use Flexbox for Dashboard > dashboard: show pipelines with failing jobs as red > show paused pipelines in blue in dashboard > add dashboard specs, flesh out fly/dash helpers > switch from poltergeist to headless-chrome > bootstrap web acceptance suite > initial dashboard page > display job name without encoding > zoom to fit when changing pipelines > Backfill Pipeline elm tests > implement keyboard shortcut 'f' for fitting pipeline to canvas > run elm-format on tests > add keyboard to tests package > run elm-format > auto hide legend after 10 seconds of inactivity > Make Trigger Build and Abort Build buttons accessible > Merge branch 'build-action-button' of git://github.com/madflow/atc into madflow-build-action-button > Merge branch 'replaces-pending-halo-with-static-halo' of git://github.com/d/atc into d-replaces-pending-halo-with-static-halo > Replaces animated pending halo with static pending halo > rebuild bindata without console logs > add style to 404 page > display 404 page when a resource is missing > Simplify wrapping of out messages > adding 404 pages > Update Dockerfile to include elm deps > run elm-format > Upgrade to elm-test 4.1.0 > Add an error message when basic auth login fails. > Revert "revert resource refactor so we can get 3.2 out" > revert resource refactor so we can get 3.2 out > combine build events delegates into one > Revert "Refactor exec engine & ResourceConfig abstraction" > Refactor exec engine & ResourceConfig abstraction > recreate bindata > Merge branch 'anchors-be-clickable' of https://github.com/dolph/concourse-atc into dolph-anchors-be-clickable > update bindata for elm > update wording of legend > Adding chart for dotted and solid lines in pipeline > Merge branch 'patch-1' of https://github.com/etaty/atc into etaty-patch-1 > update csrf token when it is updated in storage > Reverting to master version of web/bindata.go > checking in compiled version > Merging upstream master > Recompiline bindata > Merging from latest head in concourse repo > Firefox has a default left padding on ul > Merge branch 'releases/2.7' > re-wire-in super secret beta pipeline UI > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > Merge pull request #154 from jfredrickson5/master > Merge branch 'releases/2.7' > Merge branch 'releases/2.7' > Merge branch 'master' of https://github.com/concourse/atc > Merge branch 'releases/2.7' > Add X- headers for security > changed elm abort from POST to PUT > upgrade to elm 0.18 > fix build list shifting > Replace redirection from Erl with string concatenation > Merge remote-tracking branch 'origin/master' into mid-life-crisis > don't even start with the redirect cycle > Revert "fix the horrible history query explosion" > bindata > fix the horrible history query explosion > no pipelines page links are both big and working > fix CLI download links on 'no pipelines' page > correct bindata > update bindata > fixed loading indicator issue on redirect > Add support for new fly login workflow without copy/paste step > Logging in via basic auth now updates the user and sidebar pipelines > reset the favicon on a url change > Fix highlighted groups for jobs/build pages > Fix github redirect auth > fix issue with inconsistent groups in TopBar > Correct home button behaviour, navigate to current pipeline > bindata is load bearing code :/ > add redirect query param when redirecting to login > check for modifiers before overriding click > fix lingering autoscroll subscription > route pipeline links through elm > ignore messages coming from older pages > refactor group selection tracking > re-render when switching groups > fix janky pipeline switching > remove excessive 'Debug.log's in Pipeline view > kill dead code under web/ > do ci bindata > add name attributes for acceptance tests > redirect to team login page when applicable > wip ready to push > WIP: Groups are done > removed noisy logs and added one interesting one > the groups toggle correctly > wip should have wiped earlier, kind of in a bad state > wip resolved all conflicts with 'ours' > wip a kind of workable state for clara > wip got rid of runtime error > wip defautls are working > wip fixed cookie issue > job page is solid > wip getting rid of the arrays on the job page > builds page is OK > wip added page titles > adds turbulence image to pipeline page > wip no-pipelines-page > wip everything is actually a spa > the pipeline you can click > don't ci bindata > Add Resource page. Helper for pagination params > WIP build page, job page > sidebar updates pipelines when you log in > "make OAuth work" (really did nothing) > wip submit button focuses > wip: submit button doesn't focus on enter key > login page now noauths with redirect > wip login page is in correct horizontal alignment > heights and structure are correct > adds sidebar toggle handling > wip > Routing/passing thru cmds kinda works > more wip: - handler now signs you into team so you can see the rest ofapp. this is badly done, we will rewrite it. - ongoing project: trying to integrate topbar and sidebar. to do this, i am writing topbar and sidebar so it can use Routes.ConcourseRoute instead of Location. I think we have to do this in order to preserve the logical parsing of the route (which happens at top level) and query params, which are only used by some apps, including topbar. > wip > clean up build handler > fix header on job page > fix z-index of logout menu > fix sidebar in place > rework css for fixed headers and autoscrolling > fixed chrome repainting issue > add BetaPipelinePage back > continue fetching jobs and resources after turbulence > fix turbulence without bluring though > clean up subscriptions, fix erroneous time display > delete javascript from web > do not redraw the pipeline if jobs/resources did not change > order resource versions by check order > add workaround for chrome flexbox rendering issue > remove tests for non-existent methods > move back api calls to handlers to handle 404 > use lazy2 instead of partial application > remove API calls from job and pipeline handlers > remove API calls from web pipeline handler > get version header case-insensetively > move pipeline page to elm > Revert "switching pipeline groups adds to browser history" > switching pipeline groups adds to browser history > nuke dead code > remove TriggerBuild handler > triggering build does not reload page > resource page is a spa > stricter event handling > build output can be scrolled via keyboard > ignore elm-stuff when ag'ing > remove fit.js from experimental UI > reject traffic from web crawlers > Merge pull request #102 from fmy/auth-expire-hour > fix autoscroll escaping on mobile > simplify autoscroll code > fix autoscroll > add types for object names, fix build.job > pull all Concourse models into single module > bindata > add .test selector for testflight usage > a few fixes for safari > redirect badge endpoint for compatibility > redirect old non-teams web routes to team route > fix pipeline autorefresh, remove redundant assets > missed a spot > update favicon to reflect build status > add comments for colors > fix sidebar vibrating as elements are dragged > fix clear button, kill scrollbar > add 'clear' button to form > tweaks for sizing of login form, + simpler loading > fix build output persisting when switching around > fix history build entry starting before header > fix toggling resources > fix snappy group switching > missed a spot > load top bar before the rest of the page > bindata > click user menu to expand; add caret > fix css overlap between new and old generation UI > ignore generated files in ag > re-add error-message toggling > update history item when build is fetched > only update status if build is running > implement log out > actually always respect status > fix spacing on login button > always update status > add deprecation message to builds page > nuke 'loading...' text > update build history when build finishes > full logout menu entry is clickable > add user info to top bar > show top bar on 'no pipelines' page > restore hover state for sidebar links > only drag on left-click > move pipeline access validation to ApiAuthWrappa > prevent sidebar from shrinking > auto-update pause state > bindata > sprinkle .test class on elements targeted by tests > fix without_pipeline template > redo top nav bar in elm > remove /builds link from no-pipelines page > fix double elm.js load > dynamically set page title on build page > moved all elm.js and elm.min.js imports to layout files > manually added elm sidebar to recourse page > rewrite pipelines nav sidebar in elm > turn build page into a url-driven single-page app > ignore outdated build fetch results > Revert "only poll build if it is pending" > fix redirect url bugs in login page > propagate redirect when logging in with oauth > add login page with team selection > only poll build if it is pending > experimental elm pipeline UI > ugh > fix builds history not being scrollable > fix builds history spanning offpage > remove console.log > Merge branch 'master' of https://github.com/concourse/atc > sweeping refactor towards flexbox > update URL when switching builds > ginkgo blur reoreded everything > do not default team name to main if not provided > update import paths > make build prep not blink > bindata > Revert "redo tug algorithm to not cause crossing lines" > Revert "add safeguard against infinite tugging" > Revert "more graph alignment improvements" > Revert "prioritize alignment choice by 'interestingness'" > Revert "remove uninteresting case" > Revert "final pass to fix misaligned leftover nodes" > bindata > fix invalid viewbox causing spurious logs > final pass to fix misaligned leftover nodes > remove uninteresting case > bindata > prioritize alignment choice by 'interestingness' > more graph alignment improvements > add safeguard against infinite tugging > redo tug algorithm to not cause crossing lines > fix pipeline template with groups > bump to elm 0.17.0 > remove bogus property > Merge branch 'master' into teams > Merge branch 'master' into teams > returns 403 Forbidden on CheckAuthorizationHandler > live-update build status header > fix pausing and sorting of pipelines > index page shows team's first pipeline > fix pipelines navigation sidebar on builds page > bindata > switch back to EventSource > nuke StartApp > reenable websockets > Merge branch 'teams' into elm-0.17 > way faster switching between builds on build page > squashed work on elm-0.17 to fix rebase hell > fix bad merge > propagate team name to redirect uri > show team-specific auth methods > prefix /pipelines routes with /teams/:team_name > regen bindata > fetch jobs and resources in parallel > respect builds with no start time in web ui > ay blinkin > handle missing missing_input_reasons > preserve background for blinkin text > bring blink back > show reason when pinned version is not available > implement .ansi-blink > fix elm tests to compile with new Build type > add build reaping > bump elm-ansi to 7.0.1 > recompile bits > fix multi-field version headers > bump version size to match header > explicitly set h3 font size > redo aggregate UI, invert step state icon colors > move pre-wrap from span to div > don't autoscroll failed builds when user scrolls > fix pipeline nav bar style > preserve whitespaces in build output > small fix elm-test > build inputs/outputs include pipeline id > make long lines wrap in build output > add basic accessibility labels to icon buttons > new favicon > Revert "update favicons" > Revert "centered favicons" > Revert "really centered favicons for real this time" > really centered favicons for real this time > centered favicons > update favicons > make elm tests compile again > Merge branch 'disable_manual_trigger' of https://github.com/andreasf/atc into andreasf-disable_manual_trigger > rebuild css for scrollable pipeline list > Merge pull request #63 from jhunt/auto-scroll > fix fly set-pipeline docs link > make no-pipelines fly links BIG > make no-pipelines fly links horizontal > use https in link to fly docs > fix outline when clicking job pause button > check in rootDir var; useful for make DEV=-dev > show concourse version at bottom right > UI displays build prep in correct order > lazily render the build history > autoscroll for non-succeeded builds > fix redirect after triggering build forces login > fix font awesome stuff > cache EdgeTarget.rankOfFirstAppearance > final build prep update once build starts > updating wording and ordering of build prep view > add indicator for inputs satisfied to build page > remove styleswitcher reference > remove all themes except 'concourse' > updating themes to reflect new css changes > switch preparation logo to cogs > show build preparation in build ui > update font awesome 4.3.0 -> 4.5.0 > wrap errors in pre > make pipeline visible for real > make pipeline not invisible > make input edges dashed if trigger=false > add custom concourse theme based off of flat > add triangles above failed jobs > put border around failed jobs #2 > Revert "put border around failed jobs" > put border around failed jobs > fix log line > don't use pointer for session keys > capture redirect url before routing lib munges it > handle ErrUnauthorized by redirecting to /login > tug by default; #untug to opt out of tuggery > use new go-concourse constructor > bindata > Node#clone keeps .repeatable > add experimental node spacing > extract magic numbers into 'consts' > fix accidental glomming together of spacer nodes > bindata > position keys passing through higher > column -> rankgroup, rightmost -> latest > paused banner shows properly on build and job page > fix step header version css > bump elm-ansi to fix node output; fix versions UI > Regenerate bindata :) > Wrapped metadata values in <pre> tags to ensure formatting > fix locale-genning > re-add atc-ci-js Dockerfile for locale shenanigans > rework for using selenium + firefox > Separate PhantomJS into it's own Docker Image ;_; > rebuild bindata.go > improve color switcher toggle > re-bump ansi package > bindata was in a bad conflict state > ignore default scroll behavior > tweak colors in flat theme, make it default > theme switcher is revealed by alt+c > fix railscasts black, like, for real this time > patch black in railscasts theme > namespace animations > rebuild everything out of desperation > hack in color picker to aid in testing > Make selection visible on webpage > make job page live update > Elmify Job page > cache assets nearly forever > increase width of sidebar > fmt bindata.go after building > remove no longer needed engine arg > embed templates and assets with go-bindata > fix login button handling when build is in flight > bump elm-ansi for decent perf boost > woops, undo modifications from local elm-stuff > fix debug logging, don't show loading if errored > fix local shadowing issue > render build duration immediately > split build output into separate component > use non-minified js for debuggability > rip out autoscroll for now :( > lazily render step contents > bump elm-ansi to 5.0.4 > implement retry step UI > Revert "switch to solarized colors" > switch to solarized colors > bump to elm-ansi 5.0.3 > clean up last remnants of /db usage in web > paginate builds API + web endpoint > emit initialize-get + initialize-put events > use real words in suite names > tweak colors more > handle empty versions from resource steps > tweak display of steps that will never be run > darken first-occurrence bg and restore fg color > add builds link to no-pipelines configured page > always scroll to the bottom when an event arrives > update elm-ansi to 5.0.2 > reorganize javascript building > hide inactive steps when build finished > workaround elm shadowing bug > cleanups > consolidate Version, Metadata types > kill comments > extract concourse API interfaces to Concourse.* > push pagination logic into Pagination > add 'do' step to plans language > grey out text/icons for inactive steps > add clearfix for step-body to fix metadata float > include hamburger helper > make autoscrolling a bit less janky > fix overqualified types > scroll to current build once history is loaded > don't fetch resources if build is one-off > respect user's collapsed setting > don't show login button if connnection breaks > redirect to /login if aborting fails with 401 > highlight first occurrences for get steps > fix spacing on loading indicator > cleanup > add spaces between duration units > spruce up loading indicator > tweak time display > metadata is omitted if empty; deal w/ it > fix doubling up of build history > render step version and metadata > render with correct template data > fix rendering of blank lines > render old one-off builds with old UI > add missing err check in getbuild > Merge branch 'location-location-location' > recompile build.js because there were uncompiled changes > remove focus > remove db from getjoblessbuild > remove pipeline wrapping for resource handler > Removed tags from task config files. > remove old pagination packages > use concourse client for resource versions page > Put back the file I accidentally deleted > Volumes only live for a decade > show all builds along the top of build view > update job builds to use api for pagination > swap out remaining db calls for job handler > swap config call to use client > Revert "use client to get pipeline config" > Stop passing a PipelineDB into getbuild handler > getbuild web handler uses api > add redirect query param a bit more safely > include redirect uri in login links > web login endpoint fetches auth methods from API > TriggerBuild endpoint uses go-concourse > use client to get pipeline config > Use go-concourse for build inputs/outputs > Upgrade node-ansiparser to 2.0.0. > /pipelines/foo and / use concourse client > /builds endpoint calls api instead of db > aborting a build while not logged in redirects > rename db.ContainerInfo -> db.Container > re-compile js and css for production > change help to new command name > fix coloring of paused + pending jobs > update intro dialog to say `fly set-config` > add web metrics wrapper > extract auth wrapping into tested package > move code around, trust me > web/server -> web/handler > fix auth redirect for basic auth endpoint > add super basic styling to login page > add link in /login to force basic auth if enabled > javascripty bits redirect to /login on bad auth > fix constructor in web test > respect login url from /login endpoint > login page enumerates all oauth providers > verify state value in oauth callback > oauth handlers map to arbitrary providers > initial switchover to jwt + oauth2 > this one works i promise > add initial github auth to web UI > kill stale css > make debug endpoint a thing that is better > i am ashamed of myself > do not log metrics for the public endpoint > add debug endpoint > woops, fix compile error > move PathForBuild out of routes package > replace Ω with Expect (and other such changes) > measure the response times of web/api endpoints > BuildDefault returns false if no default pipeline found > GetConfig returns false if pipeline was removed > explicitly return 'false' instead of ErrNoBuild > show n/a for builds with no start/end time > clarify coloring of jobs in the pipeline > remove read locks as they aren't called anywhere > update 'pipeline' field in returned JSON to be 'pipeline_name' for consistency > Reduce frequency of errors logged. > only load versions once per scheduling tick > Fix bounding box issue related to firefox animation fix > Increase animation-radius padding for firefox > Created new class for job node animations > Change started animation size based on pipeline size > Increase size of started animation > Fix old locations w/ substep in parallel group > Render works with old location schemas > prevent atc process from exiting on template error > bump event versions to remove hook > add pagination handles to bottom of jobs-builds page > refactor resource pagination to use common object > add pagination to jobs builds page > Fixed style issues for job and resource view > fix serial group rendering > add serial groups to do blocks > fix some overlap issues on jobs resources page > show inputs and outputs of builds on jobs page > Decompose HookedCompose into simpler hooks > add pagination to resources page > smoothen ripples animation > support degenerate browsers like safari > clean up pending animation css > fix ripple animation in firefox > woops, fix up ripple colors > new active animation, should work in firefox > Revert "gracefully fall back on colored boxes for started" > gracefully fall back on colored boxes for started > remove graph spacing code > fix awkward repeating of job nodes in graph > do not show the check error if you are not logged in > resource check failing should be visible to users who are not logged in > do not update the step store if the step has not changed > whitespace > Show pause button when resource check fails > add pipeline name to page title > fix spacing of hooks after putget to make suraci happy > improve pulling nodes down > fix fly configure link > remove extraneous sorting/layouting > sort columns after pulling them down > fix putgets in aggregates > Rewrite origin location to support hooks > add helper for marking nodes in a column > sort by next-highest upstream/downstream nodes > non-brute-force pulling down algorithm > slight corrections to spacing out nodes > add styling for hooks > fake spacing regen > adjust spacing for fakes > space out nodes until it stabilizes > only shift nodes if they would otherwise overlap > add spacing between logically disconnected nodes > place nodes that were threaded through higher > compare only-in-edges nodes with only-out-edges > remove unused function > new graph drawing algorithm; no more brute-force > only brute-force 5 times > improve sorting of node edge keys > woops, restore original ordering behavior > fix drawing jobs with two puts to the same thing > only add one spacer per upstream node > fix spacer weirdness with many meandering edges > add spacing nodes for edges spanning 2+ ranks > add in failures for putgets > change state to failure when resource script errors > add a better favicon > change pending animation to match color of pending job > add different animation for jobs pending start > fix janky redrawing in most browsers > show substeps differently in the ui > shift nodes in the graph as far to the right as possible > Revert "add a simple favicon" > add a simple favicon > fix constant redrawing as build logs come in > change home button to link to the current pipeline > fix hamburger button click area > remove animation from pipelinesnav > make the pipeline nav sortable > Set default pipeline to be earliest created > favor straight lines when improving node order > change window.pipelineName to concourse.pipelineName > refactor javascript for pausing and unpausing > add ability to pause and unpause a pipeline > fixes ' ' > add pipeline name to group urls > Add UI for multiple pipelines > Change build events to be only by build id > Fix build events endpoint for multiple pipelines > Add return in index to prevent 2 write responses > Add support for multiple pipelines > add pipeline name to the api and set a default > rename config id to version > Fix fakes > Fix build-meta data floats and compile things for prod > Make the version history pretty > Update the enable/disable resource version UI > Remove web AbortBuild route since its ajax now > Change abort build to use ajax instead of form > put a failed to start message on builds list page > Rework part of legacy.less and more organization > Remove reset.css temporarily > Upgrade D3 > Re-organize the css to be in seperate files > Fix status line for paused resources > Add colored lines for paused resources and jobs > move npm package.json and add new dependencies > Move css to be compiled with gulp > Move javascript files under assets > Make the start icon dance again > Add in ability to pause jobs > fix right-clicking in pipeline; bounded zooming > exit status 1 if tests fail > allow resource checking to be paused > change path for enabling/disabling resource versions > fix bug where start time was highlighted on build pages > style fixes for one-off build pages > add build list and detail page for one-off builds > fix deduplication of metadata fields > fix autoscrolling > = -> ! > only show resource check errors when auth'd > defer rendering finished builds until last event > correct detection of failed connections > indicate checking failures in UI and API > fix spacing between version and icon > serve assets with sha in url to force cache clear > workers are identified by properties, not handle > rename execute to task > first occurrence of fetched resources are highlighted > lessen spacing between abort/trigger buttons > invert colors of build step status icons > build js > don't auto-collapse errored steps > prettier build view > correct nesting of build plans > fix nesting of build plan steps > fix ordering of build plan steps > jobs can be configured with arbitary build plans > split/refactor js > process 'finish' event to stop build step running > initial rework of UI to support build plans > config is compare-and-swapped via header > fix job page trigger button > fix button spacing > tweak trigger/abort buttons > use font-awesome in more places > main link is a house > main is not shift+clickable > serve fly as fly.exe on windows, add downloads ui > fix 5: the fixening > nav bar should probably be full width > fixed *and* working > fix it > show group navigation on every page > switch to node-ansiparser; fixes some jankiness > add nav bar to build view page > thread logger session through to scheduler > continue updating pipeline even when requests fail > remove back button > .has() semantics make me sad > don't try and iterate through undefined resources > stop minifying build.js > remove dead stripes code > Revert "add slight shadow to job text" > add slight shadow to job text > woops, only animate started jobs > invert running build colors > another swing at running status indicator > remove redundant css property > less janky running indicator > second attempt at more visible 'running' status > consolidate dash animation > update 'started' ui in legend to reflect border ui > add new 'active build' animation for pipeline > add enable/disable resource version button > fix handling of errors with no origin > if there are no groups, show everything > introduce db engine; replaces builder and tracker > new event system, decoupled from turbine > abort using engine > generalize engine metadata on builds > use api endpoint for build events > fix pipeline refreshing, fix animations in firefox > trivial, fruitful optimization for node placement > position exclusive outputs at the bottom jobs > fix: hovering over edge highlights resource > show jobs with no status as pending > simplify ordering logic > improve pipeline view a bit > correct rendering of cycles > new pipeline ui > fix colors of unbuilt jobs > respect pipeline group config order in UI > Add linebreak when parsing output > Merge branch 'public-api' > Fix wrong login redirect url > Remove view.jsx checked in by accident > Improve ansi rendering, fixes \r parsing > Fix resources toggling and rendering > Rework build/logs rendering using React.js > fix build outputs in template > Revert "process input/output events by resource, not name" > render errors with no origin in build log > process input/output events by resource, not name > improve gateway rendering > dim resource names slightly > do not render hidden edges > shift+click on a group to toggle it > correct job output edge status indication > in pipeline, link jobs to next or finished build > add labels for edges whose source has many inputs > slight refactor of graph rendering > auto-update pipeline view > render graph entirely in JS using new APIs > do not show duration for builds that never started > improve rendering of more complicated pipelines > thread resources through scheduler to factory > push config down into database > group pipeline groups into subgraphs; update dagre > move domain models to db package > use new turbine packages > fix errored header styling > fix first-occurrence highlighting > remove db.AbortBuild, refactor 'it works' test > slight fix for \r handling > style tweaks > fix event log censoring; better 1.1/1.0 handling > switch to server-sent events for all build logs > more reliable dead connection reaping > fan out build logs without blocking > durable to cr before seeing previous linebreak > add a legend to the pipeline view > show build timing information on build page > rework pipeline group filtering > interpret line-clearing escape codes > fix js once again > fix code > object.length is not a thing > Revert "experimental: don't connect dont_check to jobs" > experimental: don't connect dont_check to jobs > hide resource body with css > woops, fix negated if > use new ifrit rungroup > reconnect to events, show login button on error > implement groups configuration and ui > fix js > collapse inputs, animate active inputs/outputs > fix typo > better ui for failed inputs and outputs > hide resources from pipeline with ?hide-resources > history shows version, not just metadata > show all versions in history, as input/output > only render one line per job via passed: inputs > add job view page; shows builds and trigger button > use browser's monospace font > censor often-senstive info out of v1.0 event streams > always set ATC-Authorization cookie > initial finer-grained authentication > add pipes api > simplify abort/logs urls > GetBuildResources is by id > fix abort build redirect; return job name from db > abort and log endpoints are now by build id > generalize callbacks to build ids, not job+name > build id -> name for consistency > fixup more renamed things > server -> web, api -> callbacks Signed-off-by: Josh Winters <jwinters@pivotal.io>
mhuangpivotal
added a commit
that referenced
this pull request
Feb 15, 2018
jwntrs
pushed a commit
that referenced
this pull request
Apr 26, 2018
Submodule src/github.com/concourse/atc b0dba32..7d909fc: > Merge pull request #264 from fmr-llc/feature/genericoauth-oidc Submodule src/github.com/concourse/fly c269858..5538fbe: > Merge pull request #217 from fmr-llc/feature/genericoauth-oidc Submodule src/github.com/concourse/skymarshal a78b367..5369d50: > Merge pull request #2 from fmr-llc/feature/genericoauth-oidc Signed-off-by: Mark Huang <mhuang@pivotal.io>
vito
added a commit
that referenced
this pull request
Jul 4, 2018
Submodule src/github.com/concourse/atc 0f567f8..3f2c746: > Merge pull request #286 from concourse/reap-the-reaper > Merge pull request #285 from concourse/optimize-interceptible-marking Submodule src/github.com/concourse/go-concourse df59e8a..f442241: > Merge pull request #12 from cycloidio/gl_enable_disable_resource Submodule src/github.com/concourse/worker f1bc146..c4dcda9: > Merge pull request #2 from concourse/reap-the-reaper > add pr task
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.