Skip to content

feature request: Exclude / also from job names #19072

Open
@Kamilcuk

Description

@Kamilcuk

Proposal

The proposal is to disallow slash / from job names.

Use-cases

The use case is to use job/group/task format when referencing a task in a group within a job. Currently, job names are allowed to contain slashes, but group and task names are not. I think it would be great to also disallow task names to contain slashes, for easier referencing without any escaping. It would also make easier to make HTTP requests, where / is the URL parts separator.

Attempted Solutions

The solution, like in the case of nomad web UI, is to visually distinguish job name from the separator. Another is to escape \/ slash like in sed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Needs Roadmapping

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions