Commit Graph

421 Commits

Author SHA1 Message Date
Bobby Rong
d64abb978c
Merge pull request #175215 from aaronjheng/pgweb
pgweb: 0.11.7 -> 0.11.11
2022-06-12 10:18:52 +08:00
Julius de Bruijn
ecf2837a29 prisma-engines: 3.14.0 -> 3.15.1 2022-06-09 18:12:09 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Aaron Jheng
f280a5db2b
pgweb: 0.11.7 -> 0.11.11 2022-05-29 00:33:40 +00:00
R. Ryantm
a14ca09c64 clickhouse-backup: 1.3.2 -> 1.4.0 2022-05-27 06:16:45 +00:00
Mario Rodas
e1e0314658
Merge pull request #173899 from fabaff/sqlfluff-bump
sqlfluff: 0.13.1 -> 0.13.2, python310Packages.diff-cover: disable failing tests
2022-05-21 12:49:41 -05:00
Mario Rodas
3d266ddbf3
Merge pull request #165844 from r-ryantm/auto-update/dbmate
dbmate: 1.14.0 -> 1.15.0
2022-05-21 10:34:07 -05:00
Fabian Affolter
cf28801975 sqlfluff: 0.13.1 -> 0.13.2 2022-05-21 16:59:22 +02:00
adisbladis
54c84396c8 sqlc: init at 1.13.0 2022-05-13 19:43:57 +12:00
Julius de Bruijn
c9141b4bfc prisma-engines: 3.13.0 -> 3.14.0 2022-05-10 16:12:21 +02:00
R. Ryantm
57bce154f5 sqlfluff: 0.13.0 -> 0.13.1 2022-05-07 00:40:51 +00:00
ajs124
672d4b317f
Merge pull request #167198 from sir4ur0n/sir4ur0n/fix/liquibaseCommandLine
liquibase: fix Main -> LiquibaseCommandLine
2022-05-03 23:04:25 +01:00
Mario Rodas
d7de07547a
Merge pull request #170830 from r-ryantm/auto-update/pg_activity
pg_activity: 2.3.0 -> 2.3.1
2022-04-30 08:54:50 -05:00
Timo Kaufmann
dc421ee748
Merge pull request #150966 from sir4ur0n/sir4ur0n/addLiquibaseRedshiftSupport
liquibase: add support for Amazon Redshift
2022-04-29 21:09:24 +02:00
R. Ryantm
7787d3fe17 pg_activity: 2.3.0 -> 2.3.1 2022-04-29 00:23:03 +00:00
Julius de Bruijn
3a33b00fd8 prisma-engines: 3.12.0 -> 3.13.0 2022-04-27 15:58:50 +02:00
Julien Debon
3ffe1ccca0 liquibase: add support for Amazon Redshift
The Liquibase package already provided PostgreSQL and MySQL support, this commit
also adds support for Amazon Redshift.

As per Liquibase Redshift documentation, 2 JARs must be added to the classpath:
* Redshift JDBC
* Liquibase Redshift extension JAR
2022-04-26 09:55:14 +02:00
Fabian Affolter
9ebc2ad1ca sqlfluff: 0.12.0 -> 0.13.0 2022-04-23 18:09:04 +02:00
R. Ryantm
3230e67310 clickhouse-backup: 1.3.1 -> 1.3.2 2022-04-22 09:20:54 +00:00
github-actions[bot]
6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
ajs124
1622d0fe71
Merge pull request #164787 from r-ryantm/auto-update/liquibase
liquibase: 4.8.0 -> 4.9.0
2022-04-16 11:56:29 +01:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Martin Weinelt
33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Martin Weinelt
9ae1ca3fe6 litecli: 1.6.0 -> 1.8.0 2022-04-15 03:29:34 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Bobby Rong
65145ca7df
Merge pull request #167049 from nbardiuk/beekeeper-update
beekeeper-studio: 3.1.0 -> 3.3.8
2022-04-12 12:04:52 +08:00
github-actions[bot]
be1d810695
Merge staging-next into staging 2022-04-10 06:02:00 +00:00
Sandro Jäckel
22aa50baf4
pgcli: 3.3.1 -> 3.4.1 2022-04-08 16:26:20 +02:00
github-actions[bot]
a36cec68d4
Merge staging-next into staging 2022-04-08 12:02:01 +00:00
R. Ryantm
5c320f8385 sqlfluff: 0.11.2 -> 0.12.0 2022-04-08 00:44:11 +00:00
github-actions[bot]
a5b67b42a4
Merge staging-next into staging 2022-04-06 06:01:49 +00:00
github-actions[bot]
3dc8bd98b9
Merge staging-next into staging 2022-04-06 00:02:41 +00:00
K900
d8710ac534 indradb: fix build
Was missing deps and hooks, now it at least compiles
2022-04-06 01:14:21 +03:00
Julius de Bruijn
74176d27e3 prisma-engines: 3.11.0 -> 3.12.0 2022-04-05 17:41:56 +02:00
Julien Debon
c6e3ceddd0 liquibase: fix Main -> LiquibaseCommandLine
The main Java class for Liquibase has changed from `Main` to
`LiquibaseCommandLine` in recent Liquibase versions.

Closes https://github.com/NixOS/nixpkgs/issues/166208
2022-04-04 17:44:55 +02:00
Nazarii Bardiuk
232c7bd195
beekeeper-studio: 3.1.0 -> 3.3.8 2022-04-03 17:13:54 +01:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Jan Tojnar
c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Fabian Affolter
dff30c0597
Merge pull request #165800 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.11.1 -> 0.11.2
2022-03-27 20:01:28 +02:00
github-actions[bot]
77dc421883
Merge staging-next into staging 2022-03-26 18:01:56 +00:00
R. Ryantm
b1c4b96a08 dbmate: 1.14.0 -> 1.15.0 2022-03-26 13:18:51 +00:00
superherointj
54f62a4cb0 prisma-engines: add superherointj as maintainer 2022-03-26 08:33:37 -03:00
R. Ryantm
0482c2252c sqlfluff: 0.11.1 -> 0.11.2 2022-03-26 00:38:57 +00:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
R. Ryantm
24a68dba7c sqlcheck: 1.2 -> 1.3 2022-03-21 18:54:02 +00:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
R. Ryantm
f8e08ed20e liquibase: 4.8.0 -> 4.9.0 2022-03-18 22:28:40 +00:00
R. Ryantm
70d0a2a3d2 sqlfluff: 0.11.0 -> 0.11.1 2022-03-17 18:59:12 +00:00
Sandro
0232a9ce2a
Merge pull request #164302 from pimeys/prisma-3.11 2022-03-16 14:06:11 +01:00
Julius de Bruijn
3dcfea557e prisma: 3.10.0 -> 3.11.0 2022-03-15 20:06:33 +01:00
R. Ryantm
8a6726bf17 litestream: 0.3.7 -> 0.3.8 2022-03-12 13:51:07 +00:00
R. Ryantm
b195c905c0 sqlfluff: 0.10.1 -> 0.11.0 2022-03-08 00:19:57 +00:00
Bobby Rong
4f0ab7d6bb
Merge pull request #161902 from r-ryantm/auto-update/webdis
webdis: 0.1.19 -> 0.1.20
2022-03-07 17:11:32 +08:00
Artturi
05db436400
Merge pull request #161382 from pimeys/prisma-3.10.0
prisma 3.8.0 -> 3.10.0
2022-03-01 06:41:59 +02:00
R. Ryantm
2639265272 webdis: 0.1.19 -> 0.1.20 2022-02-26 01:25:37 +00:00
R. Ryantm
d95cba4463 liquibase: 4.7.1 -> 4.8.0 2022-02-25 13:52:08 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Julius de Bruijn
b10d4e7b74 prisma 3.8.0 -> 3.10.0 2022-02-22 15:28:44 +01:00
Maximilian Bosch
13754a02a6
Merge pull request #159467 from r-ryantm/auto-update/liquibase
liquibase: 4.4.3 -> 4.7.1
2022-02-20 13:53:04 +01:00
R. RyanTM
c8c847b8e8
squirrel-sql: 4.2.0 -> 4.3.0
* squirrel-sql: 4.2.0 -> 4.3.0 (#143414)

* squirrel-sql: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-20 11:45:35 +01:00
R. Ryantm
32d3fe9dfa clickhouse-backup: 1.3.0 -> 1.3.1 2022-02-18 03:32:14 +00:00
R. Ryantm
0273b03786 sqlfluff: 0.10.0 -> 0.10.1 2022-02-17 00:23:27 +00:00
R. Ryantm
5c38d3cd07 dbmate: 1.13.0 -> 1.14.0 2022-02-12 21:22:54 -08:00
R. Ryantm
d34a4673d7 clickhouse-backup: 1.2.2 -> 1.3.0 2022-02-12 20:18:52 -08:00
Mario Rodas
4736f5d4f2
Merge pull request #158843 from r-ryantm/auto-update/pg_activity
pg_activity: 2.2.0 -> 2.3.0
2022-02-12 08:47:57 -05:00
R. Ryantm
64e7f299d0 liquibase: 4.4.3 -> 4.7.1 2022-02-12 07:09:22 +00:00
Fabian Affolter
c9749afafa sqlfluff: 0.9.4 -> 0.10.0 2022-02-11 00:55:01 +01:00
R. Ryantm
1f39b1c71f pg_activity: 2.2.0 -> 2.3.0 2022-02-10 00:16:02 +00:00
Mario Rodas
c4e91dae6e
Merge pull request #157200 from kfollesdal/timescaledb-tune-0.12
timescaledb-tune: 0.11.2 -> 0.12.0
2022-02-02 08:45:04 -05:00
Alexander Nortung
c613c25b22 beekeeper-studio: 2.1.4 -> 3.1.0 2022-02-01 21:24:15 -05:00
zowoq
3e3bf12416 dbmate: update vendorSha256 2022-02-01 20:07:26 +10:00
R. Ryantm
5e0cc0f64d dbmate: 1.12.1 -> 1.13.0 2022-01-31 09:24:17 -08:00
Fabian Affolter
6f4058961c
Merge pull request #157463 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.9.3 -> 0.9.4
2022-01-31 10:15:55 +01:00
zowoq
53323521b8 clickhouse-backup: update vendorSha256 2022-01-31 15:20:55 +10:00
R. Ryantm
f7069e4d48 sqlfluff: 0.9.3 -> 0.9.4 2022-01-31 00:18:31 +00:00
Kristoffer Føllesdal
0546a88ac5 timescaledb-tune: 0.11.2 -> 0.12.0 2022-01-28 23:06:13 +01:00
Fabian Affolter
3b080a608b sqlfluff: 0.9.2 -> 0.9.3 2022-01-27 11:19:46 +01:00
R. Ryantm
6bd19d749c sqlfluff: 0.9.1 -> 0.9.2 2022-01-25 02:08:51 +00:00
Sandro
d68b02e9c2
Merge pull request #155624 from marsam/update-pg_checksums 2022-01-20 02:06:29 +01:00
Johannes Schleifenbaum
1ecb2abd94
pgcli: 3.3.0 -> 3.3.1 2022-01-19 08:54:01 +01:00
Mario Rodas
76791e43c0 pg_checksums: 1.0 -> 1.1
https://github.com/credativ/pg_checksums/releases/tag/1.1
2022-01-19 04:20:00 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
R. RyanTM
d5dae6569e
webdis: 0.1.16 -> 0.1.19
(#154432)
2022-01-15 22:25:15 +01:00
Johannes Schleifenbaum
7c27b825fc
pgcli: 3.2.0 -> 3.3.0 2022-01-12 19:57:48 +01:00
Julius de Bruijn
c7de7dbb53 prisma: 3.7.0 -> 3.8.0 2022-01-11 16:45:33 +01:00
Fabian Affolter
2625adb74f sqlfluff: 0.9.0 -> 0.9.1 2022-01-10 22:18:47 +01:00
Raphael Megzari
9a4b481cdc
indradb: init at unstable-2021-01-05 (#153637) 2022-01-07 01:13:57 +09:00
Fabian Affolter
7db30a6749
Merge pull request #153303 from fabaff/bump-sqlfluff
sqlfluff: 0.8.2 -> 0.9.0
2022-01-03 22:49:04 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Fabian Affolter
3bfeed2d7b sqlfluff: 0.8.2 -> 0.9.0 2022-01-03 08:55:18 +01:00
Julius de Bruijn
484bdf473d prisma: 3.6.0 -> 3.7.0 2021-12-21 16:32:05 +01:00
Bobby Rong
10cd1a0fe3
Merge pull request #148028 from pimeys/prisma-3.6.0
prisma: 3.5.0 -> 3.6.0
2021-12-17 15:10:36 +08:00
Julius de Bruijn
6ef2261581 prisma: 3.5.0 -> 3.6.0 2021-12-07 20:53:42 +01:00
R. Ryantm
9e3f9235d1 litestream: 0.3.6 -> 0.3.7 2021-12-07 12:14:59 +00:00
Maximilian Bosch
6020c755ed
clickhouse-backup: init at 1.2.2
Tool to create & restore backups of ClickHouse databases with support
for miscellaneous cloud storages.
2021-12-02 19:24:38 +01:00
Fabian Affolter
d30bfaa9ab sqlfluff: 0.8.1 -> 0.8.2 2021-11-30 21:01:30 +01:00
Julius de Bruijn
9951e81c00 prisma: 3.4.0 -> 3.5.0 2021-11-16 14:45:31 +01:00