1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add implementation and tests for method "update" of ProductModuleService More... over 11 years ago
Fix tests for method "list" of ProductService and LicenseeService More... over 11 years ago
Add implementation and tests for method "list" of ProductModuleService More... over 11 years ago
Add implementation and tests for method "get" of ProductModuleService More... over 11 years ago
Add implementation and tests for method "create" of ProductModuleService More... over 11 years ago
Find in the response of any NetLicensing service and use items that only suitable for the current context More... over 11 years ago
Correct handling of lists of properties that can be returned in response of LicenseeService.validate More... over 11 years ago
Introduce ConversionException that should be used when there's a problem during creation of an entity from its XML representation More... over 11 years ago
Use Page object instead of List object for "list" services More... over 11 years ago
- introduce Page/PageImpl More... over 11 years ago
Working properly with parameters "productNumber" and "name" of method LicenseeService.validate More... over 11 years ago
Add helper methods for generating error responses to base class of NetLicensing service mock resources More... over 11 years ago
Extract common functionality of NetLicensing service mock resources into abstract base class More... over 11 years ago
- add User-Agent to header More... over 11 years ago
Add implementation and tests for method "delete" of LicenseeService More... over 11 years ago
Add implementation and tests for method "update" of LicenseeService More... over 11 years ago
Add implementation and tests for method "list" of LicenseeService More... over 11 years ago
Add implementation and tests for method "get" of LicenseeService More... over 11 years ago
Add implementation and tests for method "validate" of LicenseeService More... over 11 years ago
Add implementation and tests for method "create" of LicenseeService More... over 11 years ago
Add methods for performing specific types of requests to NetLicensingService class More... over 11 years ago
Add implementation and tests for method "delete" of ProductService More... over 11 years ago
Add implementation and tests for method "list" of ProductService More... over 11 years ago
Add class that implements generic request to NetLicensing API services. Remove from the RESTful provider and move to the new class all the functionality that needed awareness of the context of API call. More... over 11 years ago
Extract interfaces for entity classes More... over 11 years ago
Use Product's special properties "description" and "licensingInfo" in tests More... over 11 years ago
Update domain entities: add method for converting entity to map of properties, using that method, generalize method toString() and implement method for converting entity to request body More... over 11 years ago
Add implementation and tests for method "update" of ProductService More... over 11 years ago
Add tests for testing empty and minimal request for method "create" of ProductService More... over 11 years ago
Check more fields of returned object in test for method "get" of ProductService More... over 11 years ago