alex.zinn
  • Joined on 2025-08-16
alex.zinn pushed to main at alex.zinn/notes 2025-11-24 14:54:46 +00:00
78b0203064 2025-11-24
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 06:24:24 +00:00
f6d94c8311 Update package version to 1.0.11 in package.json and modify ci-deploy.sh to publish with 'latest' tag and include a completion message.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 06:20:55 +00:00
ca935c98d6 Update package version to 1.0.10 in package.json and change TypeScript module resolution from 'bundler' to 'node' in tsconfig.d.json for improved compatibility.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 06:15:33 +00:00
f007573ade Update ESLint configuration, package.json, and README; improve formatting and versioning consistency. Adjust TypeScript configuration to disallow importing extensions and refine test scripts for better readability.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 06:00:32 +00:00
3deadc6e75 Update package version to 1.0.7 and modify entry points in package.json; remove TEAMCITY.md documentation file.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 04:16:59 +00:00
75022e05c8 Update ci-deploy.sh to include version in output
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 04:15:01 +00:00
bdb03e17e7 Update version to 1.0.6 in package.json to reflect the latest changes and ensure consistency in deployment.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:56:50 +00:00
df686fbcda Enhance ci-deploy script by adding functions for directory cleanup and package.json version updating, ensuring version consistency before deployment. Improve deployment messages for beta and GA releases.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:53:35 +00:00
fb3f86daf3 Refine ci-deploy script by adjusting argument shifting for beta flag, improving command-line argument parsing.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:51:58 +00:00
ae7dec8ea8 Update version to 1.0.5 in package.json and simplify ci-deploy script by removing explicit beta flag argument.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:45:04 +00:00
7b3264f7f4 Fix ci-deploy script to correctly handle beta flag by adjusting shift command, ensuring proper argument parsing for deployment options.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:43:07 +00:00
3a58ab03d7 Implement TeamCity test reporting integration by adding new scripts and documentation. Update package.json to include a new test command for TeamCity. Introduce TeamcityReporter class for formatting service messages and enhance test setup for compatibility with TeamCity environment.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:23:14 +00:00
a050c02dc1 Refactor ci-deploy script to automatically retrieve package version from package.json, streamline beta flag handling, and remove obsolete functions for directory cleanup and version updating.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:15:50 +00:00
dd39fd6fcb Update version to 1.0.4 in package.json and enhance ci-deploy script with dependency check and improved version update logic.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 03:00:07 +00:00
4ee358c0df Bump version to 1.0.3 in package.json
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 02:53:23 +00:00
c75451b5e2 Version bump
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 02:42:08 +00:00
096f4754d3 Remove linting step from CI build script to streamline the build process.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 02:40:51 +00:00
635eefd5e3 Update tsconfig.json to include source files from 'src' directory and exclude 'dist' and 'node_modules' directories.
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 02:37:08 +00:00
63a9974f4f add eslint dependencies
alex.zinn pushed to main at techniker-me/hash-map 2025-11-23 02:33:48 +00:00
aa2d3ebae1 Enhance package.json by adding formatting and linting scripts, and updating devDependencies for ESLint, Prettier, and TypeScript support.