Version 1.5
You can also find the corresponding documentation online under the following link: inspectIT Ocelot Documentation
Changelog
Implemented enhancements:
- Add a way to parametrize tags to the EUM-Server #865
- Bind alerting Rules and Template UI to Config Server's Rest-API #861
- UI for managing alerting notification channels #849
- Use a user's mail adress when promoting/modifying files in the configuration server #845
- Add the list of authors to the workspace diff #843
- Implement four-eyes principle for the web UI's file promotion view #838
- Implement four-eyes principle for the configuration server's file promotion #837
- Extend EUM server to handle non existing beacon fields as empty values #830
- Add a Rest API for Kapacitor Topics and Handlers to the Config Server #825
- Add a Rest API for Kapacitor Tasks to the Config Server #824
- Show the branch which has been for a specific agent mapping in the configuration UI status view #819
- Extend configuration server's agent status by the used branch #818
- UI for managing alerting rule configurations #811
- Add a Rest API for Kapacitor Templates to the Config Server #810
- Extend the configuration UI to define user-defined promotion messages #804
- Allow custom commit messages when promoting configuration files #803
- Add endpoint to configuration server to trigger a configuration reload #786
- configsrv ui / agent status / filter form should be able to use simple regex #745
- Update boomerang to newest version. #574
- Versioning for configurations and agent mappings #414
Fixed bugs:
- Autocompletion returns properties in camelCase if they contain a number before the upper case letter. #879
- Bug: A wrong error message is shown in create and edit dialogs #873
- Bug: Null access when fetching Alerting Template fails #872
- ConfigurationFilesCacheReloadTask prints warning for empty files #857
- The configuration UI overwrites its user permission by an invalid value when renewing its auth token #853
Closed issues:
- configsrv / agent mapping / Add-Updated sources to the top #787
Merged pull requests:
- Changed column order in status view and improved UI of approval dialog #888
- Closes #885 - Increase request timeout of the configuration web UI #886
- Making HttpInMetricTest more reliable against failure #883
- Changing debug level of CI builds to INFO #881
- Closes #879 - Properties with non-alphabetic characters are correctly converted to kebab-case by the autocompleter #880
- Fixed EUM Prometheus Integration test #877
- Bump elliptic from 6.5.2 to 6.5.3 in /components/inspectit-ocelot-configurationserver-ui #876
- Closes #873 - fixed error message for empty entries #875
- Closes #872 - Set content to undefined when either template or rule fetching fails #874
- Merge Kapacitor-UI feature branch #870
- Closes #818 and #819 - Branches of which a Mapping originated now displayed in UI. #869
- Closes #574 - Updated boomerang version #867
- Closes #865 - Added multiple replacements support to EUM server #866
- Closes #803 and #804 - Users may now define custom promotion messages. #864
- Closes #857 - Warning is now only printed when an exception occurs. #859
- Closes #853 - Fixed permissions on token renewal #858
- Closes #845 - Use LDAP-User mails when commiting if available #856
- Bump lodash from 4.17.15 to 4.17.19 in /inspectit-ocelot-documentation/website #855
- Closes #837 - Added four eyes promotion restrictions to config-server #852
- Closes #838 - Implement four-eyes principle for the web UI's file promotion view #851
- Update README.md Link #848
- Closes #843 - Added author resolution to workspace diff #847
- Added total count to the status view #846
- Adding breaking changes section for version 1.4/1.5 to the documentation #844
- Closes #787 - New agent-mapping sources will be inserted at the beginning of the list #841
- Closes #786 - Added endpoint which fires a file changed event when triggered. #791