1. 0bb9ec9 Fix over-eager disposal of entity on deletion, which was disposing it before notifying listeners it had changed. Now we dispose only after listeners have been notified, so they can actually access the old data, such as its FQN. by Daniel Johnson · 4 years, 10 months ago master
  2. 20900db Fix compatibility with Eclipse 4.18 - import Assert from core.runtime package instead of jface.util by Daniel Johnson · 4 years, 10 months ago
  3. e61722d Migrate Platform.getJobManager() to Job.getJobManager() to be Eclipse 4.17+ compliant. by Daniel Johnson · 4 years, 10 months ago
  4. 9b28e2a Fix primitive paths during compilation on Windows. by Daniel Johnson · 5 years ago
  5. c988467 Fixes for running generation with a facet override and other generation improvements. by Daniel Johnson · 5 years ago
  6. 2191f69 Add ability to selectively enable a generator during generation. by Daniel Johnson · 5 years ago
  7. 487483d Merge "Improve memory usage for headless generation of many projects, by using a shared Tigerstripe runtime instance per-thread." by Daniel Johnson · 5 years ago
  8. 7c0e00e Improve memory usage for headless generation of many projects, by using a shared Tigerstripe runtime instance per-thread. by Daniel Johnson · 6 years ago
  9. 09c770b Adding a "reset" button the assoc end names by Richard Craddock · 5 years ago
  10. 8eec7b7 Squashed commit of the following: by Richard Craddock · 6 years ago
  11. 42a0ee1 Revert fixes for controls drawing with light grey background in Dark theme, the changes somehow caused a dark grey background to draw for the controls on Windows when in Light theme, making the controls appear disabled. by Daniel Johnson · 6 years ago
  12. 42b8574 Error in gettng editor (not sure of actual usage, but it's wrong!) by Richard Craddock · 6 years ago
  13. d75e989 Fix for searching in Modules by Richard Craddock · 6 years ago
  14. e65b938 Fix for facet scope page no loading. by Richard Craddock · 6 years ago
  15. 57b6be1 Fix for deadlock when DnD an attribute between two entities when a Diagram with either Entity is open. by Daniel Johnson · 6 years ago
  16. 105d81c Run diagram synchronization as a workspace job locked on project. by Daniel Johnson · 6 years ago
  17. 82e34db Bad code on the stererotypeAsString methods. by Richard Craddock · 6 years ago
  18. 596e216 Tests for refactoring, plus fix for package refactor problems by Richard Craddock · 6 years ago
  19. ff1100c Fixes for renaming issues by Richard Craddock · 6 years ago
  20. 2d692a0 Fix tigerstripe help generation to include javadocs from tigerstripe-api and tigerstripe-core projects. by Daniel Johnson · 6 years ago
  21. 84fb5e8 Indent tigersripe.xml output. by Daniel Johnson · 6 years ago
  22. e1e9042 Minor fix for not showing Override stereotypes in light-grey foreground. by Daniel Johnson · 6 years ago
  23. daa65b3 Fix IndexOutOfBoundsException on table cell editing by Daniel Johnson · 6 years ago
  24. fd2708e Fix issue with generator deployment from editor. by Daniel Johnson · 6 years ago
  25. 94ee398 Simplify logging of exceptions. by Daniel Johnson · 6 years ago
  26. dbd50f8 Re-resolve model references when classpath changes. by Daniel Johnson · 6 years ago
  27. 2a64fab Various usability fixes: by Daniel Johnson · 6 years ago
  28. bf1ef88 Merge "Fix API compatibility with Eclipse 2019-12. Create and run baseline Eclipse and latest Elipse build profiles for pre merge verification checks." by Daniel Johnson · 6 years ago
  29. b4c3a84 Fix API compatibility with Eclipse 2019-12. Create and run baseline Eclipse and latest Elipse build profiles for pre merge verification checks. by Daniel Johnson · 6 years ago
  30. 240bd09 Use singleton ArrayContentProvider. by Daniel Johnson · 6 years ago
  31. 4ed808a Removing trailing whitespace from all velocity templates. by Daniel Johnson · 6 years ago
  32. c442f53 Fix extra * in formatting of stereotypes. by Richard Craddock · 6 years ago
  33. 9fb8b31 Fixes to stereotype inheritance. Fix association output format. by Richard Craddock · 6 years ago
  34. d794638 Support for "Inherited/Overriden" stereotypes. by Richard Craddock · 6 years ago
  35. 838c68a Enhance extension point for editing Dependencies by Richard Craddock · 6 years ago
  36. bc32bf4 Fix for getName() API throwing NPE after project is deleted when accessed by listeners of TigerstripeWorkspaceNotifier. by Daniel Johnson · 6 years ago
  37. 9059651 Fixes for generator classpath settings, so they have compile access to JARs provided by Tigerstripe at Runtime. by Richard Craddock · 6 years ago
  38. df05915 Revert unintentional API changes. by Daniel Johnson · 6 years ago
  39. 11a929f Fixes for compiling generator plugins within Eclipse. by Richard Craddock (rcraddoc) · 6 years ago
  40. e1eca25 TA779169 Keep child elements expanded on stereotype search by Daniel Johnson · 6 years ago
  41. 95deb9b Resolve to correct ts project. by Daniel Johnson · 6 years ago
  42. d869bfd Fix for generation of project within Eclipse. by Daniel Johnson · 6 years ago
  43. 53a8758 Fix installed module load errors, due to recursive reference to module project handle. by Daniel Johnson · 6 years ago
  44. bc6d121 Squashed commit of the following: by Daniel Johnson · 6 years ago
  45. b8b5c06 Add back project nature if missing, otherwise the project auditor can hit NPE. Sort properties alphabetically to simplify project diffs going forward. by Daniel Johnson · 6 years ago
  46. e6ea66f Move Tigerstripe API Reference to main help. by Daniel Johnson · 6 years ago
  47. 4334fd8 Don't set build name. by Daniel Johnson · 6 years ago
  48. 5a38fa3 Use pipeline syntax. by Daniel Johnson · 6 years ago
  49. 130acfd Update to new JDK label for new CI server. by Daniel Johnson · 6 years ago
  50. cc0e880 Fix for NPE during generation due to upstream installed module JARs not having an absolute path available when populating filename to artifact cache map in the artifact manager. This caused some upstream artifacts to not be discoverable in downstream models during generation leading to incomplete generation output by Daniel Johnson · 6 years ago
  51. b8ee7d5 TA735031: Instantiate extension auditors just once per build instead of by Vadim Geraskin · 6 years ago
  52. 4ee56fb Fix compile error. by Daniel Johnson · 6 years ago
  53. fe256e7 Fix for disposing artifacts prematurely before notifiactions when replaced with a newer artifact. by Daniel Johnson · 6 years ago
  54. 66df1e8 Fix compile failures. by Daniel Johnson · 6 years ago
  55. 2c32466 More cleanup and memory improvements for multi-threaded generation. by Daniel Johnson · 6 years ago
  56. 6f0d6ec Various performance improvements. by Daniel Johnson · 6 years ago
  57. 21372cc Merge forward deadlock fixes from release/0.10 by Daniel Johnson · 6 years ago
  58. 78cc771 Cherry-pick latest fixes for JDT deadlock from release/0.10 by Daniel Johnson · 6 years ago
  59. ce9e478 Small fixes for non-Eclipse generation. by Daniel Johnson · 6 years ago
  60. 0e6a8b9 Merge branch 'master' of ssh://git.eclipse.org:29418/tigerstripe/org.eclipse.tigerstripe into update-master by Daniel Johnson · 6 years ago
  61. 51a2429 Add all artifacts, including upstream dependent model artifacts to generation context in new classpath_* variables. by Daniel Johnson · 7 years ago
  62. aef2830 Make InstalledModuleManager load models on first access and make methods non-synchronized to avoid potential multi-thread deadlock on java classpath initialization. by Daniel Johnson · 6 years ago
  63. 228b2ec TA732838: TS: NamedCapabilities are not updated on project close by Vadim Geraskin · 7 years ago
  64. 23ffe12 TA719903: TS: Ensure Tigerstripe removes references to deleted projects by Vadim Geraskin · 7 years ago
  65. bc6f9db DE76653: TS: Incorrect listener notification is fired on association end change by Vadim Geraskin · 7 years ago
  66. a7a285d Merge branch 'bugfix/TA711426' by Daniel Johnson · 7 years ago
  67. 7f12f93 Corrected class in auditor by rcraddoc · 7 years ago bugfix/TA711426
  68. 41710cd Include icons folder in JAR correctly. by Daniel Johnson · 7 years ago
  69. fe2b7d3 Merge branch 'master' of ssh://git.eclipse.org:29418/tigerstripe/org.eclipse.tigerstripe by Richard Craddock (rcraddoc) · 7 years ago
  70. 7d3d40e Minor bug fixes by rcraddoc · 7 years ago
  71. 8400f8c Skip site generation for core libraries for now. Set explicit site reports for Eclipse plugins. by Daniel Johnson · 7 years ago
  72. 23dc14a Add SCM, CI, and Distribution Management to POM. by Daniel Johnson · 7 years ago
  73. 7832df4 Ensure build order of modules is correct. by Daniel Johnson · 7 years ago
  74. a55ca48 Install core artifacts during build so they are resolvable by workbench.base by Daniel Johnson · 7 years ago
  75. 69fa098 Handle null Specifics. by rcraddoc · 7 years ago
  76. 9b0213d Ensure a unique plugin logger is instatiated per model/generator combination. by Daniel Johnson · 7 years ago
  77. 62e480c Handle default Value correctly. And remove some System.out messages by Richard Craddock · 7 years ago
  78. c33eeb7 DE73468: Invalid Menu options by Vadim Geraskin · 7 years ago
  79. 3ab16bc Use jacoco plugin through direct invocation instead of as report to avoid running extra site reports that are not needed. by Daniel Johnson · 7 years ago
  80. 31fde5f Put build extensions in right place. by Daniel Johnson · 7 years ago
  81. 9d308e8 Add SSH build wagon extension. by Daniel Johnson · 7 years ago
  82. e08e7a7 Some updates to jacoco report and site generation. by Daniel Johnson · 7 years ago
  83. 875a176 Merge branch 'master' of ssh://git.eclipse.org:29418/tigerstripe/org.eclipse.tigerstripe into split_generation by Daniel Johnson · 7 years ago split_generation
  84. a9d481d More Sonar and java warning clean up by rcraddoc · 7 years ago
  85. 435ac58 Tidy up java warnings and sonar by rcraddoc · 7 years ago
  86. eb9c3e9 Uptick to 0.11.0-SNAPSHOT, add Jacoco reports to site. by Daniel Johnson · 7 years ago
  87. f9baef4 Update build so that API and Core projects are built and packaged into workbench.base dynamically. by Daniel Johnson · 7 years ago
  88. 6ff38c1 Clean up of Java messages and Sonar warnings on the api project. by rcraddoc · 7 years ago
  89. 840ecbf Minor tweak for auditor perf, and some code clean up by rcraddoc · 7 years ago
  90. b97d74b Removed some classes that I was nervous about deleting! by rcraddoc · 7 years ago
  91. ed99bbd Tidy up by rcraddoc · 7 years ago
  92. d29b5ea Updates to re-instate support internal cisco audit checks by rcraddoc · 7 years ago
  93. 895032e Change to expose a new interface to the extensions by rcraddoc · 7 years ago
  94. d633eee Class cast exception by rcraddoc · 7 years ago
  95. c11dcef Couple of bugs from refactor by rcraddoc · 7 years ago
  96. fa4288c Ensure refresh after saving to provoke a changeNotification by rcraddoc · 7 years ago
  97. 80f200a Sub-Class BaseM1Generator by rcraddoc · 7 years ago
  98. 8ab341f DE73419: Tigerstripe: missing importExport.gif by Vadim Geraskin · 7 years ago
  99. 68733aa Fixng classpath, logs and most tests by rcraddoc · 7 years ago
  100. 1bdf23a Fix headless tests. by Daniel Johnson · 7 years ago