Issue #966
closedpulp-admin tasks list --help and -s canceled have a discrepancy in the spelling of "canceled" vs. "cancelled"
Description
We should adopt a formal position on how we want to spell that word and stick to it.
If you use pulp-admin tasks list --help, you will see the one l spelling. If you actually list your canceled tasks, you will see the two l spelling in the reported tasks' states.
Updated by jortel@redhat.com over 8 years ago
- Triaged changed from No to Yes
Note: The spelling in the state cannot be changed for backwards compat.
Updated by mhrivnak over 8 years ago
- Platform Release set to 2.7.0
I think this was introduced in 2.7.0 development, so let's get it fixed before that's released.
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Added by ipanova@redhat.com over 8 years ago
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Updated by ipanova@redhat.com over 8 years ago
- Status changed from ASSIGNED to POST
Updated by ipanova@redhat.com over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_docker:3bcb2e7919035f460b336b4cdc2376515be1e619.
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Added by ipanova@redhat.com over 8 years ago
Fixing discrepancy "canceled" vs. "cancelled
Updated by ipanova@redhat.com over 8 years ago
Applied in changeset pulp|08b3bd8d4f7d9b9055208bf5f456da0e7df41033.
Updated by ipanova@redhat.com over 8 years ago
Applied in changeset pulp_rpm:807f54f3f0b9c18fecf2bd5e912cb35d6351dc54.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by pthomas@redhat.com over 8 years ago
- Status changed from 5 to 6
verified
[root@qe-blade-10 ~]# pulp-admin tasks list --help
Command: list
Description: lists tasks queued (waiting) or running on the server
Available Arguments:
--all, -a - if specified, all tasks in all states are shown
--state, -s - comma-separated list of tasks states desired to be shown.
Example: "running,waiting,canceled,successful,failed". Do not
include spaces
[root@qe-blade-10 ~]#
<\pre>
<pre>
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin tasks list -s
Usage: pulp-admin [options]
Command: list
Description: lists tasks queued (waiting) or running on the server
Available Arguments:
--all, -a - if specified, all tasks in all states are shown
--state, -s - comma-separated list of tasks states desired to be shown.
Example: "running,waiting,canceled,successful,failed". Do not
include spaces
[root@qe-blade-10 ~]#
Updated by amacdona@redhat.com almost 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Fixing discrepancy "canceled" vs. "cancelled
closes #966 https://pulp.plan.io/issues/966