Commit Graph

1112 Commits

Author SHA1 Message Date
Antoine Prouvost 28cf27362b
Add missing MatchSpec equality operator (#4033) 2025-07-31 10:02:55 +02:00
Julien Jerphanion 4185322d51
release libmamba 2.3.1, micromamba 2.3.1, libmambapy 2.3.1 2025-07-28 15:50:42 +02:00
Klaim (Joël Lamotte) ec62904617
fix CI issues related to moving dependencies (#4023) 2025-07-28 11:20:34 +02:00
Klaim (Joël Lamotte) 14a94d379a
maint: use `synchronized_value` where we use a mutex to protect data (#3992) 2025-07-04 15:26:49 +02:00
Hind-M e39196dc20
Consider `SHELL` env var (#3997) 2025-06-30 15:21:17 +02:00
Julien Jerphanion 6adb2eaa23
Replace macros used in tests for compatibility with coverage report (#3995)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com>
2025-06-25 15:25:27 +02:00
Klaim (Joël Lamotte) a698b17ba9
maint: fixes warnings (#3993) 2025-06-24 19:57:26 +02:00
Klaim (Joël Lamotte) 98b48779e8
`synchronized_value` (#3984) 2025-06-24 11:51:45 +02:00
Klaim (Joël Lamotte) ffd08b8661
maintenance: fixed msvc warnings about unreachable code (#3991) 2025-06-23 22:05:29 +02:00
Antoine Prouvost 1f226d6108
Add missing bidings and other improvements (#3990) 2025-06-23 19:58:49 +02:00
AntoinePrv 0ad2c5695c release libmamba 2.3.0, micromamba 2.3.0, libmambapy 2.3.0 2025-06-16 10:51:33 +02:00
Sandrine Pataut e3e5f54540
feat: add option revision to install command (#3966)
Co-authored-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com>
2025-06-13 18:35:59 +02:00
Burt Holzman 445bf87ecc
fix: Skip inaccessible CONDA_ENVS_DIRS (#3887)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-06-12 00:51:31 +02:00
Hind-M 5bc7f9f5da
Fix env vars substitution from env yaml file (#3981) 2025-06-11 16:16:01 +02:00
Antoine Prouvost f771e520f9
Use range in Solution (#3968) 2025-06-06 22:34:33 +02:00
AntoinePrv aa0d303dbb release libmamba 2.2.0, micromamba 2.2.0, libmambapy 2.2.0 2025-06-04 16:01:04 +02:00
Antoine Prouvost 7ce51b3de9
Compile with C++20 (#3965) 2025-06-04 11:28:11 +02:00
Hind-M 835cbe8fcc
Fix listing dependencies pulled with `pip` (#3963) 2025-06-03 10:18:15 +02:00
Antoine Prouvost 6e4be2889c
Use fmt::runtime where needed in C++20 (#3962) 2025-06-02 14:10:43 +02:00
Hind-M 5789fe4f29
Handle environment variables from `yaml` file (#3955) 2025-05-28 14:08:28 +02:00
Hind-M a1a67608c2
Fix fmt headers includes (#3956) 2025-05-28 09:54:46 +02:00
Sandrine Pataut fb54852b92
unify channels of installed and removed packages written in history (#3892) 2025-05-28 09:47:33 +02:00
Johan Mabille aeb417f617
Out of context (#3952) 2025-05-26 14:37:16 +02:00
Johan Mabille 7e6435c605
Transaction context (#3950) 2025-05-23 16:30:02 +02:00
Johan Mabille 6115ac5cf2
Context dependency reduction (#3949) 2025-05-21 13:01:47 +02:00
Antoine Prouvost e807e690ee
Constexpr `fmt::formatter::parse` for C++20 with `from_chars` (#3944) 2025-05-20 13:40:42 +02:00
Antoine Prouvost aaae25ff04
Constexpr ``fmt::formatter::parse`` for C++20 (#3942) 2025-05-16 17:44:21 +02:00
Sandrine Pataut 39988503c8
Create packages diff between the current state and a revision (#3911) 2025-05-16 15:07:43 +02:00
Casper van Elteren 3c42ca9712
Fix deactivate nushell (#3929)
Co-authored-by: Weng Wei <wuvist@gmail.com>
2025-05-16 12:15:35 +02:00
Antoine Prouvost cc7d2d5ab3
Fix wrong use of deprecation macro (#3941) 2025-05-16 09:48:48 +02:00
Antoine Prouvost 06000139c9
Refactor `SubdirData` > `SubdirIndexLoader` (#3940) 2025-05-15 16:57:52 +02:00
Kolen Cheung e3ab63ac45
Fix typo in help menu for the `reactivate` command (#3932) 2025-05-14 13:14:01 +02:00
Burt Holzman da0607b039
Unify CONDA_ENVS_PATH, CONDA_ENVS_DIRS (#3855)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-05-14 12:28:49 +02:00
Iisakki Rotko 3111778478
support installing pip dependencies with uv (#3918) 2025-05-14 12:26:12 +02:00
Nicola Soranzo cadd3c9e06
Allow creating environment with empty folder as target prefix (#3919) 2025-05-13 18:12:06 +02:00
Antoine Prouvost 5e0e879e0a
Load local path when offline (#3937) 2025-05-13 16:37:45 +02:00
Antoine Prouvost 5c838795ab
Remove temp_file from public API (#3935) 2025-05-13 13:57:54 +02:00
Antoine Prouvost 818a595fee
Use range in subdir iteration (#3934) 2025-05-13 10:03:47 +02:00
Antoine Prouvost 9ad464b126
Simplify SubdirData (#3926)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-05-12 19:21:19 +02:00
Hind-M 1b3b9e1b25
[Unix] Fix slashes usage in file urls (#3871) 2025-05-12 13:54:45 +02:00
Jindřich Makovička dd30a5c287
fix: Avoid use-after-free in MessageLogger (#3873) 2025-05-12 10:01:18 +02:00
Antoine Prouvost 8254680fd7
Remove Context from downloaders (#3928) 2025-05-09 09:58:13 +02:00
Antoine Prouvost 562f64e8a6
Rename str > to_string (#3917) 2025-05-06 14:05:33 +02:00
Antoine Prouvost 542241ff3b
Matchspec hardening (#3907)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-05-05 21:02:58 +02:00
Antoine Prouvost 6ad6a6afc7
Remove implicit zero in Version formatting (#3915) 2025-05-05 16:39:55 +02:00
Johan Mabille e1f0543810 release libmamba 2.1.1, micromamba 2.1.1, libmambapy 2.1.1 2025-05-05 15:02:14 +02:00
Antoine Prouvost 1ac3174e38
Fix segfault in error messages (#3912) 2025-04-30 11:12:07 +02:00
Julien Jerphanion 3954f85618
fix: Requalify warning when parsing the "mod/etag" header (#3910)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-04-29 13:05:59 +02:00
Casper van Elteren 3364c8e2d7
Fix nushell env for Windows (#3880)
Co-authored-by: Weng Wei <wuvist@gmail.com>
2025-04-25 15:59:44 +02:00
Antoine Prouvost 306e4542a1
Internally add flag for switching MatchSpec parser (#3905) 2025-04-24 14:19:01 +02:00