rails_admin
https://github.com/railsadminteam/rails_admin
Ruby
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
Gitlab::Shell#fork_repository
Fork repository to new namespace
forked_from_storage - forked-from project's storage path
path - project path with namespace
forked_to_storage - forked-to project's storage path
fork_namespace - namespace for forked project
Ex.
fork_repository("/path/to/forked_from/storage", "gitlab/gitlab-ci", "/path/to/forked_to/storage", "randx")
Gitaly note: JV: not easy to migrate because this involves two Gitaly servers, not one.Edit
git clone [email protected]:railsadminteam/rails_admin.git
cd rails_admin
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--Shell-fork_repository-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::Shell#fork_repository"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--Shell-fork_repository-for-pr
hub pull-request
# Celebrate!