Commit graph

43 commits

Author SHA1 Message Date
R. RyanTM 22fdabc4cb liquibase: 4.4.2 -> 4.4.3 2021-08-09 12:14:56 +00:00
R. RyanTM b014e65dfc liquibase: 4.4.1 -> 4.4.2 2021-07-24 13:35:01 +00:00
R. RyanTM 1c7edc4a71 liquibase: 4.4.0 -> 4.4.1 2021-07-17 09:27:27 +02:00
R. RyanTM f283f9411b liquibase: 4.3.5 -> 4.4.0 2021-06-22 17:34:11 -07:00
R. RyanTM 2d67b889b8 liquibase: 4.3.4 -> 4.3.5 2021-05-17 11:02:06 -07:00
R. RyanTM 014d7ce377 liquibase: 4.3.2 -> 4.3.4 2021-05-08 16:59:51 -07:00
R. RyanTM e6b14cc1f8 liquibase: 4.3.1 -> 4.3.2 2021-04-19 22:50:16 -04:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM 52bb4af0d2 liquibase: 4.3.0 -> 4.3.1 2021-02-14 03:52:46 +00:00
R. RyanTM 00398b9d14 liquibase: 4.2.2 -> 4.3.0 2021-02-10 14:22:58 +00:00
Robert Helgesson 0e4faa73d2
liquibase: support PostgreSQL JDBC driver 2021-01-21 23:13:24 +01:00
Robert Helgesson 62acc9aa8f
liquibase: cleaning up 2021-01-21 23:12:43 +01:00
R. RyanTM 33a94e1c69 liquibase: 4.2.1 -> 4.2.2 2020-12-10 19:43:29 +00:00
R. RyanTM 2394a34a4c liquibase: 4.2.0 -> 4.2.1 2020-12-06 05:52:22 +00:00
R. RyanTM 681ad8e638 liquibase: 4.1.1 -> 4.2.0 2020-11-15 09:40:40 +00:00
R. RyanTM 835ba5b069 liquibase: 4.0.0 -> 4.1.1 2020-10-25 19:38:14 +00:00
Tim Steinbach b863273e7d
liquibase: Remove maintainer nequissimus 2020-10-08 11:00:16 -04:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
R. RyanTM fd91482df5 liquibase: 3.10.2 -> 4.0.0 2020-08-14 19:45:58 +00:00
R. RyanTM cccdf4784f liquibase: 3.10.1 -> 3.10.2 2020-08-02 05:51:54 +00:00
R. RyanTM 95930da953 liquibase: 3.10.0 -> 3.10.1 2020-07-04 05:22:12 +00:00
R. RyanTM 595883171e liquibase: 3.9.0 -> 3.10.0 2020-06-17 12:04:20 -07:00
R. RyanTM 1e873266fa liquibase: 3.8.9 -> 3.9.0 2020-05-19 18:33:37 +00:00
R. RyanTM 11cad6cf2e liquibase: 3.8.8 -> 3.8.9 2020-05-03 22:56:33 +00:00
R. RyanTM f3028ec1a6 liquibase: 3.8.7 -> 3.8.8 2020-03-30 03:42:43 +00:00
R. RyanTM 14a48a96b9 liquibase: 3.8.6 -> 3.8.7 2020-03-02 12:18:18 +00:00
R. RyanTM 4f0f4ae25c liquibase: 3.8.5 -> 3.8.6 2020-02-16 09:13:49 +01:00
Benno Fünfstück 117b7677f7 liquibase: 3.6.2 -> 3.8.5 2020-02-03 15:32:03 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Philipp Middendorf 7d270d993b liquibase: fix missing dependencies 2018-12-20 20:40:34 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM 23811d983e liquibase: 3.6.1 -> 3.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liquibase/versions.
2018-07-11 02:34:53 -07:00
R. RyanTM 60dedb97c3 liquibase: 3.6.0 -> 3.6.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/liquibase/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.6.1 with grep in /nix/store/h1v590v1y97p0h9l0l7fcqidh3innq8v-liquibase-3.6.1
- directory tree listing: https://gist.github.com/28753639ec583489b9e3164b2c29e0f7
2018-05-03 16:00:01 +02:00
R. RyanTM 3d40669548 liquibase: 3.5.5 -> 3.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/liquibase/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.6.0 with grep in /nix/store/q0h0dm35qda3vls6axin875ky93n0idg-liquibase-3.6.0
- directory tree listing: https://gist.github.com/d7568f9f2cd317086e4b519f4749b8d8
2018-04-10 16:35:38 -07:00
Ryan Mulligan 4737600b4a liquibase: 3.5.3 -> 3.5.5
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/hk54kvmrnqhyiqqzrdsbrhhqkwcwwzxi-liquibase-3.5.5/bin/liquibase --help` got 0 exit code
- ran `/nix/store/hk54kvmrnqhyiqqzrdsbrhhqkwcwwzxi-liquibase-3.5.5/bin/liquibase help` got 0 exit code
- found 3.5.5 with grep in /nix/store/hk54kvmrnqhyiqqzrdsbrhhqkwcwwzxi-liquibase-3.5.5

cc "@nequissimus"
2018-02-26 21:41:04 -08:00
Profpatsch 2922bee722 remove profpatsch from maintainer list of a few packages 2018-02-12 06:24:38 +01:00
Robert Helgesson 9459dd27ec
liquibase: clean up installed documentation
Fixes #28281.
2017-08-21 19:35:52 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Profpatsch 52c34f626c liquibase: improve external jar integration (#20818)
This replaces the upstream wrapper script with one tailored for nixpkgs.
We gain the ability to selectively enable/disable jdbc backends.
2016-12-16 12:19:59 +01:00
Tim Steinbach 224331adc7
liquibase: 3.4.2 -> 3.5.3 2016-11-15 19:03:40 -05:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tim Steinbach 54d93ab15a liquibase: init at 3.4.2 2016-04-05 10:44:24 -04:00