This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 05, 2021
-
-
Howon Lee authored
Whacks in search changes for backend needed in #15768 and #15738. Also whacks in the changes for frontend needed in #15738 but not for #15768.
-
Nemanja Glumac authored
* Handle errors in `ColorSchemeWidget.jsx` * Handle errors in `audit_app/routes.jsx` * Fix missing key prop warnings * Turn on `react/jsx-key` lint rule Co-authored-by:
alxnddr <alxnddr@gmail.com>
-
Nemanja Glumac authored
* Allow multiple `--spec` arguments in Cypress `run` command (#15917) * Split e2e CI groups (#15924) * Add option to choose between source-folder and test-files in CCI * Rearrange Cypress files * Split e2e workflows * Split native queries into a separate CI group
-
Anton Kulyk authored
* Change site-url description copy * Display part of site-url description as bold text * Replace custom description with warningMessage prop
-
- May 04, 2021
-
-
Jeff Evans authored
Similar to #15664, update the applicationName to include the local process identifier Updating test accordingly
-
Jeff Evans authored
How does Lisp work, again?
-
Luis Paolini authored
* Update 13-embedding.md * Update docs/administration-guide/13-embedding.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update 13-embedding.md * Update docs/administration-guide/13-embedding.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/administration-guide/13-embedding.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Luis Paolini authored
-
Luis Paolini authored
* Update environment-variables.md * Update docs/operations-guide/environment-variables.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Ariya Hidayat authored
-
dpsutton authored
* Provide `:last-edit-info` information on collection items only provided for cards and dashboards. At the moment, collections can have: - cards (
) - dashboards ( ) - snippets ( )(not in UI) - pulses ( )(deprecated) - other collection ( to be done. needs a table for these changes. they are revisioned) * Send edit info along with cards * Last-edit-info on dashboards * Move last-edit-info functions into a bespoke namespace under revision Under revision as the source of changes all come from revisions at the moment. This might be ill-considered once we add collections into the mix since they are not good candidates for revisions. * Renames and docstring update on the last-edit namespace * Add types * Add `:last-edit-info` on card and dashboard creation * Expect last-edit-info in creation repsonse for cards/dashboard * Docstring on last-edit types * Make the namespace checker happy * namespace checker * Remove moved function * Add edit info to api/card/ and api/dashboard/ * Move event emission outside of transaction
-
- May 03, 2021
-
-
Walter Leibbrandt authored
-
Nemanja Glumac authored
* Improve Cypress runner command line config (#15854) * Rename Cypress CI groups to `e2e-tests` (#15877) * Remove the `node` parameter from Cypress CI job matrix (#15878) * Merge EE Cypress tests with the OSS ones (#15887) * Reorganize test folder: Move e2e support files into a separate folder (#15899) * Refine CI checksum calculation - extract e2e files (#15900)
-
Walter Leibbrandt authored
Co-authored-by:
Raimon Grau <raimonster@gmail.com>
-
Jeff Evans authored
Add new namespace to manage diagnostic info about the DW DB connection pools Adding new atom/fn/macro to wrap the capture of diagnostic info, modeled after the call counting functionality of toucan.db Capturing diagnostic info from a new `datasource-with-diagnostic-info!` fn in the execute namespace, and calling that from the various drivers (instead of `datasource`) Adding to log message generated for the "stats" portion of the line logged via middleware to output this information
-
Ariya Hidayat authored
-
- May 02, 2021
-
-
Ariya Hidayat authored
Use the lexical determination of enclosing function, which makes it more robust agains syntax error or incompleteness. Also, increase the test coverage. * Fix testing the operator * Offer the help text upon a complete field reference (with some tests)
-
- May 01, 2021
-
-
Ariya Hidayat authored
Add some more extensive unit tests. * Test for operator, not whitespace
-
Ariya Hidayat authored
This ensures that the test is deterministic, i.e not exhibiting different behavior relative to the current date.
-
Ariya Hidayat authored
This ensures that the test is deterministic, i.e not exhibiting different behavior relative to the current date.
-
Alexander Lesnenko authored
-
- Apr 30, 2021
-
-
Howon Lee authored
* limit and offset work upon hand exercise * limit added * add the test * docstring is wrong make it not wrong * fix namespace decl * they were test bugs only * stick that limit and offset in there * Permissions imports * make it work in dbs that are not just h2 * add limit test get * needs integer * juice the coverity lol * just stick querying in the overall dealie * tests pass * add counter * rip out the clauses * not just if limited * docstring misplaced * more linting * cool tests * tests pass but lacking test lol * group id works * test works * fix jeff nits * break that api * add test for count * cypress works for some reason lol * fix capitalizations * admin people pagination frontend (#15821) * admin people pagination frontend * admin people pagination and search specs * address review comments * fix rebase * address review comments Co-authored-by:
Alexander Lesnenko <alxnddr@users.noreply.github.com>
-
Ariya Hidayat authored
-
Ariya Hidayat authored
This is carried out via lexical replacement, i.e. finding the token to be replaced, instead of the rather-brittle and often-incorrect regex for prefix/postfix. * Always place the caret after the replacement text * Only accept suggested "(" when there is no forthcoming "(" already
-
Ariya Hidayat authored
As we progress better with refactoring and simplification, the complexity threshold should be reduced as well.
-
- Apr 29, 2021
-
-
Alexander Lesnenko authored
-
Dalton authored
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
-
- Apr 28, 2021
-
-
Ariya Hidayat authored
-
Dalton authored
* replace onMouseUp with onClick * make TableInteractive cell keyboard accessible
-
Ariya Hidayat authored
-
- Apr 27, 2021
-
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
An example of failed smoke tests run prior to this fix: https://app.circleci.com/pipelines/github/metabase/metabase/15496/workflows/d4937774-3ef6-412b-a7c8-a6b9e47b5515/jobs/594197
-
Ariya Hidayat authored
It's terrifying to see lots of error messages when the expression is invalid or not completed yet. To overcome this, we display only one, the highest-priority and most friendly one. The rank is: * tokenization error, e.g. mismatched parentheses * type-checking error, e.g. incorrect count of function arguments * syntax error (from the parser) * Fix coding style issue * Robust against non-Array compileError
-
Noah Moss authored
* fix grammar in developers guide * more small dev guide fixes
-
- Apr 26, 2021
-
-
Luis Paolini authored
* Update .ebextensions to send memory usage to Cloudwatch and also install inspector agent to actively monitor threats. Added full Cloudwatch agent with metrics config, simplified config file. Fix #9021 * Adding a few items to documentation * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Add a few more changes to finish this PR Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Jeff Evans authored
Set c3p0 dataSourceName property to include Metabase specific info Change data-warehouse-connection-pool-properties multimethod to include database as 2nd param Setting the dataSourceName c3p0 property to have the format db-<N>-<D>-<DB> where <N> is the DW database ID, <D> is the driver name, and <DB> is the database name from the db details Adding test Setting c3p0 dataSourceName for the app DB pool as well
-
Gustavo Saiani authored
-
Ariya Hidayat authored
* Custom expression: friendlier message on failing tokenization This covers cases such as: * invalid characters * unterminated quoted string * unterminated bracket/field reference * Ensure that tokenizerError is initialized properly
-