Skip to content

1.15.9#127

Merged
mbecker20 merged 21 commits intomainfrom
1.15.9
Oct 15, 2024
Merged

1.15.9#127
mbecker20 merged 21 commits intomainfrom
1.15.9

Conversation

@mbecker20
Copy link
Member

@mbecker20 mbecker20 commented Oct 14, 2024

  • Alerter:
    • Fixes system alert going back and forth between OK and WARNING by adding an alert close threshold
  • Fix unrecognized path have 404 page
  • Publish Typescript Client: https://www.npmjs.com/package/komodo_client
  • Commands (Stack "Pre Deploy", Build "Pre Build", Repo "On Clone / Pull")
    • The command parser now correctly supports escaped newlines ('\n')
    • Example:
    # comments supported
    sh ./shell1.sh # end of line supported
    sh ./shell2.sh
    
    # escaped newlines supported
    curl --header 'Content-Type: application/json' \
      --request POST \          # end of line after escaped newline
      --data '{"key": "value"}' \
      https://destination.com
    
    # print done
    echo done
    

@mbecker20 mbecker20 merged commit 41d1ff9 into main Oct 15, 2024
@mbecker20 mbecker20 deleted the 1.15.9 branch October 15, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant