dpsutton
dpsutton
the existing copy dashboard url (dashboard/:id/copy) now takes two new arguments: - destination-collection: a collection id to put the copies and dash - copy-style: "deep" or "shallow" (omitting assumes prevoius...
Introduces a notion of `datetimediff` to mbql. `datetimediff` takes two temporal expressions and a unit and returns the number of units between the two expressions. ``` datetimediff( temporal-expression-1, temporal-expression-2, unit...
I was pairing with a colleague who uses Calva and we discovered that there doesn't seem to be a keybinding for `apropos`. I was hoping Calva could add a keybinding...
Want to ensure that we reject post requests to our backend if they have a type different from application/json. This was attempted in the past in https://github.com/metabase/metabase/pull/9547/files and then undone...
### Describe the bug so recap: master is failing in a way that matters, but not a freakout. We should disable the failing test while we fix it. @camsaul ’s...
https://www.notion.so/metabase/Measuring-Creator-Sentiment-f9b5e01e175540cf969c24b3159a29e8?d=d20237da699b481f8c63f16fe95996b5#aa173b3cce3a41cf9173492d2017c0b2 ```[tasklist] ### BE Tasks - [ ] monthly task to send emails - [ ] query to find users (modding by month) - [ ] setting to disable sending...
I want to be able to create a `ConnectionCustomizer` to instrument our connection pools to monitor for activity for our health endpoint without necessarily hitting the database in the endpoint...
I love the idea of the Edge protocol in graph.clj. However, it seems like you don't honor it when your add-edges* functions destructure edges as `[n1 n2]`. I wish it...
I've looked into this, and the toJSON function is not automatically called by sails. What this means is that the user list page http://localhost:1337/user serves all encrypted passwords as does...
before: ```clojure ❯ clj -M:"$ALIASES" Warning: environ value /Users/dan/.sdkman/candidates/java/current for key :java-home has been overwritten with /Users/dan/.sdkman/candidates/java/21.0.2-tem WARNING: abs already refers to: #'clojure.core/abs in namespace: clojure.algo.generic.math-functions, being replaced by: #'clojure.algo.generic.math-functions/abs...