gitlab-org--gitlab-foss/doc/development/README.md

13 lines
554 B
Markdown
Raw Normal View History

# Development
2014-04-24 17:53:18 +00:00
2014-04-24 22:48:22 +00:00
- [Architecture](architecture.md) of GitLab
- [CI setup](ci_setup.md) for testing GitLab
2016-02-17 03:09:00 +00:00
- [Gotchas](gotchas.md) to avoid
- [How to dump production data to staging](db_dump.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)
2016-03-04 12:08:24 +00:00
- [SQL guidelines](sql.md) for SQL guidelines
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements