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

Changes for version 0.06

  • Change: 408746b029a2bf9545f7a863c26e85e15ee8678d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 00:20:35 +0000
    • Merge branch 'master' of github.com:glasswalk3r/siebel-monitoring-tools
  • Change: 3f0a3eab36f22b8de137233de33844bfdaf1c6fb Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 00:19:21 +0000
    • Fixed issue #8
  • Change: fb86a8bf0ece68042e219a7893fedc1e1bf1db21 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 17:06:08 +0000
    • Fixed bug with dist.ini, missed the declaration of AutoPreReqs and none of the required modules were available
  • Change: bd22dfe361bb4133981b5e46523004b84f886c07 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 15:12:15 +0000
    • Declared the minimum version of Siebel::Srvrmgr that is required
  • Change: 8670a34e66ee1119af13bfe172ae86d1742735c7 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 12:29:42 +0000
    • Finished preparation for release (Pod basically, added more tests)
  • Change: 2a1987640a0dc1b571015195a79025b2732867b4 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-28 23:27:09 +0000
    • Fixed bug (missed importing create_files) Added configuration for "list servers" command that was missing
  • 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)
  • Change: 10fa36719569f1ada4268b74f8c9904471b004c9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-06-10 22:52:09 +0000
    • added Dist::Zilla::Plugin::MetaJSON to improve kwalitee

Modules

Perl extension for dumping Siebel Components data
subclass of Siebel::Srvrmgr::Daemon::Action to deal with list comp output
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 parse list params output