ITEA3-Measure / MeasurePlatform

The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10 stars 4 forks source link

River measure needs property JWT token #18

Closed alexandrasandulescu closed 6 years ago

alexandrasandulescu commented 7 years ago

When adding a token as property using the measure instance form, the value cannot be read using getProperty in DirectMeasure. The token length is 303.

aabherve commented 7 years ago

In current version of the platform a preperty value is a varchar(255). I have increase the size of this field in the in-developement version of the platform.

If it's a blocking issue in you current work for the first evaluation, we can create a temporary branch in github with this fix.

alexandrasandulescu commented 7 years ago

It is not blocking. I hardcoded the value in the custom measure code. I will modify it after the next release.

aabherve commented 6 years ago

Property Value max size increased to 1024