Skip to content

Changes

#244 (Oct 3, 2023, 2:22:21 PM)

  1. SQLite: prevent UNIQUE violations when creating additional edges between the same pair of nodes — Antonio Garcia-Dominguez / detail

#243 (Oct 3, 2023, 10:47:16 AM)

  1. WorkspaceTest: work around URIs with invalid fragment chars (SysML2) — Antonio Garcia-Dominguez / detail

#242 (Oct 3, 2023, 10:12:20 AM)

  1. emf.tests: fix Tycho build — Antonio Garcia-Dominguez / detail

#241 (Oct 3, 2023, 9:47:24 AM)

  1. Add test for fallback to default value (for SysML2 models) — Antonio Garcia-Dominguez / detail
  2. Tweak license header — Antonio Garcia-Dominguez / detail

#240 (Oct 3, 2023, 5:21:39 AM)

  1. emf: ensure parsed resources belong to resource set — Antonio Garcia-Dominguez / detail

#239 (Jun 6, 2023, 11:53:19 AM)

  1. Centralise use of Eclipse preferences into HManager — Antonio Garcia-Dominguez / detail
  2. org.eclipse.hawk.osgiserver: use Java 11 — Antonio Garcia-Dominguez / detail
  3. artemis.server: move to Java 11 — Antonio Garcia-Dominguez / detail
  4. artemis.server: use state location instead of configuration area for storage — Antonio Garcia-Dominguez / detail
  5. users.servlet: move users.db to state location — Antonio Garcia-Dominguez / detail
  6. service.servlet: create indexers in the state location instead of the plugin configuration area — Antonio Garcia-Dominguez / detail
  7. server.product: artemis.server should be started before the main servlet — Antonio Garcia-Dominguez / detail
  8. service.servlet: use state location for metamodel registration as well — Antonio Garcia-Dominguez / detail

#238 (Apr 30, 2023, 1:27:19 PM)

  1. SQLite: add optimised version of 'get in/out edges created within range' — Antonio Garcia-Dominguez / detail
  2. Time-aware EOL: expose new methods for getting edges created within a time range — Antonio Garcia-Dominguez / detail

#237 (Apr 30, 2023, 1:17:30 PM)

  1. Time-aware API: add methods for listing edges created within a range — Antonio Garcia-Dominguez / detail

#236 (Apr 4, 2023, 2:16:08 PM)

  1. Update NOTICE for XStream 1.4.19 — Antonio Garcia-Dominguez / detail

#235 (Apr 4, 2023, 1:36:15 PM)

  1. Fix regression when following references from time-aware backends — Antonio Garcia-Dominguez / detail

#234 (Apr 4, 2023, 1:21:14 PM)

  1. EOL: fix .eContents and add .hawkNodeId — Antonio Garcia-Dominguez / detail

#233 (Apr 4, 2023, 11:16:22 AM)

  1. GraphNodeWrapper: capture softref value in local variable to avoid race condition — Antonio Garcia-Dominguez / detail
  2. EOL: speed up x.reference when there is only one possible target type — Antonio Garcia-Dominguez / detail

#232 (Apr 2, 2023, 4:31:16 PM)

  1. Upgrade to XStream 1.4.19 — Antonio Garcia-Dominguez / detail
  2. Tweak XStream configuration for the file-based credentials store — Antonio Garcia-Dominguez / detail

#231 (Apr 2, 2023, 2:46:17 PM)

  1. Metamodel injector: only add reference target edges if target is a class — Antonio Garcia-Dominguez / detail

#230 (Apr 2, 2023, 2:41:12 PM)

  1. [REINDEX] Add supertype edges between types — Antonio Garcia-Dominguez / detail

#229 (Apr 2, 2023, 2:06:14 PM)

  1. [REINDEX] Reference slots in type nodes now include edge to target type — Antonio Garcia-Dominguez / detail

