Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Forgefriends Forgefriends
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • forgefriendsforgefriends
  • ForgefriendsForgefriends
  • Merge requests
  • !55

Draft: Add support for the Friendly Forge Format (F3)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Loïc Dachary requested to merge feature-f3 into base-development Jul 29, 2022
  • Overview 2
  • Commits 1
  • Pipelines 61
  • Changes 27

PR: https://gitea.com/earl-warren/gitea/pulls/2


To run tests use the cheatlist example with --volume=$(pwd)/../gof3:/gof3 to expose the local copy of gof3 so that local changes are taken into account before they are merged and add to go.mod:

replace lab.forgefriends.org/friendlyforgeformat/gof3 => ../../gof3
docker run --rm -ti -e TEST_TAGS='bindata sqlite sqlite_unlock_notify' -e GOPATH=/tmp/cache/go-path -e GOCACHE=/tmp/cache/go-build --volume=$(pwd)/..:/tmp/cache --volume=$(pwd)/../gof3:/gof3 --volume $(pwd):/drone/src --workdir /drone/src --user gitea mytestenv bash -c 'make integrations.sqlite.test generate-ini-sqlite && GITEA_CONF=tests/sqlite.ini ./integrations.sqlite.test -test.v -test.run TestF3'
Edited Oct 03, 2022 by Earl Warren
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-f3