Commit Graph

103 Commits

Author SHA1 Message Date
DavHau
c4bc9c1f27 feat(pdm): build default group
Also implement source fetching
2023-10-01 00:49:05 +01:00
Frederik Rietdijk
657c329d0b pdm lib: recurse into dependencies 2023-09-29 20:47:33 +01:00
DavHau
229b0a1ba4 fix(python-pdm): fix tests 2023-09-29 14:46:15 +01:00
DavHau
fc86213f00 fix(pdm/parseLockData): filter deps properly 2023-09-29 14:46:15 +01:00
DavHau
2f9c0c28d9 feat(python-pdm): iterate 2023-09-29 01:32:03 +01:00
DavHau
6b89285dbc feat(python-pdm): initialize wheel filtering 2023-09-28 20:46:32 +01:00
DavHau
98f7fac5a1 chore(python-pdm): rename python-pdm -> WIP-python-pdm 2023-09-28 19:19:18 +01:00
Frederik Rietdijk
c78d39119a wip pdm init 2023-09-28 19:11:18 +01:00
DavHau
4eb5478fdd feat(paths): allow paths.package to be an absolute path 2023-09-21 11:00:03 +02:00
DavHau
d7a037e723 fix(nodejs-package-lock-v3): handle multiple versions & auto load packageLock 2023-09-05 18:45:57 +02:00
hsjobeki
44f946d814 init: package-lock.json V3 parser 2023-09-05 16:22:57 +02:00
DavHau
c5f5b03944 refactor: rename modules.drv-parts => modules.dream2nix 2023-08-31 13:09:43 +00:00
DavHau
4663912a1c tests: add nix unit tests for pip module 2023-08-28 15:27:03 +00:00
DavHau
182075a9e1 remove legacy tests 2023-07-18 19:19:06 +02:00
DavHau
336cbfc254 remove legacy examples + example tests 2023-07-18 19:13:11 +02:00
DavHau
a67a45657b
Merge pull request #494 from raboof/php_transitive_with_target_dir
Document how to drop PHP target-dir attribute
2023-03-25 21:07:54 +08:00
Arnout Engelen
a54969c218
Document how to drop PHP target-dir attribute
Fixes #491 by documenting how to use flake `packageOverrides`
to drop the attribute
2023-03-25 11:16:34 +01:00
phaer
f07cfcaf71 fix(tests): use alejandra from nixpkgs 2023-03-22 12:06:42 +08:00
Max
7105c9b778 tests: fix contribute test 2023-01-31 18:30:16 +01:00
hsjobeki
9e59ded1f9 format: all python files 2022-12-28 20:42:14 +01:00
DavHau
40eb491b8a fix: unbound variable in .#test-examples 2022-12-28 15:27:06 +08:00
DavHau
0073d6db66 chore: allow running tests-examples against different version of nix 2022-12-28 14:19:57 +08:00
DavHau
01b5d43524 chore: use projects.toml in docs and examples 2022-12-13 12:42:03 +07:00
Yusuf Bera Ertan
f44016a2d4
refactor: move dream2nix interface to modules 2022-11-20 09:03:09 +03:00
Yusuf Bera Ertan
fe424dc2b6
fix: correct tests 2022-11-19 04:02:51 +03:00
DavHau
919b8f6891 feat: rewrite contributors.md and integration test it 2022-11-16 17:38:00 +01:00
DavHau
b8fe6d74e9 fix: my-flake.nix for docs and integration test 2022-11-16 17:37:00 +01:00
Yusuf Bera Ertan
59870d0878
refactor: separate utils into own modules 2022-11-16 17:06:53 +03:00
Yusuf Bera Ertan
ad94dca3c7
fix: run unit tests in TMPDIR 2022-11-16 04:47:44 +03:00
Yusuf Bera Ertan
0c9d0c0dda
fix: copy tests to unit test directory instead of symlinking 2022-11-16 04:35:40 +03:00
Yusuf Bera Ertan
5ed47ba89d
fix: fix nix_ffi usage in aggregate-hashes.py 2022-11-16 04:32:55 +03:00
Yusuf Bera Ertan
a09926f4f2
fix: get utils from framework in contribute test 2022-11-16 04:18:05 +03:00
Yusuf Bera Ertan
08543bba94
fix: use correct specifications path 2022-11-16 04:17:31 +03:00
Yusuf Bera Ertan
afb6f17eff
fix: correct utils attrpath in unit tests, fix utils attrpath in lib.nix 2022-11-16 04:17:30 +03:00
Yusuf Bera Ertan
b22b97fc37
fix: tests should use framework 2022-11-16 04:17:30 +03:00
Yusuf Bera Ertan
15cb50c271
feat: make utils use modules 2022-11-16 04:17:30 +03:00
DavHau
070f24d316 feat: add integration test for contribution workflow 2022-11-15 23:07:40 +01:00
DavHau
4427f736aa chore: verify dream-lock examples 2022-11-14 18:24:31 +01:00
DavHau
fbba21b525 chore: rename directory of flake based integration tests 2022-11-14 15:42:35 +01:00
DavHau
04b386a72a fix broken symlink nix_ffi.py 2022-11-08 21:38:08 +01:00
Brian Leung
318586a750
Add git to unit-test environment 2022-10-17 04:29:07 -07:00
DavHau
45c26065ea
tests/unit/default.nix: work around undetected root directory 2022-10-17 04:29:06 -07:00
Yusuf Bera Ertan
33b93b20e9
refactor: translateFinal -> finalTranslate to make it more consistent with naming from nixpkgs and home-manager 2022-10-07 16:32:07 +03:00
Yusuf Bera Ertan
9ae157fd18
refactor: rename *Instanced to *Final 2022-10-07 16:24:41 +03:00
Yusuf Bera Ertan
c90129fa5c
tests: fix unit test 2022-10-06 22:21:27 +03:00
Yusuf Bera Ertan
55db7931ce
tests: fix unit tests, fix extended examples 2022-10-06 20:53:59 +03:00
DavHau
9977e5f015
Merge pull request #261 from nix-community/indexers-no-source
WIP: indexers: make use of source-less translators
2022-08-31 14:20:31 +02:00
DavHau
bc454bfe9d fix example test for indexer 2022-08-31 12:10:33 +02:00
DavHau
70478745ab fix formatting 2022-08-31 11:35:18 +02:00
tgunnoe
36b640d6de Add integration test for #275 2022-08-30 10:43:10 -04:00