Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 04, 2021
    • Luis Paolini's avatar
      Update environment-variables.md (#15340) · 662a722d
      Luis Paolini authored
      
      * Update environment-variables.md
      
      * Update docs/operations-guide/environment-variables.md
      
      Co-authored-by: default avatarJeff Bruemmer <jeff@metabase.com>
      
      Co-authored-by: default avatarJeff Bruemmer <jeff@metabase.com>
      Unverified
      662a722d
    • Ariya Hidayat's avatar
    • dpsutton's avatar
      Collections metadata backend work (#15718) · b7180693
      dpsutton authored
      * Provide `:last-edit-info` information on collection items
      
      only provided for cards and dashboards. At the moment, collections can
      have:
      - cards (:ballot_box_with_check:)
      - dashboards (:ballot_box_with_check:)
      - snippets (:x:)(not in UI)
      - pulses (:x:)(deprecated)
      - other collection (:muscle: 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
      Unverified
      b7180693
  2. May 03, 2021
  3. May 02, 2021
  4. May 01, 2021
  5. Apr 30, 2021
  6. Apr 29, 2021
  7. Apr 28, 2021
  8. Apr 27, 2021
  9. Apr 26, 2021
    • Luis Paolini's avatar
      Update .ebextensions (add Cloudwatch agent & AWS Inspector) (#14718) · ddfac7ed
      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: default avatarJeff Bruemmer <jeff@metabase.com>
      
      * Add a few more changes to finish this PR
      
      Co-authored-by: default avatarJeff Bruemmer <jeff@metabase.com>
      Unverified
      ddfac7ed
    • Jeff Evans's avatar
      Set c3p0 dataSourceName property to include Metabase specific info (#15681) · 478ec730
      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
      Unverified
      478ec730
    • Gustavo Saiani's avatar
      Fix typo in documentation (#15798) · 0fa915db
      Gustavo Saiani authored
      Unverified
      0fa915db
    • Ariya Hidayat's avatar
      Custom expression: friendlier message on failing tokenization (#15787) · 420e7be8
      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
      Unverified
      420e7be8
    • Alexander Lesnenko's avatar
      remove flow suppressions (#15805) · 68a39235
      Alexander Lesnenko authored
      Unverified
      68a39235
    • Nemanja Glumac's avatar
      [SCHEDULED, Week 19] Fix `react/no-string-refs` errors (#15547) · 8888de33
      Nemanja Glumac authored
      
      * Fix `eslint-react/no-string-refs` errors (#15427)
      
      * Handle errors in `AdminLayout.jsx`
      
      * Rmove unused ref from `MetadataEditorApp.jsx`
      
      * Remove unused ref from `EditBar.jsx`
      
      * Handle errors in `Confirm.jsx`
      
      * Handle errors in `Header.jsx`
      
      * Handle errors in `NewsletterForm.jsx`
      
      * Handle errors in `ColorPicker.jsx`
      
      * Remove unused ref from `PasswordReveal.jsx`
      
      * Handle errors in `Triggerable.jsx`
      
      * Handle errors in `TokenField.jsx`
      
      * Handle errors in `DashboardHeader.jsx`
      
      * Handle errors in `RefreshWidget.jsx`
      
      * Handle errors in `DatabaseEditApp.jsx`
      
      * Handle errors in `FieldRemapping.jsx`
      
      * Handle errors in `ObjectActionsSelect.jsx`
      
      * Handle errors in `ObjectRetireModal.jsx`
      
      * Remove unused ref from `UserGroupSelect.jsx`
      
      * Handle errors in `PermissionsGrid.jsx`
      
      * Handle errors in `ParameterTargetWidget.jsx`
      
      * Handle errors in `ParameterValueWidget.jsx`
      
      * Handle errors in `PulseEdit.jsx`
      
      * Handle errors in `PulseEditName.jsx`
      
      * Handle errors in `DataSelector.jsx`
      
      * Remove unused ref from `FieldWidget.jsx`
      
      * Handle errors in `NativeQueryEditor.jsx`
      
      * Handle errors in `SearchBar.jsx`
      
      * Handle errors in `ExpressionEditorTextfield.jsx`
      
      * Remove unused ref from `FieldWidget.jsx`
      
      * Remove unused ref from `SpecificDatePicker.jsx`
      
      * Handle errors in `RevisionMessageModal.jsx`
      
      * Handle errors in `Setup.jsx`
      
      * Handle errors in `LeafletMap.jsx`
      
      * Handle errors in `TableSimple.jsx`
      
      * Handle errors in `PieChart.jsx`
      
      * Handle errors in `Progress.jsx`
      
      * Remove unused refs from `QueryBuilder.jsx`
      
      * Remove unused ref and methods from `MetadataHeader.jsx`
      
      * Remove unused ref from `DashboardActions.jsx`
      
      * Handle errors in `DatabaseListApp.jsx`
      
      Note: dynamic refs
      
      * Handle errors in `LegendHorizontal.jsx`
      
      Note: dynamic refs
      
      * Disable linting rule `react/no-string-refs` in `LegendVertical.jsx`
      
      Note: dynamic refs
      
      * Partially handle errors in `GuiQueryEditor.jsx`
      
      * Disable linting rule `react/no-string-refs` in `GuiQueryEditor.jsx`
      
      Note: dynamic refs
      
      * Revert "Remove unused ref from `DashboardActions.jsx`"
      
      This reverts commit 5facb9d60ecb561093af15efcfc99b29ff96980e.
      
      * Handle errors in `DashboardActions.jsx`
      
      * Remove redundant `ReactDOM.findDOMNode` from `Setup.jsx`
      
      * Revert "Handle errors in `DashboardActions.jsx`"
      
      This reverts commit b3d64b8f7a982e0371d225d0d624ecbeaf776b76.
      
      * Disable linting for `DashboardActions.jsx`
      
      * Fix prettier error
      
      * Delete non-existing prop `getTarget`
      
      * Fix typo
      
      * Fix typos in more places
      
      * Fix `footerRef` check
      
      * Turn on `react/no-string-refs` lint rule
      
      * Disable `react/prop-types` in files that are breaking the build
      
      * Fix broken refs
      
      Co-authored-by: default avataralxnddr <alxnddr@gmail.com>
      Unverified
      8888de33
  10. Apr 23, 2021
  11. Apr 22, 2021
    • dpsutton's avatar
      Rename collection revision (#15616) · a88351d7
      dpsutton authored
      * Table collection_revision -> collection_permission_graph_revision
      
      in anticipation of getting collection revisions in, need the table
      name as the previous table named this was tracking changes to the
      permission graph
      
      * rename collection permission graph revision alias
      
      * Remove unnecessary or for precondition
      
      * Rename sequence in sql
      
      liquibase has a renameSequence changeset but it doesn't work for h2
      obviously. However, it doesn't allow this constraint to be honored
      with a precondition. Just having this changeset on h2 blows up
      Unverified
      a88351d7
Loading