1
0
Fork
You've already forked forgejo
0
forked from forgejo/forgejo

Scaffold project header test #4

Merged
hazy merged 1 commit from oliverpool/forgejo:merge-org-and-user-headers into merge-org-and-user-headers 2024年03月27日 06:06:43 +01:00
Contributor
Copy link

Hi, this adds a raw test for forgejo/forgejo#2523.

To run it locally, call make build (once) and then make test-sqlite#TestOrgProjectHeader (after every change).

If you use vscode, you can use the Run test button:

  • after running both commands above once
  • and adding a .vscode/settings.json file with the following content:
{
 "go.buildTags": "sqlite,sqlite_unlock_notify",
 "go.testEnvVars": {
 "GITEA_CONF": "tests/sqlite.ini",
 "GITEA_ROOT": "${workspaceRoot}"
 }
}
Hi, this adds a raw test for forgejo/forgejo#2523. To run it locally, call `make build` (once) and then `make test-sqlite#TestOrgProjectHeader` (after every change). If you use vscode, you can use the `Run test` button: - after running both commands above once - and adding a `.vscode/settings.json` file with the following content: ```json { "go.buildTags": "sqlite,sqlite_unlock_notify", "go.testEnvVars": { "GITEA_CONF": "tests/sqlite.ini", "GITEA_ROOT": "${workspaceRoot}" } } ```
hazy merged commit 827d9f42fc into merge-org-and-user-headers 2024年03月27日 06:06:43 +01:00
oliverpool deleted branch merge-org-and-user-headers 2024年03月27日 06:42:30 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hazy/forgejo!4
Reference in a new issue
hazy/forgejo
No description provided.
Delete branch "oliverpool/forgejo:merge-org-and-user-headers"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?