Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 14, 2022
  2. Dec 13, 2022
  3. Dec 12, 2022
  4. Dec 11, 2022
  5. Dec 10, 2022
  6. Dec 08, 2022
  7. Dec 06, 2022
  8. Nov 29, 2022
    • Cam Saul's avatar
      Athena driver (#26301) · a32bb77b
      Cam Saul authored
      * Include Amazon Athena support for dacort/metabase-athena-driver
      
      * Use Metabase Maven repo to fetch Athena driver
      
      * Copy test extensions from Damon's Athena driver repo
      
      * Some code cleanup.
      
      * Move namespaces => metabase.driver.athena
      
      * Clean up the test extensions namespace
      
      * 42 failures, 16 errors
      
      * Fix regex support; disable a few tests
      
      * Minor tweaks
      
      * Fix data-source-name
      
      * Fix :week and :day-of-week impls (mostly): 2 failures, 3 errors
      
      * Fix OFFSET, :week-of-year; skip test that has TIME column
      
      * Add Athena to CircleCI config. Don't wait for Java 11 tests to finish before driver tests.
      
      * ALL TESTS ARE PASSING! <3
      
      * Copy fixes for https://github.com/dacort/metabase-athena-driver/issues/115;
      
       add test
      
      * We don't need to prep source files or fetch dependencies before running backend tests.
      
      * Fix Eastwood error.
      
      * Tweak CircleCI config.
      
      * Fix TIMESTAMP WITH TIME ZONE
      
      * Include the Athena/Redshift repos in the build-drivers deps.edn
      
      * Build and release scripts need to have the :mvn/repos as well
      
      * Revert change that enabled test for Presto
      
      * Un-enable failing test for Snowflake as well.
      
      * moves all is clauses into the test
      
      - previously only the first few tests were being run
      
      * Sort ns in `metabase.driver.athena-test`
      
      * Prevent athena's log4j2.properties file from becoming log config
      
      athena includes log4j2.properties top-level with the properties:
      
      ```
      status = debug
      rootLogger.level=debug
      ```
      
      And this kills our beautifully crafted logging. Set
      "log4j2.configurationFile" in bootstrap to our own log4j2.xml.
      
      Log4j2 looks in a few places for its logging config, the first of which
      is the properties file. So when the jar is loaded, log4j2 considers this
      a logging config change and we lose our logging.
      
      Co-authored-by: default avatarDamon P. Cortesi <d.lifehacker@gmail.com>
      Co-authored-by: default avatarBryan Maass <bryan.maass@gmail.com>
      Co-authored-by: default avatardan sutton <dan@dpsutton.com>
      Unverified
      a32bb77b
    • Nemanja Glumac's avatar
    • Nemanja Glumac's avatar
      [CI] Trigger `uberjar` workflow manually (#26680) · b1f7029b
      Nemanja Glumac authored
      * [CI] Trigger `uberjar` workflow manually
      
      * Do not make commit SHA input required
      
      * Continue building on push to `master`
      
      This will keep `metabase-head` and `metabase-enterprise-head`
      DockerHub repos working as they did before.
      
      * Simplify by removing references to `main` branch
      
      * Ignore unrelated paths for push on `master` branch
      Unverified
      b1f7029b
  9. Nov 24, 2022
  10. Nov 22, 2022
  11. Nov 21, 2022
  12. Nov 19, 2022
  13. Nov 18, 2022
  14. Nov 16, 2022
  15. Nov 15, 2022
  16. Nov 14, 2022
  17. Nov 11, 2022
  18. Nov 10, 2022
Loading