Jo

Results 201 comments of Jo

Sorry for the delay @junaid-ali , thanks for the patch, I'll merge it in as soon as CI passes

@eleijonmarck :+1: will take a look at this as soon the linting/tests are fixed as I think it will make a lot of diffs

Thanks for your PR @giuscri , it does seem clearer now :+1:

> LGTM. Do we want to do something for legacy API keys (i.e. not yet migrated to service accounts) ? This service will live in the SA service but will...

Hey, can you share the output of the following SQL query: ```sql SELECT id, uid, COUNT(*) AS "Count" FROM dashboard GROUP BY id HAVING COUNT(*) > 1 ``` Just to...

The output of the following SQL query can also help: ```sql SELECT GROUP_CONCAT(id) FROM dashboard_acl GROUP BY dashboard_id, role HAVING COUNT(*) > 1 ```

Hey @zxlxgd @adamdougal and @TomRitserveldt . We might have found a cause for the failing migration and have a fix ready, but we want to make sure this is the...

Hey @moson-mo , we can go with that if you're willing to put in effort :+1: thanks

@assapir this would require the option to be forwarded to `install` and install to do the gathering target process, print desired the format and then exit. It should be doable...