Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17refactor[ats_ATS284247]: Remove redundant null checksMorgan E. Cook1-1/+1
Signed-off-by: Morgan E. Cook <Morgan.e.cook@boeing.com> Change-Id: Ic0b70768a7da7cece5a8a0b4c5746654add26193
2015-12-23refinement: Re-Organize, Format and Cleanup sourcedonald.g.dunne6-667/+656
Change-Id: I71e686df3d68f22622f492a8dc0c168b4adc5c4d
2015-09-28refactor: Use type inference when invoking a generic constructorRyan D. Brooks5-14/+14
Change-Id: I5afeb235038dcf1dd0496930d15d6b42aeb46fec
2014-03-04feature[ats_KKXWE]: Implement the OTE builderAndrew M Finkbeiner1-1/+1
This is the initial commit to get the OTE builder working. It also includes the rest interface changes and some environment changes so that we can disconnect from the server without killing the batch, and reconnect to the server and start getting updates again.
2013-12-13bug[ats_6XS6N]: Change bundle install to use referenceAndrew M Finkbeiner1-1/+1
2013-04-11bug: Fix workspace loaded view closingAndrew M Finkbeiner1-19/+28
On shutdown we close views that were loading dynamically. Views that allow multiples were not getting closed successfully. Also added a check to make sure if we haven't loaded any bundles that we do not do any extra work on shutdown. Change-Id: Ie3ebb536144ac8eb40b28c5eef885588bed6614a
2013-04-03feature[ats_97XC2]: Fix bundle loading issuesAndrew M Finkbeiner3-255/+258
There are several fixes here. The first is a performance issue because we were cycling through perspectives more than necessary to close views. The second is we cleaned up an issue with progress monitors that caused the status to not get properly removed. The third was to clean up the preClose listener to not use a job because that caused some strange shutdown behavior because of the thread behavior that caused errors deep in the eclipse workbench code. Change-Id: I8c503adabf9dad7487da398f5635d7f72b04047b
2013-02-16feature[ats_310X3]: Run AddDistributionStatement ruledonald.g.dunne3-1/+31
Change-Id: I0f8e8276f6b1c28ea6e244e5725cae65bd022a5a
2013-01-31bug[ats_081F6]: Operations not calculating work progress correctlyRoberto E. Escobar1-61/+62
Change-Id: Id195930ec925418caa5351ec2075b1b516280975
2013-01-25bug[ats_WM6V1]: Fix updated bundle loadingAndrew M Finkbeiner1-11/+113
Change-Id: I3ac07baca52b9d87b0f54888d739a7cf98d25ee2
2013-01-24bug[ats_WM6V1]: Clean up ws bundle shutdownAndrew M Finkbeiner2-13/+88
Change-Id: Ieb49b9c6192f519c7ccc50d4528a521a87ea7572
2013-01-23bug[ats_WM6V1]: Force view registry refreshAndrew M Finkbeiner1-1/+32
Change-Id: I2fcbcd3fb4ce2f6f8c52f36e98d06d37542864e0
2012-12-17feature[ats_BQVHK]: Update bundle loadingAndrew M Finkbeiner3-45/+275
to close views across perspectives and re-show managed views on dynamic bundle loading Change-Id: I903999f6437a4597e0b6751cd45593f17715a558
2012-06-01refinement[ats_19NDL]: Uninstall workspace bundles on shutdownAndrew M Finkbeiner1-1/+16
2012-05-25bug[ats_QFNJA]: Get a filepath without URL encoding for copyAndrew M Finkbeiner1-6/+10
2012-04-11bug: Only start the bundle if its already installedAndrew M Finkbeiner2-4/+14
2012-04-10refinement: Ensure a bundle is installed before starting itAndrew M Finkbeiner1-18/+6
2012-03-29feature[ats_PBMQF]: Initial bundle update changesAndrew M Finkbeiner4-154/+553
2010-10-04refactor: Use IArtifactType and IAttributTypeddunne2-9/+0
2010-09-08refactor: Eclipse source cleanup and formatRyan D. Brooks2-3/+0
2010-08-31remove unused Javadoc stubsrbrooks4-39/+0
2010-08-29remove unused Javadoc stubsrbrooks4-36/+0
2010-07-24applied Eclipse source cleanuprbrooks8-481/+478
2010-07-24converted all line terminators to unix stylerbrooks3-87/+87
2010-07-20Refactored to use Displays classrescobar5-290/+264
2010-07-18add distribution statement to files that are missing itrbrooks2-10/+20
2010-05-11corrected format of @author tagsrbrooks2-2/+2
2010-03-12(no commit message)rescobar9-0/+974

    Back to the top