The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.27

  • Change: ca697e11fac1f754f22531f480c5b75a9b4ba787 Author: glasswalk3r <glasswalk3r@yahoo.com.br> Date : 2016-09-28 12:57:12 +0000
    • Added tests results specific to MS Windows
  • Change: 0518f9c7c6cc505e3f66d3cfe7913e268c994e9e Author: glasswalk3r <glasswalk3r@yahoo.com.br> Date : 2016-09-28 12:41:12 +0000
    • Fixed a bug due an undeclared dependency
  • Change: 3c7f954c82c84554ce28b3e00278c47a4439a6ca Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-27 22:43:50 +0000
    • Added create_files Added tests for files created Added files for testing eapps editing
  • Change: 210a759dd20b4c4e646b9976c2a1855247c46b9f Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-26 21:05:05 +0000
    • Started coding the lbconfig front-end Fixed bugs in srvrmgr-mock.pl regarding command lines arguments Fixed bugs in IniDaemon (some parameters were not being considered as optional as they should) list_servers for mocking was outdated (withou SID)
  • Change: bc562fe3981ede97d84d2b0dc00cc4e8a420440c Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-25 17:51:25 +0000
    • Siebel::Srvrmgr::ListParser::Output::Tabular::ListServers replaced 'get_server' with 'get_server_iter' and is now using ByServer Moose role related tests were changed to reflect that Added more classes to Siebel-Lbconfig distribution, tests included
  • Change: b75c68e14c5724a1d9c287b361da5a740e9385ad Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-24 23:36:39 +0000
    • Initial release of Siebel-Lbconfig (incomplete) Small refactoring on Siebel-Srvrmgr classes
  • Change: d5648a8809efec5f63eb9dc36daf877e0846ed4d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-24 20:51:56 +0000
    • Added MetaJSON to generate metadata in JSON format Using ListParser.pm was requiring implicit to chomp() the data before sending it to the respective parser. Changed that to have this change being handled automatically by the Buffer class Small refactoring on other classes
  • Change: becf410913160126d9e423a38189a1b9fad96799 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-23 21:06:45 +0000
    • Fixed the project URL
  • Change: db1976ab003b24a21d6f1c68ad36850e109273dc Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-23 20:49:07 +0000
    • Added the sub prompt_slices to to enable prompt information gathering without having to rely only in SRVRMGR_PROMPT regex SRVRMGR_PROMPT was changed itself, to produce more reliable results Changed all clients of SRVRMGR_PROMPT to use prompt_slices when necessary Refactored code in xt tests to reuse a sub (Test::Fixtures)
  • Change: 8484395886cee9e7b6604e1fae45551087998e0b Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-22 23:35:12 +0000
    • Removed redundant latest.txt file and changed ListParser.t to acommodate it Added the Server Id information from "list server" command Fixed all tests that this change broke Added new tests Added more tests to Regexes.pm Regexes.pm now has the tag "all" to export all subs Regexes.pm now has unified regex to correctly match the Siebel Server Name
  • Change: 6f46b80b58733210e69c4f1ef7c20a8ddb401f33 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-21 21:12:31 +0000
    • Fixed tests that were failing Refactored some tests to avoid harcodes, include additional information during tests execution Marked output that is not valid anymore (outdated) Small enhancements
  • Change: 73bf08d17fd34807f64e2f365b66d86efe844e71 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-19 23:03:35 +0000
    • Added CP_STARTMODE to output of "list comps" caused several unexpected changes Long time ago errors setup in Serial* tests were finally fixed, also stopped relying on DATA file handle Refactored usage of Siebel::Srvrmgr, now Fixtures in the module that really reads files Changed the Duration.t to use a regex to validate the date/time string Updated the examples to fetch data using "new version" of list comps Some tests are still not passing... this change invalidated some output files that are no longer valid Small refactoring (sub parsing of arguments)

Modules

utilities to be used with the Siebel srvrmgr program
Moose Role for classes that exposes Siebel Server components information
super class for sessions with Siebel srvrmgr program
base class for Siebel::Srvrmgr::Daemon action
role for classes that hold Siebel server components information
role for classes that hold Siebel server components information
subclass of Siebel::Srvrmgr::Daemon::Action to verify components status
subclass of Siebel::Srvrmgr::Daemon::Action to verify components tasks status
subclass for Siebel::Srvrmgr::Daemon::Action to do nothing with the buffer content
subclass for Siebel::Srvrmgr::Daemon::Action to dump buffer content
subclass of Siebel::Srvrmgr::Daemon::Action to stored parsed list comp def output
subclass for parsing list comp types command output
subclass of Siebel::Srvrmgr::Daemon::Action to deal with list comp output
subclass of Siebel::Srvrmgr::Daemon::Action to parse list params output
subclass of Siebel::Srvrmgr::Daemon::Action to recover sessions information
dummy subclass of Siebel::Srvrmgr::Daemon::Action to allow execution of load preferences command
role for serializable subclasses of Siebel::Srvrmgr::Daemon::Action
abstract factory to create Action subclasses
singleton to stash data returned by Siebel::Srvrmgr::Daemon::Action subclasses
daemon command class
object that checks which conditions should keep a Siebel::Srvrmgr::Daemon running
"heavier" implementation of Siebel::Srvrmgr::Daemon
class for running commmands with Siebel srvrmgr program
IPC functionality for Siebel::Srvrmgr classes.
state model parser to idenfity which output type was read
class to store output of commands
the FSA::Rules class specification for Siebel::Srvrmgr::ListParser
base class of srvrmgr output
Moose role to deal with start and end time of objects
subclass that represents the initial information from a Siebel server when connected through srvrmgr program.
class that represents a Siebel component
class to parse and aggregate information about servers and their components
class to represent instances of processes from "list procs" command
class that represents a Siebel Server return by a "list servers" command
class to represent a Siebel task
subclass to parse load preferences command.
subclass to parse set command.
base class for all command outputs that have a tabular form
a Moose Role to retrieve data under a Siebel Server
subclass that parses list comp commands output of srvrmgr.
subclass to parse component definitions
subclass to parse list comp types command
subclass to parse output of the command list comp params.
subclass to parse list procs command
subclass to parse list servers command
subclass to parse list tasks command
subclass to parse list tasks command
base class for parsing srvrmgr tabular output
subclasses to parse delimited output from srvrmgr
subclass to parse fixed width output from srvrmgr
Moose role to "stringfy" objects
abstract factory class to create Siebel::Srvrmgr::ListParser::Output objects
module to read a Siebel Enterprise log file
a Moose Role for Enterprise log file data archiving
parses of component alias from the Siebel Enterprise log file
class to represents a operational system process of Siebel
module to recover information from OS processes of Siebel components
common regular expressions to match things in srvrmgr output
definition of types restrictions for Siebel::Srvrmgr
creates a Siebel::Srvrmgr::Daemon from a INI configuration file