-
- Downloads
Merge pull request #2304 from gitlabhq/fix_postgres_notes
Split commit_id and noteable_id for Note
No related branches found
No related tags found
Showing
- .travis.yml 1 addition, 2 deletions.travis.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 8 additions, 2 deletionsGemfile.lock
- app/models/merge_request.rb 1 addition, 1 deletionapp/models/merge_request.rb
- app/models/note.rb 7 additions, 3 deletionsapp/models/note.rb
- app/models/project.rb 3 additions, 3 deletionsapp/models/project.rb
- app/roles/note_event.rb 6 additions, 2 deletionsapp/roles/note_event.rb
- app/views/notes/_common_form.html.haml 1 addition, 0 deletionsapp/views/notes/_common_form.html.haml
- app/views/notes/_per_line_form.html.haml 1 addition, 0 deletionsapp/views/notes/_per_line_form.html.haml
- config/database.yml.postgresql 1 addition, 0 deletionsconfig/database.yml.postgresql
- db/migrate/20121218164840_move_noteable_commit_to_own_field.rb 20 additions, 0 deletions...grate/20121218164840_move_noteable_commit_to_own_field.rb
- db/migrate/20121219095402_indices_for_notes.rb 6 additions, 0 deletionsdb/migrate/20121219095402_indices_for_notes.rb
- db/schema.rb 5 additions, 3 deletionsdb/schema.rb
- features/support/env.rb 0 additions, 2 deletionsfeatures/support/env.rb
- spec/models/merge_request_spec.rb 1 addition, 1 deletionspec/models/merge_request_spec.rb
- spec/models/note_spec.rb 5 additions, 5 deletionsspec/models/note_spec.rb
- spec/requests/issues_spec.rb 5 additions, 5 deletionsspec/requests/issues_spec.rb
Loading
| Loading
| @@ -124,7 +124,7 @@ group :development, :test do |
gem "capybara" | ||
gem "pry" | ||
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "database_cleaner", ref: "f89c34300e114be99532f14c115b2799a3380ac6", git: "https://github.com/bmabey/database_cleaner.git" | ||
gem "launchy" | ||
gem 'factory_girl_rails' | ||
Loading
| Loading
|
Please register or sign in to comment