Skip to content

Releases: asseco-pst/einstein

v1.3.1 - Fix Gitlab subgroups issue

01 Sep 08:30
Compare
Choose a tag to compare

This hotfix aims to address an identified issue that occurred when trying to calculate the dependencies of a project that is stored within a Gitlab subgroup. I.i, given a project X, a group A and a group B that is a subgroup of A, being project X stored at A/B/X, einstein considered that the project's namespace was A and its name was B/X.

With this fix, einstein now correctly considers that, in such a scenario, the project's namespace is A/B and its name X.

v1.3.0

28 Jun 10:44
Compare
Choose a tag to compare

What does this do?

With this change, we've changed the LoggerFactory logic in order to use, by default, the SL4F default implementation. Now we only use the custom implementation for the CLI part.

v1.2.2

25 Jun 11:26
Compare
Choose a tag to compare

What does this do?

Fixes the override of the standard library by the fat jar. It doesn't affect functionality.

v1.2.1

25 Jun 09:47
Compare
Choose a tag to compare

What does this do?

This new release fixes issues with publishing to maven, since we were providing a fat jar library that prevented excluding conflicting plugins.

v1.2.0

23 Jun 13:53
Compare
Choose a tag to compare

This new release fixes an issue with the dependencies calculation when a fixed version was used and didn't correspond to the correct tag in Gitlab.

v1.1.0

08 Jun 15:23
Compare
Choose a tag to compare

This version introduces a major refactoring in terms of thread handling in einstein, now using a ThreadPoolExecutor with a starting pool of 35 threads.

Additional information can be found in the project README

v1.0.5

29 Apr 15:01
Compare
Choose a tag to compare

This version introduces some minor fixes and corrections, namely:

  • Fixed issue where logs weren't outputting if user didn't have SL4J in class path
  • Fixed issue where einstein would be caught in an exception loop if a previous exception was thrown and the process wasn't restarted
  • Increased certain timeout durations

Einstein 1.0.0 is out!

26 Nov 14:25
Compare
Choose a tag to compare
  • Dependencies file must be named einstein.yaml. Its content must be according to the YAML 1.2 specs
  • Declared versions on this file:

More about here