Commit Graph

  • 5301ae14bf cloudfront: rename vars that collided with type Sebastiaan van Stijn 2023-04-30 15:27:42 +02:00
  • 85028a801b registry/handlers: use consistent names for test-tables Sebastiaan van Stijn 2023-04-30 15:21:48 +02:00
  • f4acd98865 registry/api/v2: checkTestRouter(): use sub-tests, t.Parallel() Sebastiaan van Stijn 2023-04-30 15:38:30 +02:00
  • 2444c3282d registry/api/v2: use consistent names for test-tables Sebastiaan van Stijn 2023-04-30 15:14:30 +02:00
  • 9266220c2a registry/auth/token: TestAudienceList_Unmarshal: t.Parallel() Sebastiaan van Stijn 2023-04-30 15:09:41 +02:00
  • 5e67a40e08 registry/auth/token: use consistent names for test-tables Sebastiaan van Stijn 2023-04-30 15:05:51 +02:00
  • f884a079df registry/api/errorcode: TestErrorCodes: use sub-tests Sebastiaan van Stijn 2023-04-30 15:23:44 +02:00
  • 57f9f31af9 notifications: don't use un-keyed structs Sebastiaan van Stijn 2023-04-30 14:41:57 +02:00
  • e9ac1728e6 notifications: use consistent names for test tables Sebastiaan van Stijn 2023-04-30 14:40:44 +02:00
  • f4be328bff context: TestWithTrace(): inline checkContextForValues, use sub-tests Sebastiaan van Stijn 2023-04-30 15:41:20 +02:00
  • 2829f7b7d5 context: use consistent names for test-tables Sebastiaan van Stijn 2023-04-30 14:43:13 +02:00
  • f238f7dcaa reference: TestMatch(): use sub-tests Sebastiaan van Stijn 2023-04-30 15:03:30 +02:00
  • 2819bca991 reference: TestNormalizedSplitHostname(): use sub-tests Sebastiaan van Stijn 2023-04-30 15:00:51 +02:00
  • fa1d14c513 reference: TestParseAnyReference(): use sub-tests Sebastiaan van Stijn 2023-04-30 14:58:45 +02:00
  • fcbddfc6ae reference: use consistent names for test-tables Sebastiaan van Stijn 2023-04-30 14:48:09 +02:00
  • 8c4d2b9d65 Dockerfile: update xx to v1.2.1 Sebastiaan van Stijn 2023-05-09 12:17:52 +02:00
  • 70db3a46d9 bump up golang version Wang Yan 2022-11-29 22:42:26 +08:00
  • db1389e043 dockerfiles: formatting CrazyMax 2022-07-20 16:44:31 +02:00
  • 018472de2d dockerfiles: set ALPINE_VERSION CrazyMax 2022-07-20 14:19:39 +02:00
  • 19b3feb5df Update to xx 1.1.1 CrazyMax 2022-07-20 01:38:26 +02:00
  • 14bd72bcf8 Dockerfile: switch to xx CrazyMax 2022-05-03 20:07:03 +02:00
  • 2392893bcf bump up golang v1.17 Wang Yan 2021-07-06 11:43:13 +08:00
  • 092a2197ff [release/2.8] fix package name in Dockerfile Sebastiaan van Stijn 2023-05-09 10:24:36 +02:00
  • 22a805033a fix(ci): use go install instead of go get David van der Spek 2023-05-08 13:28:28 -04:00
  • 1d52366d2c Merge pull request #2815 from bainsy88/issue_2814 Derek McGowan 2021-03-16 09:12:03 -07:00
  • 8900e90699 Merge pull request #3895 from pluralsh/bug-fix-5001-server-rebase Wang Yan 2023-05-05 13:21:55 +08:00
  • 08f7a47bc9 Merge pull request #2766 from glefloch/remove-testdriver Milos Gajdos 2023-05-03 21:40:53 +01:00
  • 99a8ad00ea fix: rename log to logrus David van der Spek 2023-05-03 18:56:17 +02:00
  • f0fdaff0a5 Fix the issue that the debug server with port 5001 run twice Feng Honglin 2023-05-03 18:35:05 +02:00
  • 4adbb690c1 Merge pull request #3795 from AdamKorcz/fuzz222 Milos Gajdos 2023-05-03 15:59:20 +01:00
  • e2a43ec8d3 Fuzzing: Move over two fuzzers from cncf-fuzzing AdamKorcz 2022-11-12 17:44:12 +00:00
  • 0ea92a1a8d Merge pull request #3883 from thaJeztah/reference_update_tests_and_add_benchmark Milos Gajdos 2023-05-02 20:55:05 +01:00
  • 9fb201e23d Remove registry storage testdriver glefloch 2018-11-15 10:36:19 +00:00
  • 788598e23f Merge pull request #3881 from vvoland/handle-forbidden Milos Gajdos 2023-05-02 09:38:36 +01:00
  • 1062ccc7ef Merge pull request #3882 from thaJeztah/no_dot_imports Milos Gajdos 2023-05-01 16:21:11 +01:00
  • 434cc087cc Bump to 2.8.x as the current version James Hewitt 2022-11-03 23:19:11 +00:00
  • d141b65734 We already had instructions for this, use them. James Hewitt 2022-09-23 00:10:47 +01:00
  • 7e51e717fb Add information about security James Hewitt 2022-09-22 23:40:10 +01:00
  • 49e2de2830 reference: add BenchmarkParse Sebastiaan van Stijn 2023-04-29 19:31:21 +02:00
  • b50c049fc6 reference: TestParseRepositoryInfo: use subtests Sebastiaan van Stijn 2023-04-29 18:54:42 +02:00
  • af36dd698f reference: TestParseDockerRef: capture test in loop Sebastiaan van Stijn 2023-04-29 18:56:57 +02:00
  • 3fa6d5a33b remove dot-imports for gopkg.in/check.v1 Sebastiaan van Stijn 2023-04-29 17:08:47 +02:00
  • 5f1df02149 registry/errors: Parse http forbidden as denied Paweł Gronowski 2023-04-27 19:31:50 +02:00
  • 29b5e79f82 Merge pull request #3742 from sagikazarmark/fix-aud-claim-list Milos Gajdos 2023-04-26 18:39:26 +01:00
  • 2fb8dbdeca Merge pull request #3839 from kirat-singh/feature.azure-sdk-update Milos Gajdos 2023-04-25 19:35:34 +01:00
  • ba4a6bbe02 Update Azure SDK and support additional authentication schemes Kirat Singh 2020-02-21 03:58:17 +00:00
  • 521ea3d973 Fix runaway allocation on /v2/_catalog Jose D. Gomez R 2023-04-24 18:52:27 +02:00
  • 973bfbb676 Fix Go Idioms Bracken Dawson 2023-04-21 14:43:21 +01:00
  • 8fe4ca4038 Option to configure proxy cache TTL Manish Tomar 2020-08-27 17:07:35 -07:00
  • 82d6c3d007 Merge pull request #3815 from wy65701436/release/2.8-cp-3615 Milos Gajdos 2023-04-17 15:58:21 +01:00
  • c624b9eda7 Use docker-compose spec v3 in nginx receipt Jakob Ackermann 2023-04-03 23:35:25 +02:00
  • 88646f54da Support annotations in the OCI Image Index Bracken Dawson 2023-03-31 14:01:15 +01:00
  • 4c1561e9fb Fix runaway allocation on /v2/_catalog Jose D. Gomez R 2023-03-31 13:16:29 +02:00
  • e72294d075 Split OCI Image Index from Docker Manifest List Bracken Dawson 2023-03-31 11:35:30 +01:00
  • 0c958010ac Merge pull request #3763 from distribution/multipart-upload-empty-files Milos Gajdos 2023-03-27 10:18:44 +01:00
  • 5fa926a609 Enable pushing empty blobs Milos Gajdos 2022-10-29 19:42:28 +01:00
  • e5d5810851 Merge pull request #3847 from aaronlehmann/s3-pagination-loop Milos Gajdos 2023-02-23 07:28:52 +00:00
  • 2074688be9 Fix S3 multipart upload pagination loop condition Aaron Lehmann 2023-02-21 20:57:50 -08:00
  • a38eb86fa6 Merge pull request #3845 from distribution/dependabot/go_modules/golang.org/x/net-0.7.0 Milos Gajdos 2023-02-20 14:00:06 +00:00
  • 772cef6b4e Merge pull request #3736 from aaronlehmann/log-username-on-successful-requests Milos Gajdos 2023-02-19 19:05:35 +00:00
  • 9594fbcfeb build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 dependabot[bot] 2023-02-17 22:42:11 +00:00
  • a4d64adabc Merge pull request #3838 from smorimoto/update-fossa-action Hayley Swimelar 2023-02-17 14:28:03 -08:00
  • e64b08ada6 Merge pull request #3841 from kirat-singh/feature/aws-ca-bundle Milos Gajdos 2023-02-17 09:36:20 +00:00
  • 3117e2eb2f Use default http.Transport for AWS S3 session Kirat Singh 2023-02-14 10:20:54 -05:00
  • 36d8c594d7 Merge pull request #3823 from drornir/patch-1 Milos Gajdos 2023-02-14 15:00:26 +00:00
  • 2179a5f66c add double newlines in ADOPTERS.md drornir 2023-01-13 16:55:47 +02:00
  • 165fd5f9ac Update fossa-contrib/fossa-action action to v2 Sora Morimoto 2023-02-14 01:43:23 +09:00
  • cf87e8d07e Merge pull request #3818 from ckw017/ckw/fixseparatorregex Milos Gajdos 2023-01-31 08:15:13 +00:00
  • a811c1bb57 Log username on successful requests Aaron Lehmann 2022-09-16 17:08:57 -07:00
  • 9b629737cb Merge pull request #3804 from thaJeztah/deprecate_schema1 Milos Gajdos 2023-01-30 16:16:38 +00:00
  • d1c186812e Fix separator regex Chris K. Wong 2022-12-22 14:50:50 -08:00
  • 362910506b Merge pull request #3816 from thaJeztah/bump_golang_net Milos Gajdos 2022-12-08 16:53:59 +00:00
  • 345be95498 vendor: golang.org/x/net v0.4.0 Sebastiaan van Stijn 2022-12-08 10:39:04 +01:00
  • 7847817946 Merge pull request #3814 from thaJeztah/remove_fuzz_leftovers Hayley Swimelar 2022-12-05 15:46:40 -08:00
  • ad5991de09 Fix panic in inmemory driver Shengjing Zhu 2022-03-27 19:38:07 +08:00
  • 59f1357775 remove script directory and fuzz left-overs Sebastiaan van Stijn 2022-12-03 17:13:18 +01:00
  • 92d136e113 Merge pull request #3810 from thaJeztah/align_descriptor_with_oci Wang Yan 2022-12-01 16:32:18 +08:00
  • 19233195b7 Align code to match order of fields Sebastiaan van Stijn 2022-11-29 22:59:06 +01:00
  • 86cd830fb3 Descriptor: align field order with OCI image specification Sebastiaan van Stijn 2022-11-29 22:41:01 +01:00
  • ac302d9ce5 Merge pull request #3807 from thaJeztah/replace_types_for_oci_step1 Milos Gajdos 2022-11-29 10:49:12 +00:00
  • 8cc58797e8 Merge pull request #3794 from AdamKorcz/fuzz1 Milos Gajdos 2022-11-29 09:57:09 +00:00
  • 0b4311d5ce manifest: improve test output and use const Sebastiaan van Stijn 2022-11-26 14:00:37 +01:00
  • f2db7faa2f registry/storage: rename variables that collided with imports Sebastiaan van Stijn 2022-11-26 14:11:08 +01:00
  • 030489ca66 testutil: rename variables that collided with imports Sebastiaan van Stijn 2022-11-26 13:34:11 +01:00
  • 0e3efe749b manifest: rename variables that collided with imports Sebastiaan van Stijn 2022-11-26 13:15:07 +01:00
  • b9f9073d1a Merge pull request #3805 from crazy-max/update-gha Milos Gajdos 2022-11-27 10:56:15 +00:00
  • b91c9a22f4 ci: add concurrency check CrazyMax 2022-11-26 14:09:19 +01:00
  • 2400718d81 ci: update github actions CrazyMax 2022-11-26 14:05:57 +01:00
  • ff2bce2731 manifest/schema1: mark docker manifest v2, schema 1 deprecated Sebastiaan van Stijn 2022-11-25 16:54:21 +01:00
  • ede90db01c Merge pull request #3789 from thaJeztah/reference_consts Milos Gajdos 2022-11-25 12:38:43 +00:00
  • 89384541cc Fix json formatting in registry api docs Ilion Beyst 2022-11-24 23:21:18 +01:00
  • 02e88c0f15 reference: move exported regexes to separate block Sebastiaan van Stijn 2022-11-09 18:27:05 +01:00
  • a4cec8ca82 reference: introduce const for "localhost" Sebastiaan van Stijn 2022-11-11 13:00:28 +01:00
  • bbd41f40bb reference: introduce remoteName variable Sebastiaan van Stijn 2022-11-10 13:25:03 +01:00
  • 71a0666398 reference: optional repeated == any number of times Sebastiaan van Stijn 2022-11-09 19:46:45 +01:00
  • 919bd8ab09 reference: add const for (optional) port, and rename "domain" variable Sebastiaan van Stijn 2022-11-10 11:43:32 +01:00
  • f0c7c97e73 reference: remove remaining uses of "expression()" Sebastiaan van Stijn 2022-11-09 19:12:51 +01:00
  • 04d6592df1 reference: remove "literal()" utility Sebastiaan van Stijn 2022-11-09 19:05:01 +01:00
  • c786a2bd3e reference: inline "group()" Sebastiaan van Stijn 2022-11-09 19:02:30 +01:00
  • 1d4917d4fb reference: expression(): use strings.Join() Sebastiaan van Stijn 2022-11-09 18:59:49 +01:00