{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by blcham"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 8,
      "buildableTimeMillis" : 8,
      "buildingDurationMillis" : 18609,
      "executingTimeMillis" : 18609,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5684,
      "waitingTimeMillis" : 5684
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "detached" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 72,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
            "branch" : [
              {
                "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
                "name" : "detached"
              }
            ]
          },
          "revision" : {
            "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
            "branch" : [
              {
                "SHA1" : "828a0db47cdbc2447f169b74c9dd1ebc0265c6a3",
                "name" : "detached"
              }
            ]
          }
        },
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 95,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
            "branch" : [
              {
                "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
            "branch" : [
              {
                "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
        "branch" : [
          {
            "SHA1" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/s-forms.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "s-forms-0.2.6.tgz",
      "fileName" : "s-forms-0.2.6.tgz",
      "relativePath" : "s-forms-0.2.6.tgz"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#95",
  "duration" : 18609,
  "estimatedDuration" : 123138,
  "executor" : None,
  "fullDisplayName" : "SForms #95",
  "id" : "95",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 95,
  "queueId" : 177,
  "result" : "SUCCESS",
  "timestamp" : 1623404608331,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/JavaScript/job/s-forms/95/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx",
          "src/constants/Constants.js",
          "test/rendering/form3.json"
        ],
        "commitId" : "cf0f5799fd981b638e85f199bd83c1f49de4ca0c",
        "timestamp" : 1610173172000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Implement composite question\u000a",
        "date" : "2021-01-09 07:19:32 +0100",
        "id" : "cf0f5799fd981b638e85f199bd83c1f49de4ca0c",
        "msg" : "Implement composite question",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "add",
            "file" : "test/rendering/form3.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/CompositeQuestion.jsx",
          "src/components/FormManager.jsx",
          "src/components/Question.jsx"
        ],
        "commitId" : "e1a906c85678f1be893bcbbdbd375f4e02e482cb",
        "timestamp" : 1613519497000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Move modified code to new CompositeQuestion class\u000a",
        "date" : "2021-02-17 00:51:37 +0100",
        "id" : "e1a906c85678f1be893bcbbdbd375f4e02e482cb",
        "msg" : "Move modified code to new CompositeQuestion class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/components/CompositeQuestion.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/FormManager.jsx",
          "src/util/ComponentRegistry.js"
        ],
        "commitId" : "7b5c84d374904e9b1197015b0ebd5483068b33a6",
        "timestamp" : 1615856245000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Create component registry\u000a",
        "date" : "2021-03-16 01:57:25 +0100",
        "id" : "7b5c84d374904e9b1197015b0ebd5483068b33a6",
        "msg" : "Create component registry",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/util/ComponentRegistry.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/CompositeQuestion.jsx",
          "src/components/Question.jsx",
          "test/rendering/form1.json",
          "src/components/FormManager.jsx",
          "src/util/ComponentRegistry.js"
        ],
        "commitId" : "7c672fd3d3400526783c607f2efb525f5aa9d72a",
        "timestamp" : 1615914102000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Fix for nested smart components\u000a",
        "date" : "2021-03-16 18:01:42 +0100",
        "id" : "7c672fd3d3400526783c607f2efb525f5aa9d72a",
        "msg" : "Fix for nested smart components",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/CompositeQuestion.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/util/ComponentRegistry.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "18ffd26e7b9e1f19d99d2b62350c79e7bb5bb5bc",
        "timestamp" : 1615914580000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Change library version\u000a",
        "date" : "2021-03-16 18:09:40 +0100",
        "id" : "18ffd26e7b9e1f19d99d2b62350c79e7bb5bb5bc",
        "msg" : "Change library version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/FormManager.jsx",
          "src/constants/Constants.js",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "774b2480fdd967174c5531744214e5e536ed2462",
        "timestamp" : 1615914648000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Implement question with advanced\u000a",
        "date" : "2021-03-16 18:10:48 +0100",
        "id" : "774b2480fdd967174c5531744214e5e536ed2462",
        "msg" : "Implement question with advanced",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "add",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/QuestionWithAdvanced.jsx",
          "test/rendering/form1.json"
        ],
        "commitId" : "5d5ea02bbc58a6a9cb8bc0136f0c326aa7e4237b",
        "timestamp" : 1615917153000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Render show advanced as switch\u000a",
        "date" : "2021-03-16 18:52:33 +0100",
        "id" : "5d5ea02bbc58a6a9cb8bc0136f0c326aa7e4237b",
        "msg" : "Render show advanced as switch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/FormUtils.js"
        ],
        "commitId" : "f3a217ba0b9c64ac696dd7d46fcfbef4bc839587",
        "timestamp" : 1615917232000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make is-relevant-if as OR conditions\u000a",
        "date" : "2021-03-16 18:53:52 +0100",
        "id" : "f3a217ba0b9c64ac696dd7d46fcfbef4bc839587",
        "msg" : "Make is-relevant-if as OR conditions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/FormUtils.js",
          "test/rendering/form1.json",
          "src/constants/Constants.js"
        ],
        "commitId" : "fedcda346a64820803570236b9d228cf4a0091d9",
        "timestamp" : 1615918049000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Add accepts-non-empty-answer-value to is-relevant-if conditions\u000a",
        "date" : "2021-03-16 19:07:29 +0100",
        "id" : "fedcda346a64820803570236b9d228cf4a0091d9",
        "msg" : "Add accepts-non-empty-answer-value to is-relevant-if conditions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          },
          {
            "editType" : "edit",
            "file" : "test/rendering/form1.json"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/HelpIcon.jsx",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "f2c664d6c60ef12e3f357d1755343505990a6b89",
        "timestamp" : 1615992901000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Render help for show advanced switch\u000a",
        "date" : "2021-03-17 15:55:01 +0100",
        "id" : "f2c664d6c60ef12e3f357d1755343505990a6b89",
        "msg" : "Render help for show advanced switch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/HelpIcon.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/FormUtils.js"
        ],
        "commitId" : "8dac1c91a65ff6bea4bb783ed8b8d749c1185a4b",
        "timestamp" : 1616373966000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Fix hiding of answered advanced sub-sections\u000a",
        "date" : "2021-03-22 01:46:06 +0100",
        "id" : "8dac1c91a65ff6bea4bb783ed8b8d749c1185a4b",
        "msg" : "Fix hiding of answered advanced sub-sections",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/wizard/WizardStep.jsx"
        ],
        "commitId" : "ff30ba1101b81815bcd747e908d983ad5b602ada",
        "timestamp" : 1616377842000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Refactor WizardStep to React component class\u000a",
        "date" : "2021-03-22 02:50:42 +0100",
        "id" : "ff30ba1101b81815bcd747e908d983ad5b602ada",
        "msg" : "Refactor WizardStep to React component class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/wizard/Wizard.jsx",
          "src/util/ComponentRegistry.js"
        ],
        "commitId" : "5f685a84050b4e42e89ce24880b207de2f887181",
        "timestamp" : 1616377917000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Add wizard step mapping to component registry\u000a",
        "date" : "2021-03-22 02:51:57 +0100",
        "id" : "5f685a84050b4e42e89ce24880b207de2f887181",
        "msg" : "Add wizard step mapping to component registry",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/ComponentRegistry.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/FormManager.jsx",
          "src/components/wizard/WizardStepWithAdvanced.jsx",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "11dffd548f9a6b60434f810221f0a1ea3ee19f09",
        "timestamp" : 1616380364000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Add WizardStepWithAdvanced\u000a",
        "date" : "2021-03-22 03:32:44 +0100",
        "id" : "11dffd548f9a6b60434f810221f0a1ea3ee19f09",
        "msg" : "Add WizardStepWithAdvanced",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "add",
            "file" : "src/components/wizard/WizardStepWithAdvanced.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/FormManager.jsx",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "73ebca6e874aed7286bc48c154ee5adfcb8709ed",
        "timestamp" : 1616381251000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Render advanced answerable question\u000a",
        "date" : "2021-03-22 03:47:31 +0100",
        "id" : "73ebca6e874aed7286bc48c154ee5adfcb8709ed",
        "msg" : "Render advanced answerable question",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "e426f14d35625399650a5169e664e84358d26d17",
        "timestamp" : 1616381928000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Edit default colors\u000a",
        "date" : "2021-03-22 03:58:48 +0100",
        "id" : "e426f14d35625399650a5169e664e84358d26d17",
        "msg" : "Edit default colors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/components/QuestionWithAdvanced.jsx",
          "src/components/Question.jsx"
        ],
        "commitId" : "1a3f2c30d02a72c68bcf6f337186e9fc3a2db78a",
        "timestamp" : 1617699375000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Improve answerable section with advanced questions\u000a",
        "date" : "2021-04-06 10:56:15 +0200",
        "id" : "1a3f2c30d02a72c68bcf6f337186e9fc3a2db78a",
        "msg" : "Improve answerable section with advanced questions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/components/Question.jsx"
        ],
        "commitId" : "4be47933e299995c5a0a1c29d1ab7ab3ba3e30e8",
        "timestamp" : 1617704532000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make answerable section collapsible\u000a",
        "date" : "2021-04-06 12:22:12 +0200",
        "id" : "4be47933e299995c5a0a1c29d1ab7ab3ba3e30e8",
        "msg" : "Make answerable section collapsible",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "ac45396e1a074952bb33fead608ecf6527d06d3b",
        "timestamp" : 1617704568000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make answerable with advanced section collapsible\u000a",
        "date" : "2021-04-06 12:22:48 +0200",
        "id" : "ac45396e1a074952bb33fead608ecf6527d06d3b",
        "msg" : "Make answerable with advanced section collapsible",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/components/Question.jsx",
          "src/constants/Constants.js",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "9d18b41f00670f855c7fb9b0205edeaedaff696e",
        "timestamp" : 1617876696000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Add emphasise-on-relevant\u000a",
        "date" : "2021-04-08 12:11:36 +0200",
        "id" : "9d18b41f00670f855c7fb9b0205edeaedaff696e",
        "msg" : "Add emphasise-on-relevant",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/components/Question.jsx",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "8eacd8636d729d027fdd865982bae09ce5b8a7b6",
        "timestamp" : 1617888813000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Refactor and fix answerable section rendering\u000a",
        "date" : "2021-04-08 15:33:33 +0200",
        "id" : "8eacd8636d729d027fdd865982bae09ce5b8a7b6",
        "msg" : "Refactor and fix answerable section rendering",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/FormUtils.js"
        ],
        "commitId" : "cf5f45387f5817ed571974755e41ce7d51d91965",
        "timestamp" : 1618335690000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Revert changes in FormUtils\u000a",
        "date" : "2021-04-13 19:41:30 +0200",
        "id" : "cf5f45387f5817ed571974755e41ce7d51d91965",
        "msg" : "Revert changes in FormUtils",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "bb5f5b8cdf50e03db69217b94151190ac4c40cf3",
        "timestamp" : 1618337166000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make answerable section label bolder\u000a",
        "date" : "2021-04-13 20:06:06 +0200",
        "id" : "bb5f5b8cdf50e03db69217b94151190ac4c40cf3",
        "msg" : "Make answerable section label bolder",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s-forms.js"
        ],
        "commitId" : "092af624f93d33756a84b33050500cab67875103",
        "timestamp" : 1618342042000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Export classes\u000a",
        "date" : "2021-04-13 21:27:22 +0200",
        "id" : "092af624f93d33756a84b33050500cab67875103",
        "msg" : "Export classes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s-forms.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/CompositeQuestion.jsx",
          "src/components/wizard/WizardStepWithAdvanced.jsx",
          "src/components/FormManager.jsx",
          "src/constants/Constants.js",
          "src/components/QuestionWithAdvanced.jsx"
        ],
        "commitId" : "0afbca44e0e490dd32b354e3d01636f8b12845fe",
        "timestamp" : 1618342329000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Move smart components to separate project\u000a",
        "date" : "2021-04-13 21:32:09 +0200",
        "id" : "0afbca44e0e490dd32b354e3d01636f8b12845fe",
        "msg" : "Move smart components to separate project",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/components/CompositeQuestion.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "delete",
            "file" : "src/components/wizard/WizardStepWithAdvanced.jsx"
          },
          {
            "editType" : "delete",
            "file" : "src/components/QuestionWithAdvanced.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "test/rendering/form3.json"
        ],
        "commitId" : "805602b279342a313459fa7153b21f7f70678208",
        "timestamp" : 1618342824000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Move smart component css to separate project\u000a",
        "date" : "2021-04-13 21:40:24 +0200",
        "id" : "805602b279342a313459fa7153b21f7f70678208",
        "msg" : "Move smart component css to separate project",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "delete",
            "file" : "test/rendering/form3.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "5138a70a5b704c018ec95c7b730360bc676d94d6",
        "timestamp" : 1618342901000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2021-04-13 21:41:41 +0200",
        "id" : "5138a70a5b704c018ec95c7b730360bc676d94d6",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx",
          "src/components/FormManager.jsx",
          "src/components/wizard/Wizard.jsx",
          "src/util/ComponentRegistry.js",
          "src/components/wizard/WizardStep.jsx"
        ],
        "commitId" : "40f4721a7770450162380229652c032cbbea5201",
        "timestamp" : 1618425826000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Refactor ComponentRegistry\u000a",
        "date" : "2021-04-14 20:43:46 +0200",
        "id" : "40f4721a7770450162380229652c032cbbea5201",
        "msg" : "Refactor ComponentRegistry",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/util/ComponentRegistry.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "6873f887dca05858a15a13dfb388c1ef56665e6c",
        "timestamp" : 1618426983000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Fix answerable section help position\u000a",
        "date" : "2021-04-14 21:03:03 +0200",
        "id" : "6873f887dca05858a15a13dfb388c1ef56665e6c",
        "msg" : "Fix answerable section help position",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "types/s-forms.d.ts"
        ],
        "commitId" : "d7040ca04d073a47994483e8c0d5a065808cb619",
        "timestamp" : 1618428550000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Export ComponentRegistry in ts\u000a",
        "date" : "2021-04-14 21:29:10 +0200",
        "id" : "d7040ca04d073a47994483e8c0d5a065808cb619",
        "msg" : "Export ComponentRegistry in ts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "8c95d61407dac8f493c1ed8971a9e4eb49a011fe",
        "timestamp" : 1618428565000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2021-04-14 21:29:25 +0200",
        "id" : "8c95d61407dac8f493c1ed8971a9e4eb49a011fe",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/ComponentRegistry.js"
        ],
        "commitId" : "4ff11363c3f41767839a69cb3dbe10831c36f53a",
        "timestamp" : 1618727741000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update ComponentRegistry.js\u000a",
        "date" : "2021-04-18 08:35:41 +0200",
        "id" : "4ff11363c3f41767839a69cb3dbe10831c36f53a",
        "msg" : "Update ComponentRegistry.js",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/ComponentRegistry.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/components/Question.jsx"
        ],
        "commitId" : "0834cf3da5650b57816d87a82e73823cfeffd0ec",
        "timestamp" : 1618940089000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Implement emphasize-on-relevant for sections\u000a",
        "date" : "2021-04-20 19:34:49 +0200",
        "id" : "0834cf3da5650b57816d87a82e73823cfeffd0ec",
        "msg" : "Implement emphasize-on-relevant for sections",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/answer/DateTimeAnswer.jsx",
          "src/components/Answer.jsx",
          "src/styles/s-forms.css",
          "src/components/Question.jsx",
          "src/components/DefaultInput.jsx",
          "src/components/answer/MaskedInputAnswer.jsx",
          "src/components/answer/InputAnswer.jsx",
          "src/components/answer/CheckboxAnswer.jsx",
          "src/components/answer/SelectAnswer.jsx",
          "src/components/answer/TypeaheadAnswer.jsx"
        ],
        "commitId" : "2d765da3b48f0060059d000b99fd1d17f6c70ef0",
        "timestamp" : 1618944870000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Refactor answer rendering\u000a",
        "date" : "2021-04-20 20:54:30 +0200",
        "id" : "2d765da3b48f0060059d000b99fd1d17f6c70ef0",
        "msg" : "Refactor answer rendering",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/DefaultInput.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/MaskedInputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/DateTimeAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/CheckboxAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Answer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/SelectAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/answer/TypeaheadAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css"
        ],
        "commitId" : "9c7482bd5c13fe65f34f478c6ddadd6faa659c88",
        "timestamp" : 1618944966000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make question mark less distracting by changing its color\u000a",
        "date" : "2021-04-20 20:56:06 +0200",
        "id" : "9c7482bd5c13fe65f34f478c6ddadd6faa659c88",
        "msg" : "Make question mark less distracting by changing its color",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "c04a09a4ff0b1c9bd7e6970795f20a488ee4882b",
        "timestamp" : 1618948409000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2021-04-20 21:53:29 +0200",
        "id" : "c04a09a4ff0b1c9bd7e6970795f20a488ee4882b",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx",
          "src/s-forms.js",
          "src/components/wizard/WizardStep.jsx",
          "src/components/SForms.jsx",
          "src/components/FormManager.jsx",
          "src/components/wizard/Wizard.jsx",
          "src/contexts/ConfigurationContext.js",
          "types/s-forms.d.ts",
          "src/util/ComponentRegistry.js"
        ],
        "commitId" : "a3ab2915e7af6071f0bbc326a17923df5dff5e70",
        "timestamp" : 1618954172000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Make ComponentRegistry non-global\u000a",
        "date" : "2021-04-20 23:29:32 +0200",
        "id" : "a3ab2915e7af6071f0bbc326a17923df5dff5e70",
        "msg" : "Make ComponentRegistry non-global",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s-forms.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/WizardStep.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/contexts/ConfigurationContext.js"
          },
          {
            "editType" : "edit",
            "file" : "types/s-forms.d.ts"
          },
          {
            "editType" : "edit",
            "file" : "src/components/FormManager.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "delete",
            "file" : "src/util/ComponentRegistry.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/wizard/Wizard.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s-forms.js"
        ],
        "commitId" : "b4d92b03adabb204bfe320b19cb3c9559db56da5",
        "timestamp" : 1618965467000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Export FormQuestionsContext\u000a",
        "date" : "2021-04-21 02:37:47 +0200",
        "id" : "b4d92b03adabb204bfe320b19cb3c9559db56da5",
        "msg" : "Export FormQuestionsContext",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s-forms.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "src/components/SForms.jsx"
        ],
        "commitId" : "eda214642da3356177bd9bdeadd411bd8e13aad8",
        "timestamp" : 1618997117000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Pass form questions to component mapping rule\u000a",
        "date" : "2021-04-21 11:25:17 +0200",
        "id" : "eda214642da3356177bd9bdeadd411bd8e13aad8",
        "msg" : "Pass form questions to component mapping rule",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "src/components/SForms.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/util/FormUtils.js"
        ],
        "commitId" : "1a0977e3794a3dcc5e6e35dc592184b8a4cb5ceb",
        "timestamp" : 1619037873000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Upd] Remove annoying console warning from test condition evaluation\u000a",
        "date" : "2021-04-21 22:44:33 +0200",
        "id" : "1a0977e3794a3dcc5e6e35dc592184b8a4cb5ceb",
        "msg" : "[Upd] Remove annoying console warning from test condition evaluation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/util/FormUtils.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx"
        ],
        "commitId" : "79dc6f38367ae455192df6f1d1376a02f2f436ff",
        "timestamp" : 1619121319000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Fix answerable section not collapsing when answer is false\u000a",
        "date" : "2021-04-22 21:55:19 +0200",
        "id" : "79dc6f38367ae455192df6f1d1376a02f2f436ff",
        "msg" : "Fix answerable section not collapsing when answer is false",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json"
        ],
        "commitId" : "2150063c349a3ce707a5a11e10f7012ce63330d5",
        "timestamp" : 1619121337000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2021-04-22 21:55:37 +0200",
        "id" : "2150063c349a3ce707a5a11e10f7012ce63330d5",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "package.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx"
        ],
        "commitId" : "ee48e69c412b0a26540e4f02237f0de4243b9c3c",
        "timestamp" : 1619121724000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update Question.jsx\u000a",
        "date" : "2021-04-22 22:02:04 +0200",
        "id" : "ee48e69c412b0a26540e4f02237f0de4243b9c3c",
        "msg" : "Update Question.jsx",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/styles/s-forms.css",
          "src/constants/Constants.js",
          "src/components/Question.jsx"
        ],
        "commitId" : "17c91d3295a96171dfeb3da2f8bb9e9ef2f412bb",
        "timestamp" : 1619442316000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
          "fullName" : "holubvojtech"
        },
        "authorEmail" : "holubvojtech@gmail.com",
        "comment" : "Implement initial input length property\u000a",
        "date" : "2021-04-26 15:05:16 +0200",
        "id" : "17c91d3295a96171dfeb3da2f8bb9e9ef2f412bb",
        "msg" : "Implement initial input length property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          },
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/styles/s-forms.css"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/Question.jsx",
          "src/constants/Constants.js"
        ],
        "commitId" : "8227f10dbcf630a68de44f038531ccd111c858cc",
        "timestamp" : 1619537016000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "[Upd] Refactoring\u000a",
        "date" : "2021-04-27 17:23:36 +0200",
        "id" : "8227f10dbcf630a68de44f038531ccd111c858cc",
        "msg" : "[Upd] Refactoring",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/Question.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/components/answer/InputAnswer.jsx",
          "src/constants/Constants.js"
        ],
        "commitId" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
        "timestamp" : 1619537470000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
          "fullName" : "blcham"
        },
        "authorEmail" : "blcham@gmail.com",
        "comment" : "Support number step\u000a",
        "date" : "2021-04-27 17:31:10 +0200",
        "id" : "b7deb21ddc41efd80d6ba2c0602909735ac78df5",
        "msg" : "Support number step",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/components/answer/InputAnswer.jsx"
          },
          {
            "editType" : "edit",
            "file" : "src/constants/Constants.js"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/blcham",
      "fullName" : "blcham"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/holubvojtech",
      "fullName" : "holubvojtech"
    },
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}