-
- Downloads
Fixed Phorge reference_pattern
Modified `Integrations::Phorge#reference_pattern` to use a regular expression more closely resembling that of Phorge's own parser, and documented the method's expected behavior as well as justifications for the regex differences. Implemented additional specs for cases where the pattern should and should not match.
parent
df3048c6
No related branches found
No related tags found
Showing
- app/models/integration.rb 1 addition, 1 deletionapp/models/integration.rb
- app/models/integrations/phorge.rb 58 additions, 0 deletionsapp/models/integrations/phorge.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- config/metrics/counts_all/20240229180548_projects_phorge_active.yml 21 additions, 0 deletions...rics/counts_all/20240229180548_projects_phorge_active.yml
- config/metrics/counts_all/20240301170823_projects_inheriting_phorge_active.yml 21 additions, 0 deletions..._all/20240301170823_projects_inheriting_phorge_active.yml
- config/metrics/counts_all/20240301170844_instances_phorge_active.yml 21 additions, 0 deletions...ics/counts_all/20240301170844_instances_phorge_active.yml
- config/metrics/counts_all/20240301170915_groups_phorge_active.yml 21 additions, 0 deletions...etrics/counts_all/20240301170915_groups_phorge_active.yml
- config/metrics/counts_all/20240301171403_groups_inheriting_phorge_active.yml 21 additions, 0 deletions...ts_all/20240301171403_groups_inheriting_phorge_active.yml
- doc/.vale/gitlab/spelling-exceptions.txt 2 additions, 0 deletionsdoc/.vale/gitlab/spelling-exceptions.txt
- doc/api/graphql/reference/index.md 1 addition, 0 deletionsdoc/api/graphql/reference/index.md
- doc/api/integrations.md 35 additions, 0 deletionsdoc/api/integrations.md
- doc/integration/external-issue-tracker.md 1 addition, 0 deletionsdoc/integration/external-issue-tracker.md
- doc/user/project/integrations/index.md 1 addition, 0 deletionsdoc/user/project/integrations/index.md
- doc/user/project/integrations/phorge.md 35 additions, 0 deletionsdoc/user/project/integrations/phorge.md
- lib/api/helpers/integrations_helpers.rb 2 additions, 0 deletionslib/api/helpers/integrations_helpers.rb
- locale/gitlab.pot 6 additions, 0 deletionslocale/gitlab.pot
- spec/factories/integrations.rb 6 additions, 0 deletionsspec/factories/integrations.rb
- spec/features/projects/integrations/user_activates_issue_tracker_spec.rb 1 addition, 0 deletions...rojects/integrations/user_activates_issue_tracker_spec.rb
- spec/graphql/types/projects/service_type_enum_spec.rb 1 addition, 0 deletionsspec/graphql/types/projects/service_type_enum_spec.rb
- spec/lib/banzai/filter/references/external_issue_reference_filter_spec.rb 17 additions, 0 deletions...filter/references/external_issue_reference_filter_spec.rb
app/models/integrations/phorge.rb
0 → 100644
doc/user/project/integrations/phorge.md
0 → 100644
Please register or sign in to comment