#888 RFE: record task id for repos
Closed: Fixed 2 years ago by tkopecek. Opened 6 years ago by mikem.

I have on numerous occasions needed to look up the task that created a given repo. It's not currently very easy to do that, but it should be pretty easy to just record it when we create them.


I wanted to do this today. Is there any way to do it with raw RPCs?

You can query all newRepo tasks before the repo timestamp and parse requests (or run SQL) - it is definitely not economical.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.24

3 years ago

@mikem Were you thinking about putting it into db, or just in repo.json?

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.25 (was: 1.24)

3 years ago

Were you thinking about putting it into db, or just in repo.json?

Both I think. In order to make this available in the api, it really ought to be in the db. Might as well include it in repo.json too.

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

3 years ago

Metadata Update from @jcupova:
- Issue status updated to: Open (was: Closed)

3 years ago

Metadata Update from @jobrauer:
- Issue tagged with: testing-done

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2823 Merged 2 years ago
  • #2802 Merged 2 years ago