Lucas Hild

Results 6 issues of Lucas Hild

I am trying to test my Flask application that uses MongoEngine to communicate with the database: ```python # app.py from flask import Flask, jsonify from mongoengine import connect, StringField, Document...

This pull requests adds support for Postman Collection Format v2.1.0. This change has been asked for in issue #9. The schema of this collection format can be found here: https://schema.getpostman.com/collection/json/v2.1.0/draft-07/docs/index.html...

We would like to show some information (e.g. commit name, triggered by) about the release on the Argo Rollouts dashboard. Therefore, I added a description field to the Rollout which...