collectfast icon indicating copy to clipboard operation
collectfast copied to clipboard

A faster collectstatic command.

Results 18 collectfast issues
Sort by recently updated
recently updated
newest added

Hi there 👋 I am looking for a maintainer to take over this project. I am no longer working with projects that uses the collectstatic framework and therefor can't be...

I've been testing collecfast for a while and I've spotted an issue with the connection being closed too soon. After digging around and trying to understand conversations about thread-safe, I've...

Now we can run the test suite independently without the actual access key of AWS and GCP. - mock boto3.s3 before starting tests with `moto` - mock GoogleCloud Client, Bucket,...

Log level of message in `pre_should_copy_hook` method of `Boto3Strategy` could be changed to debug since it's not so relevant in basic usage.

Tests inheriting TestCase class were reasonable before. But now, we can rewrite it with a simple function-based test using pytest.

enhancement

Currently the test suite has been running against real accounts on AWS and Google Cloud. For multiple reasons it would be great to replace this with mocks. I've attempted to...

When I was using collectfast in a CI system, some of the assets were not copied. Sometimes it copied all, sometimes just a subset without any errors. This is what...

- Implement OpenStack Swift support using django-storage-swift. - Add `pre_collect_hook` to `collectfast.strategies.base.Strategy`. - Replace `test_many` test generator with pytest parametrize. - Add pytest marks for easy test selection. - Add...

```shell script 2020-08-31 12:39:21,019 urllib3.connectionpool "WARNING" - Connection pool is full, discarding connection: storage.googleapis.com ``` Steps to replicate ```python COLLECTFAST_THREADS = 20 STATICFILES_STORAGE = 'storages.backends.gcloud.GoogleCloudStorage' ``` Run ```shell script $...

Setting both `django.core.files.storage.FileSystemStorage` and `STATIC_ROOT` results in collectstatic ignoring the `STATIC_ROOT` var and using the project base. ``` I have no name!@9cf8c79be0f7:/project$ ./code/manage.py collectstatic You have requested to collect static...

bug