Ethan Edwards

Results 9 issues of Ethan Edwards

I looked at the source code for this project -- none of it appears to be django specific. Why is it branded with django?

**Is your feature request related to a problem? Please describe.** I would like to use the jira python module to retrieve development information for an issue. **Describe the solution you'd...

feature

example: ```yaml - put: git-resource params: repository: dir-path merge: true ``` if the remote branch does not yet exist, the push fails I need it to work if the remote...

Unless I'm missing something, I don't see how to remove a remote branch. equivalent to `git push origin :branch_name`

This resource currently supports shallow cloning on a `get` step, however it does not appear to support shallow cloning for the `source` params. This means that concourse seems to pull...

efficiency
enhancement

# Steps to reproduce 1. create a module manifest with default values for `CmdletsToExport`, and `AliasesToExport` snippet from `foo.psd1`: ```powershell # Cmdlets to export from this module, for best performance,...

ModuleManifest

## Executables Version of bash-debug: bash-3.1-0.09 Output of following commands (on windows, execute them in Command Prompt or PowerShell): ``` where bash: what? Do you mean which bash? ``` ```...

enhancement
help wanted

with concourse 4.0.0: I have a pipeline which grabs a github release archive: ``` - name: homebrew type: github-release check_every: 12h source: owner: Homebrew repository: brew ``` and ``` -...