- 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
- 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
- e61722d Migrate Platform.getJobManager() to Job.getJobManager() to be Eclipse 4.17+ compliant. by Daniel Johnson · 4 years, 10 months ago
- 9b28e2a Fix primitive paths during compilation on Windows. by Daniel Johnson · 5 years ago
- c988467 Fixes for running generation with a facet override and other generation improvements. by Daniel Johnson · 5 years ago
- 2191f69 Add ability to selectively enable a generator during generation. by Daniel Johnson · 5 years ago
- 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
- 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
- 09c770b Adding a "reset" button the assoc end names by Richard Craddock · 5 years ago
- 8eec7b7 Squashed commit of the following: by Richard Craddock · 6 years ago
- 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
- 42b8574 Error in gettng editor (not sure of actual usage, but it's wrong!) by Richard Craddock · 6 years ago
- d75e989 Fix for searching in Modules by Richard Craddock · 6 years ago
- e65b938 Fix for facet scope page no loading. by Richard Craddock · 6 years ago
- 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
- 105d81c Run diagram synchronization as a workspace job locked on project. by Daniel Johnson · 6 years ago
- 82e34db Bad code on the stererotypeAsString methods. by Richard Craddock · 6 years ago
- 596e216 Tests for refactoring, plus fix for package refactor problems by Richard Craddock · 6 years ago
- ff1100c Fixes for renaming issues by Richard Craddock · 6 years ago
- 2d692a0 Fix tigerstripe help generation to include javadocs from tigerstripe-api and tigerstripe-core projects. by Daniel Johnson · 6 years ago
- 84fb5e8 Indent tigersripe.xml output. by Daniel Johnson · 6 years ago
- e1e9042 Minor fix for not showing Override stereotypes in light-grey foreground. by Daniel Johnson · 6 years ago
- daa65b3 Fix IndexOutOfBoundsException on table cell editing by Daniel Johnson · 6 years ago
- fd2708e Fix issue with generator deployment from editor. by Daniel Johnson · 6 years ago
- 94ee398 Simplify logging of exceptions. by Daniel Johnson · 6 years ago
- dbd50f8 Re-resolve model references when classpath changes. by Daniel Johnson · 6 years ago
- 2a64fab Various usability fixes: by Daniel Johnson · 6 years ago
- 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
- 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
- 240bd09 Use singleton ArrayContentProvider. by Daniel Johnson · 6 years ago
- 4ed808a Removing trailing whitespace from all velocity templates. by Daniel Johnson · 6 years ago
- c442f53 Fix extra * in formatting of stereotypes. by Richard Craddock · 6 years ago
- 9fb8b31 Fixes to stereotype inheritance. Fix association output format. by Richard Craddock · 6 years ago
- d794638 Support for "Inherited/Overriden" stereotypes. by Richard Craddock · 6 years ago
- 838c68a Enhance extension point for editing Dependencies by Richard Craddock · 6 years ago
- bc32bf4 Fix for getName() API throwing NPE after project is deleted when accessed by listeners of TigerstripeWorkspaceNotifier. by Daniel Johnson · 6 years ago
- 9059651 Fixes for generator classpath settings, so they have compile access to JARs provided by Tigerstripe at Runtime. by Richard Craddock · 6 years ago
- df05915 Revert unintentional API changes. by Daniel Johnson · 6 years ago
- 11a929f Fixes for compiling generator plugins within Eclipse. by Richard Craddock (rcraddoc) · 6 years ago
- e1eca25 TA779169 Keep child elements expanded on stereotype search by Daniel Johnson · 6 years ago
- 95deb9b Resolve to correct ts project. by Daniel Johnson · 6 years ago
- d869bfd Fix for generation of project within Eclipse. by Daniel Johnson · 6 years ago
- 53a8758 Fix installed module load errors, due to recursive reference to module project handle. by Daniel Johnson · 6 years ago
- bc6d121 Squashed commit of the following: by Daniel Johnson · 6 years ago
- 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
- e6ea66f Move Tigerstripe API Reference to main help. by Daniel Johnson · 6 years ago
- 4334fd8 Don't set build name. by Daniel Johnson · 6 years ago
- 5a38fa3 Use pipeline syntax. by Daniel Johnson · 6 years ago
- 130acfd Update to new JDK label for new CI server. by Daniel Johnson · 6 years ago
- 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
- b8ee7d5 TA735031: Instantiate extension auditors just once per build instead of by Vadim Geraskin · 6 years ago
- 4ee56fb Fix compile error. by Daniel Johnson · 6 years ago
- fe256e7 Fix for disposing artifacts prematurely before notifiactions when replaced with a newer artifact. by Daniel Johnson · 6 years ago
- 66df1e8 Fix compile failures. by Daniel Johnson · 6 years ago
- 2c32466 More cleanup and memory improvements for multi-threaded generation. by Daniel Johnson · 6 years ago
- 6f0d6ec Various performance improvements. by Daniel Johnson · 6 years ago
- 21372cc Merge forward deadlock fixes from release/0.10 by Daniel Johnson · 6 years ago
- 78cc771 Cherry-pick latest fixes for JDT deadlock from release/0.10 by Daniel Johnson · 6 years ago
- ce9e478 Small fixes for non-Eclipse generation. by Daniel Johnson · 6 years ago
- 0e6a8b9 Merge branch 'master' of ssh://git.eclipse.org:29418/tigerstripe/org.eclipse.tigerstripe into update-master by Daniel Johnson · 6 years ago
- 51a2429 Add all artifacts, including upstream dependent model artifacts to generation context in new classpath_* variables. by Daniel Johnson · 7 years ago
- 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
- 228b2ec TA732838: TS: NamedCapabilities are not updated on project close by Vadim Geraskin · 7 years ago
- 23ffe12 TA719903: TS: Ensure Tigerstripe removes references to deleted projects by Vadim Geraskin · 7 years ago
- bc6f9db DE76653: TS: Incorrect listener notification is fired on association end change by Vadim Geraskin · 7 years ago
- a7a285d Merge branch 'bugfix/TA711426' by Daniel Johnson · 7 years ago
- 7f12f93 Corrected class in auditor by rcraddoc · 7 years ago bugfix/TA711426
- 41710cd Include icons folder in JAR correctly. by Daniel Johnson · 7 years ago
- fe2b7d3 Merge branch 'master' of ssh://git.eclipse.org:29418/tigerstripe/org.eclipse.tigerstripe by Richard Craddock (rcraddoc) · 7 years ago
- 7d3d40e Minor bug fixes by rcraddoc · 7 years ago
- 8400f8c Skip site generation for core libraries for now. Set explicit site reports for Eclipse plugins. by Daniel Johnson · 7 years ago
- 23dc14a Add SCM, CI, and Distribution Management to POM. by Daniel Johnson · 7 years ago
- 7832df4 Ensure build order of modules is correct. by Daniel Johnson · 7 years ago
- a55ca48 Install core artifacts during build so they are resolvable by workbench.base by Daniel Johnson · 7 years ago
- 69fa098 Handle null Specifics. by rcraddoc · 7 years ago
- 9b0213d Ensure a unique plugin logger is instatiated per model/generator combination. by Daniel Johnson · 7 years ago
- 62e480c Handle default Value correctly. And remove some System.out messages by Richard Craddock · 7 years ago
- c33eeb7 DE73468: Invalid Menu options by Vadim Geraskin · 7 years ago
- 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
- 31fde5f Put build extensions in right place. by Daniel Johnson · 7 years ago
- 9d308e8 Add SSH build wagon extension. by Daniel Johnson · 7 years ago
- e08e7a7 Some updates to jacoco report and site generation. by Daniel Johnson · 7 years ago
- 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
- a9d481d More Sonar and java warning clean up by rcraddoc · 7 years ago
- 435ac58 Tidy up java warnings and sonar by rcraddoc · 7 years ago
- eb9c3e9 Uptick to 0.11.0-SNAPSHOT, add Jacoco reports to site. by Daniel Johnson · 7 years ago
- f9baef4 Update build so that API and Core projects are built and packaged into workbench.base dynamically. by Daniel Johnson · 7 years ago
- 6ff38c1 Clean up of Java messages and Sonar warnings on the api project. by rcraddoc · 7 years ago
- 840ecbf Minor tweak for auditor perf, and some code clean up by rcraddoc · 7 years ago
- b97d74b Removed some classes that I was nervous about deleting! by rcraddoc · 7 years ago
- ed99bbd Tidy up by rcraddoc · 7 years ago
- d29b5ea Updates to re-instate support internal cisco audit checks by rcraddoc · 7 years ago
- 895032e Change to expose a new interface to the extensions by rcraddoc · 7 years ago
- d633eee Class cast exception by rcraddoc · 7 years ago
- c11dcef Couple of bugs from refactor by rcraddoc · 7 years ago
- fa4288c Ensure refresh after saving to provoke a changeNotification by rcraddoc · 7 years ago
- 80f200a Sub-Class BaseM1Generator by rcraddoc · 7 years ago
- 8ab341f DE73419: Tigerstripe: missing importExport.gif by Vadim Geraskin · 7 years ago
- 68733aa Fixng classpath, logs and most tests by rcraddoc · 7 years ago
- 1bdf23a Fix headless tests. by Daniel Johnson · 7 years ago