Skip to content
#

workflow

Here are 2,392 public repositories matching this topic...

potiuk
potiuk commented Sep 23, 2020

Description

We are using Breeze by developers on Linux and MacOS and they behave slightly differently.

This is both Bash and Some Posix tools (which are in different versions on Mac than on modern Linux versions)

GitHub actions support Mac OS builds, so w could run a single, separate workflow on MacOS to only test Breeze's and development environment functionality on Mac.

**Use

samath117
samath117 commented Sep 21, 2020

Summary

The documentation around retry loops explains that it is possible to specify both the duration and the maxDuration as "durations", specifically

e.g.: "2m", "6h", "1d"

However, specifying the duration as "1d" leads to an error: "unable to parse 1d as a duration". In any case, a full accounting of the allowed duration specifications in the docs would be much appreciated.

danielnuriyev
danielnuriyev commented Sep 15, 2020

Description

I just run MySQLFetch task:

mysql = MySQLFetch(
        host="...",
        port=3306,
        db_name="...",
        user="...",
        password="...",
        query="SELECT * FROM ... LIMIT 1"
    )
mysql.run()

And I get this:

Traceback (most recent call last):
  File "/Users/danielnuriyev/simplisafe/scripts/lib/python3.8/site-packages/IPython/core/int
SuiteCRM
martinjaime
martinjaime commented Sep 14, 2017

Had the branch ancestry:

branch-1
  branch-2-bug-fix
    branch-3

All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.

I was expecting it to change the base branch of branch-3‘s PR but instead it closed it

Improve this page

Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.