-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/nta restapi #68
Open
Amila17
wants to merge
21
commits into
jbosstm:main
Choose a base branch
from
Amila17:Feature/NTA_Restapi
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 10, 2014
-
Modified nta-dis pom.xml to remove the webapp module Modified restapi pom.xml to downgrade the rest api version to fix the issue with CDI injection Removed IHelperService and implementation. Added new Transaction Service interface
Configuration menu - View commit details
-
Copy full SHA for ec7006d - Browse repository at this point
Copy the full SHA ec7006dView commit details -
Updated the main pom file and the nta-dist pom file.
Configuration menu - View commit details
-
Copy full SHA for 79ede8e - Browse repository at this point
Copy the full SHA 79ede8eView commit details
Commits on May 13, 2014
-
Added a URI Constant class to hold the uri constants for API's.
Configuration menu - View commit details
-
Copy full SHA for 85de14d - Browse repository at this point
Copy the full SHA 85de14dView commit details -
Added a transaction info model object to map the transaction model object from core. TransactionInfo object returns collection of links for collections instead of actual objects. Added TransactionService interface and implementation. Added a LinkBuilder helper to help build REST links for collections.
Configuration menu - View commit details
-
Copy full SHA for 20d6dba - Browse repository at this point
Copy the full SHA 20d6dbaView commit details
Commits on May 14, 2014
-
Merge branch 'master' of github.com:Amila17/transaction-analyser into…
… Feature/NTA_Restapi Conflicts: pom.xml
Configuration menu - View commit details
-
Copy full SHA for e783120 - Browse repository at this point
Copy the full SHA e783120View commit details -
Merged master into current branch. Added a new Tracer API Added a new TraceLogging interface and implementation to enable and disable tracing. Changed the location of URI Constants
Configuration menu - View commit details
-
Copy full SHA for f6988c3 - Browse repository at this point
Copy the full SHA f6988c3View commit details
Commits on May 18, 2014
-
Updated TracerAPI with the methods to call the TracerService. Removed unused method from TracerService interface and implementation Used media type for Produces annotation instead of string.
Configuration menu - View commit details
-
Copy full SHA for 2eda659 - Browse repository at this point
Copy the full SHA 2eda659View commit details -
Added Manifest file for Client Controller Added validation check for Transaction to check if parent transaction is null.
Configuration menu - View commit details
-
Copy full SHA for 75705f3 - Browse repository at this point
Copy the full SHA 75705f3View commit details
Commits on May 27, 2014
-
Added new Exception Handlers that implements ExceptionMappers Modified the LinkBuilder class to provide the correct url for participant record Added new method to get transaction by id for the API and service classes Added hibernate validation on the requests for the api.
Configuration menu - View commit details
-
Copy full SHA for a40be5e - Browse repository at this point
Copy the full SHA a40be5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea88e19 - Browse repository at this point
Copy the full SHA ea88e19View commit details
Commits on May 28, 2014
-
Added new response entities. Removed NTA_URI and updated the LinkBuilder. Updated the nta-dist/pom.xml
Configuration menu - View commit details
-
Copy full SHA for 00b3e27 - Browse repository at this point
Copy the full SHA 00b3e27View commit details
Commits on May 30, 2014
-
Added JBoss Copyright message to all files. Updated the file header template. Changed the context of webapp and restapi modules. Discarded use of LinkBuilder class and implemented custom REST link generators. Updated the TransactionInfo Model to adhere to the change of REST links for an entity. Updated the TransactionService to return better response objects to API level. Updated API to return 204 status if no content is found.
Configuration menu - View commit details
-
Copy full SHA for abdbff5 - Browse repository at this point
Copy the full SHA abdbff5View commit details
Commits on Jun 3, 2014
-
Added interface and implementation for ResourceManagerService class. Added REST API for ResourceManager. Added a new Named Query to DataAccessObject for retrieving ResourceManager information based on branch Id. Updated TransactionService implementation with null checking.
Configuration menu - View commit details
-
Copy full SHA for 645f367 - Browse repository at this point
Copy the full SHA 645f367View commit details
Commits on Jun 4, 2014
-
Re-formatted code layout to match the format followed by the NTA project.
Configuration menu - View commit details
-
Copy full SHA for d5f3f64 - Browse repository at this point
Copy the full SHA d5f3f64View commit details -
Changed folder naming convention. Added API class for ParticipantRecord entity. Added Serivce class interface and implementation to process the ParticipantRecord REST requests. Updated the Link Generator class to generate links for Participant Records.
Configuration menu - View commit details
-
Copy full SHA for 2ae5734 - Browse repository at this point
Copy the full SHA 2ae5734View commit details
Commits on Jun 24, 2014
-
Added named query to Event model. Added two new methods to DataAccessObject to get events and get event by id. Added EventAPI class. Added EventInfo model Added EventService interface and implementation
Configuration menu - View commit details
-
Copy full SHA for a42c657 - Browse repository at this point
Copy the full SHA a42c657View commit details
Commits on Jul 16, 2014
-
Merge branch 'master' of github.com:jbosstm/transaction-analyser into…
… Feature/NTA_Restapi
Configuration menu - View commit details
-
Copy full SHA for 9dd4a8d - Browse repository at this point
Copy the full SHA 9dd4a8dView commit details
Commits on Jul 31, 2014
-
Moved Get and GetById methods to a generic Common Service interface. Added two specific interfaces for Transaction and ResourceManager which extends Common Service interface. Updated the implementation of the service classes to implement Common Service interface. Updated the REST API to return bad request for a entity that does not exists in the system.
Configuration menu - View commit details
-
Copy full SHA for 3d7364c - Browse repository at this point
Copy the full SHA 3d7364cView commit details -
Removed @nAmed parameter from TraceLoggingServiceImpl class.
Configuration menu - View commit details
-
Copy full SHA for ee291be - Browse repository at this point
Copy the full SHA ee291beView commit details
Commits on Aug 1, 2014
-
Added the EventAPI class to query event information.
Configuration menu - View commit details
-
Copy full SHA for c43e27a - Browse repository at this point
Copy the full SHA c43e27aView commit details
Commits on Aug 20, 2014
-
Added a TransactionAPI interface and implementation. Interface was added to enable testing so the ProxyFactory can proxy the interface.
Configuration menu - View commit details
-
Copy full SHA for c4c4578 - Browse repository at this point
Copy the full SHA c4c4578View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.