Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-03refactor: Move Conditions class to jdk.coreRyan D. Brooks3-3/+3
2013-12-03refactor[ats_ZFB9T]: Remove identity servicejmisinco2-6/+3
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks9-10/+10
2013-10-22refactor: Move identity classes to jdk.coreRyan D. Brooks1-1/+1
2013-10-22refactor: Convert OseeCoreException to a RuntimeExceptionRyan D. Brooks1-3/+2
2013-10-22refactor: Remove unnecessary usage of FullyNamedIdentityRyan D. Brooks1-11/+0
2013-08-19feature[ats_7HBF1]: DSL Editor Pre and Post ProcessJonathan E. Jensen1-0/+6
2013-06-26feature[ats_0B926]: Upgrade to Eclipse 4.3Roberto E. Escobar4-67/+4
2013-06-17feature[ats_QGK3T]: Create DSL rendererJonathan E. Jensen2-74/+175
2013-06-03feature[ats_4LPYJ]: Create DslGrammar extension and managerRoberto E. Escobar1-0/+36
2013-05-17bug[ats_V37H7]: Fix CacheService/ModelService circular dependencyRoberto E. Escobar1-3/+22
2013-05-15refactor: Change ModelUtil to OseeDslResourceUtilRoberto E. Escobar2-10/+27
2013-02-16feature[ats_310X3]: Run AddDistributionStatement ruledonald.g.dunne2-0/+20
2012-10-08bug[ats_GTB5H]: Command handlers causing NPE in empty perspectivesjmisinco1-1/+2
2012-07-12refinement: Update file author and javadocddunne1-1/+1
2012-05-02bug[ats_X0BJK]: Access control hangs OSEE if cycle present in hierarchyjmisinco1-1/+6
2012-04-16feature[ats_VGR8B]: Convert DSL integration to DSRoberto E. Escobar11-119/+54
2012-04-16feature[ats_VDYBJ]: Add OseeDslRoleContextProviderjmisinco2-0/+202
2012-03-01bug: Raise DSL editor renderer minimum ranking to block word rendererjmisinco1-0/+5
2012-01-12refactor[ats_6WFC6]: Call TransactionManager to create SkynetTransactionsRoberto E. Escobar1-1/+2
2011-10-15feature[ats_Q9NLC]: Create type caches in orcs bundlesrescobar2-4/+4
2011-11-17refactor: Replace occurances of Branch with IOseeBranchjmisinco1-2/+2
2011-09-06bug[ats_F9HLD]: Fix issue with native artifacts not saving correctlyjphillips1-2/+8
2011-09-02feature[ats_M1Y56]: Fix osee type sheet open with rendereringrescobar3-228/+81
2011-08-31feature[ats_M1Y56]: Move HexUtil to org.eclipse.osee.framework.core.utilrescobar1-1/+1
2011-08-30feature[ats_M1Y56]: Remove Osee Types Import Wizardrescobar11-1296/+0
2011-08-26feature[ats_M1Y56]: Create HexUtil and HexUtilTestrescobar1-5/+5
2011-08-26feature[ats_M1Y56]: Add renderer for OseeTypeDefinition artifactsjmisinco1-2/+87
2011-08-30feature[ats_M1Y56]: Change to OseeTypeDefinition attribute to UriGeneralStrin...jmisinco1-2/+3
2011-08-16feature[ats_M1Y56]: Add uuid to Osee type grammarjmisinco1-0/+133
2011-08-04refactor: Remove erroneous usage of SkynetGuiPlugin from other pluginsRyan D. Brooks1-2/+0
2011-05-20bug[bgz_346769]: Enforce access control in RelationComposite, ArtifactExplore...jmisinco1-1/+1
2011-05-12refactor: Replace usage of Branch with IOseeBranch where possibleRyan D. Brooks1-2/+2
2011-02-22feature[ats_YGHW1]: Integrate artifact matcherrescobar1-18/+61
2010-11-11feature[ats_YGHW1]: Fix ArtifactDataAccessor.getHierarchy looprescobar1-1/+1
2010-11-10feature[ats_YGHW1]: Fix dsl artifact update errorrescobar1-2/+2
2010-09-23feature[ats_YGHW1]: Fix context id GUIDsddunne1-3/+8
2010-09-23feature[ats_YGHW1]: Update OseeTypesExportOperation to write to an outputstreamrescobar2-21/+42
2011-03-09refactor: Change Renderer.getApplicabilityRating to use IArtifactrescobar1-3/+5
2011-01-24refactor: Simplify usage of FileSystemRenderer's public methodsrbrooks1-1/+1
2011-01-21refactor: Eliminate complex artifact and branch detection logic in renderer e...rbrooks1-15/+6
2011-01-10refinement: Improve open with command/handler renderer coderescobar1-8/+2
2011-01-10refactor: Make exception handling common across handlersrescobar1-2/+1
2010-12-20refactor: Simplify exception handling in OseeDslRendererrbrooks1-4/+2
2010-09-28refinement: Add coverage of presentation type PRODUCE_ATTRIBUTE to RendererMa...rbrooks1-2/+3
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks1-10/+8
2010-08-29Eclipse source cleanup and formatrbrooks1-1/+1
2010-08-24make IOperation.run return status instead of an operationrbrooks1-4/+4
2010-08-23removed unnecessary try catch block from XtextOseeTypesHandlerrbrooks1-9/+3
2010-08-23operation execution order matters so composite operation must use a list inst...rbrooks1-2/+1

Back to the top