Ulrik Egede
Ulrik Egede
 If you use the `execute` button to submit a job, then the status in the box correctly is changing to 'submitted', but if I press `Job info`, then I...
If the gangadir location is not the default, `~/gangadir`, then the webgui authentication doesn't work. I suspect that the location of some authentication file is hard wired, rather than looking...
The database backend for Ganga using a `MongoDB` has some performance problems that are limiting its use. - The startup time of Ganga can be very long - If there...
The backend wrapper scripts for different backends are different for no good reason. - Local: https://github.com/ganga-devs/ganga/blob/develop/ganga/GangaCore/Lib/Localhost/LocalHostExec.py.template - Batch: https://github.com/ganga-devs/ganga/blob/develop/ganga/GangaCore/Lib/Batch/BatchScriptTemplate.py.template - Condor: https://github.com/ganga-devs/ganga/blob/a053267c3e8ffa1c6e4adb685c5ae49a66eed9ea/ganga/GangaCore/Lib/Condor/Condor.py#L396 Some differences may have to remain, but for...
The code for the [LHCb integration tests](https://github.com/ganga-devs/ganga/blob/e2812b7e2924e2f5b66a5b3578b6cc77cf24a52d/.github/workflows/ci_push_testing.yml#L303) is installing the Dirac UI, but there is no need for that as we get everything from `/cvmfs`. In also makes some changes...
Udocker is now available on PyPi so we should change to install it from there. This will avoid the problem with having to specify a specific version. Should properly install...
The udocker installation test is failing. This is actually due to a bug in the code which does not deal correctly with a tarball not downloading. ``` (ganga) [laptop] ~/programming/ganga/ganga...
This is just a placeholder for the GSoC 2024 proposal.
As CERN will start to see a significant deployment of Alma Linux 9 machines, we should do some testing there.
A deprecation system should be developed for Ganga. It should - Have a well defined way of marking plugins, functions etc as deprecated with a warning about when they will...