Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !385

Fix filter

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dbeltran requested to merge fix-filter into master Oct 23, 2023
  • Overview 4
  • Commits 6
  • Pipelines 0
  • Changes 2

This fix #1147 (closed),

An strip() function was missing. It was working with our examples but if a workflow had "test__test_test" instead of "test_test_test" (_ == {space} ) it was not working

This bug was introduced in 4.0.89 when this function changed to check each filter individually instead of the whole filter with an IN when treating with integers ( per example, 1,10,2,3. 1 is in 1 but also in 10 )

Edited Oct 23, 2023 by dbeltran
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-filter