Commit graph

33 commits

Author SHA1 Message Date
Turiiya
aa1debcabf
tools.vpm: fix has_vmod test in install_test interpreting wrong dir as install dir (#19891) 2023-11-16 09:14:57 +02:00
Turiiya
6d2f79176a
tools.vpm: simplify, add update result info (#19892) 2023-11-16 08:04:06 +02:00
Turiiya
bc24683608
tools: skip download count increment when vpm runs in CI by default (#19861) 2023-11-15 10:56:19 +02:00
Turiiya
107d466fad
tools: use shared contexts in vpm's update, to resolve dependencies during threaded module updates (#19878) 2023-11-15 09:13:24 +02:00
Joe C
757929392e
all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
Turiiya
53d49d9c29
tools: don't interrupt resolving deps by vpm, when a module failed updating, improve detecting invalid, add update_test (#19867) 2023-11-14 22:16:11 +02:00
Turiiya
fbb43f5ae4
tools: use expansion character/string to format home paths in vpm output (#19847) 2023-11-12 16:09:04 +02:00
Turiiya
7c5d439717
tools: support --verbose in vpm, as an alternative to -v, to enable verbose output (#19848) 2023-11-12 13:49:50 +02:00
Turiiya
744b92a844
tools: fix already installed detection when running v install --once without args (#19838) 2023-11-12 03:01:49 +03:00
Turiiya
19bc16516f
tools: extend vpm to support specifying git version tags when installing modules (#19835) 2023-11-11 14:40:34 +02:00
Turiiya
11bc8084de
tools: cleanup, prepare vpm version installs (#19821) 2023-11-10 14:11:31 +02:00
Turiiya
33e865c8a8
tools: require the presence of a v.mod file, to install external urls via vpm (#19825) 2023-11-10 14:04:13 +02:00
Turiiya
10160c0cae
tools: add parse_query to vpm (#19814) 2023-11-09 13:00:58 +02:00
Turiiya
93d5c2dccc
tools: improve error messages, add color coding and debug logging (#19781) 2023-11-07 14:23:53 +02:00
Delyan Angelov
140c838f2e
ci: mark install_test.v as flaky too 2023-11-06 12:24:58 +02:00
Delyan Angelov
2362450340
ci: mark more tests as flaky 2023-11-06 12:23:11 +02:00
Turiiya
9fa1f8e275
tools: fix resolving external dependencies in vpm, add test (#19772) 2023-11-05 17:31:43 +02:00
Turiiya
1f8fbb51e8
tools: simplify command execution in vpm, use os.execute_opt (#19741) 2023-11-05 15:55:45 +02:00
Turiiya
b734197714
tools: use a safer way to initialise settings in vpm (#19755) 2023-11-05 11:09:48 +02:00
Turiiya
2ef49b8c11
tools: improve the output of v install (#19760) 2023-11-04 14:03:35 +02:00
Turiiya
230dcb479d
tools: improve VCS handling in vpm part2 (#19754) 2023-11-04 10:16:43 +02:00
Turiiya
55db150fe1
tools.vpm: improve handling of urls that end with .git (#19758) 2023-11-04 10:11:48 +02:00
Turiiya
244411ae42
tools: use VPM_NO_INCREMENT env var to skip dl count increment when testing vpm (#19756) 2023-11-04 08:00:37 +02:00
Turiiya
c2a3eef45b
tools: fix windows install of an already existing module with vpm (#19761) 2023-11-04 07:59:27 +02:00
Turiiya
be89cbf26f
vpm.tools: cleanup and make handling of the different VCS systems more robust (#19740) 2023-11-03 20:25:46 +02:00
Turiiya
8670dcc200
tools: extract vpm commands in separate files (#19729) 2023-11-02 21:01:59 +02:00
Turiiya
be487b3c36
tools.vpm: cleanup install part1 (#19718) 2023-11-01 12:46:07 +02:00
Turiiya
3708061d61
tools.vpm: fix install --once for external modules, add already installed info, add test (#19702) 2023-10-31 15:00:30 +02:00
Turiiya
1c4c5050de
v.help: add [noreturn] attribute to print_and_exit (#19706) 2023-10-30 14:58:45 +02:00
Turiiya
109fc22269
tools.vpm: simplify, use more stdlib functionality part2, add more tests (#19692) 2023-10-30 03:21:28 +02:00
Turiiya
00165d147b
tools: add vpm tests for installing modules with different URLs/identifiers (#19664) 2023-10-29 11:22:21 +02:00
Turiiya
491558af69
tools.vpm: simplify, use more stdlib functionality (#19665) 2023-10-28 18:39:59 +03:00
Turiiya
c09b66b00b
tools: move vpm.v into its own cmd/tools/vpm/ module (#19659) 2023-10-26 09:51:44 +03:00