Skip to content

Commit

Permalink
#77: Test with TIMESTAMP(9) (#78)
Browse files Browse the repository at this point in the history
* Add more metadata tables for debugging

* Update paths to latest Tableau version

* Describe debugging of failing tests

* Fix inconsistency in `SPACE` function

* Exclude string.space.empty because of NULL/empty string issue

* Fix exclusion

* Migrate to PK 4

* Update version number

* Upgrade dependencies

* Add release note

* Generate dummy error reports

* Fix artifact paths

* Code cleanup
  • Loading branch information
kaklakariada authored May 29, 2024
1 parent 387ab1b commit 5ea51ca
Show file tree
Hide file tree
Showing 29 changed files with 1,235 additions and 540 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ versionsMavenPluginRules.xml linguist-generated=true
doc/changes/changelog.md linguist-generated=true
pk_generated_parent.pom linguist-generated=true
.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/ci-build.yml linguist-generated=true
.github/workflows/release.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true

.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

191 changes: 143 additions & 48 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions .github/workflows/dependencies_check.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ea51ca

Please sign in to comment.