Eric Franz

Results 57 issues of Eric Franz

While it is easy to just delete or restrict access using file permissions to the shell and files apps, the rest of the interface retains buttons to open the file...

enhancement

Several ideas: 1. Try adding a `bin/node` wrapper script and set umask there 1. If that works, try doing this in /etc/ood/profile and see if it affects the Files app...

enhancement
component/file_browser

So there is no easy way to determine why this is broken: ``` Failed to submit session with the following error: wrong number of arguments (1 for 0) ``` When...

bug
good first issue
component/dashboard
area/debuggability

The current batch connect setup has form section that is a list of attributes, and then a separate attributes hash that is their definition. This division is unnecessary in most...

enhancement
component/dashboard

The first instruction in the README is to: >First pull this repo into where you keep your roles. Shown is the `.ansible` folder in your home directory. > > git...

Goal: If you temporarily lose internet connection, close your laptop to walk to a meeting, or switch wifi network, the shell app browser client will attempt to reconnect to the...

component/shell

Follow the example of https://github.com/discourse/discourse/blob/master/Gemfile Do `require: false` and start putting require statements in files that use these gems. By disabling eager loading we ensure every gem is not auto-loaded....

enhancement
component/dashboard
area/performance

This is related to https://github.com/OSC/ood-dashboard/issues/63 Earlier this week there was a problem with project space and a "known issue alert" was displayed on the front of www.osc.edu. However, this does...

enhancement
component/dashboard

The problem is that the job is staged prior to the job submission, and if we were going to do a mv to rename the staged directory to the job...

enhancement
component/dashboard

For example, I make a modification to the form.yml.erb and I get an error msg: NoMethodError: undefined method `to_h' for #No clue where in the form.yml.erb this occurs. ┆Issue is...

enhancement
component/dashboard
area/debuggability