Chocobozzz/PeerTube

View on GitHub
client/src/app/+admin/overview/videos/video-admin.service.ts

Summary

Maintainability
D
1 day
Test Coverage

Function buildAdminInputFilter has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  buildAdminInputFilter (): AdvancedInputFilter[] {
    return [
      {
        title: $localize`Video type`,
        children: [
Severity: Major
Found in client/src/app/+admin/overview/videos/video-admin.service.ts - About 2 hrs to fix

    Function buildAdminParamsFromSearch has 47 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      private buildAdminParamsFromSearch (search: string, params: HttpParams) {
        let include = VideoInclude.BLACKLISTED |
          VideoInclude.BLOCKED_OWNER |
          VideoInclude.NOT_PUBLISHED_STATE |
          VideoInclude.FILES |
    Severity: Minor
    Found in client/src/app/+admin/overview/videos/video-admin.service.ts - About 1 hr to fix

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

            {
              title: $localize`Video files`,
              children: [
                {
                  value: 'webVideos:true isLocal:true',
      Severity: Major
      Found in client/src/app/+admin/overview/videos/video-admin.service.ts and 1 other location - About 3 hrs to fix
      client/src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts on lines 48..68

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 106.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

          return this.authHttp
                     .get<ResultList<Video>>(VideoService.BASE_VIDEO_URL, { params })
                     .pipe(
                       switchMap(res => this.videoService.extractVideos(res)),
                       catchError(err => this.restExtractor.handleError(err))
      Severity: Major
      Found in client/src/app/+admin/overview/videos/video-admin.service.ts and 1 other location - About 2 hrs to fix
      client/src/app/shared/shared-main/users/user-history.service.ts on lines 29..34

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 87.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 4 locations. Consider refactoring.
      Open

            {
              title: $localize`Exclude`,
              children: [
                {
                  value: 'excludeMuted',
      client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts on lines 54..66
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 45..57
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 81..93

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 64.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 4 locations. Consider refactoring.
      Open

            {
              title: $localize`Videos scope`,
              children: [
                {
                  value: 'isLocal:false',
      client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts on lines 54..66
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 45..57
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 95..107

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 64.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 4 locations. Consider refactoring.
      Open

            {
              title: $localize`Video type`,
              children: [
                {
                  value: 'isLive:false',
      client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts on lines 54..66
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 81..93
      client/src/app/+admin/overview/videos/video-admin.service.ts on lines 95..107

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 64.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

          params = params.set('start', pagination.start.toString())
                         .set('count', pagination.count.toString())
      Severity: Minor
      Found in client/src/app/+admin/overview/videos/video-admin.service.ts and 1 other location - About 35 mins to fix
      client/src/app/core/rest/rest.service.ts on lines 31..32

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      There are no issues that match your filters.

      Category
      Status