Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
9a806a9
Partial cleanup of vendor folder 3rd set.
dmatch01 Jun 26, 2021
4bfcaa1
build: use go modules
kyleschlosser Apr 21, 2021
b9450fb
Suppress flag
Nhan-T-Hoang Apr 22, 2021
3db3c22
Resolve context argument missing
Nhan-T-Hoang Apr 23, 2021
886bee0
Update k8s version, api name change, syntax update
Nhan-T-Hoang Apr 26, 2021
29631cc
Fix InstrumentRouteFunc
Apr 27, 2021
bc01843
errors
Apr 27, 2021
1fb2fa3
Final fixes
Nhan-T-Hoang Apr 27, 2021
b58861b
Address 2 review comments
Nhan-T-Hoang Apr 28, 2021
c31a193
Resolve build test
Nhan-T-Hoang Apr 30, 2021
db639dd
Cleanup of old dead code from scheduler component that has since been…
dmatch01 Apr 30, 2021
c8220a1
Removed extraneous backup file.
dmatch01 May 3, 2021
1e62ac1
Resolve the scheduler dependency
Nhan-T-Hoang May 3, 2021
1c60d6c
Testing at 300sec
Nhan-T-Hoang May 4, 2021
f4bb277
upgrade go version to 1.16 in travis
May 4, 2021
287122f
update golang docker version
Nhan-T-Hoang May 4, 2021
a7c9190
Debug -i option removed
Nhan-T-Hoang May 5, 2021
cef5bbe
updating fake discovery
May 5, 2021
4f54fab
Removing the api server test to pass the tests
May 12, 2021
4a0fa24
updating go sum
May 12, 2021
15281eb
adding -mod=mod
May 12, 2021
171dd82
removing -mod
May 12, 2021
3fcc954
test
May 12, 2021
f404467
commenting out tests to check logs
May 13, 2021
8b53fda
debug message
May 13, 2021
3369508
Enable helm debug
May 13, 2021
4a21430
REVERTING TRAVIS GO VERSION
May 14, 2021
132d42e
Convert glog to klog
May 17, 2021
ca73f55
updating go version in Travis
May 18, 2021
65f9d08
remove go mod tidy
May 18, 2021
df52202
Update .travis.yml
dmatch01 May 19, 2021
b47dcdf
Adding deepcopy gen file
May 19, 2021
53f70d4
Adding a non generic test
May 21, 2021
ed60539
Updating kind config
Jun 11, 2021
ad95c32
updating kind cluster
Jun 16, 2021
5c5cef6
updating kind cluster
Jun 16, 2021
5a887dd
kind version
Jun 16, 2021
151364a
test7
Jun 17, 2021
0471fdf
updating generic resource
Jun 17, 2021
1b571a0
remove debug flag
Jun 18, 2021
93b511e
set log level
Jun 18, 2021
f6970af
running limited tests
Jun 18, 2021
03f98d8
running limited tests
Jun 18, 2021
124c48a
running limited tests
Jun 18, 2021
bb32ab0
Adding new cleanup routine
Jun 21, 2021
498de89
Adding new cleanup routine
Jun 21, 2021
ca837e4
Adding new cleanup routine
Jun 21, 2021
1d1a901
Fixing bugs #165 and #166
Jun 22, 2021
0d50839
Cleanup debug statements
Jun 22, 2021
2b63382
Cleaning
Jun 24, 2021
d2dc056
Cleaning
Jun 24, 2021
c991ab7
Cleaning
Jun 24, 2021
9910a9e
Partial 4 cleanup of vendor folder 2nd set (mostly .go files) restore…
dmatch01 Jun 27, 2021
941b7c0
Partial 4 cleanup of vendor folder 3rd set (mostly .go files) restore…
dmatch01 Jun 27, 2021
75dd99e
Partial 4 cleanup of vendor folder 4th set which restored files neede…
dmatch01 Jun 27, 2021
2bb772a
Partial 4 cleanup of vendor folder 5th set (mostly doc.go files).
dmatch01 Jun 28, 2021
0796321
Addressing PR comments
Jun 28, 2021
c129303
addressing PR comments
Jun 28, 2021
75f756e
addressing PR comments
Jun 28, 2021
21cf7e5
Addressing PR comments
Jun 29, 2021
fca3660
Cherry-pick of master branch go-mod PR.
dmatch01 Jul 6, 2021
db3f720
Update controller build version and controller pod name for helm depl…
dmatch01 Jul 6, 2021
639a445
Fix to e2e script to pickup mcad pod in the correct variable.
dmatch01 Jul 6, 2021
70e67c1
Fix for missing kind for generic resource.
dmatch01 Jul 7, 2021
File filter

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
set log level
  • Loading branch information
Saurabh Tripathy authored and dmatch01 committed Jul 6, 2021
commit 93b511eac7bfaaed71ac490031cfd40308cb98da
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- go get -u golang.org/x/lint/golint

before_script:
- export TEST_LOG_LEVEL=4
- export TEST_LOG_LEVEL=1

script:
# - make
Expand Down