#228 (Apr 2, 2023, 11:56:16 AM)

  1. EOLQueryEngine: change type of wrap() to an interface — Antonio Garcia-Dominguez / detail
  2. Avoid deprecated version of execute() method — Antonio Garcia-Dominguez / detail
  3. epsilon: set project encoding — Antonio Garcia-Dominguez / detail
  4. Timeline EOL: close query engine in validate() — Antonio Garcia-Dominguez / detail
  5. timeaware: set project encoding — Antonio Garcia-Dominguez / detail
  6. EOLQueryEngine: tx for getTypeName() should succeed — Antonio Garcia-Dominguez / detail

#227 (Apr 2, 2023, 10:56:13 AM)

  1. timeaware: fix compilation error — Antonio Garcia-Dominguez / detail

#226 (Apr 2, 2023, 10:46:23 AM)

  1. EOL: cache type node in GraphNodeWrapper to speed up queries — Antonio Garcia-Dominguez / detail
  2. Minor code formatting touchup — Antonio Garcia-Dominguez / detail

#225 (Mar 26, 2023, 7:26:14 PM)

  1. getOutgoingEdgesWithTypeBetween and getOutgoingEdgesWithTypeBetween should return lists, for ease of use in EOL — Antonio Garcia-Dominguez / detail

#224 (Mar 26, 2023, 7:06:09 PM)

  1. timeaware: add Guava as dependency — Antonio Garcia-Dominguez / detail

#223 (Mar 26, 2023, 7:01:09 PM)

  1. Expose getOutgoingEdgesWithTypeBetween and getIncomingEdgesWithTypeBetween via EOL — Antonio Garcia-Dominguez / detail

#222 (Mar 26, 2023, 6:21:08 PM)

  1. SQLite: add optimised version of 'outgoing/incoming edges with type within a range' — Antonio Garcia-Dominguez / detail

#221 (Mar 26, 2023, 1:51:10 PM)

  1. Rename NodeFilterIGraphEdgeIterator to NodeFilterIGraphEdgeIterable — Antonio Garcia-Dominguez / detail
  2. Add getOutgoingWithTypeBetween and getIncomingWithTypeBetween to ITimeAwareGraphNode — Antonio Garcia-Dominguez / detail

#220 (Mar 26, 2023, 12:36:13 PM)

  1. Refactor repeated code for hawkIn/hawkInEdges and hawkOut/hawkOutEdges — Antonio Garcia-Dominguez / detail

#219 (Mar 26, 2023, 10:41:16 AM)

  1. GraphPropertyGetter: use only type node IDs for property type cache (ignoring time) — Antonio Garcia-Dominguez / detail

#218 (Mar 26, 2023, 10:16:13 AM)

  1. Implement toString() for time-aware graph node wrappers — Antonio Garcia-Dominguez / detail
  2. Time-aware EOL: expose x.isAlive as a time-aware node property — Antonio Garcia-Dominguez / detail

#217 (Mar 26, 2023, 9:01:10 AM)

  1. Upgrade Epsilon to latest stable (2.4.0) — Antonio Garcia-Dominguez / detail

#216 (Mar 26, 2023, 8:46:17 AM)

  1. Import: allow for importing local instances from outside the workspace folder — Antonio Garcia-Dominguez / detail
  2. osgiserver: fall back on dummy VCS if plugin is not available — Antonio Garcia-Dominguez / detail

#215 (Mar 25, 2023, 1:56:11 PM)

  1. sqlite: add implementation and fix tests for isAlive() — Antonio Garcia-Dominguez / detail

#214 (Mar 25, 2023, 12:41:11 PM)

  1. timeaware: different versions should count as different elements in a set — Antonio Garcia-Dominguez / detail

#213 (Mar 25, 2023, 10:36:25 AM)

  1. Plain Maven: upgrade to Epsilon 2.2 — Antonio Garcia-Dominguez / detail

#212 (Mar 21, 2023, 9:06:11 AM)

  1. sqlite: add specialised implementation of getOutgoingEdge with nodes — Antonio Garcia-Dominguez / detail

#211 (Mar 21, 2023, 7:51:10 AM)

  1. IGraphNode: add default methods for finding edges with specific targets — Antonio Garcia-Dominguez / detail

