4 Commits

Author SHA1 Message Date
Nicholas Wiersma
d932d50232 chore: lint code with golangci-lint (#1828)
* feat: add golangci-lint linting

* chore: fix linter issues

* feat: add linting into the workflow

* docs: update lint docs

* fix: cr suggestions

* fix: remove old formatting and vetting scripts

* fix: add docker make target

* fix: action go caching

* fix: depreciated actions checkout version

* fix: cr suggestion

* fix: cr suggestions

---------

Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-02-24 20:39:17 -08:00
Rohan Chakravarthy
0e470d0294 Plumb config - Latest (#627)
* switch proxy to config file

pull in single flight changes

* changes for single-flight

* intermediate stage. All tests passing. pkg still has env refs

* remove all env references

* delete config/env entirely

* fix failing tests

* create the config.toml file as part of dev setup

* create config file only if it doesn't exist

* update Dockerfiles to use config file

* move composing elements to the top

* verbose parameter naming

* newline

* add flag for config file path

* update docs with config file flag

* remove unnecessary nil check

* use filepath.join

* rename redis port to address

* fix path.join

* fix issues after merge

* add vendor dir
2018-09-11 15:04:20 -07:00
Marwan Sulaiman
1ea2969432 pkg/storage: add err ops (#465)
* pkg/storage: add err ops

* fix tests

* fix tests
2018-08-13 11:24:58 -04:00
marpio
0b9afcd220 CDN parallel uploads (#264)
* common code for the cdn uploads

* fix and use in aws s3

* cleanup and review feedback

* rename const so it makes sense for other uses

* add contenttype to s3

* parallel deletes

* common code for the cdn uploads

* fix and use in aws s3

* cleanup and review feedback

* rename const so it makes sense for other uses

* add contenttype to s3

* parallel deletes

* convert gcp

* use ctx.Err()

* fix upload and del

* tests

* use common code in azure

* refactor gcp bucket

* use delete in gcp

* fix comments

* review feedback

* change pkg alias
2018-07-20 11:15:43 -07:00