Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04feature[ats_ATS139503]: Remove old compatibility code from core.messageRoberto E. Escobar3-165/+19
Remove uses of IOseeDatabaseService Remove obsolete compatibility code using dbService Change-Id: Icaa63edb91d199c164fc56d36974ddcb82e71da6
2014-10-02refactor[ats_ATS46139]: Clean-up caching service referencesRoberto E. Escobar2-5/+2
Remove dead code and unused dependencies after cache removal Change-Id: I03f78951512cee8ee0aaad7ae3fe960ec04a145b
2014-10-01refactor[ats_ATS46139]: Remove branch cache from servletsjmisinco10-522/+5
Change-Id: I178632f81aad50f79766be84e69a0e91365b83fa
2014-10-01refactor[ats_ATS46139]: Finish removing BranchCache from serverjmisinco4-54/+15
Change-Id: I6192b7f0dbdd9b85f37742e77336f9e1d317a53c
2014-09-29refactor: Restrict access to txCache via BranchCachejmisinco1-14/+13
Change-Id: If0c0c063fa5ca5f0caaeb0613da853afad7caa9c
2014-08-28feature[ats_ATS46137]: Remove BranchCache from TransactionRecordFactory on ↵jmisinco1-3/+2
server Change-Id: I3f0866945179904ef54427e9bcaf375628e0205a
2014-06-17feature[ats_ATS19845]: Fix server decoding merge branch update messagedonald.g.dunne1-0/+2
Change-Id: Id5a093873fd97e71aaa74af5e9a5dc1a56883d58
2014-06-16feature[ats_ATS19845]: Fix server decoding merge branch update messagedonald.g.dunne2-1/+18
Change-Id: Id5a093873fd97e71aaa74af5e9a5dc1a56883d58
2014-05-28bug: Hashmap.get concurrency issue in BranchRowjmisinco1-6/+5
Change-Id: I8fbd48815e83ec12aa36c28341a44a0bb1a7d05d
2014-04-25feature[ats_ATS19845]: Handle compatibility for app server branch messagingdonald.g.dunne2-6/+10
Change-Id: I30e288b2f775321a3a0ba2db336e52f075c93d90
2014-04-24feature[ats_ATS19845]: Handle compatibility for app server branch messagingdonald.g.dunne2-28/+100
Change-Id: Ibb0b81389953c572745bba731494eda2148633ae
2014-04-22feature[ats_ATS19845]: Rename branchId to branchUuiddonald.g.dunne14-63/+64
Change-Id: I51e6a56ae3682c4c19a08e378da07bbc93f20bab
2014-04-17feature[ats_ATS19845]: Rename Branch.getId to getUuiddonald.g.dunne1-3/+3
Change-Id: I74d8da4ae88c6a628942761a76ada7b428a1c985
2014-04-16feature[ats_ATS40056]: Make inherit branch access control configurablejmisinco2-6/+15
Change-Id: I349bf5e1f6a1b44ec7134fa6608a66dfba69ed5c
2014-04-15feature[ats_ATS19845]: Handle branch guids between serversdonald.g.dunne2-1/+60
Change-Id: I0851e64f0e9a7ea4eb2e0df9ed76aec0d436ed08
2014-04-14feature[ats_ATS19845]: Convert branch.getGuid calls to branch.getUuiddonald.g.dunne1-1/+1
Change-Id: I00ccf25675f5a71a8cbc9c255917c7959f546cd9
2014-04-10feature[ats_ATS19845]: Convert IOseeBranch to Identity-Longdonald.g.dunne1-2/+4
Change-Id: I7f80ae8ef235b6c0adc91709b1b4657d1ab065c7
2014-04-09feature[ats_ATS19845]: Convert IOseeBranch to Identity-Longdonald.g.dunne9-68/+56
Change-Id: I22451bde2e8120ab445bd26ba187fb22b5d54fb1
2014-03-12feature[ats_ATS19845]: Fix build errors due to branch_id to longjmisinco4-4/+4
Change-Id: Ibced6cf14498a3539ace1eee9960483977475d2a
2014-03-05feature[ats_ATS19845]: Update branch creation to set uuiddonald.g.dunne4-6/+19
Change-Id: Ide32e8201321eb079893677d02e17381536bf95f
2013-12-12feature[ats_EPQBU]: Add support for match locations to search REST APIjmisinco6-637/+0
Change-Id: I27466e06e91a4db6d4671ce9de9baf6e3a908576
2013-12-03refactor: Move Conditions class to jdk.coreRyan D. Brooks1-1/+1
Change-Id: I18ab850711300dbc98580ea4720ee57a3b597bf5
2013-12-03refactor[ats_ZFB9T]: Remove identity servicejmisinco1-4/+1
Change-Id: Icf991819768982768d2004ed6a98a32782f33463
2013-11-20feature[ats_ZQZZF]: Change identity service to return longs for local idsjmisinco7-8/+8
Missed a few int to long conversions in translation messages. Change-Id: I5a1490aa20eb7d6e8d6fb5b713891e4fe6821c0a
2013-11-04feature[ats_ZQZZF]: Change identity service to return longs for local idsjmisinco18-120/+144
Change-Id: I1f0d06787affd6582551254ec6170785f5c56fe7
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks12-15/+15
Change-Id: I2f06ddbf1795a14fed50d92bc0dc5003a135d3e8
2013-07-09feature[ats_SF2V6]: Use OrcsTypes in OrcsDataStorejmisinco6-116/+6
OrcsDataStore needs OrcsTypes which are created in the orcs.core bundle. The orcs.core bundle needs the OrcsDataStore in order to create the OrcsTypes. Once the data store is up, orcs api can come up, create the orcs types and pass them down to the data store. The datastore needs these types in order to set the data proxy on the attributes. Change-Id: Ie208abba6c4c73d81ebbd3b2e07e6fe6dd4cbb85
2013-06-03feature[ats_U3BQK]: Add mediaType to AttributeTypeRoberto E. Escobar2-3/+6
Change-Id: I01741073ddaf89f17305bb2962344f4c03af9120
2013-02-13bug[ats_R27GE]: Multiple attribute criteria search returning no resultsmegumi.telles3-20/+20
Change-Id: Iaf294dcc98bb8642c4019baeb12888bbfdd8b5a8
2013-01-07feature[ats_7074L]: Add description to OSEE enum types definitiondonald.g.dunne1-1/+2
Change-Id: Ice5cd98e5856f110e86bef8df2ebf2d1dc571d89
2012-05-17feature[ats_MCQKT]: Add branch copy with transaction client sideDavid W. Miller2-3/+22
2012-05-09refactor: Rename method and parameter in merge branch creationDavid W. Miller2-16/+16
2012-05-22bug[ats_9YVXA]: Add cache checks to IOseeTypeFactories0.9.9.v201205221941_SR6Roberto E. Escobar2-2/+3
2012-05-18bug[ats_9YVXA]: Fix intermittent null BranchCache in TransactionRecordjmisinco5-12/+29
2012-02-22feature[ats_VVMH0]: Integrate org.eclipse.osee.framework.core.message with X ↵Roberto E. Escobar5-110/+26
Server Make services DS based Add org.eclipse.osee.framework.core.message into X Server Maven build
2012-02-22feature[ats_VVMH0]: Move ChangeItem and ChangeVersion into core.modelRoberto E. Escobar8-438/+6
2012-03-14refactor: Replace with baseline versionjphillips2-5/+19
2012-02-03refactor[ats_22T7P]: Log cast exceptions in BranchCacheUpdateUtilkwilk1-3/+15
2011-10-15feature[ats_Q9NLC]: Create type caches in orcs bundlesrescobar8-208/+4
2011-09-22refinement: Made replace ignore case betterjphillips1-1/+1
2011-09-22bug: Fix issue with replace with version still showing up after destination ↵jphillips1-1/+8
branch changed
2011-09-08refactor: Remove calls to getId for typesjmisinco1-4/+4
2011-08-30feature[ats_M1Y56]: Type types use Long for guidjmisinco7-28/+57
2011-08-19feature[ats_M1Y56]: Add generic parameter to Identity interfacejmisinco2-2/+2
2011-08-09refactor[bgz_354193]: Remove unused importsShawn F. Cook1-1/+0
2011-08-08refactor[bgz_354193]: Remove unused exception declarationsShawn F. Cook16-48/+32
2011-06-21refactor: Minor quality changeskwilk2-2/+0
2011-05-11refactor: Improve minor code quality issueskwilk1-1/+0
2011-05-03refinement: Expose recursive purge operation to client through httpRyan D. Brooks2-6/+14
2011-02-18refactor: Cleanup token creation and inheritancerescobar2-10/+6
Create static TokenFactory to handle token creation Create HasArtifactType interface Create HasBranch interface Fix ArtifactToken inheritance Remove token subclasses

Back to the top