#210 (Mar 21, 2023, 6:56:09 AM)

  1. GraphModelInserter attribute updates: postpone fetching of type node as much as possible — Antonio Garcia-Dominguez / detail

#209 (Mar 21, 2023, 6:46:12 AM)

  1. GraphModelInserter: break up long transactionalUpdateNodeProperties method into multiple smaller methods — Antonio Garcia-Dominguez / detail

#208 (Mar 21, 2023, 5:21:12 AM)

  1. GraphModelBatchInjector: make commitItem protected — Antonio Garcia-Dominguez / detail

#207 (Mar 20, 2023, 3:51:09 PM)

  1. Graph updater: continue refactoring for extensibility — Antonio Garcia-Dominguez / detail

#206 (Mar 20, 2023, 3:31:09 PM)

  1. GraphModelBatchInjector: refactor counters — Antonio Garcia-Dominguez / detail

#205 (Mar 20, 2023, 3:01:19 PM)

  1. Fix typos and improve extensibility of graph inserter + injector — Antonio Garcia-Dominguez / detail

#204 (Mar 17, 2023, 2:06:08 PM)

  1. TimeAwareIndexer: add last revision cache to speed up 'many small changes' case — Antonio Garcia-Dominguez / detail

#203 (Mar 17, 2023, 1:26:13 PM)

  1. GraphModelInserter: break out signatures and attribute listing for attribute updates — Antonio Garcia-Dominguez / detail

#202 (Mar 17, 2023, 11:51:08 AM)

  1. GraphModelBatchInjector: Add FRAGMENT_DICT_ID_KEY for the key used for unique fragments — Antonio Garcia-Dominguez / detail

#201 (Mar 17, 2023, 10:46:08 AM)

  1. EMFObject: fix bug when fetching value of unset single-valued reference — Antonio Garcia-Dominguez / detail

#200 (Mar 17, 2023, 10:26:12 AM)

  1. GraphModelInserter: make fields protected to simplify extension in subclasses — Antonio Garcia-Dominguez / detail

#199 (Mar 17, 2023, 10:11:12 AM)

  1. GraphModelInserter: split off reference insertion into protected method — Antonio Garcia-Dominguez / detail

#198 (Mar 17, 2023, 8:36:15 AM)

  1. GraphModelInserter: split off transactional update steps into overrideable protected methods — Antonio Garcia-Dominguez / detail

#197 (Mar 16, 2023, 1:56:12 PM)

  1. GraphModelInserter: make nodes protected — Antonio Garcia-Dominguez / detail

#196 (Mar 16, 2023, 1:31:12 PM)

  1. updater.Utils: make getFileNodeFromVCSCommitItem publicly accessible — Antonio Garcia-Dominguez / detail

#195 (Mar 16, 2023, 11:36:10 AM)

  1. EMFModelResource: make fields protected — Antonio Garcia-Dominguez / detail
  2. AbstractSQLiteDatabase: allow use with custom JDBC connection string — Antonio Garcia-Dominguez / detail

#194 (Mar 5, 2023, 2:45:12 PM)

  1. Update personal website URL for Antonio Garcia — Antonio Garcia-Dominguez / detail

#193 (Mar 5, 2023, 1:35:14 PM)

  1. Make time-aware SQLite backend visible from Eclipse UI — Antonio Garcia-Dominguez / detail

#192 (Mar 5, 2023, 11:02:10 AM)

  1. SQLite: remove indices that are prefixes of others — Antonio Garcia-Dominguez / detail
  2. Refinements to model-driven SQLite backend in preparation for time-aware version — Antonio Garcia-Dominguez / detail
  3. ITimeAwareGraphNode: instants use long values — Antonio Garcia-Dominguez / detail
  4. core: EOLQueryEngine is autocloseable — Antonio Garcia-Dominguez / detail
  5. SVN history test: avoid compilation warning — Antonio Garcia-Dominguez / detail
  6. [LARGE] Add time-aware version of SQLite backend — Antonio Garcia-Dominguez / detail

