Pierre Rioux
Pierre Rioux
Some of our pages have a `Help` button that's not so useful, and could probably be removed. Found in: AccessProfiles index, Bourreaux index, Feedbacks index, Groups index, Tools index, Messages...
Right now the admin can configure a email address for support, and a URL for a support site. Both are optional. The email address show up with the label **Email...
It would be useful if the `ibc` tool could query the Bourreaux like it does for its `i` command, but report the info in a nice table format. We might...
The Bourreau objects have a console() command that allows a Rails console user to connect to the console of that bourreau. However, it will jam if the Bourreau's SshMaster control...
When portals connected to the same DB but deployed in completely different settings (like on different machines, and not like separate instances of the same deployment) the checks for 'is...
The generator should dump the file it creates and load them from there instead of `eval`ing them. There is already a method to dump the files in the proper directory...
When the BrainPortal or Bourreau boots, some validations and cleanup steps are performed that are not necessary to do every time. Move them out so the boot process is faster....
Add a new view controller and an associated view that provides a slideshow of status displays for the NOC. The view would contain a single full screen IFRAME; its content...
It's because on the Bourreau side we have no access to the view helpers of the Portal, obviously. ``` Guillimin :010 > User.first.pretview User Load (0.8ms) SELECT `users`.* FROM `users`...
Several issues: * repairs not started in background, long repairs block the rails instance * too many entries for the same type of errors, maybe regroup them * filter/group errors...