This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 04, 2021
-
-
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>
-
- Apr 27, 2021
-
-
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>
-
Gustavo Saiani authored
-
- Apr 15, 2021
-
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
- Apr 13, 2021
-
-
Jeff Bruemmer authored
-
- Apr 09, 2021
-
-
Jeff Bruemmer authored
-
- Apr 06, 2021
-
- Apr 05, 2021
-
-
Paul Rosenzweig authored
This reverts commit c34fa2c0.
-
- Apr 01, 2021
-
-
Jeff Bruemmer authored
-
- Mar 31, 2021
-
-
Jeff Bruemmer authored
* update search images and text * edits on search text * trim search text
-
Jeff Bruemmer authored
* add duplicate question section * Maz edits Co-authored-by:
Maz Ameli <maz@metabase.com> * phrasing Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Mar 23, 2021
-
-
Jeff Bruemmer authored
* consolidated official database lists * update README to link to official list * specify GA version
-
- Mar 22, 2021
-
-
Jeff Bruemmer authored
-
- Mar 18, 2021
-
-
Luis Paolini authored
-
Luis Paolini 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 13, 2021
-
-
Nemanja Glumac authored
-
- Mar 12, 2021
-
-
Luis Paolini authored
* Update full-app-embedding.md Added a detail about SameSite=None cookie * Update docs/enterprise-guide/full-app-embedding.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Mar 11, 2021
-
-
Jeff Evans authored
Update Oracle driver to have the `ssl` (boolean) option, with the expectation that any keystore/truststore params have been set as JVM parameters Updating CircleCI config to allow for the following parameters to the `test-driver` orb: - `extra-env`: a string that will be prepended to the `lein test` invocation, in order to set environment variables specifically for that test run. Expected to look like `VAR_NAME=a VAR_NAME_2=b`. Defaults to blank (i.e. nothing). - `test-selector`: a string that represents the Leiningen test [selectors](https://cljdoc.org/d/leiningen/leiningen/2.9.5/api/leiningen.test#test). Defaults to `:all` (i.e., run all tests). Adding RDS root CA truststore file to our resources so that CircleCI (and anyone else, really) can refer to it Defining new `be-tests-oracle-ssl-ee test-driver` task, and is identical to it except for the env vars required to connect via SSL instead (by specifying the RDS root CA trust store). It only runs a few Oracle driver specific tests, not the full suite, since we are really only concerned with connectivity here. Updating Oracle driver docs to discuss relevant JVM params and configuration
-
- Mar 05, 2021
-
-
Luis Paolini authored
* Update the guide for deploying Metabase in ElasticBeanstalk * parent bb5f28dee441ca09e610a6918890920592d215a2 author Luis Paolini <paoliniluis@gmail.com> 1610502973 -0300 committer Luis Paolini <paoliniluis@gmail.com> 1614898920 -0300 * Please work CircleCI
-
Luis Paolini authored
-
Luis Paolini authored
* Update endpoint documentation * Adding the API key documentation at the endpoint level * Add all API changes
-
- Mar 02, 2021
-
-
Jeff Evans authored
Update Redshift driver to 2.0.0.3 Support controlling JDBC fetch size for Redshift Adding `defaultRowFetchSize` parameter for JDBC URL in Redshift driver, which controls the `fetchSize` for all `PreparedStatement` instances created under it Adding environment variable for controlling the new `redshift-fetch-size` parameter Adding documentation for aforementioned new env var Adding test for both the JDBC URL, as well as the `fetchSize` of the `PreparedStatement` itself
-
Ariya Hidayat authored
These new functions are to support MBQL's is-null and is-empty.
-
- Feb 26, 2021
-
-
Luis Paolini authored
* Add an error from SQLite * Update docs/troubleshooting-guide/running.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Added identification of users and processes and explained myself a bit more on the running metabase troubleshooting guide * Update docs/troubleshooting-guide/docker.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/running.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/docker.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Luis Paolini authored
* Update 05-setting-permissions.md Adding a few words about raw query permissions * Update docs/administration-guide/05-setting-permissions.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Feb 22, 2021
-
-
Luis Paolini authored
* Update authenticating-with-jwt.md Add examples repo * Update authenticating-with-saml.md * Update docs/enterprise-guide/authenticating-with-jwt.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/enterprise-guide/authenticating-with-saml.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Feb 19, 2021
-
-
Jeff Evans authored
Adding entry in public_settings.clj for ssh heartbeat interval, and referencing that from ssh.clj Adding the heartbeat interval to the existing log message when tunnel is established Adding mention of the env var to environment-variables.md
-
- Feb 17, 2021
-
-
Cam Saul authored
* Don't generate initial projections for MongoDB * Massively streamlined MongoDB queries * Linter/test fixes
* Let's fix #13097 at the same time -
Jeff Bruemmer authored
-
- Feb 16, 2021
-
-
Jeff Bruemmer authored
* clarify pivot tables only work with simple and custom questions * typo * Maz edit Co-authored-by:
Maz Ameli <maz@metabase.com> * picking your starting data Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Feb 15, 2021
-
-
Jeff Bruemmer authored
-
dpsutton authored
* Semantic types migration * Fixup for basic querying * Remove the relation type migration. it makes the diff far too hard at the moment. need to be able to just move everything from special_type -> semantic_type and then correct the few that look at it to care about the effective type. the PK/FK stuff gets really invasive and needs to be in its own much smaller changeset * Just rename special_type -> semantic_type for first change * Special type -> semantic type * special-type -> semantic-type * SpecialType -> SemanticType * special type -> semantic type mostly in documentation, docstrings, etc * Fix tests which relied on order of sets database position was annotated by map-index'ing over the set. changing `:special-type` to `:semantic-type` changed the order of the seq produced from it. * special -> semantic in schema_metadata * Tim is awesome: Undo overeager special->semantic in docstrings * Un-rename semantic_type in data_migrations These migrations are run unless a migrations table marks them as already having run. If they haven't run, then the db is older and the column is special_type most likely. So we let them run as `:special_type` and add some error handling to the migration runner that is _opt in_. ```clojure (defmigration ^{:author "camsaul", :added "0.20.0", :catch? true} migrate-field-types ... ) (try (@migration-var) (catch Exception e (if catch? ;; catch? from metadata (log/warn (format "Data migration %s failed: %s" migration-name (.getMessage e))) (throw e)))) ``` * Fix merged master changes just accepted their changes and fixed up rather than fix conflicts.
-
- Feb 12, 2021
-
-
Luis Paolini authored
* Add LDAP instructions + troubleshooting * Update docs/administration-guide/10-single-sign-on.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/ldap.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/ldap.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update a few lines * A fully working example without any modifications * Update docs/troubleshooting-guide/ldap.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/ldap.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update ldap.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
- Feb 09, 2021
-
-
Raimon Grau authored
-
- Feb 08, 2021
-
-
Raimon Grau authored
-