[PR #78] [CLOSED] Make bindata.go optional, remove from repository #15132

Closed
opened 2025-11-02 11:39:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/78
Author: @strk
Created: 11/5/2016
Status: Closed

Base: masterHead: optional-bindata


📝 Commits (6)

  • b5f12be Make bindata.go optional, remove from repository
  • 4f2fcab Ignore generated bindata.go
  • 60086f1 Clean bindata on make clean
  • 6906f57 Self-discover conf/ dir (mostly for testing)
  • 3d40ba6 Cache data entries
  • 0aecf85 Add support for GITEA_ROOT, print a WARNING when not embedded

📊 Changes

5 files changed (+173 additions, -5308 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 Makefile (+2 -1)
modules/bindata/bindata.go (+0 -5307)
modules/bindata/dynamic.go (+144 -0)
modules/bindata/dynamic_test.go (+24 -0)

📄 Description

By default will read assets from filesystems, but can embed them
by passing the "bindata" build tag (go build -tags bindata)

Fixes #77


🔄 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/go-gitea/gitea/pull/78 **Author:** [@strk](https://github.com/strk) **Created:** 11/5/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `optional-bindata` --- ### 📝 Commits (6) - [`b5f12be`](https://github.com/go-gitea/gitea/commit/b5f12be2de0c73317db34271786096b850daa81b) Make bindata.go optional, remove from repository - [`4f2fcab`](https://github.com/go-gitea/gitea/commit/4f2fcab9e765e39a27ce68ddb92dcfe3e0e25543) Ignore generated bindata.go - [`60086f1`](https://github.com/go-gitea/gitea/commit/60086f1a2c22cf92f96de0fbf387877d9c541883) Clean bindata on make clean - [`6906f57`](https://github.com/go-gitea/gitea/commit/6906f5715d5eb26c7fb533e2417d58c958c5f8a9) Self-discover conf/ dir (mostly for testing) - [`3d40ba6`](https://github.com/go-gitea/gitea/commit/3d40ba6465a6ad9440c4db9d1ae5e5ccbb9d056e) Cache data entries - [`0aecf85`](https://github.com/go-gitea/gitea/commit/0aecf8549d3c2a97c5f4df7ef3a92f341f2b9992) Add support for GITEA_ROOT, print a WARNING when not embedded ### 📊 Changes **5 files changed** (+173 additions, -5308 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `Makefile` (+2 -1) ➖ `modules/bindata/bindata.go` (+0 -5307) ➕ `modules/bindata/dynamic.go` (+144 -0) ➕ `modules/bindata/dynamic_test.go` (+24 -0) </details> ### 📄 Description By default will read assets from filesystems, but can embed them by passing the "bindata" build tag (go build -tags bindata) Fixes #77 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:39:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15132