Eric Franz
Eric Franz
We have not yet been able to produce the problem at OSC, though there was a time when we had the problem with many mod_auth_openidc cookies being generated for OnDemand....
I haven't been able to find anywhere documentation on making "child rows" accessible, and supposedly datatables does not support well cells with arbitrary colspan (so we couldn't add the final...
Others have reproduced this bug. Somewhere we are redirecting to a sessions/show action for a session so the id is 741bc00a-39ad-46c3-a05b-e3d9dacdad54 and that displays because it tries to handle it...
We should add `SessionsController#show` action and direct GET requests to /sessions/ID to this. If the session is invalid, the show page can handle that gracefully (session not found - this...
Related discussion https://github.com/OSC/ood-myjobs/issues/304
``` [9] pry(main)> p = OpenStruct.new(partition: "debug", display: 1) => # [10] pry(main)> p.display #=> nil [11] pry(main)> p[:partition] => "debug" [12] pry(main)> p[:display] => 1 ``` Every object we...
Push this back to 2.0. In 2.0 we are going to make a number of interface and possibly architectural changes. Those may make a solution to this easier to solve,...
It might be better to show the time sitting in the queue. That is also easier because we can usually get the submitted datetime from all the schedulers for these...
Some suggestions on preparing this for gem publishing to https://rubygems.org/. Add these to the .gitignore and don't version the Gemfile.lock: ``` Gemfile.lock .ruby-version .ruby-gemset ``` In a tmp directory, if...
FWIW there is actually a wiki engine embedded in the Passenger Rails apps that we never disabled: https://github.com/OSC/ood_appkit#wiki-static-page-engine It is a read only one - so you can drop markdown...