bitbucket
Here are 517 public repositories matching this topic...
This originated from a Slack conversation with @sc0ttkclark. It’s probably easier to contain the conversation here.
In thinking about how to engineer this solution it might be best to add to the class CLI_Integration with a couple of new commands plugin branch-switch-git and theme branch-switch-git with similar arguments as plugin install-git.
Install was easier as we already had tha
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
May 14, 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
May 20, 2020 - JavaScript
$ git repo --help
No manual entry for git-repo
$ git-repo --help
....
Support for Gogs was recently added and some help adding tests would be appreciated.
-
Updated
May 24, 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
error while trying to get gosint on blackarch
-
Updated
May 22, 2020 - C++
In https://github.com/atlassian-api/atlassian-python-api/blob/master/docs/confluence.rst I could not find the documentation for the expand= parameter.
I want to get the page content and I had to read the source code to find that confluence.get_page_by_id(page_id, expand='body.storage') does what I want.
-
Updated
May 18, 2020 - JavaScript
-
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
May 18, 2020 - Go
-
Updated
May 15, 2020 - Dockerfile
-
Updated
Feb 4, 2018 - JavaScript
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