treydock

Results 40 issues of treydock

This generator will add the "acts_as_paranoid" line to the model passed during generator command. It also creates the migration necessary to store the value of deleted_at Example usage... ``` rails...

I'm having an issue accessing the available settings in an initializer. Here's the initializer section for Devise ``` ruby unless Cockpit::Settings["site.external_auth.type"].blank? config.omniauth Cockpit::Settings['site.external_auth.type'].to_sym, :host => Cockpit::Settings['site.external_auth.host'], :ssl => Cockpit::Settings['site.external_auth.use_ssl'] end...

#### Pull Request (PR) description For Ubuntu 18.04 and Debian 10, ensure distutils is installed. When testing pyvenv I ran into this problem when using Python 3 and noticed if...

bug
needs-tests
merge-conflicts

# Pull Request Checklist ## Description This is a feature added in Sensu Go 6.2 to add `scheduler` property to checks.

enhancement

Adds Open OnDemand (http://openondemand.org/) exporter that collects application specific metrics. This is a NSF funded application typically deployed by HPC centers.

exporters and integrations

It looks like the design of the YAML group source loading is to fail if the same source exists in two files. Is this a behavior that can be changed?...

bug
enhancement
Lib/NodeSet

I got the following error today when I chose "Delete" for an interactive Jupyter app on apps-dev.awesim.org: # /opt/rh/rh-ruby25/root/usr/share/ruby/open3.rb:199:in `spawn' /opt/rh/rh-ruby25/root/usr/share/ruby/open3.rb:199:in `popen_run' /opt/rh/rh-ruby25/root/usr/share/ruby/open3.rb:95:in `popen3' /opt/rh/rh-ruby25/root/usr/share/ruby/open3.rb:258:in `capture3' /var/www/ood/apps/sys/dashboard/config/initializers/open3_extensions.rb:4:in `capture3' /var/www/ood/apps/sys/dashboard/app/apps/ood_app.rb:267:in `version_from_git'...

bug
component/dashboard

Per comment on https://github.com/OSC/ondemand/pull/2206 Need to ensure maintenance works and that if maintenance is turned off, can redirect back to OnDemand. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201735133575781/1202721848222884) by [Unito](https://www.unito.io)

area/testing

#### Pull Request (PR) description Allow logging letsencrypt renewal output. So far hoping this will be useful when post_commands don't fire, so debug what's going wrong there.

backwards-incompatible

I tried this: ``` opts: :facts_dirs: - spec/factsets :facts_files: - 'spec/factsets/*.facts' ``` I think the issue is the hardcoded JSON extension here: https://github.com/dylanratcliffe/onceover/blob/954d11d67d75787fa9f5b5508b8e93876e56055d/lib/onceover/testconfig.rb#L154-L160 This is the error: ``` Error while...