bitbucket
Here are 533 public repositories matching this topic...
What Renovate type are you using?
I am using Renovate in a private project hosted on Gitlab.com
Describe the bug
It's not a bug but a simple typo. If you start using Renovate, it will usually create a "Pin dependencies" pull request. The PR template contains a
-
Updated
Jul 10, 2020 - PHP
Hello,
I see in https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md honor http_proxy and https_proxy (both upper and lower case it seems), but it completely ignores no_proxy while git honor it.
So git is properly handling requests, but GCM can leaks informations through the proxy while it shouldn't.
Could GCM handle this environment v
-
Updated
Jul 2, 2020 - Ruby
If an incorrect URL is opened, please provide the following so we can write a test:
Example clone URL:
https://aur.archlinux.org/git-open-git.git or ssh://aur@aur.archlinux.org/git-open-git.git
Example branch name:
master
Expected web URL:
https://aur.archlinux.org/packages/git-open-git
It will be a simple fix. We can add a simple if condition with a regex to check
We add gitlab bot in group but all of the message is not necessary for everyone.
so i thinks it's very good feature that give the usernames of users to bot and bot mention the user if that pm related to that user.
-
Updated
Jul 9, 2020 - JavaScript
$ git repo --help
No manual entry for git-repo
$ git-repo --help
....
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
Support for Gogs was recently added and some help adding tests would be appreciated.
-
Updated
Jun 8, 2020 - JavaScript
Instead of appearing over/directly under the graph, the scrollbar appears on the bottom of the view as seen in the screenshot. Not sure if this also happens on Android.
Important:
- Flexible redirect_uri of OAuth2: go-gitea/gitea#9514
- Comments pagination and sorting: go-gitea/gitea#6132
- Get reactions without token: go-gitea/gitea#9543
Other:
- OAuth2 Implicit Grant Type
- Return HTML string directly: go-gitea/gitea#6135
- Ma
-
Updated
Jul 10, 2020 - C++
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)
error while trying to get gosint on blackarch
-
Updated
Mar 13, 2020 - Java
The provided example of deploy script is not enough please provide some more examples on how to git pull repository on my local folder at my server.
I have two application yii2 and laravel lumen.
I just want to git pull changes to my server once I push changes to gitlab.
If i klick on a link to another wiki page (e.g. on the start page, i have a link like [Tools](Tools) which should open the Tools wiki page), nothing happens.
-
Updated
Jul 2, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the bitbucket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitbucket topic, visit your repo's landing page and select "manage topics."



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 (
buildjob) 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