Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 03, 2021
  2. Jun 02, 2021
  3. May 20, 2021
  4. May 11, 2021
  5. May 10, 2021
    • Noah Moss's avatar
      update Google sign-in docs (#15973) · 41d4a4eb
      Noah Moss authored
      Clarifies which part of the Google link is relevant to Metabase, and modifies some language to better mirror the terms used by Google/OAuth
      Unverified
      41d4a4eb
    • Noah Moss's avatar
      Add deny list of common passwords (#15912) · dea50930
      Noah Moss authored
      * Add deny list of common passwords
      
      * replace filtered pw list with full list
      
      * switch to using a FileReader to check password line-by-line
      
      * bypass deny list if complexity is set to easy
      
      * fix tests
      
      * more test fixes and remove unneeded ns
      
      * fix typos
      
      * fix reflection warning
      
      * needed to import File
      
      * fix final tests, and update docs to reflect change
      
      * address initial review comments
      
      * fix build after removing import statement
      
      * address more review comments
      
      * use InputStreamReader to read password file in JARs
      Unverified
      dea50930
  6. May 04, 2021
  7. Apr 30, 2021
  8. Apr 29, 2021
  9. Apr 27, 2021
  10. Apr 26, 2021
  11. Apr 15, 2021
  12. Apr 13, 2021
  13. Apr 09, 2021
  14. Apr 06, 2021
  15. Apr 05, 2021
  16. Apr 01, 2021
  17. Mar 31, 2021
  18. Mar 23, 2021
  19. Mar 22, 2021
  20. Mar 18, 2021
  21. Mar 17, 2021
  22. Mar 13, 2021
  23. Mar 12, 2021
  24. Mar 11, 2021
    • Jeff Evans's avatar
      Add support for connecting to Oracle with SSL (#15078) · 7b24bc98
      Jeff Evans authored
      Update Oracle driver to have the `ssl` (boolean) option, with the expectation that any keystore/truststore params have been set as JVM parameters
      
      Updating CircleCI config to allow for the following parameters to the `test-driver` orb:
      - `extra-env`: a string that will be prepended to the `lein test` invocation, in order to set environment variables specifically for that test run.  Expected to look like `VAR_NAME=a VAR_NAME_2=b`. Defaults to blank (i.e. nothing).
      - `test-selector`: a string that represents the Leiningen test [selectors](https://cljdoc.org/d/leiningen/leiningen/2.9.5/api/leiningen.test#test). Defaults to `:all` (i.e., run all tests).
      
      Adding RDS root CA truststore file to our resources so that CircleCI (and anyone else, really) can refer to it
      
      Defining new `be-tests-oracle-ssl-ee test-driver` task, and is identical to it except for the env vars required to connect via SSL instead (by specifying the RDS root CA trust store).  It only runs a few Oracle driver specific tests, not the full suite, since we are really only concerned with connectivity here.
      
      Updating Oracle driver docs to discuss relevant JVM params and configuration
      Unverified
      7b24bc98
  25. Mar 05, 2021
  26. Mar 02, 2021
    • Jeff Evans's avatar
      Add JDBC fetch size option for Redshift driver (#14617) · 6cfd9947
      Jeff Evans authored
      Update Redshift driver to 2.0.0.3
      
      Support controlling JDBC fetch size for Redshift
      
      Adding `defaultRowFetchSize` parameter for JDBC URL in Redshift driver, which controls the `fetchSize` for all `PreparedStatement` instances created under it
      
      Adding environment variable for controlling the new `redshift-fetch-size` parameter
      
      Adding documentation for aforementioned new env var
      
      Adding test for both the JDBC URL, as well as the `fetchSize` of the `PreparedStatement` itself
      Unverified
      6cfd9947
    • Ariya Hidayat's avatar
      Custom expression: new function ISNULL() and ISEMPTY() (#14866) · 7aece734
      Ariya Hidayat authored
      These new functions are to support MBQL's is-null and is-empty.
      7aece734
  27. Feb 26, 2021
Loading