Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03bug: Fix junit deprecated methodsrescobar2-39/+39
2011-03-03refactor: Cleanup junit dependenciesrescobar165-297/+214
2011-03-03refactor: Delete org.eclipse.osee.framework.resource.management.servlet.testrescobar11-1395/+0
2011-03-03refinement: Add Indirect Software Requirement to CoreArtifactTypesddunne1-0/+1
2011-03-03refinement: Modify ValidateReqChangeReport to not log errors to ErrorLogddunne1-1/+1
2011-03-03bug: Add ats dsl bundles to build systemrescobar4-15/+15
2011-02-28refactor: Cleanup warnings from osee.atsddunne20-64/+39
2011-02-28refactor: Cleanup warnings from osee.framework.ui.pluginddunne17-133/+29
2011-02-28refactor: Remove unnecessary org.eclipse.osee.ats.dsl.generatorddunne9-113/+0
2011-02-28bug: StateManager creating immutable HashSet for cancelled in ↵ddunne1-7/+8
getImplementersByState
2011-02-28feature: Create review perspective and share common navigate itemsddunne33-188/+1166
2011-02-25refactor: Remove unnecessary method dispose from ResultsEditorRyan D. Brooks1-5/+0
2011-02-25refactor: Remove unnecessary code from BlamEditorRyan D. Brooks1-3/+0
2011-02-24feature[ats_YGHW1]: Update artifact explorer to use relation type access controlrescobar1-2/+11
2011-02-24feature[ats_YGHW1]: Update relation type access method signature to use tokensrescobar4-9/+9
2011-02-24feature[ats_YGHW1]: Improve dsl formatterrescobar1-1/+0
2011-02-24refactor: Remove redundant osgi GarbageCollectionCommandRyan D. Brooks2-36/+0
2011-02-24refactor: Resolve build warnings for org.eclipse.osee.ats.dsl.generatorRyan D. Brooks2-2/+1
2011-02-24feature: Fix cancelled state workflow editor title showing Reason; trueddunne1-2/+1
2011-02-24feature: Convert targeted version setting to auto-save and add to transition ↵ddunne7-676/+630
line
2011-02-24bug: Fix tasks not getting removed from worldXViewer on delete/purgeddunne1-3/+1
2011-02-23feature: AtsDsl - Handle string RuleDefinitionOption from translationddunne1-3/+8
2011-02-23feature: Convert artifact editor menu item to use single imageddunne9-12/+14
2011-02-23feature: AtsDev - Add ability to import/replace Work Definitionsddunne7-18/+75
2011-02-23feature: AtsDsl - Merge artifact token changesddunne4-7/+9
2011-02-23feature: Add blam to set workbench override imageddunne7-0/+128
2011-02-22feature[ats_YGHW1]: Update grammar to add artifact matcherrescobar82-11581/+16207
2011-02-22feature[ats_YGHW1]: Integrate artifact matcherrescobar21-253/+1068
2011-02-25refactor: Allow composition of RenameFiles and ExportChangeReportOperationRyan D. Brooks10-52/+222
2011-02-22refactor: Update AbstractBlam to use OperationLogger for outputRyan D. Brooks23-120/+84
2011-02-22refactor: Allow a BLAM to create and use its own custom operationRyan D. Brooks3-8/+16
2011-02-28refactor: Provide direct support for OperationLogger in AbstractOperationRyan D. Brooks6-41/+44
2011-02-28refactor: Rename OperationReporter to OperationLoggerRyan D. Brooks40-158/+180
2011-02-21refactor: Update launch configsRyan D. Brooks1-3/+3
2011-02-21feature[ats_YGHW1]: Restructure packages in core.dsl.integration.testrescobar24-169/+140
2011-02-21refinement: Allow sorting of workflows used in ExportChangeReportOperationRyan D. Brooks2-6/+33
2011-02-21refinement: Improve Strings.unquote functionrescobar1-2/+5
2011-02-18feature: AtsDsl - Fix how work definition id is overridden by New Actionddunne15-37/+77
2011-02-18refactor: Update launch configsrescobar2-4/+4
2011-02-18refinement: Add H2 Driver dependencies back in launch configsRyan D. Brooks4-9/+8
2011-02-18feature[ats_YGHW1]: Remove collection checkrescobar1-3/+1
2011-02-17refactor: Remove unnecessary method Lib.removeLeadingAndTrailingSpacesRyan D. Brooks1-10/+0
2011-02-17refactor: Make RenderingUtil.ensureRenderFolderExists privateRyan D. Brooks2-5/+13
2011-02-17refactor: Utilize RenderingUtil.getRenderFile in WordTemplateProcessor ↵Ryan D. Brooks1-9/+10
instead of in-place code
2011-02-17feature: AtsDsl - Enable task options for work definitionsddunne2-2/+30
2011-02-17feature: AtsDsl - Resolve grammar to text to include proper quotesddunne27-7771/+10962
2011-02-17refactor: Remove unnecessary code from ConflictManagerInternalRyan D. Brooks1-9/+2
2011-02-16refinement: AtsDsl - Convert AtsConfigManager to new WorkDefinitionsddunne17-734/+809
2011-02-16refinement: AtsDsl - Add toggle to disable WorkItemDefs in DbInitddunne5-10/+25
2011-02-18refactor: Cleanup token creation and inheritancerescobar75-910/+908
Create static TokenFactory to handle token creation Create HasArtifactType interface Create HasBranch interface Fix ArtifactToken inheritance Remove token subclasses

Back to the top