Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 27, 2023
  2. Apr 19, 2023
  3. Mar 27, 2023
  4. Jan 17, 2023
  5. Nov 23, 2022
  6. Nov 09, 2022
  7. Sep 07, 2022
  8. Aug 26, 2022
  9. Aug 09, 2022
  10. Aug 08, 2022
  11. Jul 06, 2022
  12. Jun 13, 2022
  13. Apr 18, 2022
  14. Jan 20, 2022
  15. Nov 30, 2021
  16. Aug 16, 2021
  17. Apr 06, 2021
  18. 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
  19. 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
  20. Oct 16, 2018
  21. Sep 17, 2018
  22. Apr 19, 2018
  23. Apr 11, 2018
  24. Jul 13, 2017
  25. Jan 24, 2017
  26. 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
  27. Oct 06, 2016
  28. Jan 21, 2016
  29. Oct 16, 2015
  30. Oct 13, 2015
  31. Sep 18, 2015
  32. Sep 11, 2015
  33. Jul 27, 2015
  34. Apr 30, 2015
  35. Apr 07, 2015
Loading