Kevin Harrington

Results 125 comments of Kevin Harrington

This looks like it tried to save without a valid login. Logout and log back in then close bowler studio to see if the issue is resolved.

This has something to do with where your store your gpg keys. Have you set up anything non-standard with these?

I believe you are having this issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=552091

Is there anything special about the filenames or paths on this machine? Does turning that signing off resolve the issue?

How recent? If it is since i added 2fa, then that makes sense. Also, i updataded the JGIT version to enable SSH cloning/pushing. Ill bet thats the difference, jgit now...

https://github.com/CommonWealthRobotics/BowlerStudio/tree/0.36.0 is where the updated JGIT dep showed up.

Specifically this commit: https://github.com/CommonWealthRobotics/bowler-script-kernel/commit/f9ed927bffaab65c595c7bab13cc3d8cbe728bba

To resolve there may need to be additional logic added to the ssh callback: https://github.com/CommonWealthRobotics/bowler-script-kernel/blob/f9ed927bffaab65c595c7bab13cc3d8cbe728bba/src/main/java/com/neuronrobotics/bowlerstudio/scripting/SshTransportConfigCallback.java Or perhaps this is an issue inherent to the newer JGIT library. Its hard to...

Can you set the global to false and the repos that need signing to true?

are any other commits working for you? Is the issue just with configurations database? The issue is in the kernel, and the only changes are to the logic of the...