Caleb Albers

Results 12 issues of Caleb Albers

Although not as prevalent as they used to be, we still have some `.htm` files (otherwise identical to HTML), so I figured I'd add support for those, too.

This adds support for the `.ru` extension, which is idiomatically used for `config.ru` files in the Rack ruby framework. This specifically requires adding an additional element to the `head` slice...

HashiCorp Nomad users occasionally use the (discouraged) `.nomad` extension for HCL-based configurations. Likewise, `.tfvars` is frequently used in the Terraform realm. Both of these file formats follow the same form...

This encompasses all `.ps1` files, as well as module manifests and data files using `.psd1` and `.psm1` extensions.

PowerShell Core 6.0 runs off of .NET Core. Unfortunately, the .NET Core team has not implemented SecureString support for Linux or MacOS, as SecureString relies on the Windows Data Protection...

enhancement

**Is your feature request related to a problem? Please describe.** Inspired by #55, it is often times necessary to return all objects of a specific type (i.e. organizations). Currently, the...

enhancement

IT Glue's API now supports viewing the revision history for assets. Support for this should be included prior to the v2.0.0 release. The revision history option can be added to...

enhancement

Alrighty... this probably brings an end to my "Add extension" string of PRs 🙃 Although less common than `.sh`, `.bash` and `.zsh` extensions do float around with some frequency.

This is largely just to test out some of the discussion points going on in #123. It is _not_ merge-ready and should be thoroughly vetted before any API is exposed.

I'm looking to integrate addLicense into an existing suite of internal FOSS compliance-related tooling, and part of that would be eased by decoupling the addLicense functions from the CLI-specific code...