summaryrefslogtreecommitdiff
path: root/integration/plugin/authz
Commit message (Expand)AuthorAgeFilesLines
* api: add types/volume.ListOptions for a more consistent APISebastiaan van Stijn2022-08-031-1/+1
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-281-3/+3
* imports: remove "volumetypes" aliases for api/types/volumeSebastiaan van Stijn2022-04-281-4/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-273-11/+10
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* test-integration: support more rootless testsAkihiro Suda2020-03-161-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-113-6/+6
* integration: use constants for http methodsSebastiaan van Stijn2019-10-131-2/+2
* testutil: update WithExperimental signature to be a daemon.OptionSebastiaan van Stijn2019-09-301-1/+1
* testutil: make testing packages publicSam Whited2019-09-112-3/+3
* integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-072-5/+5
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-10/+10
* Use poll.WaitOn in authz_plugin_test.goYong Tang2019-01-091-12/+2
* Merge pull request #38417 from thaJeztah/replace_newclientYong Tang2019-01-042-68/+51
|\
| * Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-222-68/+51
* | Replace deprecated client.WithDialer()Sebastiaan van Stijn2018-12-281-1/+1
|/
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-264-1/+4
* Update tests to use gotest.tools đŸ‘¼Vincent Demeester2018-06-133-12/+12
* Fix swagger volume type generationBrian Goff2018-05-141-3/+3
* Skip some test on remote daemon for e2e run(s)Vincent Demeester2018-04-261-1/+1
* Limit authz response bufferBrian Goff2018-04-111-0/+51
* Move integration-cli daemon package to internal/test…Vincent Demeester2018-04-101-6/+2
* integration/*: make e2e run without failureVincent Demeester2018-03-191-0/+2
* Automated migration usingDaniel Nephin2018-03-162-81/+81
* Improve docstrings and small cleanup in clientDaniel Nephin2018-02-201-2/+12
* Update api tests to use container.Run/Create in helper packageYong Tang2018-02-132-31/+21
* Rename integration/util to integration/internalVincent Demeester2018-02-102-2/+2
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* [integration] ensure frozen images are loadedChristopher Jones2017-10-201-0/+5
* Skip all testdata in integrationDaniel Nephin2017-10-021-1/+1
* integration/plugin/authz: inline CLI work-alike libraryDavid Sheets2017-10-022-40/+162
* integration/plugin/authz: port tests from integration-cliDavid Sheets2017-10-023-0/+700