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 jf search tests #1906

Merged
merged 33 commits into from
Apr 23, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ebbc314
supporting audit with gradle wrapper
sarao1310 Jan 16, 2023
e8616cf
supporting audit with gradle wrapper
sarao1310 Jan 16, 2023
bc5eba8
supporting audit with gradle wrapper
sarao1310 Jan 16, 2023
227cc15
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into support…
sarao1310 Jan 16, 2023
4d0d458
supporting audit with gradle wrapper
sarao1310 Jan 26, 2023
a7de561
Add test to verify failing audit command for yarn v1 (#1773)
RobiNino Jan 19, 2023
c53e97d
New command - Transfer config merge (#1802)
sverdlov93 Jan 19, 2023
327ac65
Add static analysis to test files (#1809)
RobiNino Jan 22, 2023
21bd78f
Promote version to 2.33.0
eyalbe4 Jan 22, 2023
7e958c1
Improve Access tests (#1819)
sverdlov93 Jan 26, 2023
4681bed
Upgrade go to 1.19.5 (#1818)
eyalbe4 Jan 26, 2023
71df877
New JFrog Pipelines commands (#1766)
bhanurp Jan 26, 2023
15f0326
Promote version to 2.34.0
eyalbe4 Jan 26, 2023
0fc4ef5
Fix broken link in guide
eyalbe4 Jan 29, 2023
ef25e30
Revert - Fix broken link in guide
eyalbe4 Jan 29, 2023
0304420
Fix broken link in guide
eyalbe4 Jan 29, 2023
0908e85
JFrog CLI Docs (#1811)
RjSH1 Feb 1, 2023
9e323db
Promote version to 2.34.1
eyalbe4 Feb 1, 2023
3b7e516
Fix broken link in guide
eyalbe4 Jan 29, 2023
e4bb695
Revert - Fix broken link in guide
eyalbe4 Jan 29, 2023
e5240f0
Fix broken link in guide
eyalbe4 Jan 29, 2023
caab845
Plugin install - return error if plugin not found (#1826)
talarian1 Feb 7, 2023
f2ea36e
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into dev
sarao1310 Mar 30, 2023
0988a4d
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into dev
sarao1310 Apr 17, 2023
5cfab4a
supporting audit with gradle and maven wrapper
sarao1310 Apr 18, 2023
9b70fe4
supporting audit with gradle and maven wrapper
sarao1310 Apr 19, 2023
0365531
supporting audit with gradle and maven wrapper
sarao1310 Apr 19, 2023
65622d0
Fix the search tests.
sarao1310 Apr 19, 2023
75adfc0
Fix the search tests.
sarao1310 Apr 19, 2023
d6c99de
Fix the search tests.
sarao1310 Apr 19, 2023
958989e
Update go.mod and go.sum
yahavi Apr 20, 2023
f520246
Merge remote-tracking branch 'upstream/dev' into fix-jf-search-tests
yahavi Apr 20, 2023
33ecbb7
Update jfrog-client-go to dev branch
yahavi Apr 21, 2023
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ require (

//replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.28.1-0.20230403143646-28f93098b1e6

//replace github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog/jfrog-cli-core/v2 v2.31.1-0.20230403151438-7b671f1f663a
replace github.com/jfrog/jfrog-cli-core/v2 => github.com/sarao1310/jfrog-cli-core/v2 v2.0.0-20230409105917-0df248432bd8
yahavi marked this conversation as resolved.
Show resolved Hide resolved

// replace github.com/jfrog/gofrog => github.com/jfrog/gofrog v1.2.5-0.20221107113836-a4c9225c690e
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA=
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v23.0.1+incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY=
github.com/docker/docker v23.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=
github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down Expand Up @@ -244,8 +242,6 @@ github.com/jfrog/build-info-go v1.9.1 h1:PxLQ9aBPm2J3WKTkaxU0YmfVCdjHPbIM/WKmrV6
github.com/jfrog/build-info-go v1.9.1/go.mod h1:n0qDS24PIUH/Dag/lwzWPcMXalu+c3mahjkRrDteKnA=
github.com/jfrog/gofrog v1.2.5 h1:jCgJC0iGQ8bU7jCC+YEFJTNINyngApIrhd8BjZAVRIE=
github.com/jfrog/gofrog v1.2.5/go.mod h1:o00tSRff6IapTgaCMuX1Cs9MH08Y1JqnsKgRtx91Gc4=
github.com/jfrog/jfrog-cli-core/v2 v2.31.1 h1:SICnzweOYC8Gap8LEmZbZNaLX2J6pdpZh4Wg/FO6UBo=
github.com/jfrog/jfrog-cli-core/v2 v2.31.1/go.mod h1:5Xm8RFFsnm31jGZflTrIKt7RIJIx6eZIVUA31hlEeSY=
github.com/jfrog/jfrog-client-go v1.28.1 h1:sBPtMg4UGkQ31CDJwFImIWwy6jEP/uarLO4F6y18Jis=
github.com/jfrog/jfrog-client-go v1.28.1/go.mod h1:XJhlPfi6iayIVc2SQ/RbztDQOnbnNatsUSQr7wbJ8Ag=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
Expand Down Expand Up @@ -351,6 +347,8 @@ github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XF
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sarao1310/jfrog-cli-core/v2 v2.0.0-20230409105917-0df248432bd8 h1:/56S2zEuA8JCFtuDh00DoMID7KlD/Y8pnYhhcuYm4UI=
github.com/sarao1310/jfrog-cli-core/v2 v2.0.0-20230409105917-0df248432bd8/go.mod h1:5Xm8RFFsnm31jGZflTrIKt7RIJIx6eZIVUA31hlEeSY=
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg=
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
Expand Down
Loading