Commit graph

185 commits

Author SHA1 Message Date
Sandro 08870e6140
Merge pull request #110806 from lourkeur/update/sqldeveloper
sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205
2021-01-25 21:45:10 +01:00
Louis Bettens 2af45faca4 sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205 2021-01-25 19:13:07 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07: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
zowoq 932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Florian Klink 3dcd713d19 dbmate: remove deps.nix
This file wasn't removed when switching to buildGoModule, but is unused.
2021-01-13 20:21:26 +01:00
Mario Rodas 24b589bbcd timescaledb-tune: 0.9.0 -> 0.10.0 2021-01-07 04:20:00 +00:00
Daniel Nagy dff920b89c
sqlitebrowser: 3.12.0 -> 3.12.1 2020-12-29 22:30:31 +01:00
Mario Rodas 6494b44455
Merge pull request #107628 from marsam/update-pgcli
pgcli: 3.0.0 -> 3.1.0
2020-12-26 23:09:50 -05:00
Mario Rodas ed7516c96c pgcli: 3.0.0 -> 3.1.0 2020-12-26 04:20:00 +00:00
Mario Rodas 06a4f7dffb litecli: 1.4.1 -> 1.5.0 2020-12-26 04:20:00 +00:00
Mario Rodas c28d9b51f2
Merge pull request #106588 from r-ryantm/auto-update/liquibase
liquibase: 4.2.1 -> 4.2.2
2020-12-12 18:40:11 -05:00
R. RyanTM 33a94e1c69 liquibase: 4.2.1 -> 4.2.2 2020-12-10 19:43:29 +00:00
Mario Rodas baeb4eb1b1 litecli: fix build 2020-12-10 04:20:00 +00:00
Maximilian Bosch c941110e22
Merge pull request #106041 from r-ryantm/auto-update/liquibase
liquibase: 4.2.0 -> 4.2.1
2020-12-06 18:03:23 +01:00
R. RyanTM 2394a34a4c liquibase: 4.2.0 -> 4.2.1 2020-12-06 05:52:22 +00:00
Jonathan Ringer eb8d1214b6 pgcli: allow for sqlparse 4.x 2020-12-01 14:44:26 +01:00
Mario Rodas 109d37dec9
Merge pull request #104519 from r-ryantm/auto-update/dbmate
dbmate: 1.10.0 -> 1.11.0
2020-11-25 19:20:32 -05:00
Nejc Zupan 2ea951480d pgweb: init at 0.11.7
Add pgweb, a light and fast web-based PostgreSQL database browser
2020-11-22 23:43:36 +00:00
R. RyanTM 512130bffe dbmate: 1.10.0 -> 1.11.0 2020-11-21 19:16:37 +00:00
R. RyanTM 681ad8e638 liquibase: 4.1.1 -> 4.2.0 2020-11-15 09:40:40 +00:00
Maximilian Bosch 4536670516
Merge pull request #101679 from r-ryantm/auto-update/liquibase
liquibase: 4.0.0 -> 4.1.1
2020-10-30 23:51:24 +01:00
Mario Rodas ec2f49dc8c
Merge pull request #101842 from helsinki-systems/litecli-1.4.1
litecli: 1.3.2 -> 1.4.1
2020-10-28 06:16:48 -05:00
Scriptkiddi 8bcf0418b6
litecli: 1.3.2 -> 1.4.1 2020-10-27 12:41:08 +01:00
R. RyanTM 835ba5b069 liquibase: 4.0.0 -> 4.1.1 2020-10-25 19:38:14 +00:00
Benjamin Hipple 40a50db054
Merge pull request #101585 from r-ryantm/auto-update/ephemeralpg
ephemeralpg: 3.0 -> 3.1
2020-10-25 10:22:12 -04:00
Ben Siraphob c98962e1a3 treewide: remove periods from end of package descriptions 2020-10-25 20:13:18 +07:00
R. RyanTM 62ca5390e8 ephemeralpg: 3.0 -> 3.1 2020-10-24 19:11:39 +00:00
Serhii Khoma 539c7388a8
shmig: fix migrate command when postgres is enabled 2020-10-11 13:02:48 +03: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
Ryan Mulligan fcf1df1ceb
Merge pull request #95449 from r-ryantm/auto-update/liquibase
liquibase: 3.10.2 -> 4.0.0
2020-09-20 07:03:45 -07:00
Mario Rodas c5fcfb7f1b
Merge pull request #95959 from r-ryantm/auto-update/dbmate
dbmate: 1.9.1 -> 1.10.0
2020-08-23 20:41:32 -05:00
R. RyanTM b44eda6e8c dbmate: 1.9.1 -> 1.10.0 2020-08-22 05:27:32 +00:00
Mario Rodas 22dcc4e08a
Merge pull request #95851 from marsam/update-timescaledb-parallel-copy
timescaledb-parallel-copy: 0.2.0 -> 0.3.0
2020-08-20 19:38:18 -05:00
Mario Rodas 9b9d3c4739
timescaledb-parallel-copy: 0.2.0 -> 0.3.0 2020-08-20 04:20:00 -05:00
Mario Rodas cf5b3e320a
timescaledb-tune: 0.6.0 -> 0.9.0 2020-08-20 04:20:00 -05:00
R. RyanTM fd91482df5 liquibase: 3.10.2 -> 4.0.0 2020-08-14 19:45:58 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM 6e276d3612 dbmate: 1.9.0 -> 1.9.1 2020-08-07 00:16:19 -07:00
R. RyanTM cccdf4784f liquibase: 3.10.1 -> 3.10.2 2020-08-02 05:51:54 +00:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Maximilian Bosch 117eb485d4
sqldeveloper: 19.4.0.354.1759 -> 20.2.0.175.1842
https://www.oracle.com/tools/sqldev/sqldev-relnotes-202.html
2020-07-20 21:47:10 +02:00
R. RyanTM 20f4914bf5 webdis: 0.1.10 -> 0.1.11 2020-07-07 21:31:50 +00:00
R. RyanTM 95930da953 liquibase: 3.10.0 -> 3.10.1 2020-07-04 05:22:12 +00:00
R. RyanTM 7e72cc5f85 dbmate: 1.8.0 -> 1.9.0 2020-06-26 06:55:40 +00:00
zowoq c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Peter Hoeg fea4603212
sqlitebrowser: 3.11.2 -> 3.12.0 (#91271) 2020-06-22 11:19:35 +02:00