2026-06-20 11:30:39 +01:00
|
|
|
# AtayMakhzan Fork Changelog
|
|
|
|
|
|
|
|
|
|
This file records every intentional divergence from upstream Gitea.
|
|
|
|
|
|
|
|
|
|
## Fork basis
|
|
|
|
|
|
|
|
|
|
| Item | Value |
|
|
|
|
|
|---|---|
|
|
|
|
|
| Upstream project | `go-gitea/gitea` |
|
|
|
|
|
| Initial tag | `v1.26.2` |
|
|
|
|
|
| Local branch | `atay/v1.26.2` |
|
|
|
|
|
| Origin | `ssh://git@ataymakhzan.com:2222/ibnezzoubayr/Atay-Makhzan.git` |
|
|
|
|
|
|
|
|
|
|
## 0.1.0-planning
|
|
|
|
|
|
|
|
|
|
- Created AtayMakhzan fork identity documentation.
|
2026-06-20 12:04:52 +01:00
|
|
|
- Created public source-fork remote at `ibnezzoubayr/Atay-Makhzan`.
|
|
|
|
|
- Pushed branch `atay/v1.26.2` as the default branch.
|
2026-06-20 11:30:39 +01:00
|
|
|
- No source-code behavior changes yet.
|
|
|
|
|
- No database, auth, Git transport, or permission changes.
|
|
|
|
|
|
2026-06-20 12:04:52 +01:00
|
|
|
Verification on 2026-06-20:
|
|
|
|
|
|
|
|
|
|
- Local Go toolchain: `go1.26.4 linux/amd64`.
|
|
|
|
|
- `make deps-backend` passed.
|
|
|
|
|
- `make deps-frontend` passed.
|
|
|
|
|
- `make build` passed.
|
2026-06-20 12:05:38 +01:00
|
|
|
- Built binary smoke: `./gitea --version` passed.
|
2026-06-20 12:04:52 +01:00
|
|
|
- `make test-frontend` passed: 35 files, 92 tests.
|
|
|
|
|
- Backend smoke tests passed: `go test ./modules/setting ./modules/util -count=1`.
|
|
|
|
|
|
2026-06-20 11:30:39 +01:00
|
|
|
## Divergence rules
|
|
|
|
|
|
|
|
|
|
Every future entry must include:
|
|
|
|
|
|
|
|
|
|
1. upstream base commit/tag;
|
|
|
|
|
2. files changed;
|
|
|
|
|
3. reason for divergence;
|
|
|
|
|
4. test/build verification;
|
|
|
|
|
5. production migration/rollback notes if deployment-relevant.
|