Nawaz Dhandala
0a6035ed65
style(ProductCompare.ts, GenerateProvider.ts): improve code formatting for better readability
2026-01-22 18:11:21 +00:00
Nawaz Dhandala
93c017dbab
chore(GenerateProvider): add VERSION file generation to ensure proper detection of changes
2026-01-22 13:25:03 +00:00
Nawaz Dhandala
2771efcd87
chore(GoModuleGenerator): update comments for clarity in generateGoMod method
...
chore(GenerateProvider): format log message for consistency in main function
2026-01-22 12:43:45 +00:00
Nawaz Dhandala
66d76676f5
chore(ResourceGenerator): add sorting for list items to ensure consistent ordering and fix idempotency issues
2026-01-22 12:35:50 +00:00
Nawaz Dhandala
47bca3fb9b
chore(ResourceGenerator): refactor valid ObjectType handling to use dynamic generation from enum
2026-01-21 21:29:29 +00:00
Nawaz Dhandala
79d3548492
chore(ResourceGenerator): add validation for OneUptime ObjectType in resource handling
2026-01-21 21:26:07 +00:00
Nawaz Dhandala
84307250b7
chore(GoModuleGenerator): update go.mod generation to specify minimum versions and clarify dependency fetching process
2026-01-21 21:13:07 +00:00
Nawaz Dhandala
c3986bd66a
chore(GoModuleGenerator): update go.mod to use Go 1.23 and pin dependencies for compatibility with Terraform 1.5+
2026-01-21 21:08:42 +00:00
Nawaz Dhandala
a4a56bf2c7
chore(GoModuleGenerator): update go.mod to pin additional indirect dependencies for compatibility with Terraform 1.5+
2026-01-21 21:04:36 +00:00
Nawaz Dhandala
6fbd112964
fix(ResourceGenerator): enhance handling of complex typed objects in Delete method
2026-01-21 14:55:25 +00:00
Nawaz Dhandala
e7fd472c14
fix(ResourceGenerator): enhance handling of complex object responses in Delete method
2026-01-21 12:33:27 +00:00
simlarsen
d3d0dedfee
chore: npm audit fix
2026-01-21 02:01:12 +00:00
Nawaz Dhandala
d5332ed494
test: Add idempotency tests for probe_version READ operation
2026-01-20 16:57:30 +00:00
Nawaz Dhandala
811fb49c2d
refactor: update comments for clarity and consistency in DomainService, Domain, and ResourceGenerator
2026-01-19 19:47:37 +00:00
Nawaz Dhandala
a99c09c05a
feat: remove isDefaultValueColumn from TerraformAttribute interface
2026-01-19 19:25:58 +00:00
Nawaz Dhandala
b400965384
feat: enhance resource generation with dynamic plan modifier imports and add tests for server-provided defaults
2026-01-19 19:25:37 +00:00
Nawaz Dhandala
86d60f4688
refactor: improve code comments for clarity in MonitorProbeService and ResourceGenerator
2026-01-19 17:25:11 +00:00
Nawaz Dhandala
d7f329fcff
feat: add comprehensive CRUD tests for probe, label, monitor status, and incident severity resources
2026-01-19 17:21:10 +00:00
Nawaz Dhandala
120d36f3dd
fix: always import math/big and add helper for converting *big.Float to float64
2026-01-19 14:43:18 +00:00
Nawaz Dhandala
91965f3cc9
feat: add peer dependency flags in package-lock.json and update .gitignore for test environment script
2026-01-19 14:21:50 +00:00
Nawaz Dhandala
549cbe7102
Revert "fix: Enhance handling of complex object responses in ResourceGenerator"
...
This reverts commit 5c84699bae .
2026-01-19 11:45:15 +00:00
Nawaz Dhandala
3c2811000e
refactor: Update comments for clarity in complex object handling in ResourceGenerator
2026-01-16 20:27:48 +00:00
Nawaz Dhandala
5c84699bae
fix: Enhance handling of complex object responses in ResourceGenerator
2026-01-16 20:24:42 +00:00
simlarsen
79b36c5b27
chore: npm audit fix
2026-01-15 01:57:09 +00:00
Nawaz Dhandala
cdd4ea1644
refactor: rename MCP server references to use a consistent naming convention
2025-12-17 10:45:31 +00:00
Nawaz Dhandala
2c7d3562f6
feat: Update publish script to handle existing tags gracefully and improve user feedback
2025-12-15 12:41:02 +00:00
Nawaz Dhandala
c617372e37
feat: Add repository field to package.json files across the project
2025-12-11 21:31:52 +00:00
Nawaz Dhandala
d7d382bcf6
feat: update npm authentication process for OIDC trusted publishing
2025-12-10 15:42:51 +00:00
Simon Larsen
da53b7c51c
feat: add check for existing GitHub release to skip creation and publishing
2025-11-25 19:51:10 +00:00
simlarsen
f52e73afb2
chore: npm audit fix
2025-11-25 01:48:46 +00:00
Nawaz Dhandala
27c2ffdfbd
chore: remove outdated APK build workflow and script
2025-11-24 21:22:17 +00:00
Nawaz Dhandala
7d32627917
Update GitHub Actions workflow for versioning and Docker image builds
...
- Enhanced the `test-release.yaml` workflow to read and determine semantic versioning from `VERSION_PREFIX`, including major, minor, and patch components.
- Adjusted versioning format in the workflow to use a new scheme: `major.minor.patch-test+build.build_number`.
- Updated Docker image build script to sanitize version strings by replacing '+' with '-' for tagging.
- Incremented the version in `VERSION_PREFIX` from `9.0` to `9.1.0`.
2025-11-22 14:11:02 +00:00
Simon Larsen
1551401fc3
fix: disable pipefail for sdkmanager commands to prevent pipeline breakage
2025-11-21 19:02:28 +00:00
Simon Larsen
db8e23c8dc
feat: streamline APK build process by introducing a dedicated build script
2025-11-21 17:19:52 +00:00
Simon Larsen
17f6507d0c
Add build_docker_images.sh script for automated Docker image builds
...
- Implemented a bash script to build and push Docker images.
- Added support for multiple platforms using docker buildx.
- Included options for specifying image name, version, Dockerfile path, build context, and additional tags.
- Integrated Git SHA detection for build arguments.
- Provided usage instructions and error handling for missing required arguments.
2025-11-20 20:51:11 +00:00
Simon Larsen
4fa4dd7b6c
Refactor Docker image build process to use a dedicated script for improved maintainability
2025-11-20 20:23:41 +00:00
simlarsen
ac239ffe4d
chore: npm audit fix
2025-11-20 01:45:52 +00:00
simlarsen
dade1d0403
chore: npm audit fix
2025-11-15 01:44:36 +00:00
simlarsen
2f102acdc2
chore: npm audit fix
2025-11-13 01:48:58 +00:00
simlarsen
bccd2f484b
chore: npm audit fix
2025-11-08 01:40:56 +00:00
simlarsen
9e5db22235
chore: npm audit fix
2025-11-07 01:46:40 +00:00
Nawaz Dhandala
b347e18749
chore: update package-locks — add deps, bump versions & sync subdeps
...
- Update lockfiles for root, TestServer, Worker and Workflow
- Add new/top-level packages and types:
- @simplewebauthn/server, archiver, botbuilder
- @types/archiver
- Bump notable package versions:
- axios, nodemailer, playwright, react-syntax-highlighter
- Sync a large set of transitive dependency upgrades:
- @babel/* (code-frame, parser, template, types, helpers, helper-*), brace-expansion, braces, fill-range, micromatch, picocolors, cross-spawn, to-regex-range and others
- Remove/clean outdated lock entries (e.g. to-fast-properties removed where unnecessary)
- Add/fix license fields for several packages in the lockfiles
- General lockfile normalization to ensure consistent subdependency versions across packages
This keeps dependency trees aligned across monorepo packages and pulls in recent bug/security fixes from transitive upgrades.
2025-10-29 16:43:36 +00:00
snyk-bot
72a31ed268
fix: upgrade @readme/openapi-parser from 4.1.0 to 4.1.2
...
Snyk has created this PR to upgrade @readme/openapi-parser from 4.1.0 to 4.1.2.
See this package in npm:
@readme/openapi-parser
See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/f8557d79-3b3d-4201-8e2b-598120aedb5c?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-10-25 11:34:15 +00:00
Nawaz Dhandala
6d5bc111ba
Refactor comments across multiple files to improve clarity and consistency
...
- Updated comments in Probe/Config.ts to use block comments for proxy configuration.
- Refactored comments in PortMonitor.ts, SyntheticMonitor.ts, and OnlineCheck.ts to block comments for better readability.
- Adjusted comments in ProbeIngest/API/Monitor.ts and ProbeIngest/API/Probe.ts to block comments for clarity.
- Standardized comments in various data migration scripts to block comments for consistency.
- Modified eslint.config.js to enforce multiline comment style as an error.
2025-10-02 11:53:55 +01:00
Nawaz Dhandala
ad07ab75fe
feat: Add elkjs dependency for enhanced functionality
2025-09-10 18:13:59 +01:00
Nawaz Dhandala
694215df06
refactor: Improve code formatting for better readability in multiple files
2025-08-26 11:40:01 +01:00
Nawaz Dhandala
3109006828
refactor: Replace regex literals with RegExp constructor for improved clarity in MarkdownViewer and StringUtils
2025-08-26 11:38:08 +01:00
Simon Larsen
778a34d631
feat: Implement fallback to commit messages in changelog if empty
2025-08-20 09:17:53 +01:00
Nawaz Dhandala
4bd7902afe
fix: Refactor ResourceGenerator to improve type annotations and code clarity
2025-08-07 22:05:47 +01:00
Simon Larsen
5c300ed513
feat: Enhance update method to conditionally include fields based on change detection
2025-08-07 22:03:21 +01:00