Skip to content

Commit

Permalink
Move GitHub repository from julianhyde to hydromatic
Browse files Browse the repository at this point in the history
The new location will reduce the number of branches in the
main repository. In particular, PRs from julianhyde can be on
branches in julianhyde's repository.
  • Loading branch information
julianhyde committed Dec 19, 2024
1 parent dd9c8b9 commit 0588d28
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
72 changes: 36 additions & 36 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Quidem release history

For a full list of releases, see <a href="https://github.com/julianhyde/quidem/releases">github</a>.
For a full list of releases, see <a href="https://github.com/hydromatic/quidem/releases">github</a>.

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.11">0.11</a> / 2022-11-23
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.11">0.11</a> / 2022-11-23

* Remove methods deprecated in
[<a href="https://github.com/julianhyde/quidem/issues/19">QUIDEM-19</a>]
* [<a href="https://github.com/julianhyde/quidem/issues/57">QUIDEM-57</a>]
[<a href="https://github.com/hydromatic/quidem/issues/19">QUIDEM-19</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/57">QUIDEM-57</a>]
In Oracle mode, Quidem outputs a spurious blank line before
'no rows selected'
* Refactor `enum OutputFormat` into an interface
* Javadoc: set source version and link URL
* Add a GitHub workflow to build and test
* Enable Dependabot
* [<a href="https://github.com/julianhyde/quidem/issues/25">QUIDEM-25</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/25">QUIDEM-25</a>]
`git-commit-id-plugin` fails in Travis

Upgrades
Expand All @@ -33,10 +33,10 @@ Upgrades
* Bump maven-surefire-plugin from 2.16 to 3.0.0-M7
* Bump scott-data-hsqldb from 0.1 to 0.2

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.10">0.10</a> / 2021-11-06
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.10">0.10</a> / 2021-11-06

* Upgrade `maven-javadoc-plugin`
* [<a href="https://github.com/julianhyde/quidem/issues/23">QUIDEM-23</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/23">QUIDEM-23</a>]
Catch exceptions that happen during `ResultSet.next()`
* Run tests in parallel
* Upgrade Junit (4.11 &rarr; 5.8.1) and Hamcrest (1.3 &rarr; 2.2)
Expand All @@ -52,79 +52,79 @@ Upgrades
* In Travis CI, use docker
* Add a maven property for the version of each dependency and plugin

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.9">0.9</a> / 2018-07-06
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.9">0.9</a> / 2018-07-06

* [<a href="https://github.com/julianhyde/quidem/issues/20">QUIDEM-20</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/20">QUIDEM-20</a>]
Require Java 8 or higher
* [<a href="https://github.com/julianhyde/quidem/issues/18">QUIDEM-18</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/18">QUIDEM-18</a>]
Custom command handler
* Make `Command` static, abstracting `Quidem` engine via `Command.Context`
facade
* [<a href="https://github.com/julianhyde/quidem/issues/19">QUIDEM-19</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/19">QUIDEM-19</a>]
Set Quidem parameters via `Config` and `ConfigBuilder`
* Test using `!ok` to run DML command
* Require Java 1.7 or higher
* Use `maven-enforcer-plugin` to check Java and Maven version
* [<a href="https://github.com/julianhyde/quidem/issues/17">QUIDEM-17</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/17">QUIDEM-17</a>]
Trim trailing spaces
* Silence warnings about trusty being deprecated; we need it for JDK9
* [<a href="https://github.com/julianhyde/quidem/issues/16">QUIDEM-16</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/16">QUIDEM-16</a>]
Add `oracle` format
* [<a href="https://github.com/julianhyde/quidem/issues/15">QUIDEM-15</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/15">QUIDEM-15</a>]
JDK9 support

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.8">0.8</a> / 2016-10-27
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.8">0.8</a> / 2016-10-27

* Catch exceptions that are not `SQLException` (drivers are not supposed
to throw them, but sometimes do)
* [<a href="https://github.com/julianhyde/quidem/issues/14">QUIDEM-14</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/14">QUIDEM-14</a>]
User-defined properties, and `!set`, `!push`, `!pop` and `!show`
commands
* Remove deprecated APIs; deprecate `NewConnectionFactory`

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.7">0.7</a> / 2015-12-03
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.7">0.7</a> / 2015-12-03

* [<a href="https://github.com/julianhyde/quidem/issues/12">QUIDEM-12</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/12">QUIDEM-12</a>]
Add `!verify` command that compares output to a reference database
* [<a href="https://github.com/julianhyde/quidem/issues/11">QUIDEM-11</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/11">QUIDEM-11</a>]
Nested variables
* Add deprecated constructor for backwards compatibility
* [<a href="https://github.com/julianhyde/quidem/issues/9">QUIDEM-9</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/9">QUIDEM-9</a>]
Add `!type` command that checks query column types
* Work around
[<a href="https://github.com/ktoso/maven-git-commit-id-plugin/issues/63">maven-git-commit-it-plugin#63</a>]
* [<a href="https://github.com/julianhyde/quidem/issues/10">QUIDEM-10</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/10">QUIDEM-10</a>]
Add `!update` command that calls `executeUpdate` and checks update count
(Mike Hinchey)
* Close statement after `!ok` and `!plan` commands (Mike Hinchey)
* Factor command-line parsing into a `Launcher` class
* Add <a href="HOWTO.md">HOWTO</a>
* Fix release number and maven location

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.6">0.6</a> / 2015-07-19
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.6">0.6</a> / 2015-07-19

* Add `--var` argument, so you can pass variables from the command line
* [<a href="https://github.com/julianhyde/quidem/issues/7">QUIDEM-7</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/7">QUIDEM-7</a>]
Don't be fooled by ORDER BY inside windowed aggregate
* [<a href="https://github.com/julianhyde/quidem/issues/8">QUIDEM-8</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/8">QUIDEM-8</a>]
Allow variables in `if`
* Truncate error stack if it exceeds N characters
* Deploy to maven central

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.5">0.5</a> / 2015-05-15
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.5">0.5</a> / 2015-05-15

* [<a href="https://github.com/julianhyde/quidem/issues/6">QUIDEM-6</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/6">QUIDEM-6</a>]
Be permissive when matching whitespace in error stacks
* [<a href="https://github.com/julianhyde/quidem/issues/5">QUIDEM-5</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/5">QUIDEM-5</a>]
Windows line endings

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.4">0.4</a> / 2015-05-08
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.4">0.4</a> / 2015-05-08

* [<a href="https://github.com/julianhyde/quidem/issues/1">QUIDEM-1</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/1">QUIDEM-1</a>]
Add '!error' command
* [<a href="https://github.com/julianhyde/quidem/issues/3">QUIDEM-3</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/3">QUIDEM-3</a>]
Trailing spaces in psql output format
* [<a href="https://github.com/julianhyde/quidem/issues/4">QUIDEM-4</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/4">QUIDEM-4</a>]
Use "scott" rather than than "foodmart" as test data set
* Use net.hydromatic parent POM
* Fix `!skip` command
Expand All @@ -133,16 +133,16 @@ Upgrades
* Fluent testing API
* In Travis CI, enable containers, and cache .m2 directory

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.3">0.3</a> / 2015-03-04
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.3">0.3</a> / 2015-03-04

* Set distribution repository to Maven central rather than Conjars
* Sign jars
* Fix license URL
* Rename a few last Optiq to Calcite

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.2">0.2</a> / 2014-12-09
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.2">0.2</a> / 2014-12-09

* [<a href="https://github.com/julianhyde/quidem/issues/2">QUIDEM-2</a>]
* [<a href="https://github.com/hydromatic/quidem/issues/2">QUIDEM-2</a>]
Right-justify numeric columns
* Re-order actual rows to match expected rows, but only if query does not
contain `ORDER BY`
Expand All @@ -151,11 +151,11 @@ Upgrades
* Add `quidem` bash script and a simple example script
* Add command-line arguments `--help`, `--db`, `--factory`

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.1.1">0.1.1</a> / 2014-09-21
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.1.1">0.1.1</a> / 2014-09-21

* Ensure that each line from `EXPLAIN` has exactly one line-ending

## <a href="https://github.com/julianhyde/quidem/releases/tag/quidem-0.1">0.1</a> / 2014-09-21
## <a href="https://github.com/hydromatic/quidem/releases/tag/quidem-0.1">0.1</a> / 2014-09-21

* Convert test suite to hsqldb
* [<a href="https://issues.apache.org/jira/browse/CALCITE-376">CALCITE-376</a>]
Expand Down
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ log in, close the repository, and release.

Make sure that the [site](http://www.hydromatic.net/quidem/) has been updated.

[Announce the release](https://twitter.com/julianhyde/status/622842100736856064).
[Announce the release](https://twitter.com/hydromatic/status/622842100736856064).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ language governing permissions and limitations under the
License.
{% endcomment %}
-->
[![Build Status](https://github.com/julianhyde/quidem/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/julianhyde/quidem/actions?query=branch%3Amain)
[![Build Status](https://github.com/hydromatic/quidem/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/hydromatic/quidem/actions?query=branch%3Amain)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.hydromatic/quidem/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.hydromatic/quidem)
[![javadoc](https://javadoc.io/badge2/net.hydromatic/quidem/javadoc.svg)](https://javadoc.io/doc/net.hydromatic/quidem)

Expand Down Expand Up @@ -472,7 +472,7 @@ Get Quidem from
You need Java (8 or higher) and Git.
```bash
$ git clone git://github.com/julianhyde/quidem.git
$ git clone git://github.com/hydromatic/quidem.git
$ cd quidem
$ ./mvnw package
```
Expand All @@ -493,11 +493,11 @@ On Java versions less than 11, you should add parameters
* Blog: https://julianhyde.blogspot.com
* Project page: http://www.hydromatic.net/quidem
* API: http://www.hydromatic.net/quidem/apidocs
* Source code: https://github.com/julianhyde/quidem
* Source code: https://github.com/hydromatic/quidem
* Developers list:
<a href="mailto:[email protected]">dev at calcite.apache.org</a>
(<a href="https://mail-archives.apache.org/mod_mbox/calcite-dev/">archive</a>,
<a href="mailto:[email protected]">subscribe</a>)
* Issues: https://github.com/julianhyde/quidem/issues
* Issues: https://github.com/hydromatic/quidem/issues
* <a href="HISTORY.md">Release notes and history</a>
* <a href="HOWTO.md">HOWTO</a>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- More project information. -->
<name>Quidem</name>
<description>Idempotent query scripts</description>
<url>https://github.com/julianhyde/quidem</url>
<url>https://github.com/hydromatic/quidem</url>
<inceptionYear>2014</inceptionYear>
<organization>
<name>Julian Hyde</name>
Expand Down Expand Up @@ -93,13 +93,13 @@

<issueManagement>
<system>github</system>
<url>https://github.com/julianhyde/quidem/issues</url>
<url>https://github.com/hydromatic/quidem/issues</url>
</issueManagement>

<scm>
<connection>scm:git:git://github.com/julianhyde/quidem.git</connection>
<developerConnection>scm:git:[email protected]:julianhyde/quidem.git</developerConnection>
<url>https://github.com/julianhyde/quidem/tree/main</url>
<connection>scm:git:git://github.com/hydromatic/quidem.git</connection>
<developerConnection>scm:git:[email protected]:hydromatic/quidem.git</developerConnection>
<url>https://github.com/hydromatic/quidem/tree/main</url>
<tag>HEAD</tag>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/hydromatic/quidem/QuidemApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class QuidemApiTest {
/** Unit test for {@link Quidem#isProbablyDeterministic(String)} and in
* particular for
* <a href="https://github.com/julianhyde/quidem/issues/7">[QUIDEM-7]
* <a href="https://github.com/hydromatic/quidem/issues/7">[QUIDEM-7]
* Don't be fooled by ORDER BY inside windowed aggregate</a>. */
@Test void testDeterministic() {
final Quidem run =
Expand Down
6 changes: 3 additions & 3 deletions src/test/java/net/hydromatic/quidem/QuidemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public class QuidemTest {
}

/** Test case for
* <a href="https://github.com/julianhyde/quidem/issues/8">[QUIDEM-8]
* <a href="https://github.com/hydromatic/quidem/issues/8">[QUIDEM-8]
* Allow variable in 'if'</a>. */
@Test void testIfVariable() {
final String input = "!use scott\n"
Expand Down Expand Up @@ -557,7 +557,7 @@ public class QuidemTest {
}

/** Test case for
* <a href="https://github.com/julianhyde/quidem/issues/11">[QUIDEM-11]
* <a href="https://github.com/hydromatic/quidem/issues/11">[QUIDEM-11]
* Nested variables</a>. */
@Test void testIfVariableNested() {
final String input = "!use scott\n"
Expand Down Expand Up @@ -811,7 +811,7 @@ public class QuidemTest {
}

/** Test case for
* <a href="https://github.com/julianhyde/quidem/issues/3">[QUIDEM-3]
* <a href="https://github.com/hydromatic/quidem/issues/3">[QUIDEM-3]
* Trailing spaces in psql output format</a>. */
@Test void testColumnHeading() {
// Note: There must not be trailing spaces after 'DEPTNO | B'
Expand Down

0 comments on commit 0588d28

Please sign in to comment.