#191 (Feb 11, 2023, 12:38:28 PM)

  1. sqlite: add interface name / generation flag to queryset model — Antonio Garcia-Dominguez / detail
  2. sqlite: add copyright headers — Antonio Garcia-Dominguez / detail
  3. sqlite: rename utils.eol — Antonio Garcia-Dominguez / detail
  4. SQLite: add generation of schema class — Antonio Garcia-Dominguez / detail
  5. SQLite: generate schema interface — Antonio Garcia-Dominguez / detail
  6. SQLite: refactor code to use generated schema class + model fixes — Antonio Garcia-Dominguez / detail

#190 (Feb 3, 2023, 11:55:22 AM)

  1. [LARGE] SQLite backend: use EGL/EGX to generate queryset — Antonio Garcia-Dominguez / detail
  2. sqlite: add src-gen folder to plain Maven build — Antonio Garcia-Dominguez / detail

#189 (Jan 12, 2023, 12:33:08 PM)

  1. Further cleanup of example.js — Antonio Garcia-Dominguez / detail

#188 (Jan 12, 2023, 12:28:08 PM)

  1. Minor cleanup of example.js — Antonio Garcia-Dominguez / detail

#187 (Jan 12, 2023, 12:08:08 PM)

  1. docs: add JavaScript example — Antonio Garcia-Dominguez / detail

#186 (Jan 12, 2023, 11:28:08 AM)

  1. CrossOriginFilter: add Access-Control-Allow-Headers as well — Antonio Garcia-Dominguez / detail

#185 (Jan 12, 2023, 10:28:07 AM)

  1. service.servlet: add filter for customizable CORS header — Antonio Garcia-Dominguez / detail

#184 (Dec 12, 2022, 12:11:14 PM)

  1. Update docs/org.eclipse.hawk.examples.python/README.md — Antonio Garcia-Dominguez / detail

#183 (Dec 12, 2022, 11:36:09 AM)

  1. Add example with Python — Antonio Garcia-Dominguez / detail

#182 (Jul 6, 2022, 2:01:10 PM)

  1. server/Jenkinsfile: add SQLite to changeset rules — Antonio Garcia-Dominguez / detail
  2. Bump version to 2.3.0 — Antonio Garcia-Dominguez / detail
  3. Tweak bump-versions.sh to bump the SQLite folder and license feature versions too — Antonio Garcia-Dominguez / detail

#181 (Jul 6, 2022, 1:31:22 PM)

  1. Rename plain Maven SQLite library to o.e.h.sqlite — Antonio Garcia-Dominguez / detail

#180 (Jul 6, 2022, 12:16:10 PM)

  1. Release 2.2.0 to Maven Central — Antonio Garcia-Dominguez / detail

#179 (Jul 6, 2022, 10:36:07 AM)

  1. Add security and code of conduct documents — Antonio Garcia-Dominguez / detail

#178 (Jul 6, 2022, 10:31:07 AM)

  1. Add README for release review — Antonio Garcia-Dominguez / detail

#177 (Jun 29, 2022, 6:11:12 AM)

  1. Add inverted Hawk logo in PNG format — Antonio Garcia-Dominguez / detail

#176 (Jun 18, 2022, 1:41:08 PM)

  1. Update NOTICE — Antonio Garcia-Dominguez / detail
  2. Update NOTICE — Antonio Garcia-Dominguez / detail

#175 (Jun 18, 2022, 1:16:11 PM)

  1. Update HawkPluginSelectionBlock.java: fix incorrect UI string — Antonio Garcia-Dominguez / detail

#174 (Jun 18, 2022, 10:06:10 AM)

  1. Rename server launcher to hawk-server — Antonio Garcia-Dominguez / detail

#173 (Jun 18, 2022, 10:01:08 AM)

  1. Add shell scripts back into the server distribution — Antonio Garcia-Dominguez / detail

#172 (Jun 15, 2022, 4:56:16 AM)

  1. Core releng: switch to shared license feature — Antonio Garcia-Dominguez / detail
  2. Switch all other features to shared license feature — Antonio Garcia-Dominguez / detail

