Sławek Koszewski slawek
  • Joined on 2023-10-09
slawek pushed to main at slawek/sk-az-tools 2026-03-07 18:49:18 +01:00
88ac901222 update: adopted new output options. Various optimizations.
slawek pushed to main at slawek/sk-tools 2026-03-07 18:48:33 +01:00
281b0c13aa Removed header output relabeling and added column filtering with label handling.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 16:33:17 +01:00
059590fde4 fix: removed unefficient AI generated call pattern using one-use object types created for 2-3 variable passing.
63029d1119 refactor: streamline session state management using configuration functions
aa6f9e24f8 Refactored configuration loading function.
Compare 3 commits »
slawek pushed to main at slawek/sk-tools 2026-03-07 15:26:48 +01:00
f5877d2ccd Exporteed getConfigDir.
slawek pushed to main at slawek/sk-tools 2026-03-07 14:40:58 +01:00
4dac95e081 Dropped custom GUID validation function in favour of standard uuid library.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 11:06:14 +01:00
67dd2045e3 refactor: moved bump-patch.mjs to the generic sk-tools package.
slawek pushed to main at slawek/sk-tools 2026-03-07 11:05:29 +01:00
fe1b8f0e1f bump version to 0.1.2 and add bump-patch script for version management
slawek pushed to main at slawek/sk-az-tools 2026-03-07 11:04:26 +01:00
94a573f1e1 refactor: simplify bump function and improve version handling
slawek pushed to main at slawek/sk-tools 2026-03-07 10:51:22 +01:00
d74dafbe01 update getConfig function to accept custom config file names
751a49f268 add config module and update exports in package.json
Compare 2 commits »
slawek pushed to main at slawek/sk-az-tools 2026-03-07 10:46:21 +01:00
ed18cb535a Cleaned up docs.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 10:13:51 +01:00
9c2aea491c feat: bump version to 0.4.3 and add bump-patch script for automated versioning
slawek pushed to main at slawek/sk-az-tools 2026-03-07 10:01:14 +01:00
d39fdb3e33 feat: add make-deps script for function dependency graph generation
2a0b49effe refactor: remove omitPermissionGuidColumns utility and implement omitRecords function
Compare 2 commits »
slawek pushed to main at slawek/sk-az-tools 2026-03-06 23:11:12 +01:00
fff80047c2 fix: restored accidentialy removed sk-tools dependency.
slawek pushed to main at slawek/sk-az-tools 2026-03-06 23:03:23 +01:00
a629a3a32d Fix incorrect handling of table output.
slawek pushed to main at slawek/sk-tools 2026-03-06 23:03:06 +01:00
9a6ff66d72 Fixed incorrect handling of table output.
slawek pushed to main at slawek/sk-az-tools 2026-03-06 19:05:38 +01:00
2fa9462657 Refactor CLI commands: remove table command and related utilities; update dependencies and version
slawek pushed to main at slawek/sk-tools 2026-03-06 19:05:25 +01:00
36dc8df4b7 add documentation for SK Tools commands and table usage
slawek pushed to main at slawek/sk-tools 2026-03-06 18:53:04 +01:00
b557fedbbd add build workflow and update README with build status badge
slawek pushed to main at slawek/sk-tools 2026-03-06 18:49:47 +01:00
9728fb8d73 update: change the mechanism that quoted GUIDs in pretty table format to a generic one and added IPv4 addresses to prettyfied type list.
slawek pushed to main at slawek/sk-tools 2026-03-06 18:24:43 +01:00
662f08114c Moved generic table tool with dependencies from sk-az-tools.