Commit Graph

  • 9f1389ce87 Merge branch 'release' of https://github.com/OneUptime/oneuptime into release Nawaz Dhandala 2026-03-16 21:08:11 +00:00
  • 11e5c2778d refactor: update AnalyticsTableName declaration for improved type safety in tests Nawaz Dhandala 2026-03-16 21:06:37 +00:00
  • 9619090b98 fix: optimize SQL query in fetchAttributesFromDatabase to improve attribute key handling Nawaz Dhandala 2026-03-16 20:57:58 +00:00
  • eacf106d10 Merge branch 'OneUptime:master' into master Simão Silva 2026-03-16 20:34:59 +00:00
  • 92c00e4fc8 feat: add LogScrubRule migration and update OnCallDutyPolicyScheduleLayer defaults; refactor test imports and clean up code formatting Nawaz Dhandala 2026-03-16 20:00:52 +00:00
  • da3bbca1bb Merge branch 'OneUptime:master' into master Simão Silva 2026-03-16 19:51:29 +00:00
  • 5f52af2aa8 refactor: rename Record to AnalyticsRecord for clarity in StatementGenerator Nawaz Dhandala 2026-03-16 19:40:54 +00:00
  • d08d6fde48 Merge branch 'OneUptime:master' into master Simão Silva 2026-03-16 19:38:36 +00:00
  • 82fd2ffef6 ci: Updated value schema file formatting Simão Silva 2026-03-16 19:29:04 +00:00
  • b0c07038b5 ci: Allow loading of Slack app parameters from existing secret Simão Silva 2026-03-16 19:23:55 +00:00
  • 777e9612a4 feat: add migration for LogScrubRule table and update OnCallDutyPolicyScheduleLayer defaults Nawaz Dhandala 2026-03-16 15:51:24 +00:00
  • 7ff5d9dba6 feat: remove unused migration imports from Index.ts Nawaz Dhandala 2026-03-16 15:48:55 +00:00
  • 8b97807991 feat: update SQL query in ExceptionInstance model to remove unnecessary ORDER BY clause Nawaz Dhandala 2026-03-16 15:47:18 +00:00
  • dff3c50a97 feat: update SQL queries in Log and Span models to remove unnecessary ORDER BY clauses Nawaz Dhandala 2026-03-16 15:37:30 +00:00
  • d00d7cb19f feat: update SQL queries in ExceptionInstance, Log, and Span models to include GROUP BY clauses Nawaz Dhandala 2026-03-16 15:37:02 +00:00
  • 8cb25d9917 feat: remove unused migration imports from Index.ts Nawaz Dhandala 2026-03-16 14:56:11 +00:00
  • ea58fbdc0d feat: add RFP directory to .gitignore Nawaz Dhandala 2026-03-16 12:57:21 +00:00
  • 5f660bae02 feat: refactor table names in analytics models to use AnalyticsTableName enum Nawaz Dhandala 2026-03-16 12:43:55 +00:00
  • d327edb165 feat: update table names to include version suffix for ExceptionInstance, Log, Metric, MonitorLog, and Span models Nawaz Dhandala 2026-03-16 12:27:49 +00:00
  • de7990c41e feat: add skipIndex configurations and projections in ExceptionInstance model; update codec in MonitorLog and Span models Nawaz Dhandala 2026-03-16 12:16:36 +00:00
  • 8f9e5a46fa feat: update column types to MapStringString and BigNumber, and add projections in Log, Metric, and Span models Nawaz Dhandala 2026-03-16 12:08:30 +00:00
  • 046482a2a8 feat: upgrade time field type to DateTime64 for improved precision in MonitorLog model Nawaz Dhandala 2026-03-16 11:54:33 +00:00
  • 3568d766ea feat: upgrade time field type to DateTime64 for enhanced precision in ExceptionInstance model Nawaz Dhandala 2026-03-16 11:49:32 +00:00
  • 41a8287975 refactor: remove unused data migration entries from the migration list Nawaz Dhandala 2026-03-16 11:47:49 +00:00
  • 6629cc9023 feat: upgrade time fields to DateTime64 for improved precision in Metric and Span models Nawaz Dhandala 2026-03-16 11:46:45 +00:00
  • 85d927f291 refactor: remove ChangeLogTimeColumnToDateTime64 migration from the migration list Nawaz Dhandala 2026-03-16 10:37:33 +00:00
  • 1edda202be feat: implement basic trace-based alerting with span count threshold and filtering options Nawaz Dhandala 2026-03-16 10:29:00 +00:00
  • 9a47b02a0c feat: upgrade time column to DateTime64 for nanosecond precision in logs Nawaz Dhandala 2026-03-16 10:26:03 +00:00
  • 3ccd089d4f Delete the Traces Audit document, which included a comprehensive analysis of OneUptime's traces implementation, storage, visualization, correlation, and competitive gaps. Nawaz Dhandala 2026-03-16 10:05:55 +00:00
  • 2c7486714f feat: Add comprehensive metrics and traces roadmap for industry parity Nawaz Dhandala 2026-03-16 09:51:08 +00:00
  • 4781c6a532 fix: update array access syntax for consistency in AnalyticsDatabaseService Nawaz Dhandala 2026-03-16 09:20:32 +00:00
  • 1a58481265 refactor: simplify code formatting in LogAggregationService and LogsViewerToolbar Nawaz Dhandala 2026-03-15 00:28:07 +00:00
  • 58024398cf feat: add methods for column existence check and codec management in SpanItem Nawaz Dhandala 2026-03-15 00:03:46 +00:00
  • dde1e89c34 fix: cast attributes to JSONObject in attribute remapping methods Nawaz Dhandala 2026-03-14 23:23:00 +00:00
  • 4b89add3b8 chore: update version to 10.0.32 Nawaz Dhandala 2026-03-14 22:50:05 +00:00
  • c7b8d13b49 feat: enhance trace storage and indexing with new skip indexes and compression codecs Nawaz Dhandala 2026-03-14 22:46:12 +00:00
  • 7622367d5d refactor: improve data handling and component state management in various files Nawaz Dhandala 2026-03-14 22:36:00 +00:00
  • 916666fba5 Merge pull request #2356 from OneUptime/log-phase3 Simon Larsen 2026-03-14 22:07:31 +00:00
  • 8683e7a880 Merge pull request #2354 from OneUptime/chore/npm-audit-fix Simon Larsen 2026-03-14 22:07:09 +00:00
  • 1e8f8da91d feat(LogPipelineService): add attribute key resolution methods for improved attribute handling feat(ProcessorForm, LogPipelines): set default sortOrder to 1 on processor creation Nawaz Dhandala 2026-03-14 21:47:08 +00:00
  • 564f69d91a feat: enhance UI components for filter conditions and processor forms with improved layout and descriptions Nawaz Dhandala 2026-03-14 21:11:18 +00:00
  • 7da10c48a8 feat: update route handling in various components to utilize RouteUtil for parameter population Nawaz Dhandala 2026-03-14 20:54:32 +00:00
  • 59904cb843 feat(ProcessorForm): enhance descriptions and add usage examples for processors Nawaz Dhandala 2026-03-14 20:45:14 +00:00
  • 43c7954dbe fix(FilterConditionElement): align delete button with other columns for consistent UI Nawaz Dhandala 2026-03-14 20:31:42 +00:00
  • 9c361b4150 feat(FilterCondition, FilterQueryBuilder): enhance filter condition UI with timeline and improve severity color handling Nawaz Dhandala 2026-03-14 20:25:38 +00:00
  • 6dfc364cea feat(FilterCondition, FilterQueryBuilder): enhance filter conditions with severity options and improve UI for condition management Nawaz Dhandala 2026-03-14 14:00:20 +00:00
  • bb48f530bc fix(FilterQueryBuilder): remove unused originalQuery state management Nawaz Dhandala 2026-03-14 13:44:48 +00:00
  • 8c2931b8c9 refactor(FilterQueryBuilder, LogDropFilterView, LogPipelineView, StatementGenerator, AddSpanTableOptimizations): streamline code formatting and improve readability Nawaz Dhandala 2026-03-14 13:36:35 +00:00
  • 202b8b3845 feat(AddSpanTableOptimizations): apply async settings for codec modifications and index operations to prevent timeouts Nawaz Dhandala 2026-03-14 13:32:18 +00:00
  • 53a77ed47a feat(SpanTableOptimizations): streamline span table migration by removing RetrySpanTableOptimizations and optimizing codec application Nawaz Dhandala 2026-03-14 13:06:52 +00:00
  • 34dffaa710 feat(RetrySpanTableOptimizations): add migration for hasException column and codec optimizations in SpanItem Nawaz Dhandala 2026-03-14 12:17:09 +00:00
  • d8bbe4b2cd feat(Span): add hasException column and optimize Span table with new skip indexes and codecs Nawaz Dhandala 2026-03-14 12:08:04 +00:00
  • 0b922f4dbf feat(ProcessorForm): replace Card with Modal for improved user experience in processor configuration Nawaz Dhandala 2026-03-14 11:40:39 +00:00
  • 526cc21b9c chore: npm audit fix simlarsen 2026-03-14 02:23:15 +00:00
  • d7ac8dbb1e feat(LogFilterEvaluator): refactor getFieldValue to use getAttrValue for improved attribute retrieval Nawaz Dhandala 2026-03-13 20:42:13 +00:00
  • b4fecdad21 feat(FilterQueryBuilder): remove success message handling from filter save process Nawaz Dhandala 2026-03-13 20:17:24 +00:00
  • df613292df feat(FilterQueryBuilder): implement modal for editing filter conditions with improved UI and validation Nawaz Dhandala 2026-03-13 20:16:31 +00:00
  • 7088e8073f feat(LogStatusIndicators): add status indicators using Pill components for Log Drop Filter and Log Pipeline views Nawaz Dhandala 2026-03-13 20:01:33 +00:00
  • f3fc6904bd feat(LogDropFilters): enhance Log Drop Filters with action and status indicators using Pill components Nawaz Dhandala 2026-03-13 19:54:28 +00:00
  • af79613637 feat(LogDropFilterView): add Log Drop Filter view with details, action configuration, and filter conditions Nawaz Dhandala 2026-03-13 19:53:43 +00:00
  • b7289c918c feat(LogScrubRules): enhance scrub rules configuration with new fields and detailed pill components Nawaz Dhandala 2026-03-13 18:03:02 +00:00
  • 1b65ca934e feat(LogDropFilters): add detailed documentation for Log Drop Filters functionality refactor(LogScrubRules): remove initial values for create operation and update sort order requirement Nawaz Dhandala 2026-03-13 17:54:50 +00:00
  • d968666535 feat(LogDocumentation): add detailed markdown documentation for Log Pipelines, Log Processors, and Log Scrub Rules Nawaz Dhandala 2026-03-13 17:23:42 +00:00
  • aaa5414248 feat(LogScrubRules): enhance custom regex pattern field with conditional visibility Nawaz Dhandala 2026-03-13 17:18:41 +00:00
  • 60ae745fb1 feat(LogScrubRules): add multi-step form configuration for scrub rules Nawaz Dhandala 2026-03-13 17:16:35 +00:00
  • 2081f9030a Refactor and clean up code across multiple components Nawaz Dhandala 2026-03-13 15:37:44 +00:00
  • 735024216b feat(LogsViewerToolbar): simplify keyboard shortcuts button with kbd element Nawaz Dhandala 2026-03-13 15:24:48 +00:00
  • 4f84966326 feat(Migration): Add MigrationName1773414578773 for LogScrubRule constraints and indexes Nawaz Dhandala 2026-03-13 15:13:02 +00:00
  • bcac918edd feat: Implement Log Pipeline Filter Query Builder and Processor Form Nawaz Dhandala 2026-03-13 15:02:58 +00:00
  • b64c66a7c2 feat(LogScrubRules): Implement Log Scrub Rules feature with CRUD operations and UI integration Nawaz Dhandala 2026-03-13 14:55:09 +00:00
  • 2d88e4fe0e feat(LogsViewer): add keyboard shortcuts functionality and help component Nawaz Dhandala 2026-03-13 14:46:02 +00:00
  • ec0c9c8c56 feat(LogPipelines): set isDeleteable prop to false for LogPipelines table Nawaz Dhandala 2026-03-13 14:39:09 +00:00
  • 71fb8e7bc9 feat(LogsViewer): Enhance keyboard navigation and focus management Nawaz Dhandala 2026-03-13 14:19:30 +00:00
  • cae34e080e feat: add isViewable prop to LogPipelines component for enhanced functionality Nawaz Dhandala 2026-03-13 13:55:04 +00:00
  • 0282ac3977 feat: update LogPipelineView to use Dropdown for processor type and add descriptions for configuration options Nawaz Dhandala 2026-03-13 13:43:01 +00:00
  • df35775f3f feat: add LogPipeline, LogPipelineProcessor, and LogDropFilter services and integrate with BaseAPI Nawaz Dhandala 2026-03-13 12:38:44 +00:00
  • da26755cbf feat: add comprehensive Dashboards Audit documentation comparing OneUptime with industry leaders Nawaz Dhandala 2026-03-13 12:26:47 +00:00
  • 48cdfee319 feat: add migration for LogPipeline, LogPipelineProcessor, and LogDropFilter tables Nawaz Dhandala 2026-03-13 11:51:01 +00:00
  • 0e93929a3f feat: add LogPipelineProcessor model and related services Nawaz Dhandala 2026-03-13 11:50:07 +00:00
  • fd1ee0c248 feat: add OpenTelemetry Metrics and Traces Audit documentation Nawaz Dhandala 2026-03-13 11:49:34 +00:00
  • 8e3e6769ed chore: update permissions in release workflows for consistency 10.0.31 Nawaz Dhandala 2026-03-13 10:15:38 +00:00
  • 417ae4473e Merge pull request #2353 from OneUptime/master Simon Larsen 2026-03-13 10:07:09 +00:00
  • 810fcd4740 Merge pull request #2352 from OneUptime/chore/npm-audit-fix Simon Larsen 2026-03-13 08:40:07 +00:00
  • 374de9cf82 chore: npm audit fix simlarsen 2026-03-13 02:25:28 +00:00
  • b9eff113ac Refactor Docker image build and merge workflows for multi-architecture support Nawaz Dhandala 2026-03-12 22:14:10 +00:00
  • de0d923c63 fix(Log): correct formatting of description for dropped attributes count column in log model Nawaz Dhandala 2026-03-12 21:39:44 +00:00
  • d394c96eb9 feat(Logs): add missing OpenTelemetry log fields to enhance compliance and debugging Nawaz Dhandala 2026-03-12 21:38:58 +00:00
  • 03c38be19c feat(Logs): add new fields for observed time, dropped attributes count, and flags in log model and migration Nawaz Dhandala 2026-03-12 21:37:57 +00:00
  • a94e48501e feat(Logs): update gap analysis and implementation phases for log management features Nawaz Dhandala 2026-03-12 21:23:47 +00:00
  • 35e973ebd9 feat(Nginx): update short URL location path for link shortener feat(VERSION): bump version to 10.0.31 Nawaz Dhandala 2026-03-12 21:10:06 +00:00
  • 8b6bfc3ef7 feat(LogsViewer): refactor saved view query handling for improved clarity and type safety Nawaz Dhandala 2026-03-12 21:07:41 +00:00
  • ad25241d1c feat(OnTriggerBaseModel): improve comments for boolean conversion in select values Nawaz Dhandala 2026-03-12 20:38:25 +00:00
  • 954281c3d5 feat(LogsViewer): add analytics view mode and corresponding components Nawaz Dhandala 2026-03-12 20:35:36 +00:00
  • fca0816d6b feat(OnTriggerBaseModel): convert string "true"/"false" values to booleans in select Nawaz Dhandala 2026-03-12 20:27:39 +00:00
  • d67d5315e0 feat(migrations): update LogSavedView schema migration to include new constraints and indexes Nawaz Dhandala 2026-03-12 19:43:56 +00:00
  • 2177f8d56c feat(migrations): add MigrationName1773344537755 to update LogSavedView schema Nawaz Dhandala 2026-03-12 19:43:04 +00:00
  • 5602536058 feat(OpenAPI): add pagination parameters 'limit' and 'skip' to API specifications refactor(LogsViewer): format emptyMessage prop for better readability refactor(SavedViewsDropdown): simplify className conditional rendering Nawaz Dhandala 2026-03-12 19:41:22 +00:00
  • abdc4b1d07 chore(version): bump version to 10.0.29 Nawaz Dhandala 2026-03-12 19:32:45 +00:00
  • 6c7f3b5090 feat(start-server): add protobuf body parser middleware for OTLP ingestion Nawaz Dhandala 2026-03-12 19:25:50 +00:00
  • 7e9fc625c4 Merge branch 'log-view' Nawaz Dhandala 2026-03-12 19:11:50 +00:00