#171 (Jun 14, 2022, 12:26:11 PM)

  1. ui2: validate index has basic required components — Antonio Garcia-Dominguez / detail

#170 (Jun 14, 2022, 8:46:11 AM)

  1. server product: add back autostarted services — Antonio Garcia-Dominguez / detail

#169 (Jun 13, 2022, 12:41:11 PM)

  1. Remove Commons Codec 1.10 from core.dependencies — Antonio Garcia-Dominguez / detail
  2. server.product: reset recommended services — Antonio Garcia-Dominguez / detail
  3. Update target platform to avoid validation warnings for server product bundles — Antonio Garcia-Dominguez / detail
  4. server.logback: change to file+date based rolling logs — Antonio Garcia-Dominguez / detail
  5. server.product: clean up unnecessary old fragments — Antonio Garcia-Dominguez / detail

#168 (Jun 12, 2022, 3:26:09 PM)

  1. Resolve "Add SQLite feature to server product" — Antonio Garcia-Dominguez / detail

#167 (Jun 12, 2022, 2:01:22 PM)

  1. Base model indexer: minor speedup of extension filtering — Antonio Garcia-Dominguez / detail

#166 (Jun 9, 2022, 10:06:13 AM)

  1. Server releng: use Tycho version for feature-source-plugin — Antonio Garcia-Dominguez / detail
  2. Server releng: remove unnecessary dependencies — Antonio Garcia-Dominguez / detail
  3. New server requires HttpClient 5 — Antonio Garcia-Dominguez / detail

#165 (Jun 7, 2022, 1:01:13 PM)

  1. Remove RocksDB JARs from Greycat backend — Antonio Garcia-Dominguez / detail

#164 (Jun 7, 2022, 11:50:29 AM)

  1. Remove BPMN model driver (leaving tests as-is) — Antonio Garcia-Dominguez / detail

#163 (Jun 7, 2022, 9:45:14 AM)

  1. sqlite: fix deployment of update site — Antonio Garcia-Dominguez / detail

#162 (Jun 7, 2022, 9:14:09 AM)

  1. Revert "Temporarily fall back to 2.1.0 third party non-p2 repository to allow build" — Antonio Garcia-Dominguez / detail

#161 (Jun 7, 2022, 8:19:18 AM)

  1. Remove use of -X and use the new cbi.eclipse.org/jarsigner/sign webservice — Antonio Garcia-Dominguez / detail
  2. generate-3rdparty-site.xml: fail build if curl fails — Antonio Garcia-Dominguez / detail
  3. Temporarily fall back to 2.1.0 third party non-p2 repository to allow build — Antonio Garcia-Dominguez / detail

#160 (Jun 6, 2022, 1:39:19 PM)

  1. Tweak invocation of jarsigner to match docs — Antonio Garcia-Dominguez / detail
  2. Temporarily use -X to help debug signing build — Antonio Garcia-Dominguez / detail

#159 (Jun 6, 2022, 1:34:10 PM)

  1. Tweak invocation of jarsigner to match docs — Antonio Garcia-Dominguez / detail

#158 (Jun 6, 2022, 12:39:12 PM)

  1. Add SQLite backend — Antonio Garcia-Dominguez / detail
  2. Add file to deploy downloads for SQLite backend — Antonio Garcia-Dominguez / detail
  3. Add SQLite to composite update site — Antonio Garcia-Dominguez / detail

#157 (Jun 6, 2022, 11:39:15 AM)

  1. Tweak Jenkins toolchain after upgrade to JDK 11 — Antonio Garcia-Dominguez / detail

#156 (Jun 6, 2022, 11:24:10 AM)

  1. Use maven:3-jdk-11 for every Jenkinsfile — Antonio Garcia-Dominguez / detail

#155 (Jun 5, 2022, 2:29:12 PM)

  1. core: build with JDK 11 — Antonio Garcia-Dominguez / detail

