Commit Graph

3076 Commits

Author SHA1 Message Date
Ayaz Salikhov 6227622587
maint: Add markdownlint pre-commit hook (#3756) 2025-02-21 19:40:59 +01:00
Hind-M 8824be1105
Use correct `url` in metadata and mirrors (#3816) 2025-02-21 10:48:45 +01:00
Julien Jerphanion 148a25c44d
maint: Consistently name `Database` objects (#3831)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-20 14:01:45 +01:00
Julien Jerphanion e2fcd6066f
maint: Remove unused structure in update path (#3833)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-20 14:01:20 +01:00
Sandrine Pataut 2bea5a283b
feat: add base flag to info command (#3779)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Klaim <Klaim@users.noreply.github.com>
Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
Co-authored-by: Hind Montassif <hind.montassif@gmail.com>
2025-02-19 12:37:42 +01:00
k-collie 746360cb15
fix: Explain unsolvable updates (#3829) 2025-02-19 09:17:29 +01:00
Burt Holzman 80019ba423
fix: Adapt root prefix' precedence for `envs_dirs` (#3813) 2025-02-18 17:47:35 +01:00
Julien Jerphanion 79b2acf495
ci: Also run workflows for `feat/*` branches (#3823)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-18 17:01:13 +01:00
Hind-M 211d79db77
Fix windows paths and add tests (#3787) 2025-02-18 13:14:55 +01:00
Julien Jerphanion 402b2d474b
fix: Adaptive level for compatible Version formatting (#3818)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-13 15:41:25 +01:00
Johan Mabille 89abba3df0
warning as error default to OFF and enabled in CI (#3814) 2025-02-11 15:05:41 +01:00
Hind-M de820f6d8c
Add missing config for RTD (#3801) 2025-02-06 14:46:43 +01:00
Hind-M 27010d1acb
[Windows] Write command in multiple lines (#3794) 2025-02-05 14:27:22 +01:00
John Blischak c34de5e488
docs: Document that mamba 2 only supports trailing globs in version strings (#3783) 2025-02-05 11:07:48 +01:00
Sandrine Pataut b5e197fc14
feat: add export flag to list command (#3780) 2025-02-04 20:25:10 +02:00
Julien Jerphanion 09f87f1031
release libmamba 2.0.6, micromamba 2.0.6, libmambapy 2.0.6 2025-02-04 15:28:34 +01:00
Julien Jerphanion 451eaa7ade
release libmamba 2.0.6.rc3, micromamba 2.0.6.rc3, libmambapy 2.0.6.rc3 2025-02-04 11:32:30 +01:00
Julien Jerphanion 60ae7b3f32
maint: Warn about future removal of `etc/profile.d/mamba.sh` (#3788)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-04 10:45:16 +01:00
Julien Jerphanion d24f5d80bc
ci: Fix typo in Windows workflows (#3793)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-04 10:37:03 +01:00
Julien Jerphanion eba1f3e2da
fix: Use `libmamba`'s installation instead of `mamba`'s as a fallback (#3792)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-02-04 10:21:39 +01:00
Julien Jerphanion 8781dcc82e
ci: Rerun pytest tests on `main` in case of failures (#3769)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
Co-authored-by: Hind Montassif <hind.montassif@gmail.com>
2025-02-04 09:16:30 +02:00
Sandrine Pataut 9b6be1ce60
feat: add canonical flag to list command (#3777) 2025-01-31 15:35:52 +01:00
Julien Jerphanion daebc1be49
release libmamba 2.0.6.rc2, micromamba 2.0.6.rc2, libmambapy 2.0.6.rc2 2025-01-31 11:30:04 +01:00
Julien Jerphanion f7d1a29774
maint: Factor handling of `GetModuleFileNameW` (#3785)
Co-authored-by: Klaim <Klaim@users.noreply.github.com>
2025-01-31 10:15:55 +01:00
Julien Jerphanion 195112794a
fix: Adapt root prefix determination (#3782)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Klaim <Klaim@users.noreply.github.com>
2025-01-30 09:50:04 +01:00
Hind-M 6a286490ee
[Windows] Fix test failure (#3770) 2025-01-28 18:07:48 +01:00
Sandrine Pataut 7b6516d2fa
feat: add md5 flag to list command (#3773) 2025-01-28 15:19:11 +01:00
Julien Jerphanion 71e4545022
release libmamba 2.0.6.rc1, micromamba 2.0.6.rc1, libmambapy 2.0.6.rc1 2025-01-28 08:47:10 +01:00
Julien Jerphanion 57a2c55826
fix: Support globs in `MatchSpec` build strings (#3735)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
2025-01-27 13:59:00 +00:00
Ben Mares c1c9f5fc90
fix: Don't encode URLs for `mamba env export --explicit` (#3745)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-01-27 14:35:12 +01:00
Sandrine Pataut 5a76102995
maint: list refactoring (#3768) 2025-01-27 13:50:26 +02:00
Hind-M ee82188844
Uncomment no more failing test (#3767) 2025-01-27 11:05:00 +01:00
Julien Jerphanion 7fa748f53e
fix: Use CA certificates from `conda-forge::ca-certificates` (#3765)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-01-24 10:44:29 +01:00
Hind-M 617be25ef1
Handle `git+https` pip urls (#3764) 2025-01-23 15:42:27 +01:00
Sandrine Pataut 9c856fd4a5
feat: add explicit flag to list command (#3760) 2025-01-21 17:35:52 +01:00
Hind-M 4a69e30d29
Fix dependency and `subdir` in repoquery `whoneeds` (#3743) 2025-01-20 17:05:12 +01:00
Julien Jerphanion 503f0aa9b0
fix: Use `LOG_DEBUG` for CUDA version detection (#3757)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
2025-01-17 15:42:18 +01:00
Ayaz Salikhov c59969ab05
maint: Add missing thread and undefined sanitizers CMake options (#3753) 2025-01-16 14:05:35 +01:00
Ayaz Salikhov 6d40f1d32e
maint: Fix build status badge (#3755) 2025-01-16 12:43:54 +01:00
Ayaz Salikhov 9087a976be
maint: Don't exclude Changelog files from typos-conda (#3748) 2025-01-16 09:36:48 +01:00
Ayaz Salikhov 95eb248ee8
maint: Update pre-commit hooks (#3746) 2025-01-15 18:38:36 +01:00
Ayaz Salikhov 8591bbe4fd
maint: Correctly exclude json files in clang-format (#3749) 2025-01-15 18:38:03 +01:00
Sandrine Pataut 630b62fa83
feat: add reverse flag to list command (#3705) 2025-01-15 11:46:24 +01:00
Julien Jerphanion 0023a3b13a release libmamba 2.0.6.rc0, micromamba 2.0.6.rc0, libmambapy 2.0.6.rc0 2025-01-14 11:14:17 +01:00
Ayaz Salikhov dead2e68d8
maint: Ignore formatting changes in history (#3738)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2025-01-13 17:38:20 +01:00
Ayaz Salikhov d0c7458839
maint: Add prettier pre-commit hook (#3663) 2025-01-13 09:09:07 +01:00
Sandrine Pataut 30546a3957
add more condarc paths (#3695) 2025-01-10 11:45:59 +01:00
Julien Jerphanion f3c7c7797e
fix: Add a hint on cache corruption (#3736)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Klaim <Klaim@users.noreply.github.com>
2025-01-09 18:01:58 +01:00
TechnoHouse 374228f860
Update Linux installation script for Nushell (#3721) 2025-01-09 09:59:11 +01:00
Klaim (Joël Lamotte) c7734ce08b
Unique Release Tag (#3732) 2025-01-09 09:56:42 +01:00