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-doi-issues #261

Merged
merged 95 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
a68214b
fix(Dockerfile): change ownership of /liquibase directory to root:roo…
Dec 2, 2023
018c3ff
Merge branch 'main' into fix-doi-issues
jnewton03 Dec 12, 2023
1a73eea
feat: add example-changelog.xml and liquibase.properties files for Li…
Dec 13, 2023
bf5f2f9
chore(test.yml): remove Trivy vulnerability scanner step as it is no …
Dec 13, 2023
78d8de4
chore(test.yml): add comment to clarify the purpose of mounting the .…
Dec 13, 2023
3b691b8
chore(liquibase.properties): remove unnecessary comments and empty li…
Dec 13, 2023
7447cd8
fix(test.yml): add port mapping for the H2 test instance to be able t…
Dec 13, 2023
28ad117
chore(test.yml): remove unnecessary permissions in the build job
Dec 13, 2023
4f218bc
fix(liquibase.properties): update database URLs to use host.docker.in…
Dec 13, 2023
122118a
fix(test.yml): remove unnecessary network flag in docker run command …
Dec 13, 2023
4fe9d70
fix(test.yml): update docker run command to add host.docker.internal:…
Dec 13, 2023
932cd33
chore(test.yml): rename job from 'build' to 'test' for better clarity…
Dec 13, 2023
63f3512
fix(test.yml): update docker run command to use --network host flag t…
Dec 13, 2023
2b88fc3
fix(test.yml): change docker run command to include a name for the co…
Dec 14, 2023
63ed889
fix(test.yml): remove unnecessary port mapping for H2 test instance
Dec 14, 2023
fc0cda8
chore(test.yml): remove interactive mode flag (-i) from docker exec c…
Dec 14, 2023
dfc0d80
chore(test.yml): update runs-on value from "ubuntu-20.04" to "ubuntu-…
Dec 14, 2023
a570a9c
fix(test.yml): remove unnecessary -t flag from docker exec command to…
Dec 14, 2023
c42cf57
chore(test.yml): add docker stats and free -m commands to gather syst…
Dec 14, 2023
217f8a6
fix(test.yml): add sleep command to wait for H2 test instance to star…
Dec 14, 2023
5669c97
chore(test.yml): reduce sleep time from 30 seconds to 5 seconds for s…
Dec 15, 2023
3f05f70
chore(test.yml): add logging statements to debug H2 test instance sta…
Dec 15, 2023
c751933
chore(test.yml): comment out docker build command to prevent unnecess…
Dec 15, 2023
6709074
fix(liquibase.properties): update the database URLs to use localhost …
Dec 15, 2023
b92f05c
chore(liquibase.properties): update changeLogFile path to /liquibase/…
Dec 15, 2023
c5ff0c6
chore(liquibase.properties): update changeLogFile property to use col…
Dec 15, 2023
87cc076
fix(test.yml): add check for container running and log string presenc…
Dec 15, 2023
3799ddc
chore(test.yml): add matrix strategy to test job to build Docker imag…
Dec 15, 2023
6e4c9a8
fix(test.yml): remove unnecessary code for checking container logs an…
Dec 15, 2023
2124c45
fix(test.yml): add check for log string in liquibase container logs t…
Dec 15, 2023
16e4868
chore(test.yml): add docker logs command to display logs of liquibase…
Dec 15, 2023
b5f0a4d
feat(Dockerfile.alpine): add openrc package to the Docker image to su…
Dec 15, 2023
f1853cd
chore(Dockerfile): remove unnecessary VOLUME instructions for /liquib…
Dec 15, 2023
cc1a0bd
chore(liquibase.docker.properties): remove unnecessary classpath entr…
Dec 15, 2023
48807dc
chore(liquibase.properties): update changeLogFile path to /liquibase/…
Dec 15, 2023
0500a70
chore(liquibase.docker.properties): remove unnecessary classpath entr…
Dec 15, 2023
647b2d2
chore(liquibase.properties): update changeLogFile path to remove unne…
Dec 15, 2023
c65021a
chore(liquibase.properties): remove unused changeLogFile property to …
Dec 15, 2023
fb3f63b
chore(test.yml): add CONTAINER_NAME environment variable to improve r…
Dec 15, 2023
590d884
chore(test.yml): remove unnecessary comment in permissions field
Dec 15, 2023
c9d4a27
chore(test.yml): add validation step to check if the log contains a s…
Dec 15, 2023
51b0c09
chore(test.yml): rename job name from "Start H2 test instance" to "Te…
Dec 15, 2023
697f9b0
fix(test.yml): update the command to check if the desired log string …
Dec 15, 2023
ae4d214
fix(test.yml): fix the command to check Liquibase version in the runn…
Dec 15, 2023
a4ac87d
fix(test.yml): refactor test step to run docker command and check log…
Dec 15, 2023
08ce18a
chore(test.yml): change workflow name from "test" to "Test" for consi…
Dec 15, 2023
6e51ad7
chore(test.yml): change workflow name from "Test" to "test" for consi…
Dec 15, 2023
6fea943
chore(test.yml): remove unnecessary comments and empty lines for bett…
Dec 15, 2023
79bf6f1
chore(test.yml): rename workflow name from "test" to "Test Dockerfile…
Dec 15, 2023
814dca9
fix(test.yml): fix test step names for better clarity and consistency
Dec 15, 2023
d29fdf4
chore(test.yml): fix capitalization of liquibase in job names for con…
Dec 15, 2023
b9d8624
chore(test.yml): remove unnecessary empty line to improve code readab…
Dec 15, 2023
891514b
fix(test.yml): fix incorrect step order in workflow file to ensure co…
Dec 15, 2023
0f76f79
fix(test.yml): move LOG_STRING assignment before running the docker c…
Dec 15, 2023
b363c96
fix(test.yml): add tests to check liquibase with wrong and good envir…
Dec 18, 2023
a3b5cf1
fix(test.yml): refactor docker run command to check if the desired lo…
Dec 18, 2023
f1ee406
fix(test.yml): fix incorrect log message in if-else statement for che…
Dec 18, 2023
8185972
test(test.yml): add volume persistence test to ensure that the desire…
Dec 18, 2023
f5ce550
chore: add .DS_Store files to .gitignore
Dec 18, 2023
57e85fe
chore(.github): remove .DS_Store files from the repository to improve…
Dec 18, 2023
8afcfd1
fix(test.yml): remove unnecessary docker container before starting a …
Dec 18, 2023
c47d3af
chore: add .DS_Store files to .gitignore in .github/test directory
Dec 18, 2023
4f69489
chore: remove .DS_Store files from the .github/test directory and its…
Dec 18, 2023
a79df30
chore(test.yml): add support for running tests on multiple operating …
Dec 19, 2023
511afa0
chore(test.yml): update job name to include the dockerfile and operat…
Dec 19, 2023
57c147f
fix(test.yml): add step to install Docker Desktop on macOS if operati…
Dec 19, 2023
5f367dd
fix(test.yml): remove unnecessary steps to install Docker Desktop on …
Dec 19, 2023
eda26d8
fix(test.yml): update Docker Desktop installation process for macOS t…
Dec 19, 2023
cf4c779
chore(test.yml): add docker ps -a command to check the status of the …
Dec 19, 2023
7c99853
chore(test.yml): increase sleep time to 10 seconds to ensure that the…
Dec 19, 2023
12f5247
chore(test.yml): remove unnecessary docker ps command to improve read…
Dec 19, 2023
7d5915c
chore(test.yml): increase sleep time from 10 seconds to 15 seconds to…
Dec 19, 2023
1587c80
chore(test.yml): reduce sleep time from 15 seconds to 10 seconds for …
Dec 19, 2023
ab24053
fix(test.yml): update LOG_STRING value to improve clarity and accurac…
Dec 19, 2023
5f3f054
fix(test.yml): specify platform as linux/amd64 in docker build comman…
Dec 19, 2023
689d0d5
fix(test.yml): change docker build command to use 'linux' platform in…
Dec 19, 2023
50a2fa7
chore(test.yml): add support for installing Quemu on Windows for test…
Dec 19, 2023
44d7a2b
fix(test.yml): remove unnecessary installation of docker-machine-driv…
Dec 19, 2023
8066763
fix(test.yml): simplify and optimize the installation process for Que…
Dec 19, 2023
47aa26e
chore(test.yml): remove unnecessary Quemu installation step for Windows
Dec 19, 2023
84fc669
chore(test.yml): increase sleep time from 5 seconds to 10 seconds to …
Dec 21, 2023
b5c18f7
fix(test.yml): update LOG_STRING value to improve clarity and accurac…
Dec 21, 2023
fc71be0
feat: add changelog.sql file for creating a sample table in the dbo s…
Dec 21, 2023
d438e19
chore(test.yml): remove unnecessary steps to stop and remove liquibas…
Dec 21, 2023
19cd225
feat(test): add Dockerfile and scripts for liquibase testing
Dec 21, 2023
1b7f378
chore(test.yml): remove unnecessary docker network creation step
Dec 21, 2023
3cf5e64
chore(test.yml): remove unnecessary step to start mssql docker container
Dec 21, 2023
404b5a4
fix(test.yml): fix typo in docker command to start mssql container
Dec 21, 2023
a195203
fix(test.yml): change 'docker mssql' command to 'docker rm mssql' to …
Dec 21, 2023
8bb7189
fix(test.yml): remove duplicate docker run command for liquibase-test…
Dec 21, 2023
e5564bf
fix(test.yml): remove unnecessary interactive mode flag from docker r…
Dec 21, 2023
ae7c87e
fix(test.yml): update LOG_STRING value to improve clarity and semantics
Dec 21, 2023
f0c4c48
fix(test.yml): use 'grep' command instead of 'cat' and 'grep' to chec…
Dec 21, 2023
49be06e
chore(test.yml): remove unnecessary log checking in test workflow
Dec 21, 2023
22b3498
Merge branch 'main' into fix-doi-issues
jandroav Jan 2, 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
chore(test.yml): remove Trivy vulnerability scanner step as it is no …
…longer needed

The Trivy vulnerability scanner step was removed from the workflow as it was not providing any value and was causing unnecessary overhead.
  • Loading branch information
jandroav committed Dec 13, 2023
commit bf5f2f92fffcf3f3970ad241672bc5761f2fdfcc
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -31,13 +31,6 @@ jobs:
run: |
docker build -f Dockerfile -t liquibase/liquibase:${{ github.sha }} .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601
with:
image-ref: 'liquibase/liquibase:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'

- name: Build an image from Dockerfile (alpine)
run: |
docker build -f Dockerfile.alpine -t liquibase/liquibase-alpine:${{ github.sha }} .
Loading