Skip to content

Instantly share code, notes, and snippets.

View waldenraines's full-sized avatar

Walden Raines waldenraines

  • Unchained Capital
View GitHub Profile
@waldenraines
waldenraines / init.coffee
Last active April 18, 2020 18:36 — forked from sharvit/init.coffee
My atom editor settings. automatic update by http://atom.io/packages/sync-settings
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->

Keybase proof

I hereby claim:

  • I am waldenraines on github.
  • I am walden (https://keybase.io/walden) on keybase.
  • I have a public key ASDuNHuLOyIZl0mWErK_szeKHUrp6XM42XI_PiYLjfCHVQo

To claim this, I am signing this object:

@waldenraines
waldenraines / sandbox.conf
Last active February 27, 2019 00:34
Foreman sandbox devel setup with webpack enabled.
<VirtualHost *:443>
ServerName wraines-sandbox.rdu.redhat.com
SSLEngine on
SSLProxyEngine On
SSLProxyVerify none
SSLVerifyClient none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
diff --git a/engines/bastion_katello/test/content-views/details/puppet-modules/content-view-puppet-module-names.controller.test.js b/engines/bastion_katello/test/content-views/details/puppet-modules/content-view-puppet-module-names.controller.test.js
index 66c9398..9d44f9c 100644
--- a/engines/bastion_katello/test/content-views/details/puppet-modules/content-view-puppet-module-names.controller.test.js
+++ b/engines/bastion_katello/test/content-views/details/puppet-modules/content-view-puppet-module-names.controller.test.js
@@ -40,7 +40,7 @@ describe('Controller: ContentViewPuppetModuleNamesController', function() {
});
it("Auto completes to puppet modules", function() {
- spyOn(PuppetModule, 'autocomplete').andCallThrough();
+ spyOn(PuppetModule, 'autocomplete').and.callThrough();
diff --git a/lib/hammer_cli_katello/activation_key.rb b/lib/hammer_cli_katello/activation_key.rb
index 274abf2..4366a89 100644
--- a/lib/hammer_cli_katello/activation_key.rb
+++ b/lib/hammer_cli_katello/activation_key.rb
@@ -5,6 +5,7 @@ module HammerCLIKatello
class ListCommand < HammerCLIKatello::ListCommand
include KatelloEnvironmentNameResolvable
action :index
+ debugger
diff --git a/lib/hammer_cli_katello/associating_commands.rb b/lib/hammer_cli_katello/associating_commands.rb
index 00d82a5..ddd03ab 100644
--- a/lib/hammer_cli_katello/associating_commands.rb
+++ b/lib/hammer_cli_katello/associating_commands.rb
@@ -59,6 +59,9 @@ module HammerCLIKatello
command_name 'add-host-collection'
associated_resource :host_collections
+ build_options do |o|
+ end