Page MenuHomePhabricator

Provide option to download all user queries
Closed, DuplicatePublic

Description

I would like to download all my queries. No, not the results, but the SQL code (and maybe description section). I currently do it by simple scraping, which of course isn't very good :)

One of the reasons - I may want to search for some specific string or simply look trough queries. Or for some kind of personal backup :)

Most logical would be JSON format with such fields (some of them are of course low priority):

  • title
  • SQL code
  • description part
  • query id
  • last run id
  • last run date
  • fork_of.

Or maybe provide access to quarry database (for Toolforge users)? Not a direct solution, of course :)