f6e3b57
(HEAD -> main)
code I think will look better.. by
2020-12-22 15:36:14 -0800
5d7bcfb
maybe because ipfs is in an html tag this wasn't pre? by
2020-12-22 15:35:20 -0800
3eb3787
put file names in backticks, though gitea doesn't handle them.. by
2020-12-22 15:34:07 -0800
11ce737
ignore the build directory.. by
2020-02-20 13:49:25 -0800
bb31baa
remove things that have been implemented, add new comments.. by
2020-02-20 13:48:59 -0800
f5106fe
minor wording changes.. by
2020-02-15 21:35:17 -0800
2b92fa1
udpate the docs some by
2020-02-14 21:48:23 -0800
ea82e74
fix IPFS spelling.. by
2020-02-14 17:17:23 -0800
46e0978
make cache writing happen... by
2020-02-14 17:11:47 -0800
a8644bc
bring this back under 80 char lines.. (should add a before/after check) by
2020-02-14 16:55:51 -0800
1725654
add support for writing data to the cache.. this involves a minor cache reorg, and we now store files by hash, and in subdirs... by
2020-02-14 16:51:40 -0800
3ce536c
python 3.7's virtual env has 1.1k files at average of 13k/file, 10MB might be too little, so I'm bumping this, though it's not active yet.. by
2020-02-14 15:02:36 -0800
67ad8fd
add registering the writer to the config... by
2020-02-14 12:40:01 -0800
eefdac6
when importing via alias, make sure the alias gets added to sys.modules so that when a future item imports by the alias, it gets the same module instead of rerunning the module/code again.. by
2020-02-07 17:58:14 -0800
2799340
add ideas on what features a cli should have.. by
2020-02-07 17:10:16 -0800
46527cd
udpate the readme a bit w/ what I've implemented recently.. by
2020-02-07 17:00:05 -0800
4760947
add support for configuring IPFS via the config file... by
2020-02-07 16:47:55 -0800
2bc771d
get ready for running it as a command, for doing things like generating hashes, etc... by
2020-02-07 16:46:14 -0800
6889d7a
add support for module ordering via config... by
2020-02-07 16:03:11 -0800
4a42d26
pull the version info from the module.. by
2020-02-07 11:35:43 -0800
b3c2d63
add author and license information.. by
2020-02-07 11:33:23 -0800
699af38
simplify function, and make it so that aliases and hashes of the same value return the same module, so the same code doesn't get imported multiple times.. by
2020-02-07 11:31:09 -0800
a24fd63
mkdir dirs as needed, make sure randpkg doesn't exist.. by
2020-02-07 11:05:24 -0800
64f1829
add support for copying over the default config file... This is in preparation to add support for configuring this module.. by
2020-02-06 12:57:32 -0800
5eee23b
factor out common code into a function... by
2020-02-05 11:11:11 -0800
50abefa
fix spelling of base... by
2020-02-04 13:06:00 -0800
69472c6
make sure that we only handle hash urls.. by
2020-02-04 13:05:37 -0800
337800a
add test to make sure that when a bogus hash entry is entered, it gets caught by
2020-02-04 13:03:37 -0800
ac26608
add support for loading via https urls... by
2020-02-04 12:55:39 -0800
753e64f
rename load_aliases to load_mod_aliases, so that I can add a load_aliases for raw data, such as non-package imports.. by
2020-02-04 01:21:19 -0800
95fb81a
minor notes.. by
2020-02-04 01:21:01 -0800
1fa247c
add some more docs for the features that I've added so far.. by
2020-02-04 01:20:46 -0800
b2ebb6c
mark a test function as no cover, and add a test to cover an error case by
2020-02-04 01:08:04 -0800
715e4bc
add IPFS loader support.. use cloudflare instead of the ipfs.io one because the IPv6 address seems to hang often right now.. by
2020-02-04 01:00:11 -0800
6f195cb
make lines shorter than 80 when possible.. by
2020-02-04 00:10:23 -0800
7045978
add support for fetching from a related alias url when the data isn't found in the cache.. by
2020-02-04 00:06:08 -0800
e253ae4
add note about a future test... by
2020-02-03 15:25:41 -0800
3f59caf
add support for aliases, and loading package specific aliases... by
2020-02-03 15:22:18 -0800
692f020
add support for parsing aliases... by
2020-02-03 12:42:39 -0800
39a8b1b
add comment about loader priority by
2020-02-02 13:57:00 -0800
37b69da
add some minor notes.. by
2020-02-01 16:59:15 -0800
162fbf5
add a bunch of docs... also make a method static that can be.. by
2020-02-01 16:41:00 -0800
09256d9
add coverage for when there isn't a loader.. by
2020-02-01 15:22:41 -0800
5a27da4
create the default cache direcotry, and initalize it.. also, currently always reread the cache directory, but this needs to be fixed.. by
2020-02-01 14:05:37 -0800
d104b0d
add with support (for testing), and add global instance, and handle it by
2020-02-01 11:49:02 -0800
f52f0a6
this import isn't needed.. by
2020-02-01 11:38:26 -0800
523e949
add a few comments, and a disconnect method by
2020-02-01 11:20:42 -0800
e3720f4
add some notes on what should be done in the future by
2020-01-26 09:59:57 -0800
b452dae
add license by
2020-01-26 09:59:48 -0800
de3e3f8
initial work on making a cas importing system... by
2020-01-25 22:11:02 -0800