grubio
grubio
Good question, I would say it is not. From the Atlassian docs, I can see that they add a + symbol between each URL: Atlassian Docs: `/2.0/repositories/{username}/{slug}/refs/tags?q=name+%7E+%222015%22` Debugger output for...
Out of curiosity I tested a similar request directly with CURL and it seems that the problem is that the repositories endpoint of Atlassian's API completely ignores the query parameter:...
Hi souls! I just came across this issue while investigating something slightly related. @bitcity I would say the project already uses `ManifestStaticFilesStorage` when possible: (from `pipeline.storage`) ``` from django.contrib.staticfiles.storage import...