9 Commits

Author SHA1 Message Date
Muhammad Atif Ali
7654140330 docs: promote count usage to prevent module download on stop (#371) 2024-12-23 14:22:55 +05:00
Michael Smith
438c904567 chore: cleanup all test files (#293)
## Changes made
- Removed all unused imports, and made sure type imports were labeled
correctly
- Updated all comparisons to be more strict
- Simplified loops to remove unneeded closure functions
- Removed all explicit `any` types
- Updated how strings were defined to follow general TypeScript best
practices

## Notes
- We definitely want some kind of linting setup for this repo. I'm going
to bring this up when Blueberry has its next team meeting next week
2024-09-27 15:35:47 -04:00
Parkreiner
cd010baac8 chore: switch codebase to use TS strict mode 2024-07-19 17:59:04 +00:00
Garrett Delfosse
36fa871e7b add tests 2024-05-01 15:19:50 -04:00
Muhammad Atif Ali
acab6437bc chore: bump version to 1.0.2 and add script to update them automatically. (#128)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
2024-01-30 17:51:31 +03:00
Mathias Fredriksson
376c0cae31 chore: add prettier terraform formatting in markdown files (#134) 2024-01-27 15:02:40 +02:00
Muhammad Atif Ali
b968a2aa22 feat: add version to module docs (#122) 2024-01-23 13:50:55 +03:00
Muhammad Atif Ali
1e3bd2b04b Add formatting check for shell scripts (#106) 2023-12-16 17:39:08 +03:00
Kyle Carberry
0068642d3b feat: add slackme module (#85)
* Add Slackme module

* Don't require auth

* Improve slackme

* Make run on starT

* Try new heredoc syntax

* Escape execute calls

* Improve portability

* Fix fmt

* Improve slackme script features

* Fix whitespace

* Fix linting
2023-10-11 00:35:36 -05:00