#2519 taskLabel should use parse_task_params
Closed: Fixed 2 years ago by tkopecek. Opened 3 years ago by mikem.

The taskLabel code in the main koji lib parses task parameters itself in order to create a user-friendly label for display in the ui. This code is quite old and not as robust as what we have in parse_task_params. For example, a number of valid tasks can show up as "malformed" because they were called with keyword args instead of positional.

This isn't a huge priority, as most normally generated tasks generate labels just fine.


Metadata Update from @mikem:
- Custom field Size adjusted to None
- Issue priority set to: Low (was: Normal)
- Issue tagged with: tech-debt

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

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

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2771 Merged 2 years ago