Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 24, 2023
  2. Apr 24, 2023
  3. Apr 20, 2023
  4. Apr 18, 2023
  5. Dec 12, 2022
  6. Nov 30, 2022
  7. Oct 05, 2022
  8. Sep 22, 2022
  9. Aug 30, 2022
  10. Aug 26, 2022
  11. Aug 18, 2022
  12. Aug 16, 2022
  13. Jul 08, 2022
  14. Jun 13, 2022
  15. Mar 18, 2022
  16. Mar 10, 2022
  17. Mar 02, 2022
  18. Feb 23, 2022
  19. Jan 12, 2022
    • Chris Wu's avatar
      Add Pulse URL param to email settings (#18879) · 4ac9b7de
      Chris Wu authored
      * Add Pulse URL param to email settings
      
      * Undo frontend changes -- make config only allowable by env var
      
      * Make config enterprise only
      
      * Address feedback
      
      * Change namespace and token feature
      
      * newline
      
      * Rename var and add docs
      Unverified
      4ac9b7de
  20. Dec 22, 2021
  21. Dec 01, 2021
  22. Nov 05, 2021
  23. Oct 12, 2021
  24. Sep 20, 2021
  25. May 24, 2021
    • Noah Moss's avatar
      Fix "remember me" checkbox on login (#15995) · 1da77343
      Noah Moss authored
      * respect `remember` field on backend if session tokens are not enforced via env variable
      
      * modify docs to describe new behavior
      
      * fix indentation
      
      * use get-in to access remember field of request
      
      * add a session api test
      
      * expose session-cookies as a public setting
      
      * hide remember me checkbox if session-cookies is set
      Unverified
      1da77343
  26. May 04, 2021
  27. Mar 02, 2021
    • Jeff Evans's avatar
      Add JDBC fetch size option for Redshift driver (#14617) · 6cfd9947
      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
      Unverified
      6cfd9947
  28. Feb 19, 2021
    • Jeff Evans's avatar
      Make SSH heartbeat interval configurable (#14679) · 391749b7
      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
      Unverified
      391749b7
  29. Feb 08, 2021
  30. Jan 29, 2021
  31. Aug 24, 2020
  32. Jul 02, 2020
  33. Jun 08, 2020
  34. Mar 18, 2020
Loading