Commit Graph

3187 Commits

Author SHA1 Message Date
Wolf Vollprecht dca43d357a release 0.1.2 2020-04-03 20:34:27 +02:00
Wolf Vollprecht ce41cf7eff use new style api for all actions 2020-04-03 19:07:53 +02:00
Wolf Vollprecht 063a339f51 fix tests 2020-04-03 18:25:22 +02:00
Wolf Vollprecht e4278e2db9 big cpp refactor 2020-04-03 17:40:12 +02:00
Wolf Vollprecht 85f6e207cd
Merge pull request #101 from davidbrochart/remove_print
Remove leftover
2020-04-02 19:48:47 +02:00
Wolf Vollprecht cb84941717
Merge pull request #99 from davidbrochart/ci_status
Add CI status badge
2020-04-02 19:48:37 +02:00
David Brochart 47413566ae Remove leftover 2020-04-02 16:37:45 +02:00
David Brochart 8f43a6b7d8 Add CI status badge 2020-04-02 12:04:04 +02:00
David Brochart 27f6d83cc9
Fix tests (#97)
Fix tests
2020-04-02 11:42:15 +02:00
Wolf Vollprecht d758042ba8
Merge pull request #95 from davidbrochart/pytest
Setup tests on GH actions
2020-04-01 09:13:50 +02:00
Wolf Vollprecht 832220be9f
Merge pull request #96 from dmaljovec/use-url-w-credentials
Substitute url_w_credentials for url_w_subdir
2020-04-01 08:51:06 +02:00
Daniel Maljovec 3ff593d751 Substitute url_w_credentials for url_w_subdir
What?
=====

Uses `url_w_credentials` in place of `url_w_subdir` when looking up
channels in the priority map.

Why?
====

We use a private channel repository in conda and we are getting an
error here.
Stepping through the source code in a debugger it looks like the dict
key values of `_channel_priority_map` match the values of
`url_w_credentials` for cases where we are logged in (and do not need
 more than the channel name) and when we are logged out of anaconda
 (and thus require a url + token as our channel).
2020-03-31 15:16:30 -06:00
David Brochart 74def84e5e Make glibc virtual package testable 2020-03-31 13:43:40 +02:00
David Brochart d59ef1fda1 Don't capture output 2020-03-31 13:21:25 +02:00
David Brochart b2adb6a64f Remove flake8 2020-03-31 13:21:25 +02:00
David Brochart 7298ce949a Add conda installation to GH actions 2020-03-31 13:21:25 +02:00
David Brochart 3a58dd75b1 Add GitHub actions 2020-03-31 13:21:25 +02:00
David Brochart cef505fc2e Use pytest 2020-03-31 13:21:25 +02:00
Wolf Vollprecht 599c282008
Merge pull request #93 from davidbrochart/virtual_packages
Add support for virtual packages
2020-03-31 12:47:20 +02:00
David Brochart 0a788abcf0 Remove channel_fake 2020-03-31 11:06:36 +02:00
David Brochart 3b80c14d9f Fix virtual packages 2020-03-31 11:04:49 +02:00
David Brochart a097d19ea0 Add noarch repo for channel_fake 2020-03-31 10:37:38 +02:00
David Brochart 76403730dc Add channel_fake for __glibc virtual package 2020-03-31 09:06:24 +02:00
David Brochart 1cb1d23770 Add __glibc dependency 2020-03-30 20:43:36 +02:00
David Brochart f93926f9a1 Add support for virtual packages 2020-03-30 20:27:20 +02:00
Wolf Vollprecht 5169df089a
Merge pull request #94 from wolfv/add_test
add test stump
2020-03-30 20:22:45 +02:00
Wolf Vollprecht 4b5d90f861 add test stump 2020-03-30 19:25:57 +02:00
Wolf Vollprecht 937e9be4fb release 0.1.1 2020-03-29 18:50:30 +02:00
Wolf Vollprecht 33097df5b3
Merge pull request #87 from davidbrochart/stick_python
Prevent updating python if not specified
2020-03-26 11:12:05 +01:00
David Brochart 1dbe7c2eef Prevent updating python if not specified 2020-03-25 09:32:45 +01:00
Wolf Vollprecht 8bdb632539
Merge pull request #80 from JohanMabille/fix
Fix
2020-03-10 16:37:29 +01:00
Johan Mabille e958c5dea4 Improved installation instructions 2020-03-10 16:32:32 +01:00
Johan Mabille 6c92fcad9a Fixed api.solve call from remove 2020-03-10 16:30:54 +01:00
Wolf Vollprecht 5babc8e34b
Merge pull request #77 from wolfv/conda_packages
more support for .conda packages, and add current_repodata mechanism
2020-01-17 17:25:37 +01:00
Wolf Vollprecht 23cad99a85
Porting the no-deps and only-deps handling from conda to mamba (#75)
* add post-solve handling for --no-deps and --only-deps

* ..
2020-01-16 20:20:49 +01:00
Wolf Vollprecht c97956a5fa more support for .conda packages, and add current_repodata mechanism 2020-01-16 20:08:56 +01:00
Wolf Vollprecht ecbe84c3ff
Merge pull request #69 from wolfv/subpriority_work
Support strict priority correctly
2020-01-16 15:51:03 +01:00
Wolf Vollprecht e56d689d85 remove print statements 2020-01-15 18:27:36 +01:00
Wolf Vollprecht 383174e050 revamp priority, and subpriority 2020-01-15 18:27:36 +01:00
Wolf Vollprecht 4510f86e71
Merge pull request #67 from cxong/patch-1
Create LICENSE
2020-01-14 08:17:00 -08:00
Cong 179f0bf9f3
Create LICENSE 2020-01-14 10:04:44 +11:00
Wolf Vollprecht e30937d0e2 release 0.1.0 2019-12-11 15:24:49 +01:00
Wolf Vollprecht b94c510105
Fix win (#63)
Fix windows, and use verbosity flag
2019-12-11 15:20:04 +01:00
Wolf Vollprecht 94990e0e9a
Merge pull request #62 from wolfv/fix_cache_handling
fix cache handling of mamba
2019-11-26 13:33:01 +01:00
Wolf Vollprecht 025ba98806 fix cache handling of mamba 2019-11-26 11:03:15 +01:00
Wolf Vollprecht af79f0b083 release 0.0.10 2019-09-26 10:14:42 +02:00
Wolf Vollprecht c2a79fd381
Merge pull request #60 from QuantStack/fix_neutered_env
add neutered specs to mamba env creation
2019-09-26 10:13:33 +02:00
Wolf Vollprecht 493f642cdd add neutered specs to mamba env creation 2019-09-26 10:09:37 +02:00
Wolf Vollprecht d1f6cfbb3b release 0.0.9 2019-09-18 00:42:01 +02:00
Wolf Vollprecht ee48717b2e
Merge pull request #58 from QuantStack/bring_back_windows
bring back win support
2019-09-18 00:38:46 +02:00