Skip to content

Releases: Xeograph/metabase-ocient-driver

v1.2.2

18 Nov 16:18
6d8796e
Compare
Choose a tag to compare

v1.2.1

07 Nov 18:17
ee5b0c3
Compare
Choose a tag to compare
V1.2.1

v1.2.0

17 Oct 17:19
facc883
Compare
Choose a tag to compare

fix: show views when browsing data by @alougov1 in #31
feature: upgrade to 0.50.1 by @alougov1 in #31

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Feb 23:53
024ab97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.1-rc.1

20 Feb 19:10
5d1440a
Compare
Choose a tag to compare
v1.0.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v1.0.1-rc.1

v1.0.0

02 Feb 19:54
b4c6f52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.5...v1.0.0

v1.0.0-rc.5

01 Feb 17:16
0d1923e
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc.4...v1.0.0-rc.5

v0.1.0-rc.4

16 Jan 18:13
f548825
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4

v0.1.0-rc.3

05 Dec 16:14
c7172b8
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3

Metabase Test Package v1.0.0

17 Nov 21:49
397847f
Compare
Choose a tag to compare

Overview

The Metabase Test Package allows environments without clojure or Leiningen dependencies to execute the integration test suite for Metabase drivers.

How to Run

To run the tests:

  1. Navigate to the metabase_test directory
  2. Invoke the test suite with java -jar metabase.jar $JAVA_ARGS

java Args

There are a handful of system properties and JVM args the test suite will expect to be set. They are:

-Dmb.run.mode=test
-Djava.awt.headless=true
-Dmb.db.in.memory=true
-Dmb.jetty.join=false
-Dmb.field.filter.operators.enabled=true
-Dmb.api.key=test-api-key 
-Dmb.jetty.port=3001
-Dmb.test.env.setting=ABCDEFG
-Duser.timezone=UTC
-Dfile.encoding=UTF-8
-Duser.language=en
-Duser.country=US
-Dclojure.main.report=stderr
-XX:-OmitStackTraceInFastThrow

NOTE

A small number of changes to the uberjar build target to run the test suite when metabase.jar is invoked instead of the Metabase application. See patch for details.


What's Changed

Full Changelog: v0.1.0-rc.2...test-tarball-v1.0.0