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

Auto Pull Request for protobuf files [liquibase 4.29.2] #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 bin/liquibase/GETTING_STARTED.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Liquibase Version 4.28.0
Liquibase Version 4.29.2


Getting Started
--------------------------------------------
Thanks for downloading and installing Liquibase 4.28.0 from Liquibase.
Thanks for downloading and installing Liquibase 4.29.2 from Liquibase.

By using the installer, you already have all the dependencies, directories, config,
and properties files to get started exploring the Liquibase examples provided, which
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Liquibase Version 4.28.0
Liquibase Version 4.29.2

Introduction
--------------------------------------------
Thanks for downloading and installing Liquibase 4.28.0 from Liquibase.
Thanks for downloading and installing Liquibase 4.29.2 from Liquibase.
By using the installer, you already have all the dependencies, directories, config,
and properties files to get started exploring the Liquibase examples provided.

Expand Down
310 changes: 309 additions & 1 deletion bin/liquibase/changelog.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/liquibase/examples/json/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/json/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/json/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/sql/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/sql/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/sql/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/xml/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/xml/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/xml/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/yaml/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/yaml/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/yaml/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
Loading