opsforgeio/cabot

View on GitHub

Showing 1,637 of 1,637 total issues

File bootstrap.js has 1189 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* ========================================================================
 * Bootstrap: alert.js v3.0.3
 * http://getbootstrap.com/javascript/#alerts
 * ========================================================================
 * Copyright 2013 Twitter, Inc.
Severity: Major
Found in cabot/static/bootstrap/js/bootstrap.js - About 3 days to fix

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

      this.units = [
        {
          name: 'decade',
          seconds: 86400 * 365.25 * 10,
          formatter: function(d) { return (parseInt(d.getUTCFullYear() / 10, 10) * 10) }
    Severity: Major
    Found in cabot/static/arachnys/js/rickshaw.js and 1 other location - About 3 days to fix
    cabot/static/arachnys/js/rickshaw.js on lines 1011..1065

    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 518.

    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

      this.units = [
        {
          name: 'decade',
          seconds: 86400 * 365.25 * 10,
          formatter: function(d) { return (parseInt(d.getFullYear() / 10, 10) * 10) }
    Severity: Major
    Found in cabot/static/arachnys/js/rickshaw.js and 1 other location - About 3 days to fix
    cabot/static/arachnys/js/rickshaw.js on lines 896..950

    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 518.

    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

    File chosen.jquery.js has 1042 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    // Chosen, a Select Box Enhancer for jQuery and Prototype
    // by Patrick Filler for Harvest, http://getharvest.com
    //
    // Version 1.0.0
    // Full source at https://github.com/harvesthq/chosen
    Severity: Major
    Found in cabot/static/theme/js/chosen.jquery.js - About 2 days to fix

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

              'cabotapp.statuscheck': {
                  'Meta': {'ordering': "['name']", 'object_name': 'StatusCheck'},
                  'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                  'cached_health': ('django.db.models.fields.TextField', [], {'null': 'True'}),
                  'calculated_status': ('django.db.models.fields.CharField', [], {'default': "'passing'", 'max_length': '50', 'blank': 'True'}),
      cabot/cabotapp/migrations/0003_auto.py on lines 93..117
      cabot/cabotapp/migrations/0004_auto.py on lines 87..111
      cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 152..176

      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 265.

      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

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

              'cabotapp.statuscheck': {
                  'Meta': {'ordering': "['name']", 'object_name': 'StatusCheck'},
                  'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                  'cached_health': ('django.db.models.fields.TextField', [], {'null': 'True'}),
                  'calculated_status': ('django.db.models.fields.CharField', [], {'default': "'passing'", 'max_length': '50', 'blank': 'True'}),
      Severity: Major
      Found in cabot/cabotapp/migrations/0005_auto__add_instance.py and 3 other locations - About 2 days to fix
      cabot/cabotapp/migrations/0002_auto__add_field_statuscheck_verify_ssl_certificate.py on lines 89..113
      cabot/cabotapp/migrations/0003_auto.py on lines 93..117
      cabot/cabotapp/migrations/0004_auto.py on lines 87..111

      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 265.

      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

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

              'cabotapp.statuscheck': {
                  'Meta': {'ordering': "['name']", 'object_name': 'StatusCheck'},
                  'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                  'cached_health': ('django.db.models.fields.TextField', [], {'null': 'True'}),
                  'calculated_status': ('django.db.models.fields.CharField', [], {'default': "'passing'", 'max_length': '50', 'blank': 'True'}),
      Severity: Major
      Found in cabot/cabotapp/migrations/0003_auto.py and 3 other locations - About 2 days to fix
      cabot/cabotapp/migrations/0002_auto__add_field_statuscheck_verify_ssl_certificate.py on lines 89..113
      cabot/cabotapp/migrations/0004_auto.py on lines 87..111
      cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 152..176

      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 265.

      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

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

              'cabotapp.statuscheck': {
                  'Meta': {'ordering': "['name']", 'object_name': 'StatusCheck'},
                  'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                  'cached_health': ('django.db.models.fields.TextField', [], {'null': 'True'}),
                  'calculated_status': ('django.db.models.fields.CharField', [], {'default': "'passing'", 'max_length': '50', 'blank': 'True'}),
      Severity: Major
      Found in cabot/cabotapp/migrations/0004_auto.py and 3 other locations - About 2 days to fix
      cabot/cabotapp/migrations/0002_auto__add_field_statuscheck_verify_ssl_certificate.py on lines 89..113
      cabot/cabotapp/migrations/0003_auto.py on lines 93..117
      cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 152..176

      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 265.

      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

      Function Grid has 422 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        Morris.Grid = (function(_super) {
      
          __extends(Grid, _super);
      
          function Grid(options) {
      Severity: Major
      Found in cabot/static/arachnys/js/morris.js - About 2 days to fix

        File models.py has 816 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        import itertools
        import json
        import re
        import subprocess
        import time
        Severity: Major
        Found in cabot/cabotapp/models.py - About 1 day to fix

          Function Line has 383 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            Morris.Line = (function(_super) {
          
              __extends(Line, _super);
          
              function Line(options) {
          Severity: Major
          Found in cabot/static/arachnys/js/morris.js - About 1 day to fix

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

                        if (rgb[5]) {
                            values = rgb[5][split](commaSpaces);
                            red = toFloat(values[0]);
                            values[0].slice(-1) == "%" && (red *= 2.55);
                            green = toFloat(values[1]);
            Severity: Major
            Found in cabot/static/arachnys/js/raphael.js and 1 other location - About 1 day to fix
            cabot/static/arachnys/js/raphael.js on lines 858..870

            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 307.

            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

                        if (rgb[6]) {
                            values = rgb[6][split](commaSpaces);
                            red = toFloat(values[0]);
                            values[0].slice(-1) == "%" && (red *= 2.55);
                            green = toFloat(values[1]);
            Severity: Major
            Found in cabot/static/arachnys/js/raphael.js and 1 other location - About 1 day to fix
            cabot/static/arachnys/js/raphael.js on lines 845..857

            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 307.

            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

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

                _adjustOffsetFromHelper: function(obj) {
                    if (typeof obj === "string") {
                        obj = obj.split(" ");
                    }
                    if ($.isArray(obj)) {
            Severity: Major
            Found in cabot/static/theme/js/jquery-ui.js and 1 other location - About 1 day to fix
            cabot/static/theme/js/jquery-ui.js on lines 4424..4443

            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 296.

            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

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

                _adjustOffsetFromHelper: function(obj) {
                    if (typeof obj === "string") {
                        obj = obj.split(" ");
                    }
                    if ($.isArray(obj)) {
            Severity: Major
            Found in cabot/static/theme/js/jquery-ui.js and 1 other location - About 1 day to fix
            cabot/static/theme/js/jquery-ui.js on lines 1274..1293

            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 296.

            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

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

                    'cabotapp.service': {
                        'Meta': {'ordering': "['name']", 'object_name': 'Service'},
                        'alerts_enabled': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                        'email_alert': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
                        'hackpad_id': ('django.db.models.fields.TextField', [], {'null': 'True', 'blank': 'True'}),
            cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 114..130
            cabot/cabotapp/migrations/0006_auto__chg_field_statuscheck_created_by.py on lines 67..83
            cabot/cabotapp/migrations/0007_auto__add_instancestatussnapshot.py on lines 88..104

            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 173.

            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

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

                    'cabotapp.service': {
                        'Meta': {'ordering': "['name']", 'object_name': 'Service'},
                        'alerts_enabled': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                        'email_alert': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
                        'hackpad_id': ('django.db.models.fields.TextField', [], {'null': 'True', 'blank': 'True'}),
            cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 114..130
            cabot/cabotapp/migrations/0006_auto__chg_field_statuscheck_created_by.py on lines 67..83
            cabot/cabotapp/migrations/0008_auto__add_field_statuscheckresult_job_number.py on lines 80..96

            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 173.

            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

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

                    'cabotapp.service': {
                        'Meta': {'ordering': "['name']", 'object_name': 'Service'},
                        'alerts_enabled': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                        'email_alert': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
                        'hackpad_id': ('django.db.models.fields.TextField', [], {'null': 'True', 'blank': 'True'}),
            cabot/cabotapp/migrations/0005_auto__add_instance.py on lines 114..130
            cabot/cabotapp/migrations/0007_auto__add_instancestatussnapshot.py on lines 88..104
            cabot/cabotapp/migrations/0008_auto__add_field_statuscheckresult_job_number.py on lines 80..96

            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 173.

            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

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

                    'cabotapp.service': {
                        'Meta': {'ordering': "['name']", 'object_name': 'Service'},
                        'alerts_enabled': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
                        'email_alert': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
                        'hackpad_id': ('django.db.models.fields.TextField', [], {'null': 'True', 'blank': 'True'}),
            Severity: Major
            Found in cabot/cabotapp/migrations/0005_auto__add_instance.py and 3 other locations - About 1 day to fix
            cabot/cabotapp/migrations/0006_auto__chg_field_statuscheck_created_by.py on lines 67..83
            cabot/cabotapp/migrations/0007_auto__add_instancestatussnapshot.py on lines 88..104
            cabot/cabotapp/migrations/0008_auto__add_field_statuscheckresult_job_number.py on lines 80..96

            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 173.

            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

            File views.py has 639 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            import json
            import re
            from datetime import datetime, timedelta, date
            from itertools import groupby, dropwhile, izip_longest
            
            
            Severity: Major
            Found in cabot/cabotapp/views.py - About 1 day to fix
              Severity
              Category
              Status
              Source
              Language