summaryrefslogtreecommitdiff
path: root/pkg/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins: Move GlobalSpecPaths into LocalRegistryJan Garcia2023-01-107-45/+39
* rootless: move ./rootless to ./pkg/rootlessJan Garcia2023-01-091-1/+1
* Use user paths for plugin discovery in rootless modeJan Garcia2023-01-094-5/+54
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-281-1/+0
* chore: update supported go version to 1.18+Bjorn Neergaard2022-09-153-56/+2
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-1/+1
* staticcheck: ignore "SA1019: strings.Title is deprecated"Sebastiaan van Stijn2022-03-161-1/+1
* Merge pull request #41215 from cpuguy83/better_plugin_errorsAkihiro Suda2021-10-241-1/+2
|\
| * Add more error details on plugin getBrian Goff2020-07-151-1/+2
* | pkg/plugins: fix compatibility with go1.16Sebastiaan van Stijn2021-08-313-2/+56
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-276-23/+21
* | Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* | Reduce TestClientWithRequestTimeout flakinessSebastiaan van Stijn2021-06-291-1/+1
|/
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-292-5/+5
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-114-6/+6
* pkg/plugins: use constants for http methodsSebastiaan van Stijn2019-10-134-7/+7
* Merge pull request #39422 from lemrouch/35876-workaroundBrian Goff2019-07-221-0/+3
|\
| * Don't try to load plugin without namePavel Matěja2019-07-081-0/+3
* | Harden TestClientWithRequestTimeoutSebastiaan van Stijn2019-07-121-7/+6
|/
* Remove duplicated words in pkg filesmooncake2018-10-051-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-134-6/+6
* Move plugin client creation to the extension pointBrian Goff2018-05-251-0/+8
* Post migration assertion fixesDaniel Nephin2018-03-161-5/+2
* Automated migration usingDaniel Nephin2018-03-164-14/+16
* Adds a unit test for plugin request timeoutBrian Goff2018-03-051-0/+43
* Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-212-9/+8
|\
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-072-9/+8
* | Add canonical import commentDaniel Nephin2018-02-0517-17/+17
|/
* Fix issue with plugin scanner going to deepBrian Goff2018-02-023-22/+101
* Add timeouts for volume plugin opsBrian Goff2018-01-161-4/+41
* Add ineffassign linterDaniel Nephin2017-09-081-0/+3
* Add deadcode linterDaniel Nephin2017-08-211-6/+0
* Update logrus to v1.0.1Derek McGowan2017-07-312-2/+2
* Spelling fixesJosh Soref2017-07-031-1/+1
* Increase the Coverage of pkg/pluginsRaja Sami2017-06-125-8/+258
* Do not reuse a http.Request after a failure in callWithRetryFelix Abecassis2017-05-262-5/+26
* Merge pull request #32222 from unclejack/small_cleanupSebastiaan van Stijn2017-03-302-2/+2
|\
| * pkg/*: clean up a few issuesunclejack2017-03-302-2/+2
* | plugins: Rename plugins_linux.go to plugins_unix.go and use build tagsAaron Lehmann2017-03-291-0/+2
|/
* Fix deadlock on v1 plugin with activate errorBrian Goff2017-01-242-1/+8
* Fix pluginv1 Windows volumesAnusha Ragunathan2017-01-133-6/+15
* Fix race accessing plugin storage mapBrian Goff2017-01-051-1/+8
* Merge pull request #29733 from cpuguy83/fix_v1plugin_deadlockTibor Vass2017-01-032-23/+88
|\
| * Fix race/deadlock in v1 plugin handlersBrian Goff2016-12-272-23/+88
* | duplicated theJie Luo2016-12-211-1/+1
|/
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-0/+6
* Add HTTP client timeout.Anusha Ragunathan2016-11-211-6/+23
* prevent data race in pkg/pluginsVictor Vieux2016-10-211-8/+17
* Allow plugins to have multiple handlersMadhu Venugopal2016-10-171-4/+15
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-2/+2