Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10refactor: Update build numbers to 0.16.2jmisinco2-2/+2
Change-Id: I17de4e6f90dbaa0ce1ce020ac575d21142fcf65a
2014-01-24refactor: Update build numbers to 0.16.1Roberto E. Escobar2-2/+2
Change-Id: I599bba3c1871c33c2a82b8cf38ba9b9fec138bb2
2014-01-06refactor: Remove warnings and technical debtdonald.g.dunne7-2/+18
Change-Id: I08b39067dd08ef51ca4881eef3b188fb4cabcbf1
2013-12-10bug[ats_ATS3925]: Create ATS server side moduleRoberto E. Escobar1-2/+2
Create ATS server side maven module and eclipse feature to better manage ATS dependencies. Attach server side ATS test bundles. Change-Id: If744d17f2fa5718d1b27be4ca8da557fbb12d51d
2013-12-04refactor: Move ResultSet to jdk coreRoberto E. Escobar2-8/+8
Change-Id: I0e3c8728daa6bb83f59fd305d11ca126ba414d84
2013-11-25feature[ats_S5JDQ]: Implement ATS transition on serverdonald.g.dunne1-0/+5
Change-Id: I4f5293e0cd7f28f3a035dcfe3852c926dc46d3ef
2013-11-25refactor: Update build numbers to 0.16.0Roberto E. Escobar2-2/+2
Change-Id: I9a00db51e1f157ca4519bd1060c457c5da887c2a
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks2-2/+2
Change-Id: I2f06ddbf1795a14fed50d92bc0dc5003a135d3e8
2013-10-22refactor: Move identity classes to jdk.coreRyan D. Brooks1-1/+1
Change-Id: I55087dcce71407124c8a410ba1486639baa7e592
2013-10-22refactor: Remove usage of additional.bundles from build.propertiesRyan D. Brooks1-5/+0
Change-Id: I1ae945d1f283510f060e52ec9b2bc5de90f0ef3e
2013-10-12feature[ats_8G0FW]: Remove HRIDs as an IDjmisinco1-5/+0
Change-Id: I9cfa206f250840760f9a13691e2a48b34321eed2
2013-10-12refactor: Update build numbers to 0.15.0Roberto E. Escobar2-2/+2
Change-Id: I2e59932a053fafecdf2584b72102c0145634ae6b
2013-09-17feature[ats_7SNLZ]: Enable relation editingmegumi.telles1-6/+49
Remove ArtifactBuilder Remove RelationContainer Remove GraphReadable Add Relation Walking capabilities to ArtifactReadable Add RelationEditing methods to TransactionBuilder Add RelationEditing integration tests Change ArtifactTransactionData to OrcsChangeSet Change-Id: I450352cd10b1ae038dabeef5ec4e727fc4ba8f3b
2013-09-17feature[ats_7SNLZ]: Convert transaction APImegumi.telles2-1/+7
Remove ArtifactWriteable idea and make changes directly on the transaction object. Supporting changes: 1. Create Artifact interface 2. Create Attribute interface 3. Delete Writeable interfaces 4. Delete unused classes 5. Separate transaction logic 6. Rename OrcsTransaction to TransactionBuilder Change-Id: I88a5a1996aca72fbebfe80436621a22789e536a6
2013-09-06refinement: Improve result set APIRoberto E. Escobar1-3/+4
Remove getList method. Remove getIterable method. Since resultSet is already an Iterable object, these methods are not needed. Add size and isEmpty methods for convenience. Change-Id: I34160b3acaad391949ff9da0e81afa95f4532677
2013-09-06refactor: Update build numbers to 0.14.0Roberto E. Escobar2-2/+2
Change-Id: I2ee5a0f2f1256f1a87ca4ceedac460790e7e4eaf
2013-07-15refactor: Remove unused ORCS graph APIRoberto E. Escobar3-34/+7
Change-Id: I1a191ce802bb4db81649f28fa56eaa4fe02561bf
2013-08-19refactor: Add common ORCS interfacesRoberto E. Escobar1-1/+1
Add HasBranch, HasDeleteState, Modifiable and HasTransaction interfaces Change-Id: I48755c0f3c76af836288a3986d43e0dd15bc7d8b
2013-08-19refactor: Update build numbers to 0.13.0Roberto E. Escobar2-2/+2
Change-Id: I97eab07aee1f8a5ce321c238815d78cdfe1eab79
2013-07-29refactor: Update build numbers to 0.12.0Roberto E. Escobar2-2/+2
Change-Id: I4c528d73676af19c17f2fbb26d74ca2a0d18340c
2013-07-09feature[ats_SF2V6]: Integrate new OrcsTypes APIRoberto E. Escobar1-2/+13
Change-Id: I739a8600670773ff718efdc7a88046148f8e7b94
2013-06-17refactor: Update build numbers to 0.11.1Roberto E. Escobar2-2/+2
Change-Id: I6322912aa393c22210af80956c7919917d45a345
2012-11-07refactor: Update build numbers to 0.11.0Roberto E. Escobar2-2/+2
Change-Id: I30263ed867331bfdcd7278085b6a76464d181814
2012-10-01refactor: Update build numbers to 0.10.4Roberto E. Escobar2-2/+2
2012-09-01refactor: Update build numbers to 0.10.3Roberto E. Escobar2-2/+2
2012-08-17refactor: Update build numbers to 0.10.2Roberto E. Escobar2-2/+2
2012-08-27bug[ats_TT6RF]: QueryPostProcessor does not include deleted attributes0.10.1.v201208222203_REL_BRoberto E. Escobar1-0/+16
Add getAttributes(... DeletionFlag includeDeleted) methods to AttributesReadable Use QueryOptions during QueryPostProcessing
2012-07-19feature[ats_M5LLE]: Fix test and maven build errorsRoberto E. Escobar2-6/+9
2012-07-20feature[ats_M5LLE]: Add integration tests for OrcsTransactionjmisinco1-0/+5
2012-07-20feature[ats_M5LLE]: Add selective loading and tx co-modification checksRoberto E. Escobar1-0/+5
2012-07-20feature[ats_M5LLE]: Implement Attribute methodsRoberto E. Escobar3-45/+23
2012-07-20feature[ats_M5LLE]: Add OrcsData creation and cleanup OrcsDS servicesjmisinco1-2/+6
2012-07-20feature[ats_M5LLE]: Writeable interfacesRoberto E. Escobar6-57/+116
Add commit transaction database callable Add OrcsObject
2012-07-12refinement: Update file author and javadocddunne13-13/+13
2012-05-14feature[ats_MCQKT]: Add branch copy with transactionDavid W. Miller1-0/+5
2012-07-09refactor: Update build numbers to 0.10.1Roberto E. Escobar2-2/+2
2012-02-15refactor: Update build numbers to 0.10.0Roberto E. Escobar2-2/+2
2012-02-29feature[ats_VVMH0]: Integrate search engine into ORCSRoberto E. Escobar2-2/+2
2011-11-18refactor: Separate ORCS into its own featureRoberto E. Escobar6-3/+333
2011-10-26feature[ats_E6W8N]: Implement search progress listenershawn.f.cook1-1/+2
2011-10-26feature[ats_E6W8N]: Implement non-blocking searchesjmisinco3-8/+22
2011-10-26feature[ats_E6W8N]: Update presenter testsjmisinco1-1/+1
2011-10-25feature[ats_E6W8N]: Implement custom exception dialogshawn.f.cook6-11/+11
2011-10-25feature[ats_18K4T]: Integration of ORCS and UIjmisinco3-0/+115
2011-10-24feature[ats_E6W8N]: Implement DisplayOptions interfacejmisinco1-0/+5
2011-10-20feature[ats_E6W8N]: Polish Web Viewshawn.f.cook2-4/+27
Polish AtsHeaderComp code Add 7px top padding Polish and refactor web ui code Implementing singleton SearchParams to save state
2011-10-21feature[ats_25LS9]: Update presenter testsjmisinco2-7/+21
2011-10-21feature[ats_18K4T]: Integration of ORCS and UIjmisinco1-1/+2
2011-10-21feature[ats_Q9NLC]: Integrate ui with result matchesrescobar1-10/+31
Handle keyword searching Add match highlighting to gui
2011-10-20feature[ats_9WGDG]: Presenter bundle cleanupjmisinco3-22/+22

Back to the top