Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Allow plus signs in labels #1926

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. Allow plus signs in labels.

    tsalo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0afce3c View commit details
    Browse the repository at this point in the history
  2. Update test_rules.py

    tsalo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e32984c View commit details
    Browse the repository at this point in the history
  3. Remove self from CODEOWNERS.

    tsalo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    97de148 View commit details
    Browse the repository at this point in the history
  4. Update formats.yaml

    tsalo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8400bc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    aa9c73c View commit details
    Browse the repository at this point in the history
  2. Update src/schema/objects/formats.yaml

    Co-authored-by: Chris Markiewicz <effigies@gmail.com>
    tsalo and effigies authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a950d08 View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] Replace more of label regexes present in various spo…

    …ts to gain +
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git-sedi '\\[0-9a-zA-Z\\]' '[0-9a-zA-Z+]'",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7ba5e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1481dc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d692608 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a096cba View commit details
    Browse the repository at this point in the history