This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 29, 2022
-
-
Noah Moss authored
* standardize ns formatting in all src/ namespaces * small fixes * test formatting * enterprise files * fix whitespace linter error * fix kondo error * bin files * reformat shared files * fix errors * fix another error * mostly fix import to use parenthesis and have it at a new line * fix wrong spacing Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Nemanja Glumac authored
-
metamben authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Ikko Ashimine authored
comparision -> comparison [ci skip]
-
- Dec 28, 2022
-
-
Nemanja Glumac authored
This reverts commit a63f9bd1.
-
metamben authored
* Use gvenzl/oracle-xe docker to test Oracle * Configure SSL connection for Oracle 21.3 * Fix secret handling
-
Cam Saul authored
* Fix BigQuery parsing of `bigdecimal` results * Avoid big changes to `ns` form * Update tests
-
Nemanja Glumac authored
-
- Dec 27, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Dec 26, 2022
-
-
Nemanja Glumac authored
* Do not run backend workflow when in draft mode * Do not run FE unit tests when in draft mode * Let BE `kondo` linter run even in the draft mode * Run `be-java-11-ee` even in the draft mode * Remove `matrix` from the job condition * Add `java-11-ee` pre-check in draft mode * Run both BE and FE workflows when PR is marked for review * Name the pre-check java-11 job accordingly
-
Nemanja Glumac authored
-
Cam Saul authored
* Switch back to main fork of `clojure.java-time` and bump version * Run uberjar build steps in one command (faster CI) * Fix `truncate-to` for new version of `clojure.java-time`
-
- Dec 25, 2022
-
-
Nemanja Glumac authored
We were 4 major versions behind. There were a lot of breaking changes, but none that affect how we use this library.
-
- Dec 24, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Dec 23, 2022
-
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add action related stuff to database types * Add utils checking actions support and state * Ensure database's `getPlainObject` returns db type * Add models actions section to database sidebar * Address feedback
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Clean up tests * Port `DatabaseFeature` type to `metabase-types/api` * Add more tests * Extract styled components * Remove redundant class names * Remove `"Actions"` CSS class * Convert `Sidebar` to TypeScript * Extract callbacks * Remove redundant CSS classes * Sort imports * Extract more styled components * That wasn't supposed to be here
-
Ngoc Khuat authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- Dec 22, 2022
-
-
Jeff Bruemmer authored
* explanation and connective tissue * heading promotion * formatting * note on full-app embedding * hyphen
-
Nemanja Glumac authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix input widget with parameter using incorrect type When a FieldValuesWidget as `parameter` prop, it indicates that it is tied to a dashboard parameter, so we should use parameter instead of field type when rendering the component. * Add a test * Address review * Remove wrong JSdoc types * Fix failed E2E test due to wrong mock parameter type
-
Nemanja Glumac authored
-
Cal Herries authored
* Merge follow-up and abandonment emails * Update the call to action * Remove unused requires * Remove all traces of abandonment emails * Remove unused require
-
Ngoc Khuat authored
* source -> values_source for parameter * Rename FE source type & options * ParameterSourceOptions -> ValuesSourceConfig Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- Dec 21, 2022
-
-
adam-james authored
* Handle abbreviation and date-separator in a fn, where defaults are passed in in any place where nil COULD exist Moving abbreviation and date-separator string changes into a post-processing fn allows each unit case to handle the date-style default formatting, and eliminates the problem of date-style being `nil` in the let statement. It was this scenario where `abbreviate` was `true`, but `date-style` was `nil`. In many cases, if `date-style` is nil, then so is `abbreviate` and `date-separator`, in fact, the default from the frontend sends nil for all of these keys. In such a case, none of the branches run and nil is safely passed through. It is then handled appropriately with `(or ...)` expressions in each entry for the case statement. But, it is indeed possible to have a nil `date-style` with non-nil `abbreviate` or `date-separator` keys. Now, the post-process-date-style function is only ever called AFTER the default date-style is set in whatever case branch is needed. * Turn frontend day format 'dddd' into backend format 'EEEE' The frontend sends a datetime format string to the backend and some elements are not equivalent to the expectations the java datetime formatter has. * Unskip e2e reproductions * Add a test for all 'written date' combos * These tests fail b/c I fixed the 'default' from Abbreviated to non-abbreviated * Add test 'matrix' for numerically formatted dates, and each separator * Finally, add tests to confirm that custom-formatting is applied
-
Braden Shepherdson authored
This adds a cross-platform number formatting library in CLJC, which has (nearly) identical output in both JVM and JS environments. The only known differences are: - JVM Clojure has `BigDecimal` support, so isn't limited to a `double`'s range. - Exact spelling/capitalization of the full names of currencies differs. - JVM: "7.34 US Dollar" - JS: "7.34 US dollars" Some future work is required to fully land this. In particular, the `currency_in_header` logic should be moved to the table formatters, not implemented on the JS side of this change.
-
Nick Fitzpatrick authored
* Adding Subtitle to Series Name Input * PR Feedback * fixing cypress test
-