gitlab-org--gitlab-foss/doc/development
Yorick Peterse a54af831ba
Use rake db:reset instead of db:setup
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -> projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
2016-04-14 15:53:54 +02:00
..
architecture.md
ci_setup.md
code_review.md Re-add a note about sarcasm to the Code Review guide 2016-04-10 22:54:44 -04:00
db_dump.md
doc_styleguide.md Change doc styleguide to use quotes for notes 2016-02-29 15:00:40 +02:00
gitlab_diagram_overview.odg
gitlab_diagram_overview.png
gotchas.md
instrumentation.md Track call counts in Gitlab::Metrics.measure_block 2016-04-11 13:27:52 +02:00
migration_style_guide.md
omnibus.md
profiling.md
rake_tasks.md Use rake db:reset instead of db:setup 2016-04-14 15:53:54 +02:00
README.md First pass at a Code Review guide 2016-04-09 21:49:47 -04:00
scss_styleguide.md SCSS Style Guide fixes. 2016-03-23 14:39:12 -06:00
shared_files.md
shell_commands.md
sidekiq_debugging.md
sql.md Added basic SQL guidelines 2016-03-08 11:28:50 +01:00
testing.md Minor Testing guide copyedits 2016-04-09 01:19:21 -04:00
ui_guide.md Remove TODO for not documented stuff 2016-04-05 23:08:22 +02:00

Development