#154 (Jun 5, 2022, 2:04:14 PM)

  1. Upgrade Tycho to 2.7.3 — Antonio Garcia-Dominguez / detail
  2. Replace source-feature-plugin with use of source-plugin:feature-source — Antonio Garcia-Dominguez / detail

#153 (Jun 5, 2022, 1:44:11 PM)

  1. Update jarsigner — Antonio Garcia-Dominguez / detail

#152 (Jun 5, 2022, 1:14:13 PM)

  1. Update Jetty to 9.4 — Antonio Garcia-Dominguez / detail
  2. Target: update to Eclipse 2022-03 — Antonio Garcia-Dominguez / detail
  3. Add jgit.feature — Antonio Garcia-Dominguez / detail
  4. Fix server issues after upgrading to Eclipse 2022-03 — Antonio Garcia-Dominguez / detail
  5. Recalculate feature dependencies after upgrade to Eclipse 2022-03 — Antonio Garcia-Dominguez / detail

#151 (May 3, 2021, 5:13:12 PM)

  1. Add support for packageName::typeName in EOL — Antonio Garcia-Dominguez / detail

#150 (May 3, 2021, 3:27:20 AM)

  1. IGraphDatabase, IGraphNodeIndex: use default methods to simplify implementations — Antonio Garcia-Dominguez / detail
  2. GraphPopulationTest: improve tests around edge handling and floats — Antonio Garcia-Dominguez / detail
  3. SyncValidationListener: use approximate comparison for floating-point numbers — Antonio Garcia-Dominguez / detail

#149 (May 1, 2021, 12:26:12 PM)

  1. releng: use fixed Thrift 0.13.0 JAR — Antonio Garcia-Dominguez / detail

#148 (Apr 28, 2021, 1:25:10 PM)

  1. Add qualifier to patched Thrift 0.13.0 JAR — Antonio Garcia-Dominguez / detail

#147 (Apr 18, 2021, 1:49:14 PM)

  1. ModelioProxyResolutionTest: use a different temp folder for the model fragments to be indexed — Antonio Garcia-Dominguez / detail

#146 (Apr 18, 2021, 1:36:14 PM)

  1. updatesite: patch out Thrift manifest with fix for THRIFT-5400 — Antonio Garcia-Dominguez / detail

#145 (Apr 18, 2021, 11:46:08 AM)

  1. Move Thrift dependency and target platform mention to 0.13.0 — Antonio Garcia-Dominguez / detail
  2. Regenerate .thrift to avoid warning about 'byte' from the Thrift 0.13.0 codegen — Antonio Garcia-Dominguez / detail
  3. Generate Thrift stubs using Apache Thrift 0.13.0 — Antonio Garcia-Dominguez / detail
  4. Update features and plugins to require Thrift 0.13.0 — Antonio Garcia-Dominguez / detail
  5. Remove unused target platforms — Antonio Garcia-Dominguez / detail
  6. Update version numbers in documentation — Antonio Garcia-Dominguez / detail
  7. api: workaround for Thrift not exporting the .annotations package — Antonio Garcia-Dominguez / detail

#144 (Apr 17, 2021, 8:01:13 AM)

  1. Remove legacy folder — Antonio Garcia-Dominguez / detail

#143 (Apr 10, 2021, 8:00:54 AM)

  1. timeaware.tests: SVN is not optional — Antonio Garcia-Dominguez / detail

#141 (Apr 9, 2021, 9:31:09 AM)

  1. Add triggering of Gitlab Docker images after push to master — Antonio Garcia-Dominguez / detail

#140 (Apr 9, 2021, 8:36:08 AM)

  1. Plain Maven: move to Gitlab CI-based Maven repository for Greycat 18 — Antonio Garcia-Dominguez / detail
  2. Plain Maven: fix Javadoc errors — Antonio Garcia-Dominguez / detail

#139 (Dec 1, 2020, 7:56:03 PM)

  1. Add tests.source feature — Antonio Garcia-Dominguez / detail
  2. Add JGit feature to update site — Antonio Garcia-Dominguez / detail

