BigW Consortium Gitlab

README.md 782 Bytes
Newer Older
1
# Development
2

3
- [Architecture](architecture.md) of GitLab
Dmitriy Zaporozhets committed
4
- [CI setup](ci_setup.md) for testing GitLab
5 6
- [Code review guidelines](code_review.md) for reviewing code and having code
  reviewed.
7
- [Gotchas](gotchas.md) to avoid
8
- [How to dump production data to staging](db_dump.md)
9
- [Instrumentation](instrumentation.md)
10
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
11
- [Performance guidelines](performance.md)
12 13
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase
14
- [Sidekiq debugging](sidekiq_debugging.md)
15
- [SQL guidelines](sql.md) for SQL guidelines
16
- [Testing standards and style guidelines](testing.md)
17
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements