Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 20, 2023
  2. Mar 01, 2023
    • Cam Saul's avatar
      Build script overhaul 2023 (#28767) · 3c980639
      Cam Saul authored
      * Build Script overhaul
      
      * Remove stray deps.edn
      
      * Include :ci profile for build and release tests
      
      * Fix release script
      
      * Update markdown dox
      
      * Update another dox
      
      * Tweakz
      
      * Don't pin new version of data.xml to core project, just for build scripts
      
      * Ignore unrecognized options
      
      * Fix i18n/enumerate
      Unverified
      3c980639
  3. Mar 14, 2022
    • Cam Saul's avatar
      Upgrade Liquibase to latest version; remove final Java source file and need... · aaf1b601
      Cam Saul authored
      Upgrade Liquibase to latest version; remove final Java source file and need for `clojure -X:deps prep` (#20611)
      
      * Upgrade Liquibase to latest version
      
      * Try adjusting log
      
      * Fix checksums for the TWO migrations with ID = 32
      
      * FINALLY get Liquibase to use Log4j2
      
      * Set Liquibase ConsoleUIService OutputStream to null OutputStream
      
      * Manually define a package for our H2 proxy class so Java 8 works
      
      * Fix package-name determination code
      
      * Update migrations file spec
      
      * `databasechangelog` shouldn't be upper-case
      
      * Lower-case quartz table names
      
      * More MySQL fixes :wrench:
      
      * Properties for all the Quartz tables :cry:
      
      * Formatting tweaks [ci skip]
      
      * Revert a few more busted changes
      
      * Fix more busted changes
      
      * Bump Liquibase version to 4.8.0 to fix MySQL defaultValueBoolean bug
      
      * OMG I think I finally fixed MySQL
      
      * Remove Java source file and prep-deps code
      
      * Remove two more references to bin/prep.sh
      
      * Minor cleanup
      
      * Revert unneeded changes
      
      * Fix busted indentation
      
      * Don't search inside java/ anymore since it's G-O-N-E
      
      * Appease the namespace linter
      
      * Update src/metabase/db/liquibase/h2.clj
      Unverified
      aaf1b601
  4. Jul 30, 2021
  5. Nov 06, 2020
    • Ariya Hidayat's avatar
      CI: Ensure the use of lockfile when running yarn (#13720) · bb831d2c
      Ariya Hidayat authored
      This makes the dependencies reproducible in the CI run, making it less
      susceptible to external disturbances (e.g. https://yarnpkg.com/ being
      unreachble) since there is just-in-time version resolution anymore and
      likely all the necessary packages are available in the build cache.
      Unverified
      bb831d2c
    • Cam Saul's avatar
      Mega build script improvements (#13638) · cfa6bf84
      Cam Saul authored
      * Mega build script improvements
      
      * Look for project.clj to determine root directory since we delete .git on CI for speed
      
      * If .git folder is missing (i.e., in CI) fail gracefully
      
      * Don't need to generate version file to run Cypress tests, right?
      
      * Build uberjar step can cache version.properties
      (so the Cypress test steps don't need to generate it again)
      
      * Flush caches
      
      * Update uberjar cache key
      Unverified
      cfa6bf84
  6. Oct 29, 2020
  7. Oct 23, 2020
  8. Jan 15, 2020
  9. Mar 15, 2019
  10. Jan 07, 2019
  11. Jan 04, 2019
  12. Jan 03, 2019
  13. Dec 12, 2018
  14. Aug 07, 2018
  15. Dec 09, 2016
  16. Oct 12, 2016
  17. Oct 07, 2016
  18. Aug 12, 2016
  19. Aug 11, 2016
  20. Aug 10, 2016
  21. Oct 12, 2015
  22. Oct 09, 2015
  23. Oct 08, 2015
  24. Oct 05, 2015
  25. Sep 29, 2015
  26. Sep 28, 2015
Loading