Phil Beauvoir

Results 793 comments of Phil Beauvoir

This is not a high priority issue as we are working on other things, but If anyone would like to research this issue and/or provide a POC draft request that...

It might be better to revisit the whole Proxy code and make it general to Archi. This would solve the problem of using a proxy in checking for Archi updates.

This, I think, is covered in issue #40 ?

It's a valid request. But lots of things could change: - Delete concepts - Add concepts - Renaming - Change diagrams - Add properties - Etc

This is a Bouncy Castle error. This is used internally by JGit for encrypting and signing with GPG keys. Is there some unusual configuration going on here?

I don't know if there is an issue with JGit 5.3 and Bouncy Castle that could cause this. I searched but couldn't find anything. It may be that JGit 5,5...

I couldn't even get my GPG key to work with JGit. I think it's this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=545673 When JGit 5.6 is released I'll try that.

I've tested this with JGit 5.6 and there is a more fundamental issue to using GPG signed commits - we have to implement a specific credentials provider to ask the...

Notes to self: Create a GPG key: 1. `gpg --list-keys` 1. `gpg --gen-key` 1. Make sure this exists in user.home/.gnupg and not somewhere else Add to .gitconfig the public key...

There are times when coArchi does an automatic commit (when first cloning, when creating a new repo from a model, merging, refresh (pull) and restore commit). It might be inconvenient...