Bryan Turner

Results 40 comments of Bryan Turner

This just came up on the [public Git mailing list](https://lore.kernel.org/git/CAHo1AWwC325etDTgwWvKLojrCnETjr_xPHTSVBi5RD_XH1uCsg@mail.gmail.com/T/#t). Public key authentication fails because the user is on OpenSSH 8.8, which disables ssh-rsa by default. (Fedora jumped on this...

`HeaderException` doesn't feel like the right fit for this, to me, because there's nothing wrong with the headers (necessarily). I'd expect that to be more related to parsing than resolving...

We're seeing this sporadically on _outbound_ messages, rather than inbound. The gRPC part of the stack trace looks like this: ``` 2022-03-31 02:57:43,525 ERROR [grpc-default-worker-ELG-1-5] io.netty.util.ResourceLeakDetector LEAK: ByteBuf.release() was not...

@monitorjbl This is resolved, right? If there something else you're looking for for 5.x support?

@sintasy Have you upgraded to 2.5? Because I think [this commit](https://github.com/monitorjbl/pr-harmony/commit/fffc9b4a2a5dd586d5f94f94769c5ef259d2f43f) would fix that.

I've added a single REST integration test, which effectively verifies that the plugin _starts_ and _enables_ without issue. That means my code changes are structurally correct. However, I don't really...

Please hold off on this for a moment; I'm fixing some bugs I introduced (and adding more integration and unit tests as penance for doing so).

Okay, I've pushed all my updates. I've verified my changes against Bitbucket Server 4.8.6 and 5.8.0, the oldest and newest versions the add-on claims to support. All seems well. (However,...

@monitorjbl I'm the principal developer for Bitbucket Server. I just wanted to note that there's nothing special about Data Center with regards to event processing; all versions of Bitbucket Server...

@monitorjbl, In general you shouldn't _need_ to do anything specific to support Data Center. The only time you need to tailor for it specifically is when the code needs to...