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

internal/tls test #485

Merged
merged 34 commits into from
Jul 9, 2020
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a314cd3
internal/tls test
kevindiu Jun 18, 2020
fb22b4f
fix comments
kevindiu Jun 18, 2020
4e9a292
fix
kevindiu Jun 18, 2020
8d2d9e5
fix deepcode
kevindiu Jun 18, 2020
2d5326e
remove unnecessary checking
kevindiu Jun 18, 2020
d874042
remove unnecessary checking
kevindiu Jun 18, 2020
f98d5b0
remove unsed part
kevindiu Jun 18, 2020
2cf693e
remove deprecated function all
kevindiu Jun 18, 2020
206faab
remove deprecated function all
kevindiu Jun 18, 2020
fb00e58
remove deprecated function cll
kevindiu Jun 18, 2020
93bb0db
Update internal/tls/tls_test.go
kevindiu Jun 22, 2020
f7f8d87
create asset package and put all testdata into it
kevindiu Jun 25, 2020
06cb7db
fix
kevindiu Jun 25, 2020
4ce264a
rename asset to testdata
kevindiu Jun 29, 2020
6981070
rename testdata to test/data
kevindiu Jun 29, 2020
e814f21
fix indent
kevindiu Jun 29, 2020
e94a488
fix
kevindiu Jun 29, 2020
d8debd5
:robot: Update license headers / Format go codes and yaml files
vdaas-ci Jun 30, 2020
dbd4a3f
add package comments
kevindiu Jun 30, 2020
a3c5d28
:robot: Update license headers / Format go codes and yaml files
vdaas-ci Jun 30, 2020
eac37ae
fix
kevindiu Jun 30, 2020
91f32fc
move file path
kevindiu Jun 30, 2020
f3ca8e7
add test case and comment
kevindiu Jun 30, 2020
c3437c6
rename function name and remove unused function call
kevindiu Jun 30, 2020
da77a2d
fix
kevindiu Jul 2, 2020
9bebdd8
fix
kevindiu Jul 2, 2020
53733fd
fix
kevindiu Jul 6, 2020
f52b03c
fix
kevindiu Jul 7, 2020
0e59520
Apply suggestions from code review
kevindiu Jul 7, 2020
c618c63
Apply suggestions from code review
kevindiu Jul 7, 2020
585dfd2
Apply suggestions from code review
kevindiu Jul 7, 2020
ea04cde
fix
kevindiu Jul 8, 2020
72e687b
:robot: Update license headers / Format go codes and yaml files
vdaas-ci Jul 9, 2020
5e2c0c5
add back the package doc
kevindiu Jul 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Jul 9, 2020
commit 0e5952083ab37f98a1130ce1e48d142258170c21
1 change: 0 additions & 1 deletion internal/test/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//

// Package test provides functions for general testing use
package test