Permalink
main
Commits on Aug 22, 2021
Commits on Aug 20, 2021
-
-
circleci committed
Aug 20, 2021 -
circleci committed
Aug 20, 2021 -
circleci committed
Aug 20, 2021 -
-
-
-
-
-
-
-
-
-
-
Alex Simkin committed
Aug 20, 2021 -
Bump default version. Add tests
Alex Simkin committedAug 20, 2021
Commits on Aug 19, 2021
-
Alex Simkin committed
Aug 19, 2021
Commits on Aug 3, 2021
-
Bump plexus-utils from 3.3.0 to 3.4.0 (#905)
Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.3.0...plexus-utils-3.4.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jul 20, 2021
-
circleci committed
Jul 20, 2021 -
circleci committed
Jul 20, 2021 -
circleci committed
Jul 20, 2021 -
-
Fix SQL whitespace handing in comments
This fixes several issues to how whitespace was formatted related to comments in SQL formatter: - A line after the comment would get an additional leading space, this was especially visible for multi-line comments. For example: ``` -- comment CREATE TABLE ... ``` Would be formatted as: ``` -- comment CREATE TABLE ... ``` - An inline comment would be indented and placed on a separate line. For example: ``` CREATE TABLE products ( category_id INTEGER, -- lookup in categories table color VARCHAR(50), ) ``` Would be formatted as: ``` CREATE TABLE products ( category_id INTEGER, -- lookup in categories table color VARCHAR(50), ) ``` This fixes those issues in by patching these specific cases.
Commits on Jul 6, 2021
-
circleci committed
Jul 6, 2021 -
circleci committed
Jul 6, 2021 -
-
Commits on Jun 27, 2021
-
Published ext-eclipse-wtp/3.22.0
circleci committedJun 27, 2021 -
-
Published ext-eclipse-cdt/10.3.0
circleci committedJun 27, 2021