Commit Graph

7 Commits

Author SHA1 Message Date
Ayushman Singh Chauhan 4169587115
DOC: Fix spelling (#72179)
DOC: Fix spelling
2021-04-23 16:59:51 -04:00
Bogdan Pintea 6d1d8dc736
Update Tableau connector generation scripts (#71614)
This updates the output directory, to better align with the stack
building infrastructure.
2021-04-13 12:49:41 +02:00
Bogdan Pintea a674b265bd
Fix manifest version tag (#71524)
The version needs to be contained in the `plugin-version` tag, not
`version` one.
2021-04-12 15:28:10 +02:00
Bogdan Pintea 3c1e0a94b1
SQL: Refactor Tableau connector to make use of the connection properties (#69169)
* Refactor to make use of the connection propreties

This refactors the way the connection URL is being built, to make use of
frameworks' ability to construct the URL based on a set of connection
propreties.
This also ensures that the URI attributes are properly escaped.
2021-03-15 16:49:51 +01:00
Mark Vieira a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers
As per the new licensing change for Elasticsearch and Kibana this commit
moves existing Apache 2.0 licensed source code to the new dual license
SSPL+Elastic license 2.0. In addition, existing x-pack code now uses
the new version 2.0 of the Elastic license. Full changes include:

 - Updating LICENSE and NOTICE files throughout the code base, as well
   as those packaged in our published artifacts
 - Update IDE integration to now use the new license header on newly
   created source files
 - Remove references to the "OSS" distribution from our documentation
 - Update build time verification checks to no longer allow Apache 2.0
   license header in Elasticsearch source code
 - Replace all existing Apache 2.0 license headers for non-xpack code
   with updated header (vendored code with Apache 2.0 headers obviously
   remains the same).
 - Replace all Elastic license 1.0 headers with new 2.0 header in xpack.
2021-02-02 16:10:53 -08:00
Bogdan Pintea 19dfa7be9e
Tableau connector: read version to build from src (#65671)
This changes the Tableau connector building script to be able to read
the version of the connector to be built straight from Version.java
file, if that's available (which is the case, now being in tree).

A new parameter has been added, to allow specifying a version qualifier.
Also, the 'alias' parameter is made optional.
2020-12-01 22:15:53 +01:00
Bogdan Pintea f06ca33c07
SQL: Import Tableau connector (#63751)
* Import Tableau connector

Initial Tableau connector import.
2020-11-06 12:11:39 +01:00