mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
First pass at a Testing styleguide Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121 [ci skip] See merge request !3465
15 lines
649 B
Markdown
15 lines
649 B
Markdown
# Development
|
|
|
|
- [Architecture](architecture.md) of GitLab
|
|
- [CI setup](ci_setup.md) for testing GitLab
|
|
- [Gotchas](gotchas.md) to avoid
|
|
- [How to dump production data to staging](db_dump.md)
|
|
- [Instrumentation](instrumentation.md)
|
|
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
|
|
- [Rake tasks](rake_tasks.md) for development
|
|
- [Shell commands](shell_commands.md) in the GitLab codebase
|
|
- [Sidekiq debugging](sidekiq_debugging.md)
|
|
- [SQL guidelines](sql.md) for SQL guidelines
|
|
- [Testing standards and style guidelines](testing.md)
|
|
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements
|