This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 25, 2022
-
-
Case Nelson authored
* wip * Update kondo hook for with-temp* `with-temp*` allows for unpaired bindings if you just want the default model. This would break the `let` that the hook was binding if you had an unpaired temp model followed by others. * Adding tests for emitters and actions Test hydration of :emitters Test hydration of :action Test http emitter execution Test emitter crud Test failure cases around emitter execution Small consistency changes made to non-test code that shouldn't affect happy path FE code, largely 404 checking and keyword/string consistency. * Fix unused requires * Fix macro resolution
-
- Jul 22, 2022
-
-
Anton Kulyk authored
* Remove outdated safe-guard * Don't use `category` type for action parameters * Remove useless `filter` * Fix UUID usage in dashboard filters * Support user-filled params for HTTP actions
-
Anton Kulyk authored
* Add bulk action logic to data app context * Select List viz items with a checkbox * Enable Edit / Delete buttons when selecting items * Handle bulk delete (UI) * Stop checkbox click propagation * Show bulk selection controls on hover * Select items on row click when selection starts * Add overflow-x hidden for list item rows * Allow turning off bulk actions via viz setting * Add `primaryKeys` method to `Table` class * Add bulk delete endpoint * Implement bulk delete * Clean bulk selection after successful delete * Add bulk update endpoint * Add `type` and `mode` props to writeback form * Implement bulk update * Don't show inline actions in bulk selection mode
-
Anton Kulyk authored
-
Braden Shepherdson authored
`PulseChannelRecipients` are a `:recipients` field on `PulseChannels`. This requires some careful handling when inserting or updating a `PulseChannel` to upsert the recipients.
-
Aleksandr Lesnenko authored
* fix percy flakiness * run e2e * fix percy flakiness * update docs, remove timeout config that did not help
-
Mahatthana (Kelvin) Nomsawadi authored
-
Aleksandr Lesnenko authored
* fix incorrect value is used for the bubble size domain * rename * fix typo
-
Alexander Polyankin authored
-
Alexander Kiselev authored
* restoring files from failed commit * switched to text area, added error/response handle, and started adding styled components * fixed issue with emitter ID and parameters * add success/failure toast w/ more info * roundtrip works without authentication - almost done removing tailwind * Run prettier * Fix visual regressions on HTTP editor (#24184) * Remove not used import * Use `brand` color instead of `accent0` * Remove tailwind from `Tabs` * Replace `Selector` with `CompactSelect` * Use `Radio` for `MethodSelector` * Remove not used imports * Remove not used imports * Remove tailwind from HTTP headers tab * Use `CompactSelect` for protocol select * Add border to focused response/error handle input * Uninstall tailwind * Fix placeholders for response/error handles Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Jul 21, 2022
-
-
Noah Moss authored
-
Braden Shepherdson authored
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
GitStart authored
Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
GitStart <1501599+gitstart@users.noreply.github.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
-
Ryan Laurie authored
* remove filter sidebar completely * remove more dead code * fix repro of #15620
-
Gustavo Saiani authored
-
Cal Herries authored
* Update search query to not match search string tokens with dataset_query column if the question is not native * Add test * Rewrite test * Rename query-card -> mbql-card * Use the correct dataset_query map
-
Cal Herries authored
* Correct `score-and-result` to count the weight of the text score when there is no text match * Replace nil-punning of scores with explicit checking for zero scores at each step * Update scoring functions that can return nil to return zero instead * Address archived search with no search string * Update e2e test * Update e2e test with new ordering of results * Fix dataset search with blank query string
-
Braden Shepherdson authored
-
GitStart authored
Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
RubensRafael <rubensrafael2@live.com> Co-authored-by:
GitStart <1501599+gitstart@users.noreply.github.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
RubensRafael <rubensrafael2@live.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Braden Shepherdson authored
-
GitStart authored
Keyboard focus switches from parameter input to SQL editor automatically after re-running query (#23880) * Keyboard focus switches from parameter input to SQL editor automatically after re-running query * Keyboard focus switches from parameter input to SQL editor automatically after re-running query * Keyboard focus switches from parameter input to SQL editor automatically after re-running query * disable SQL editor auto focus Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
GitStart <1501599+gitstart@users.noreply.github.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev> Co-authored-by:
gitstart <gitstart@users.noreply.github.com> Co-authored-by:
gitstart <gitstart@gitstart.com> Co-authored-by:
Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by:
Gh0sT <coolmagnas@gmail.com> Co-authored-by:
Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by:
Benjamin Mayanja <vibenjamin6@gmail.com> Co-authored-by:
Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
-
Alexander Polyankin authored
-
- Jul 20, 2022
-
-
Nemanja Glumac authored
* Install esbuild Cypress preprocessor * Register esbuild preprocessor in Cypress plugins * Remove Cypress webpack preprocessor * Remove webpack references from comments
-
Noah Moss authored
* basic logic for including params in dashboard subscriptions * BE date formatting * redo approach to date formatting locale * refactor and use the same formatting code for parameters listed in subscription header * fix tests and lint * fix more tests * fix final (?) test and fix namespace lint error * a couple extra test cases * fix tests * new cypress test * address braden and ngoc's comments * fix tests * guard against nil text in substitute_tags
-
Ngoc Khuat authored
* fixing tests and make chain-filter dashboard endpoints returns the flag * remove using anonymous function in update * Update dashboard endpoints and `FieldValuesWidget` to handle `has_more_values` scenario (#24022) * update dashboard action/reducer * Update FieldValuesWidget * Update isSearchable to accept map of args * Add unit tests for various FVW utils * Split isSearchable logic a little Co-authored-by:
Dalton <daltojohnso@users.noreply.github.com>
-
Braden Shepherdson authored
-
Nemanja Glumac authored
* Simplify temporary DB path * Set the port to 4000 * Move logic to create server config inside the base function * Rename `kill` function to distinguish between it and Node process `kill` * `createServer` as a method * Remove reliance on Maps * Stop server logic implemented directly in a method * Remove unneeded parameter * Start server logic implemented directly in a method * Remove `isReady` from global scope * Remove `delay` from the global scope * Rename `BackendResource` to `CypressBackend` * Rename file * Simplify `CypressBackend` No need to invoke the function when we can store everything as method definitions under `CypressBackend` object. * Pass `port` as an argument with default value * Use template literals for logging * Destructure `response` * Fix small typo in the comment * Tidy up `dbFile` in the `server`
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
metamben authored
This parameter makes the impression that Metabase can deal with encrypted private keys, but this is not the case. The internal keystore password can just as well be randomly generated in the code.
-
Gustavo Saiani authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix changing locale doesn't reload page * Fix SSO users can't set language * Address Alexander's feedback
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix rendering segment and metric revision history * Address Alexander's feedback * Remove unused styled-system props
-
Cam Saul authored
* Remove `u/key-by` * Fix typo * SORT THE NAMESPACES
-