debian-mirror-gitlab/doc/development/README.md

12 lines
509 B
Markdown
Raw Normal View History

2015-09-11 14:41:01 +05:30
# Development
2014-09-02 18:07:02 +05:30
- [Architecture](architecture.md) of GitLab
- [Shell commands](shell_commands.md) in the GitLab codebase
- [Rake tasks](rake_tasks.md) for development
2015-04-26 12:48:37 +05:30
- [CI setup](ci_setup.md) for testing GitLab
- [Sidekiq debugging](sidekiq_debugging.md)
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements
2015-09-11 14:41:01 +05:30
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
- [How to dump production data to staging](dump_db.md)
2015-10-24 18:46:33 +05:30
- [Benchmarking](benchmarking.md)