[PR #631] [CLOSED] Feat/upgrade backends ci #633

Closed
opened 2026-01-29 21:49:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TencentARC/GFPGAN/pull/631
Author: @IAmJonoBo
Created: 9/12/2025
Status: Closed

Base: masterHead: feat/upgrade-backends-ci


📝 Commits (10+)

  • dcfe68d chore: modernize packaging with uv, default torch2 track, add CI and constraints
  • 32a70ef chore(gitignore): ignore local venvs; untrack accidental .venv310
  • 4d29300 Merge branch chore/uv-modernization-torch2-default: uv modernization & torch2 default
  • f053ddc docs(readme): fork branding, CI badge, clone URL
  • f65fb32 docs: add CHANGELOG and FORK_NOTES; confirm CI badge
  • a11cf2a ci: make CI green
  • 9111459 docs(colab): add fork Colab notebook and badge
  • 50d0b82 docs(colab): add upload-and-run cell
  • f643559 ci: blocking lint + smoke; remove legacy lint workflow
  • 51fbfbd style(ci): enforce blocking lint; apply black and ruff E/F fixes

📊 Changes

167 files changed (+13130 additions, -1266 deletions)

View changed files

.devcontainer/devcontainer.json (+23 -0)
.dockerignore (+19 -0)
.editorconfig (+13 -0)
.gitattributes (+4 -0)
.github/ISSUE_TEMPLATE/bug_report.yml (+29 -0)
.github/ISSUE_TEMPLATE/feature_request.yml (+23 -0)
.github/pull_request_template.md (+15 -0)
.github/workflows/bench-smoke.yml (+32 -0)
.github/workflows/ci.yml (+243 -0)
.github/workflows/docs.yml (+27 -0)
.github/workflows/gh-pages.yml (+46 -0)
.github/workflows/pylint.yml (+0 -30)
.github/workflows/sbom.yml (+25 -0)
📝 .gitignore (+6 -0)
📝 .pre-commit-config.yaml (+18 -23)
CHANGELOG.md (+22 -0)
Dockerfile (+27 -0)
FORK_NOTES.md (+22 -0)
MIGRATION.md (+17 -0)
Makefile (+61 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/TencentARC/GFPGAN/pull/631 **Author:** [@IAmJonoBo](https://github.com/IAmJonoBo) **Created:** 9/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/upgrade-backends-ci` --- ### 📝 Commits (10+) - [`dcfe68d`](https://github.com/TencentARC/GFPGAN/commit/dcfe68df288bc8c119e12709081f896ed1059094) chore: modernize packaging with uv, default torch2 track, add CI and constraints - [`32a70ef`](https://github.com/TencentARC/GFPGAN/commit/32a70ef4d638f322160d3f181f2f602019d041d1) chore(gitignore): ignore local venvs; untrack accidental .venv310 - [`4d29300`](https://github.com/TencentARC/GFPGAN/commit/4d29300ab1a80fddbbc9ef98bcb60e2485080866) Merge branch chore/uv-modernization-torch2-default: uv modernization & torch2 default - [`f053ddc`](https://github.com/TencentARC/GFPGAN/commit/f053ddca369e4d6f4462b54b95006ec9fd4fbedd) docs(readme): fork branding, CI badge, clone URL - [`f65fb32`](https://github.com/TencentARC/GFPGAN/commit/f65fb32b3faa64e639bfd6084f0855b37b3136e2) docs: add CHANGELOG and FORK_NOTES; confirm CI badge - [`a11cf2a`](https://github.com/TencentARC/GFPGAN/commit/a11cf2af33021bebe373aae28e237e06a38d6502) ci: make CI green - [`9111459`](https://github.com/TencentARC/GFPGAN/commit/9111459ab630452dcfe23cc490ddd9ec7ea3c476) docs(colab): add fork Colab notebook and badge - [`50d0b82`](https://github.com/TencentARC/GFPGAN/commit/50d0b820a4975725a6cd711525ddd51c1505557f) docs(colab): add upload-and-run cell - [`f643559`](https://github.com/TencentARC/GFPGAN/commit/f643559aa723626f18ec26bba3f2088a82761d67) ci: blocking lint + smoke; remove legacy lint workflow - [`51fbfbd`](https://github.com/TencentARC/GFPGAN/commit/51fbfbdc694c6014fc2ea1d98855fb5ea0573e5d) style(ci): enforce blocking lint; apply black and ruff E/F fixes ### 📊 Changes **167 files changed** (+13130 additions, -1266 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+23 -0) ➕ `.dockerignore` (+19 -0) ➕ `.editorconfig` (+13 -0) ➕ `.gitattributes` (+4 -0) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+29 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+23 -0) ➕ `.github/pull_request_template.md` (+15 -0) ➕ `.github/workflows/bench-smoke.yml` (+32 -0) ➕ `.github/workflows/ci.yml` (+243 -0) ➕ `.github/workflows/docs.yml` (+27 -0) ➕ `.github/workflows/gh-pages.yml` (+46 -0) ➖ `.github/workflows/pylint.yml` (+0 -30) ➕ `.github/workflows/sbom.yml` (+25 -0) 📝 `.gitignore` (+6 -0) 📝 `.pre-commit-config.yaml` (+18 -23) ➕ `CHANGELOG.md` (+22 -0) ➕ `Dockerfile` (+27 -0) ➕ `FORK_NOTES.md` (+22 -0) ➕ `MIGRATION.md` (+17 -0) ➕ `Makefile` (+61 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:49:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#633