wgalanciak on v1.4.5
GenuitecKanbot on master
Helm chart for CodeTogether (compare)
wgalanciak on master
[Helm] Use public Docker reposi… (compare)
wgalanciak on v1.4.3
wgalanciak on v1.4.4
GenuitecKanbot on master
Helm chart for CodeTogether (compare)
wgalanciak on master
Add db ssl secret checksum to s… (compare)
wgalanciak on master
Update appVersion in the Helm c… (compare)
wgalanciak on 382-helm-simplify-ingress-configuration-in-the-helm-chart
Our latest release is avaialble for immediate download from the Eclipse, JetBrains and VS Code marketplaces. If you're an on-premises customer, the Genuitec Docker registry and Red Hat catalog have been updated as well.
For more details, read our release blog: https://www.genuitec.com/codetogether-5-with-audio-video/
and watch our video: https://youtu.be/s82qe8N13RI
In case you missed it, we released 2022.1 yesterday and it's a gargantuan release with:
Please read our release blog for details and let us know if you have any questions: https://www.codetogether.com/blog/codetogether-2022-1-blazing-fast-content-assist-extensive-scalability/
invalid_scope
error saying that some required scopes aren't whitelisted. I think it is the offline_access
scope because as per some OneLogin docs that scope if used with the Authorisation Code flow will result in an error. This is the exact error I see in the browser: OPError: invalid_scope (some of requested scopes are not whitelisted)
and from the logs in the CodeTogether pod it is the same, just with a stack trace
Hi Everyone! I started using CodeTogether (on VS Code) for my class yesterday (it's a 4th year complex network analysis, we use R and Julia mostly). I had a flurry of glitches and errors popping up. Is there a good way of reporting and getting some assistance?
Briefly:
Hey - in our PoC some of our engineers came across an issue with running tests in IntelliJ - the issue from our engineer
"I was the host and when running the tests, colleague couldn’t see the Test results within IntelliJ. When he runs the test they do get executed in my IDE (the host) and I can see the results but he still cannot see them. We were looking the docs and supposedly we can set up a Run configuration using a “Remote Test (CodeTogether)” that could work. But when we tried setting it up to add our test the Select button would not work. Also, setting this up for every test seems a bit painful as it doesn’t show up as a default run configuration in the Test file."
A workaround for this is to just use the terminal window in IntelliJ and use gradle
to run our tests but is there a way to fix the above?