Skip to content
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

Fix links to cert generation scripts #293

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

thausler786
Copy link

The links had incorrect paths and resulted in 404s. We have replaced them with absolute paths.

The links had incorrect paths and resulted in 404s.  We have replaced them with absolute paths.
@cfdreddbot
Copy link

Hey thausler786!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/143268389

The labels on this github issue will be updated when the story is started.

@luan luan merged commit 7fa0491 into cloudfoundry:develop Apr 7, 2017
angelachin pushed a commit to cf-container-networking/diego-release that referenced this pull request Apr 25, 2017
[finishes #142522481]

Submodule src/github.com/onsi/ginkgo c3a655f..67b9df7:
  > Remove the spec_iterator.test binary (cloudfoundry#336)
  > Shared queue implementation for parallel tests
  > Revert "Don't colorize output by default if not writing to a TTY (cloudfoundry#328)" (cloudfoundry#331)
  > Don't colorize output by default if not writing to a TTY (cloudfoundry#328)
  > Use SVG badge for build status (cloudfoundry#330)
  > Add the ability to use ./... to recursively test directories (cloudfoundry#319)
  > Include captured output from failed tests into JUnit (cloudfoundry#318)
  > Aggregate flaked specs (cloudfoundry#316)
  > Add colours for Windows in suite-runner & watch (cloudfoundry#312)
  > Fix tests for single node machine (cloudfoundry#311)
  > Add ability to specify a custom bootstrap file (cloudfoundry#302)
  > Revert "remove -i in invocations of go test.  fixes cloudfoundry#305"
  > Update .travis.yml
  > fix imports for generate command (cloudfoundry#279)
  > Merge branch 'koron-windows-colorise'
  > remove -i in invocations of go test.  fixes cloudfoundry#305
  > remove unnecessary variable
  > backfill GinkgoRandomSeed test
  > Expose the random seed via GinkgoRandomSeed() (cloudfoundry#293)
  > Include flake count in test summary (cloudfoundry#291)
  > cloudfoundry#287 Ensure Logf/Skipf insert newline characters (cloudfoundry#288)
  > Add package path prefix to compilation output path only if missing (cloudfoundry#284)
  > Redo flags again, add a bunch of pass-throughs. (cloudfoundry#282)
  > Spelling fix (cloudfoundry#283)
  > Covermode flag (and reworked pass-through flags passing) (cloudfoundry#281)
  > Make JUnit reporter include failure location in message. (cloudfoundry#262)
  > remove 1.4 from travis.yml
  > Add gcflags option (cloudfoundry#276)
  > Revert "Use the go1.5 build tag to handle vendor exceptions" (cloudfoundry#274)
  > Merge pull request cloudfoundry#272 from fsouza/fix-vendor
  > Add flaky test mitigation (cloudfoundry#261)
  > Allow units and precision in benchmark (cloudfoundry#266)
  > Add Solaris support (cloudfoundry#264)
  > Merge pull request cloudfoundry#259 from kwadrat/master
  > Merge branch 'apvail-spell-fix'
  > Fix go16 vendor
  > Merge pull request cloudfoundry#250 from james-lawrence/master
  > Merge pull request cloudfoundry#228 from jayunit100/RegexFileNameFiltering
  > Fix test flakiness
Submodule src/github.com/onsi/gomega c463cd2..334b8f4:
  > Merge pull request cloudfoundry#206 from xoebus/patch-1
  > Merge pull request cloudfoundry#205 from onsi/revert-201-json_formatting
  > Merge pull request cloudfoundry#201 from madamkiwi/json_formatting
  > Merge pull request cloudfoundry#199 from kevgo/patch-1
n4wei pushed a commit that referenced this pull request Oct 9, 2019
Submodule src/github.com/onsi/ginkgo eea6ad008..d90e0dcda:
  > Add integration test
  > Fix coverage files combining
  > A new CLI option: -ginkgo.reportFile <file path> (#601)
  > v1.10.2
  > speed up table entry generateIt() (#609)
  > Fix. Write errors to stderr instead of stdout (#610)
  > v1.10.1
  > stack backtrace: fix skipping (#600)
  > v1.10.0
  > stack backtrace: fix alignment and skipping
  > fix typo in documentation
  > v1.9.0
  > Fixed typos in comments
  > gofmt code
  > Simplify code
  > Simplify concatenation, incrementation and function assignment
  > Avoid unnecessary conversions
  > JUnit: include more detailed information about panic
  > Option to print output into report, when tests have passed
  > Print help to stdout when the user asks for help
Submodule src/github.com/onsi/gomega 41673fd8f..bdebf9e0e:
  > v1.7.0
  > export format property variables (#347)
  > minor fix in the documentation of ExpectWithOffset (#358)
  > v1.6.0
  > Remove duplication in XML matcher tests
  > Remove unnecessary conversions (#357)
  > Fixed import order (#353)
  > Added missing error handling in test (#355)
  > Simplify code (#356)
  > Simplify code (#354)
  > Fixed typos (#352)
  > Add failure message tests to BeElementOf matcher
  > Update go-testcov untested sections
  > mark all uncovered files so go-testcov ./... works
  > display special chars on error
  > Reenable gotip in travis
  > Add BeElementOf matcher
  > Fix the typo of comment (#345)
  > Optimize contain_element_matcher
  > v1.5.0
  > add analogous tests to fields_test.go
  > added tests for error messages
  > remove redundant validity check
  > ensure error messages refer to the underlying interface, not the `reflect.Value`
  > Run CI on go 1.12 and not 1.9
  > Turn off gotip on travis
  > Mark session_test.go with build tag (#324)
  > more matcher tests
  > try to appease linters
  > MatchKeys
  > Clarify message for unexpected errors
  > make it easy to run everythin that travis would do
  > remove go 1.6, 1.7, 1.8 from the build matrix, and add tip
  > fix lint errors and use type aliases to remove stuttering
  > remove duplication of code and add docs to public function
  > v1.4.3
  > test yaml parser errors and better comment on why panics are there
  > add test for not matcher with errors
  > add test for or matcher with errors
  > add tests for positive failure messages of Panic
  > ensure file name and line numbers are correctly reported
  > Fail the build if gofmt detects any changes required
  > Make changes to satisfy gofmt
  > Move GO111MODULE into more suitable env key in Travis
  > Add coverage for BeZero and Succeed matchers (#307)
  > Fixed matcher for content-type (#305)
  > v1.4.2
  > Refactor goexec build test
  > Updates for Go v1.11 official release
  > Add go.mod and go.sum files to define the gomega go module
  > Work around go vet issue with Go v1.11 (#300)
  > Better output when using with go XUnit-style tests, fixes #255 (#297)
  > Fix MatchJSON fail to parse json.RawMessage (#298)
  > Move funcs shared by MatchJSON and MatchYAML to a dedicated support file
  > Added first failure path matching for YAML (#279)
  > show threshold in failure message of BeNumericallyMatcher (#293)
  > v1.4.1
  > Update documentation (#289)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants