Taylor Jones

Results 9 issues of Taylor Jones

When using filerev before usemin, the output given to a `blockReplacements` function is the original filename instead of the filerev-adjusted file name (suffixed with a hash). To properly use this...

docs
waiting

The branch name system works great for single repos, but it kind of falls apart when forks are involved. Because the PR commit only uses the branch name from the...

When the hook is triggered from anywhere except the config popup, it always includes the [branch name](https://github.com/Nerdwin15/stash-jenkins-postreceive-webhook/blob/v-2.6.1/src/main/java/com/nerdwin15/stash/webhook/Notifier.java#L199) in the request. I assume this was intentional, but it actually broke something...

In order to support the new module system, we need to provide a module-info.java in the codebase that defines all the imports we provide. I believe that we (unfortunately) can't...

SSH key based permissions are not attached to a user, so they cannot be excluded. It should be possible to do this though.

enhancement

Right now, Mamute only supports MySQL databases. It would be useful to developers and users if it supported at least a few of the other major players (Oracle, PostgreSQL, etc.)...

Not sure if this is intended or not, but Grunt modifies the actual source files when it runs in the Maven build. I think this should only happen in the...

As a moderator, it would be nice to have the ability to curate tags. If users are making a lot of similar tags (like 'plugin' and 'plugins'), moderators ought to...

AsyncGenerators are not safe to use outside of toy examples. The `next()` function will block any call to `return()` or `throw()` if it is waiting on a promise. To avoid...