This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 05, 2021
-
-
Ariya Hidayat authored
It's redundant since the job explicitly installs the proper version in the previous step, and also running that prematurely pulls a bunch of JARs from Maven Central. This should shave 20 seconds from the CI runs.
-
- Aug 03, 2021
-
-
Nemanja Glumac authored
* Remove `project.clj` from Percy workflows * Replace `project.clj` with `deps.edn` in `build-for-test` script * Update reference to the `project.clj` in the comment
-
- Jul 30, 2021
-
-
Cam Saul authored
-
- Jul 29, 2021
-
-
Cam Saul authored
* Fix some Eastwood failures * Fix a lot of Eastwood errors now that it runs against test namespaces [ci skip] * Run Eastwood against test namespaces [WIP] * Bump Eastwood version to fix some errors in Eastwood itself * Fix another lint warning * Fix test failure * More test fixes
* Fix all the warnings! * Test fix * Bump Eastwood GH action timeout to 20 minutes (!)
-
- Jul 28, 2021
-
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
* auto cherry pick to release branch on merge into master * rename workflow, label
-
Alexander Lesnenko authored
-
- Jul 27, 2021
-
-
Cam Saul authored
* Enable clj-kondo failures on missing docstring; remove bikeshed * Add missing docstrings
-
Alexander Lesnenko authored
-
- Jul 09, 2021
-
-
Ariya Hidayat authored
Some front-end tasks require Shadow CLJS to compile files into JavaScript, therefore let's cache the JARs which it needs.
-
- Jul 08, 2021
-
-
Ariya Hidayat authored
There's no `--lockfile` option, the valid one is `--frozen-lockfile`. https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-frozen-lockfile
-
- Jun 24, 2021
-
-
Ariya Hidayat authored
-
- Jun 23, 2021
-
-
Nemanja Glumac authored
* Move smoke tests to the CircleCi Closes #16741. * Remove smoketest script
-
- May 11, 2021
-
-
Nemanja Glumac authored
- Cherry picks 274be949 from `master`, which extracted unit and timezone tests from CircleCi and made them run using GitHub actions - Synchronizes the "state" between the `master` and `release-x.39.x` branches Co-authored-by:
Ariya Hidayat <ariya@metabase.com>
-
- Apr 30, 2021
-
-
Ariya Hidayat authored
-
- Apr 28, 2021
-
-
Ariya Hidayat authored
-
- Apr 22, 2021
-
-
Ariya Hidayat authored
-
- Mar 18, 2021
-
-
Ariya Hidayat authored
-
- Mar 17, 2021
-
-
Cam Saul authored
* Port code for building i18n resources to Clojure build scripts; remove dep on gettext * Use Metabase classloader * Test fixes
* Bump adoptopenjdk version * Delete gettext dependency from Dockerfile * Update developers-guide.md * Address PR feedback * Fix frontend singular msgstr format Co-authored-by:Luis Paolini <paoliniluis@gmail.com>
-
- Mar 12, 2021
-
-
Ariya Hidayat authored
* CI: Run clj-kondo linter * Add some more paths
-
Ariya Hidayat authored
-
- Mar 10, 2021
-
-
Ariya Hidayat authored
-
- Mar 05, 2021
-
-
Cam Saul authored
* Shared CLJ/CLJS lib (PoC/WIP) * PoC 2.0 * Fixes
* More test fixes * Bump shadow-cljs version * Fix more stuff * Need to ^:export the exports * CI fixes * Add eslintignore * Ignore cljs files for FE code coverage * Try prefixing CLJS -> JS import with goog: * Revert indentation change * No goog: * Add .prettierignore * Use advanced build for now for JS tests unit we can figure out how to make it work
-
- Mar 04, 2021
-
-
Ariya Hidayat authored
* yarn remove flow-bin eslint-plugin-flowtype * CI: remove fe-linter-flow * Remove Flow from ESLint config * Remove Flow type annotations and directives * Simplify Flow types for React elements and components * Import missing Flow types * Remove lint-flow from package.json
-
- Feb 25, 2021
-
-
Ariya Hidayat authored
-
- Feb 22, 2021
-
-
Ariya Hidayat authored
* Use GitHub Actions to check for Dockerfile correctness * Wait for the health check API endpoint
-
- Feb 01, 2021
-
-
Ariya Hidayat authored
* Use GitHub Actions to run front-end linters * Add docs/, needed for lint-docs-links * No need to honor ci skip since the execution is path-conditional already * Remove front-end linters from Circle CI * package.lock, in case any npm/run scripts changed
-
- Jan 05, 2021
-
- Dec 11, 2020
-
-
Ariya Hidayat authored
To simulate a regular end user (with just JRE, not JDK), the launch is varied across different Java versions. Since Metabase doesn't work with Java 15 yet, it is explicitly marked as a known issue (without marking the whole build as a failure, thanks to `continue-on-error` flag).
-
- Dec 09, 2020
-
-
Ariya Hidayat authored
* Collapse the build commands * Set the env var INTERACTIVE to false * Group dependency and build steps properly * Add more paths to ignore
-