Commit graph

28 commits

Author SHA1 Message Date
Delyan Angelov
bb320f19c8
vpm: show the final path where a module is installed, improve color contrast for white on black terminal sessions 2024-03-27 10:36:27 +02:00
Turiiya
8b52420035
tools.vpm: fix remove command on Windows, add test (#20852) 2024-02-17 10:54:45 +02:00
Turiiya
e5e26db5c4
os: update mv fns, improve performance, add params struct to control overwrite behavior (#20156) 2023-12-13 09:43:18 +02:00
Turiiya
4e213f29ed
tools.vpm: fix moving from temp to vmodules dir (#20152) 2023-12-11 21:28:36 +02:00
Turiiya
2ceb12826f
tools.vpm: add support for ssh and hg version installations (#20125) 2023-12-11 01:13:34 +02:00
Turiiya
77e65ac82b
tools.vpm: update vcs handling (#20090) 2023-12-05 11:30:15 +02:00
Turiiya
920be09c7e
tools.vpm: remove obsolete array clone (#20016) 2023-11-28 09:44:07 +02:00
Turiiya
69ce060737
tools.vpm: evaluate dependencies earlier to fix potential recursive install loop (#19987) 2023-11-26 17:41:32 +02:00
Turiiya
e1cf85fc98
tools.vpm: fix install paths, only normalize relevant, restore assign install_path_fmted, add input tests (#19984) 2023-11-26 15:50:56 +02:00
Turiiya
eeb8d27c6d
tools.vpm: cleanup, extract parsing into parse.v (#19979) 2023-11-24 09:36:55 +02:00
Turiiya
29eda896a1
tools.vpm: fix installing of modules with conflicting names, extend tests (#19961) 2023-11-23 16:07:00 +02:00
Turiiya
b60ef550bd
tools.vpm: add support for env variable VPM_FAIL_ON_PROMPT, to prevent getting stuck in test scenarios with conflicting module dir names (#19960) 2023-11-22 00:50:51 +02:00
Turiiya
f8ed96a2e0
tools.vpm: validate VCS during parsing (#19943) 2023-11-21 05:14:45 +03:00
Turiiya
fb3d0cdbe9
tools.vpm: support again http installs, when installing from an url (workaround) (#19914) 2023-11-18 11:55:28 +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
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
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
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
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