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

19 lines
842 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
2015-04-26 12:48:37 +05:30
- [CI setup](ci_setup.md) for testing GitLab
2016-06-02 11:05:42 +05:30
- [Code review guidelines](code_review.md) for reviewing code and having code
reviewed.
- [Gotchas](gotchas.md) to avoid
- [How to dump production data to staging](db_dump.md)
- [Instrumentation](instrumentation.md)
- [Licensing](licensing.md) for ensuring license compliance
2016-06-02 11:05:42 +05:30
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
- [Performance guidelines](performance.md)
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase
2015-04-26 12:48:37 +05:30
- [Sidekiq debugging](sidekiq_debugging.md)
2016-06-02 11:05:42 +05:30
- [SQL guidelines](sql.md) for SQL guidelines
- [Testing standards and style guidelines](testing.md)
2015-04-26 12:48:37 +05:30
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements