Skip to content

Commit

Permalink
bump atc fly testflight ginkgo gomega
Browse files Browse the repository at this point in the history
[finishes #127219723]

Submodule src/github.com/concourse/atc 1ee1c48..a3023dd:
  > ginkgo blur reoreded everything
  > return all public pipelines on GetAllPipelines endpoint
  > only check for basic auth on get token endpoint
  > do not default team name to main if not provided
  > do not default team name to main in api
Submodule src/github.com/concourse/fly cb98e4c..3269297:
  > make --team-name required
  > retrieves token if there is no auth method set
Submodule src/github.com/concourse/testflight fdd0c3f..abd306e:
  > do not default team name to 'main'
Submodule src/github.com/onsi/ginkgo e43390e..74c678d:
  > Make JUnit reporter include failure location in message. (#262)
  > remove 1.4 from travis.yml
  > Add gcflags option (#276)
  > Revert "Use the go1.5 build tag to handle vendor exceptions" (#274)
  > Merge pull request #272 from fsouza/fix-vendor
  > Add flaky test mitigation (#261)
  > Allow units and precision in benchmark (#266)
  > Add Solaris support (#264)
  > Merge pull request #259 from kwadrat/master
  > Merge branch 'apvail-spell-fix'
  > Fix go16 vendor
  > Merge pull request #250 from james-lawrence/master
  > Merge pull request #228 from jayunit100/RegexFileNameFiltering
  > Fix test flakiness
  > Merge pull request #235 from mboersma/fix-travis
  > fix compilation on older versions of go
  > fix issue where packages that reference vendored dependencies weren't compiling
  > Merge pull request #216 from sha1sum/master
  > Merge pull request #209 from luxas/build_on_arm64
  > Merge pull request #212 from cfmobile/master
  > Merge pull request #210 from cfmobile/master
Submodule src/github.com/onsi/gomega 2152b45..9ed8da1:
  > Merge pull request #166 from trayo/patch-2
  > Merge pull request #164 from wendorf/assert_typo
  > Merge remote-tracking branch 'origin/pr/163'
  > Merge pull request #160 from tinygrasshopper/fix_failing_close_ghttp
  > Merge pull request #150 from tinygrasshopper/build-fix
  > Merge pull request #159 from WesleyJeanette/patch-1
  > Merge pull request #157 from kwadrat/master
  > Merge pull request #141 from mariantalla/gomega-yaml-matcher
  > Reset tmpDir in gexec.CleanupBuildArtifacts
  > Update test description for match json tests.
  > Make the error message for expected JSON values having the wrong type accurate
  > Merge pull request #133 from tjarratt/be-identical-to-matcher
  > Merge pull request #132 from tjarratt/improve-match-json-error-message
  > Merge pull request #128 from tinygrasshopper/have-cap
  > drop 1.4 from travis
  > ghttp tests should now pass in 1.6
  > CloseClientConnections test uses http.Post instead of http.Get to avoid retries
  > add tip to .travis.yml
  > Merge pull request #125 from cfmobile/master
  > Merge pull request #122 from cfmobile/master
  > Merge pull request #119 from jim-slattery-rs/gitignore_idea
  > Merge pull request #118 from jim-slattery-rs/fix_up_succeed

Signed-off-by: Yucheng Tu <ytu@pivotal.io>
  • Loading branch information
Yucheng Tu committed Aug 4, 2016
1 parent 02765f5 commit ebee7fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/github.com/concourse/atc
Submodule atc updated from 1ee1c4 to a3023d
2 changes: 1 addition & 1 deletion src/github.com/concourse/fly
Submodule fly updated from cb98e4 to 326929
2 changes: 1 addition & 1 deletion src/github.com/concourse/testflight
2 changes: 1 addition & 1 deletion src/github.com/onsi/ginkgo
Submodule ginkgo updated 41 files
+1 −2 .travis.yml
+26 −9 config/config.go
+11 −2 extensions/table/table_entry.go
+7 −0 extensions/table/table_test.go
+15 −6 ginkgo/bootstrap_command.go
+1 −1 ginkgo/build_command.go
+9 −8 ginkgo/generate_command.go
+1 −1 ginkgo/help_command.go
+1 −1 ginkgo/interrupthandler/sigquit_swallower_unix.go
+1 −1 ginkgo/run_command.go
+2 −0 ginkgo/run_watch_and_build_command_flags.go
+9 −6 ginkgo/testrunner/test_runner.go
+1 −6 ginkgo/testsuite/test_suite.go
+10 −8 ginkgo/testsuite/testsuite_test.go
+16 −0 ginkgo/testsuite/vendor_check_go15.go
+202 −0 ginkgo/testsuite/vendor_check_go15_test.go
+15 −0 ginkgo/testsuite/vendor_check_go16.go
+1 −1 ginkgo/watch_command.go
+25 −0 ginkgo_dsl.go
+13 −0 integration/_fixtures/flags_tests/flags_test.go
+48 −8 integration/flags_test.go
+1 −0 integration/subcommand_test.go
+11 −3 internal/leafnodes/benchmarker.go
+45 −0 internal/leafnodes/measure_node_test.go
+4 −4 internal/leafnodes/runner.go
+7 −4 internal/remote/output_interceptor_unix.go
+11 −0 internal/remote/syscall_dup_linux_arm64.go
+9 −0 internal/remote/syscall_dup_solaris.go
+11 −0 internal/remote/syscall_dup_unix.go
+12 −3 internal/spec/spec.go
+32 −1 internal/spec/spec_test.go
+19 −3 internal/spec/specs.go
+31 −7 internal/specrunner/spec_runner.go
+171 −0 internal/specrunner/spec_runner_test.go
+1 −1 internal/suite/suite.go
+4 −1 internal/suite/suite_test.go
+6 −2 reporters/junit_reporter.go
+6 −0 reporters/junit_reporter_test.go
+8 −8 reporters/stenographer/stenographer.go
+19 −2 types/types.go
+10 −0 types/types_test.go

0 comments on commit ebee7fc

Please sign in to comment.