The Wayback Machine - https://web.archive.org/web/20200711041440/https://github.com/topics/bitbucket
Skip to content
#

bitbucket

Here are 533 public repositories matching this topic...

Startouf
Startouf commented Jun 21, 2018

I cannot figure out how to use properly danger on circleci 2.0 with workflows

Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).

How can I execute Danger to report test failures on all containers ?

Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I

renovate
ntguardian
ntguardian commented Sep 11, 2018

I used the README.md instructions for adding a battery widget and nothing happened. The widget does not appear. No errors were raised (that I saw).

My awesomewm version is 4.2. Except for a couple lines changing default terminal and text editors and what theme to use (I have a custom theme) and also the lines added according to the instructions in README.md, nothing is different in my rc.lua fr

vssue
bobgott
bobgott commented Mar 1, 2020

The current code in get_space(self, ..) within confluence.py is:

        url = 'rest/api/space/{space_key}'.format(space_key=space_key)
        params = {}
        if expand:
            params["expand"] = expand
        return self.get(url)

Shouldn't the last line be:
return self.get(url, params=params)

Improve this page

Add a description, image, and links to the bitbucket 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 bitbucket topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.