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

Golden Tests improvements #1302

Draft
wants to merge 73 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
cd0ff7d
Refactor and add new feature to improve automatic tests of the QS
jorge-romero Jun 22, 2023
554c0c5
Change the way we get the token to interact with jenkins
jorge-romero Jun 28, 2023
ff63fc0
Replace ods-env configuration with enviroment variables
jorge-romero Jun 30, 2023
3d08e97
remove dead code
jorge-romero Jun 30, 2023
2fac3b3
Fix linting error
jorge-romero Jul 4, 2023
619b8ce
Improve quickstater-test.sh adding log file processing
jorge-romero Jul 4, 2023
b2d849f
Unify golden files verification
jorge-romero Jul 7, 2023
c6be933
match Shared library to branch used instead of agent tag
BraisVQ Nov 28, 2023
431969d
restore config
BraisVQ Nov 28, 2023
407e7f9
private qs test
May 20, 2024
e2ebc7d
revert
May 23, 2024
03bccdf
private qs test 2
May 27, 2024
95fb2e6
golden test
May 29, 2024
1ebbde7
golden test
May 29, 2024
35a21a4
golden test
May 29, 2024
bf85fa5
golden test
May 29, 2024
d491a3e
golden test
May 29, 2024
0d1f2cd
golden test
May 30, 2024
52162e5
golden test
May 30, 2024
7d93e2a
golden test
May 30, 2024
1b20197
golden test
May 30, 2024
a29151a
golden test
May 30, 2024
04348e2
golden test
May 30, 2024
3f308e0
golden test
May 30, 2024
b2da2ac
golden test
May 30, 2024
b191d09
golden test
May 30, 2024
afbe0da
golden test
May 30, 2024
e7edae0
golden test
May 30, 2024
9588f50
golden test
May 31, 2024
3bb9cd1
golden test
May 31, 2024
77fda33
golden test
May 31, 2024
e178b9b
golden test
May 31, 2024
6d25671
golden test
Jun 4, 2024
93b3b4c
golden test
Jul 3, 2024
6e07b3d
golden test
Jul 3, 2024
b070dd8
golden test
Jul 3, 2024
e5aca74
golden test
Jul 3, 2024
417a4a9
golden test
Jul 4, 2024
36fd3e8
golden test
Jul 4, 2024
156fe72
golden test
Jul 4, 2024
e05bc36
golden test
Jul 4, 2024
c4a2018
golden test
Jul 4, 2024
6902307
golden test
Jul 4, 2024
25ab230
golden test
Jul 4, 2024
d7b2697
golden test
Aug 23, 2024
fa75db4
golden test
Aug 23, 2024
7dbb4e5
golden test
Aug 26, 2024
0fd4aef
remove commented code
Aug 26, 2024
71b2175
fix parameters
Aug 26, 2024
f3c6740
update go version to 1.22
Aug 26, 2024
8164355
golden test
Sep 2, 2024
e03a0df
golden test
Sep 2, 2024
faf2a33
revert go version
Sep 2, 2024
826a930
golden test
Sep 2, 2024
ae22888
golden test
Sep 2, 2024
14c3c6d
golden test
Sep 2, 2024
39f4fdc
update golang to 1.23 and tidy packages
BraisVQ Sep 2, 2024
d114605
golden test
Sep 2, 2024
d65fc86
golden test
Sep 2, 2024
9649326
golden test
Sep 2, 2024
440dbc5
golden test
Sep 3, 2024
a650ff6
Merge branch 'master' into feature/quickstarter-golden-test
BraisVQ Sep 9, 2024
189ba87
update github actions to go 1.23
BraisVQ Sep 16, 2024
1c415a5
fix format
BraisVQ Sep 16, 2024
f035678
changelog
BraisVQ Sep 16, 2024
fadbefd
format golang files
BraisVQ Sep 16, 2024
3d7ae16
go mod tidy
BraisVQ Sep 16, 2024
b7dd84e
Jenkins Pipeline creation in makefile
BraisVQ Sep 25, 2024
51575f0
Fix git url
BraisVQ Sep 25, 2024
9293c24
fix test jenkisfile location
BraisVQ Sep 25, 2024
45bd474
fix git url
BraisVQ Sep 25, 2024
71fd5d7
use cd-user-with-password
BraisVQ Sep 25, 2024
28623c2
add configurationRef parameter
BraisVQ Sep 25, 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
Prev Previous commit
Next Next commit
revert go version
bandyopa committed Sep 2, 2024
commit faf2a3379ee569946d0f24bce805e84ae304e8ed
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opendevstack/ods-core/tests

go 1.23
go 1.13

require (
github.com/ericchiang/pup v0.4.0 // indirect