-
- Downloads
There was an error fetching the commit references. Please try again later.
Add table to story sentry issues
Add table to store the sentry event and issue ids that are related to a gitlab issue
Showing
- app/models/issue.rb 1 addition, 0 deletionsapp/models/issue.rb
- app/models/sentry_issue.rb 8 additions, 0 deletionsapp/models/sentry_issue.rb
- changelogs/unreleased/37026-backend-create-a-table-for-sentry-error-related-issues.yml 5 additions, 0 deletions...ackend-create-a-table-for-sentry-error-related-issues.yml
- db/migrate/20191122161519_create_sentry_issues_table.rb 15 additions, 0 deletionsdb/migrate/20191122161519_create_sentry_issues_table.rb
- db/schema.rb 7 additions, 0 deletionsdb/schema.rb
- doc/development/import_export.md 1 addition, 1 deletiondoc/development/import_export.md
- lib/gitlab/import_export/import_export.yml 1 addition, 0 deletionslib/gitlab/import_export/import_export.yml
- spec/factories/sentry_issue.rb 8 additions, 0 deletionsspec/factories/sentry_issue.rb
- spec/fixtures/lib/gitlab/import_export/complex/project.json 6 additions, 1 deletionspec/fixtures/lib/gitlab/import_export/complex/project.json
- spec/lib/gitlab/import_export/all_models.yml 3 additions, 0 deletionsspec/lib/gitlab/import_export/all_models.yml
- spec/lib/gitlab/import_export/project_tree_restorer_spec.rb 6 additions, 0 deletionsspec/lib/gitlab/import_export/project_tree_restorer_spec.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 4 additions, 0 deletionsspec/lib/gitlab/import_export/safe_model_attributes.yml
- spec/models/issue_spec.rb 1 addition, 0 deletionsspec/models/issue_spec.rb
- spec/models/sentry_issue_spec.rb 17 additions, 0 deletionsspec/models/sentry_issue_spec.rb
app/models/sentry_issue.rb
0 → 100644
spec/factories/sentry_issue.rb
0 → 100644
spec/models/sentry_issue_spec.rb
0 → 100644
Please register or sign in to comment