Skip to content

Would like a nicer way to detect config as code projects #133

@borland

Description

@borland

The current approach expects the caller to do this:

project.PersistenceSettings.GetType() != "VersionControlled"

Reference:

if project.PersistenceSettings != nil && project.PersistenceSettings.GetType() == "VersionControlled" {

It would be nice if there was a cleaner way to detect a version-controlled project other than comparing with this magic string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions