Skip to content

flipt-io/stew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33ad11e · Jan 9, 2024

History

4 Commits
Aug 10, 2023
Aug 10, 2023
Jan 9, 2024
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Jan 9, 2024

stew - Gitea Provisioning Tool

Stew is designed to aid testing tools against instances of Gitea. It provides a declarative configuration format for initializing a fresh instance of Gitea, along with some provisional Git repos with state.

Example

url: "http://localhost:3000"
admin:
  username: flipt
  password: password
  email: [email protected]
repositories:
- name: features
  contents:
  - path: local_dir_one
    message: "feat: commit one"
  - path: local_dir_two
    message: "feat: commit two"
  prs:
  - path: pr_dir_one
    message: "feat: commit three in PR"
  

About

A Gitea Provisioning Tool

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages