Skip to content

Releases: progress/iceberg

2024-Sept

07 Oct 13:41
027615e
Compare
Choose a tag to compare

Contains minor bugfixes, notably for the OEMANAGER utility which is now in sync with the shipped OpenEdge 12.8 product. The only other notable changes are to the build scripts for the PAS monitoring to make them more compatible with OE 11.7 vs 12.x releases. In that respect, a clear set of documents have been produced which differentiates the underlying technology used between those OpenEdge versions.

2024-April

24 Apr 11:57
6b1117b
Compare
Choose a tag to compare

Merge of several internal fixes and enhancements for the OEMANAGER tooling specifically, in addition to several improvements for the Metrics enablement:

  • Introduces new build flags to indicate 12.8 and 13.0 releases
  • Adds files and resources for 12.8 and 13.0 builds
  • Fixes version detection to work more correctly for the 12.8 and 13.0 releases
  • Update documentation with usage instructions and formatting for emphasis
  • Change to use handlers files for OE versions 12.8 and later

2024-March-15

14 Mar 12:44
cf3f29e
Compare
Choose a tag to compare

Ides of March edition... Several improvements to the OEMANAGER utility to bring more user-friendly error messages, and clarifying usage instructions based on recent real-world cases.

2024-March

07 Mar 19:04
1861439
Compare
Choose a tag to compare

Minor bugfixes and enhancements. Notably, the ability to dump stack information for a specific MSAgent AND SessionID # for an ABL Application.

2023-Sept

06 Sep 17:57
3303e95
Compare
Choose a tag to compare

Correcting a UI issue related to the Monitor instance for PAS metrics.

2023-August-2

17 Aug 13:44
d9b2b8b
Compare
Choose a tag to compare

Addressed a display issue with the DB locks task, increasing column widths.

2023-August

08 Aug 13:18
28a6964
Compare
Choose a tag to compare

Introduces a new report to the Monitor output which shows a graph of response times from the server using request metrics. This is part of an overhaul to the UI which re-groups some items into consistent tabs for easier consumption. Each tab now contains a brief blurb about its role and purpose. Includes fixes for shell scripts where double-bracket errors are present when run on Ubuntu Linux.

May-2023

22 May 20:49
dbb227c
Compare
Choose a tag to compare

The primary focus of this release was to enhance the post-deployment instructions for tailoring the utilities for a PAS instance. Even though many of the options such as the port and instance name/path are now auto-discovered by deploying into an instance, some options such as the username/password for the OEManager webapp may need to be changed (and in fact should be) when deployed to a non-development environment. To help report on this condition or any other factors which may prevent access to a PAS instance (such as the server is not running), the "status" task will now stop if the initial request for applications does not succeed and will report a more user-friendly message.

In addition, this enhances the shell/batch scripts used to execute the CLI actions allowing an automatic prefixing of "-D" for Ant parameters if the user may have forgotten (or chose to omit) the prefix.

2023-March-2

30 Mar 16:37
51e5403
Compare
Choose a tag to compare

Introduces a new section to the PAS area called "Load Testing" to demonstrate some approaches for generating load against the APSV and REST/WEB transports of a PAS instance. These are meant only to provide examples of what can be done using some sample business logic.

2023-March

07 Mar 13:45
d4f91a3
Compare
Choose a tag to compare

This greatly refactors the monitoring solution against the OEManager webapp which uses ABL and the HttpClient to access the API endpoints. This is now branded as the "OEManager CLI Tools" to more accurately reflect the purpose and means by which monitoring and management takes place. The refactored folder now uses "PROANT" only for the building and deployment of a new "utils.zip" file which can be added to any PAS instance or run standalone and pointed to either a local or remote PAS instance.

Please read the updated documentation in that folder, which now includes usage instructions that reflects common use-cases for the various tasks available. This is a new guide linked to from standard README file.