Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 15, 2024
  2. May 03, 2024
  3. May 01, 2024
  4. Nov 14, 2023
  5. Jun 20, 2023
  6. May 25, 2023
  7. Apr 27, 2023
  8. Apr 19, 2023
  9. Mar 27, 2023
  10. Jan 17, 2023
  11. Nov 23, 2022
  12. Nov 09, 2022
  13. Sep 07, 2022
  14. Aug 26, 2022
  15. Aug 09, 2022
  16. Aug 08, 2022
  17. Jul 06, 2022
  18. Jun 13, 2022
  19. Apr 18, 2022
  20. Jan 20, 2022
  21. Nov 30, 2021
  22. Aug 16, 2021
  23. Apr 06, 2021
  24. Feb 15, 2021
    • dpsutton's avatar
      Semantic types pt 1 (special-type -> semantic-type rename) (#14780) · 80a88883
      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.
      80a88883
  25. Jul 16, 2020
    • Console's avatar
      Docs for data model, localization, https redirect (#12876) · f8accbda
      Console authored
      
      * types list
      
      * column reorder
      
      * rephrase to fix formatting error
      
      * localization draft
      
      * rephrase to fix formatting error
      
      * localization draft
      
      * removed language settings from configuration settings
      
      * typo
      
      * global, field, question formatting settings
      
      * https redirect
      
      * rephrase to fix formatting error
      
      * localization draft
      
      * rephrase to avoid formatting issue
      
      * rebase
      
      * localization draft
      
      * removed language settings from configuration settings
      
      * typo
      
      * global, field, question formatting settings
      
      * types list
      
      * column reorder
      
      * https redirect
      
      * hide tables gif
      
      * updated screenshots and column reordering gif
      
      * fix hide tables gif
      
      * typo
      
      * learn about your data
      
      * metadata editing
      
      * settings for whole instance
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      
      * contraction
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      
      * language selection
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      
      * gerunding
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      
      * full stop
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      f8accbda
  26. Oct 16, 2018
  27. Sep 17, 2018
  28. Apr 19, 2018
  29. Apr 11, 2018
  30. Jul 13, 2017
  31. Jan 24, 2017
  32. Jan 12, 2017
    • Lindsay Stevens's avatar
      Add missing newlines in docs pages (#4108) · 3c524ef4
      Lindsay Stevens authored
      * Add missing newline in users-guide/09-pulses.md
      
      Missing newline causes text rendered on metabase.com docs site to be in a paragraph instead of a bulleted list. It looks fine on GitHub though.
      
      * Add missing newline in admin-guide/03-metadata.md
      
      Missing newline causes text rendered on metabase.com docs site to be in a paragraph instead of a bulleted list. It looks fine on GitHub though.
      
      * Fix link in admin-guide/10-sso
      
      Link at the bottom of the page pointed to old number for the getting-started-guide
      3c524ef4
  33. Oct 06, 2016
  34. Jan 21, 2016
  35. Oct 16, 2015
  36. Oct 13, 2015
  37. Sep 18, 2015
  38. Sep 11, 2015
  39. Jul 27, 2015
Loading