#138 (Dec 1, 2020, 7:21:03 PM)

  1. Fix build.properties for new tests features — Antonio Garcia-Dominguez / detail
  2. timeaware.tests: mark SVN as optional — Antonio Garcia-Dominguez / detail

#137 (Dec 1, 2020, 6:26:03 PM)

  1. Greycat: add tests feature to reactor — Antonio Garcia-Dominguez / detail

#136 (Dec 1, 2020, 6:14:05 PM)

  1. Add timeaware.tests to tests feature — Antonio Garcia-Dominguez / detail
  2. greycat.tests.feature: add feature — Antonio Garcia-Dominguez / detail

#135 (Dec 1, 2020, 5:19:03 PM)

  1. tests.feature: add syncValidationListener — Antonio Garcia-Dominguez / detail

#134 (Dec 1, 2020, 2:09:07 PM)

  1. junit4.parameterizedsuite: add source — Antonio Garcia-Dominguez / detail

#133 (Dec 1, 2020, 1:44:04 PM)

  1. tests.feature: add junit4.parameterizedsuite — Antonio Garcia-Dominguez / detail

#132 (Dec 1, 2020, 11:59:09 AM)

  1. Add core/tests.feature — Antonio Garcia-Dominguez / detail

#131 (Nov 25, 2020, 5:58:10 AM)

  1. Bump interim version to 2.2.0 — Antonio Garcia-Dominguez / detail

#130 (Nov 25, 2020, 4:57:15 AM)

  1. Release 2.1.0 to Maven Central — Antonio Garcia-Dominguez / detail

#129 (Nov 21, 2020, 12:15:05 PM)

  1. targetplatform: move to latest Epsilon 2.2.0 release — Antonio Garcia-Dominguez / detail

#128 (Nov 21, 2020, 10:54:06 AM)

  1. Add Commons Math3 to target platform — Antonio Garcia-Dominguez / detail

#127 (Nov 10, 2020, 4:33:05 PM)

  1. Add Hawk logo in inverted colors — Antonio Garcia-Dominguez / detail

#126 (Nov 10, 2020, 1:58:04 PM)

  1. Move to Greycat 18 hosted on Bintray — Antonio Garcia-Dominguez / detail
  2. NOTICE: update with mention of Greycat 18 — Antonio Garcia-Dominguez / detail
  3. Add support for scheduledTask in the remote model indexer — Antonio Garcia-Dominguez / detail

#124 (Jul 27, 2020, 1:12:06 PM)

  1. EMFModelResourceFactory: allow subclasses to override resource factory / load options — Antonio Garcia-Dominguez / detail

#123 (Jul 20, 2020, 7:12:03 AM)

  1. NOTICE: update link to Gitlab project — Antonio Garcia-Dominguez / detail
  2. GraphModelInserter: make a few things protected to simplify extension — Antonio Garcia-Dominguez / detail

#122 (Jul 6, 2020, 6:07:03 PM)

  1. Further adjustments to save memory — Antonio Garcia-Dominguez / detail

#121 (Jul 6, 2020, 8:57:03 AM)

  1. Switch to Epsilon 2.2 interims for the ThreadLocal cleanup fixes — Antonio Garcia-Dominguez / detail
  2. EOLQueryEngine: further cleanup after execution — Antonio Garcia-Dominguez / detail

#120 (Jul 5, 2020, 1:32:03 PM)

  1. epsilon: further cleanup after completing a query — Antonio Garcia-Dominguez / detail

#119 (Jul 1, 2020, 12:26:11 PM)

  1. Fix compilation issue — Antonio Garcia-Dominguez / detail

#118 (Jul 1, 2020, 12:24:02 PM)

  1. Use WeakHashMaps to reduce memory buildup during large queries — Antonio Garcia-Dominguez / detail
  2. Dispose context after running a query — Antonio Garcia-Dominguez / detail
  3. Greycat: free more memory during shutdown — Antonio Garcia-Dominguez / detail

#117 (Jul 1, 2020, 10:04:02 AM)

  1. Use overridable factory method for EOLQueryEngine graph node wrapping — Antonio Garcia-Dominguez / detail