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

Dave/protobuf2 #8554

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a81e2a8
apache version upgrade
iamazzeez Jul 3, 2024
f5881c4
apache and go upgrade
iamazzeez Jul 4, 2024
f580a00
go fix
iamazzeez Jul 5, 2024
ea114fa
go fix
iamazzeez Jul 5, 2024
59932a8
go upgrade to 1.22.5
iamazzeez Jul 9, 2024
a0c40de
go pkg latest
iamazzeez Jul 9, 2024
17556d6
go pkg latest
iamazzeez Jul 9, 2024
74e6b5e
go pkg latest
iamazzeez Jul 9, 2024
f46a04a
go pkg latest
iamazzeez Jul 9, 2024
68d51ff
go pkg latest
iamazzeez Jul 9, 2024
ddfb385
pipeline go pkg update
iamazzeez Jul 9, 2024
2366d83
pipeline go pkg update
iamazzeez Jul 9, 2024
d44f9bd
pipeline goproxy=direct
iamazzeez Jul 9, 2024
3721434
pipeline goproxy=direct
iamazzeez Jul 9, 2024
366d49c
pipeline goproxy=direct
iamazzeez Jul 9, 2024
1efb7df
removd apache upgrage
iamazzeez Jul 10, 2024
5c1d20e
go veresion upgrade to 1.22.4
iamazzeez Jul 10, 2024
aedc902
go version upgrade
iamazzeez Jul 10, 2024
e4f5b80
go version upgrade
iamazzeez Jul 10, 2024
ccafec9
version change in api/external
iamazzeez Jul 10, 2024
1e1a5d3
go version upgrade pipeline fix
iamazzeez Jul 15, 2024
d6f44bd
go version upgrade pipeline fix
iamazzeez Jul 15, 2024
2d2996e
go version upgrade pipeline fix
iamazzeez Jul 15, 2024
23d899c
go version upgrade pipeline fix
iamazzeez Jul 15, 2024
13f3c4a
go version upgrade pipeline fix
iamazzeez Jul 18, 2024
8d93527
go version upgrade pipeline fix
iamazzeez Jul 18, 2024
76ed57f
migrate pkg upgrate to v4
iamazzeez Aug 13, 2024
ec69775
all required go modules upgraded
iamazzeez Aug 13, 2024
b4d74e9
go mod tidy
iamazzeez Aug 13, 2024
83942b8
trial-license-service package.meta file added
iamazzeez Aug 13, 2024
faa61f4
opa ast.Array error fix
iamazzeez Aug 14, 2024
349c416
removed backoff fallback exception
iamazzeez Aug 14, 2024
1af3c08
proto files regenerated
iamazzeez Aug 19, 2024
10234c5
proto buf error fix
iamazzeez Aug 21, 2024
49f72c3
proto buf gosumdb fix
iamazzeez Aug 21, 2024
d60ee00
proto lint fix wip
iamazzeez Aug 26, 2024
f5aedae
Protobuf linting issue fixes
Aug 27, 2024
1484be4
Linting issue phase 2
Aug 28, 2024
a2d5176
All the linting issue related to duplicate value is corrected
Aug 28, 2024
55d0260
buff yaml fixes adding exceptions
Aug 28, 2024
4e3674c
buf.yaml
Aug 28, 2024
f75aa62
buf.yaml phase 2
Aug 28, 2024
8159f59
buf corrections
Aug 28, 2024
ff25858
buf corrections 2
Aug 28, 2024
5fbad53
Lint issue resolved
Aug 29, 2024
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
4 changes: 2 additions & 2 deletions .expeditor/generate-automate-cli-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -eou pipefail

# bumping expeditor to go 1.19
hab pkg install --binlink core/go19 --force
# bumping expeditor to go 1.22
hab pkg install --binlink core/go22 --force

pushd components/automate-cli
make docs
Expand Down
6 changes: 3 additions & 3 deletions .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ log_section_start "Installing License Scout"
gem install license_scout -v 2.5.1
log "Finished Installing License Scout"

log_section_start "Installing Go 1.19.3"
hab pkg install --force --binlink core/go19/1.19.3 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin"
log_section_start "Installing Go 1.22.5"
hab pkg install --force --binlink core/go22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin"
go version
log "Finished Installing Go 1.19.3"
log "Finished Installing Go 1.22.5"

log_section_start "Installing Chef UI Library dependencies"
pushd components/chef-ui-library
Expand Down
Loading
Loading