-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'issue-zoom-url' into 'master'
Use backend to determine if issue desc contains zoom link Closes #63282 See merge request gitlab-org/gitlab-ce!29910 (cherry picked from commit c1202131) 775abf9f Pass in boolean if zoom link is found via regex in issue description aafa73c7 Identify and extract zoom url in the backend, add rspecs and refactor vue files c888542c Fix failing tests by adding check for description before running regex 8b22592b Remove puts used for debug logging 30ea9519 Fetch latest link in the description for zoom link, add more tests and remove... 59a2a300 Iterate urls only if urls found e9cdf638 Removed unused const urls from spec 892f9026 Add =~ instead of using match 11310394 Remove unused const from pinned link spec ca987a71 Add zoom link extractor class and update specs for the class 13367c62 Add change log entry 93b6491c Fix static analysis issues c688f14b Use improved regex and change URL extract method with string scan method c085a8b1 Add rspecs for all types of zoom link 98f1d16c Add specs for zoom link in a separate spec file a472d329 Fix type for https 0638f00b Add specs that were removed for helper and fix zoomlink spec f62c2155 Make default value as null d660be46 Make default value as null in pinned links 803462d2 Change default to null instead of empty string in specs
Showing
- app/assets/javascripts/issue_show/components/app.vue 6 additions, 1 deletionapp/assets/javascripts/issue_show/components/app.vue
- app/assets/javascripts/issue_show/components/pinned_links.vue 5 additions, 26 deletions...assets/javascripts/issue_show/components/pinned_links.vue
- app/helpers/issuables_helper.rb 4 additions, 0 deletionsapp/helpers/issuables_helper.rb
- changelogs/unreleased/issue-zoom-url.yml 5 additions, 0 deletionschangelogs/unreleased/issue-zoom-url.yml
- lib/gitlab/zoom_link_extractor.rb 21 additions, 0 deletionslib/gitlab/zoom_link_extractor.rb
- spec/frontend/issue_show/components/pinned_links_spec.js 4 additions, 48 deletionsspec/frontend/issue_show/components/pinned_links_spec.js
- spec/helpers/issuables_helper_spec.rb 41 additions, 0 deletionsspec/helpers/issuables_helper_spec.rb
- spec/lib/gitlab/zoom_link_extractor_spec.rb 24 additions, 0 deletionsspec/lib/gitlab/zoom_link_extractor_spec.rb
changelogs/unreleased/issue-zoom-url.yml
0 → 100644
lib/gitlab/zoom_link_extractor.rb
0 → 100644
spec/lib/gitlab/zoom_link_extractor_spec.rb
0 → 100644
Please register or sign in to comment