Skip to content

Commit

Permalink
Container name length limit option (#28)
Browse files Browse the repository at this point in the history
* Add option and feature to limit name length

* Add option and feature to remove a string from the name

Role names often have a common prefix that obscures more useful
information, so this helps to keep names short and still unique

* Fix bad merge/race condition

This might have just been a bad merge, but I think it was a
race condition that didn't happen on Windows. On Linux, the
stored addon config wasn't loaded before the listener functions
executed, so I needed to explicitly fetch them

---------

Co-authored-by: Andy Cahill <[email protected]>
  • Loading branch information
acahill and andy-cahill-ccl authored Sep 20, 2024
1 parent ea25533 commit 2be992b
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 170 deletions.
Loading

0 comments on commit 2be992b

Please sign in to comment.