[PR #1] [MERGED] Remove the vendor folder #4

Closed
opened 2025-12-31 16:28:01 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pull/1
Author: @salatamartin
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @salatamartin

Base: masterHead: feature/token-requestor


📝 Commits (1)

📊 Changes

4056 files changed (+0 additions, -1257271 deletions)

View changed files

go.sum (+0 -1695)
vendor/github.com/BurntSushi/toml/.gitignore (+0 -5)
vendor/github.com/BurntSushi/toml/.travis.yml (+0 -15)
vendor/github.com/BurntSushi/toml/COMPATIBLE (+0 -3)
vendor/github.com/BurntSushi/toml/COPYING (+0 -21)
vendor/github.com/BurntSushi/toml/Makefile (+0 -19)
vendor/github.com/BurntSushi/toml/README.md (+0 -218)
vendor/github.com/BurntSushi/toml/decode.go (+0 -509)
vendor/github.com/BurntSushi/toml/decode_meta.go (+0 -121)
vendor/github.com/BurntSushi/toml/doc.go (+0 -27)
vendor/github.com/BurntSushi/toml/encode.go (+0 -568)
vendor/github.com/BurntSushi/toml/encoding_types.go (+0 -19)
vendor/github.com/BurntSushi/toml/encoding_types_1.1.go (+0 -18)
vendor/github.com/BurntSushi/toml/lex.go (+0 -953)
vendor/github.com/BurntSushi/toml/parse.go (+0 -592)
vendor/github.com/BurntSushi/toml/session.vim (+0 -1)
vendor/github.com/BurntSushi/toml/type_check.go (+0 -91)
vendor/github.com/BurntSushi/toml/type_fields.go (+0 -242)
vendor/github.com/Masterminds/goutils/.travis.yml (+0 -18)
vendor/github.com/Masterminds/goutils/CHANGELOG.md (+0 -8)

...and 80 more files

📄 Description

How to categorize this PR?

/area TODO
/kind TODO
/priority normal

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Release note:



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pull/1 **Author:** [@salatamartin](https://github.com/salatamartin) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@salatamartin](https://github.com/salatamartin) **Base:** `master` ← **Head:** `feature/token-requestor` --- ### 📝 Commits (1) - [`dd5766f`](https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/commit/dd5766f1bb673f0b75c6c2fe266854133379720e) Remove the vendor folder ### 📊 Changes **4056 files changed** (+0 additions, -1257271 deletions) <details> <summary>View changed files</summary> ➖ `go.sum` (+0 -1695) ➖ `vendor/github.com/BurntSushi/toml/.gitignore` (+0 -5) ➖ `vendor/github.com/BurntSushi/toml/.travis.yml` (+0 -15) ➖ `vendor/github.com/BurntSushi/toml/COMPATIBLE` (+0 -3) ➖ `vendor/github.com/BurntSushi/toml/COPYING` (+0 -21) ➖ `vendor/github.com/BurntSushi/toml/Makefile` (+0 -19) ➖ `vendor/github.com/BurntSushi/toml/README.md` (+0 -218) ➖ `vendor/github.com/BurntSushi/toml/decode.go` (+0 -509) ➖ `vendor/github.com/BurntSushi/toml/decode_meta.go` (+0 -121) ➖ `vendor/github.com/BurntSushi/toml/doc.go` (+0 -27) ➖ `vendor/github.com/BurntSushi/toml/encode.go` (+0 -568) ➖ `vendor/github.com/BurntSushi/toml/encoding_types.go` (+0 -19) ➖ `vendor/github.com/BurntSushi/toml/encoding_types_1.1.go` (+0 -18) ➖ `vendor/github.com/BurntSushi/toml/lex.go` (+0 -953) ➖ `vendor/github.com/BurntSushi/toml/parse.go` (+0 -592) ➖ `vendor/github.com/BurntSushi/toml/session.vim` (+0 -1) ➖ `vendor/github.com/BurntSushi/toml/type_check.go` (+0 -91) ➖ `vendor/github.com/BurntSushi/toml/type_fields.go` (+0 -242) ➖ `vendor/github.com/Masterminds/goutils/.travis.yml` (+0 -18) ➖ `vendor/github.com/Masterminds/goutils/CHANGELOG.md` (+0 -8) _...and 80 more files_ </details> ### 📄 Description **How to categorize this PR?** <!-- Please select area, kind, and priority for this pull request. This helps the community categorizing it. Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion. If multiple identifiers make sense you can also state the commands multiple times, e.g. /area control-plane /area auto-scaling ... "/area" identifiers: audit-logging|auto-scaling|backup|certification|control-plane-migration|control-plane|cost|delivery|dev-productivity|disaster-recovery|documentation|high-availability|logging|metering|monitoring|networking|open-source|ops-productivity|os|performance|quality|robustness|scalability|security|storage|testing|usability|user-management "/kind" identifiers: api-change|bug|cleanup|discussion|enhancement|epic|impediment|poc|post-mortem|question|regression|task|technical-debt|test "/priority" identifiers: normal|critical|blocker For Gardener Enhancement Proposals (GEPs), please check the following [documentation](https://github.com/gardener/gardener/tree/master/docs/proposals/README.md) before submitting this pull request. --> /area TODO /kind TODO /priority normal **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Release note**: <!-- Write your release note: 1. Enter your release note in the below block. 2. If no release note is required, just write "NONE" within the block. Format of block header: <category> <target_group> Possible values: - category: breaking|feature|bugfix|doc|other - target_group: user|operator|developer|dependency --> ```other operator ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:28:01 +01:00
adam closed this issue 2025-12-31 16:28:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/gardener-extension-shoot-fleet-agent#4