Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Enlistment exclusions length limit is too small

I can't properly define the exclusions list for my project that has heavy mixing of old and new files within directories because I keep getting Ignored Files Settings for ... is too long (maximum is 1000 characters)

If Ohloh is not going to support the Allow keyword and wildcards, which means I have to disallow a large number of individual files, 1000 characters is just way too short.

fiendish almost 13 years ago
 

this

moodboom over 12 years ago
 

At camunda BPM (https://www.ohloh.net/p/camunda) we run into the same limitations:
We included several JavaScript libraries in our repository, which we would like to exclude from the statistics. Although, they reside in dedicated directories, we need more space for listing them, because we refactored the repository multiple times.

The statistics would be much more precise, with more exclusions.

Here is what we need to exclude:
Disallow: cycle/cycle/src/main/webapp/assets/js/lib/
Disallow: cycle/cycle/src/test/javascript/lib/
Disallow: cycle-root/cycle/src/main/webapp/assets/lib/
Disallow: cycle/src/main/webapp/assets/js/lib/
Disallow: cycle/src/main/webapp/assets/lib/
Disallow: cycle/src/removed/webapp/assets/js/lib/
Disallow: cycle/src/test/javascript/lib/
Disallow: examples/invoice/src/main/webapp/assets/vendor/
Disallow: webapps/camunda/webapp/src/main/webapp/assets/vendor/
Disallow: webapps/camunda/webapp/src/test/js/lib/
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/patched/
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/local
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/vendor/
Disallow: webapps/camunda-webapp/webapp/src/test/js/lib/
Disallow: webapps/cockpit/cockpit/src/main/webapp/assets/js/lib/
Disallow: webapps/cockpit/cockpit-webapp/src/main/webapp/assets/vendor/
Disallow: webapps/cockpit/cockpit-webapp/src/test/js/lib/
Disallow: webapps/cockpit/src/main/webapp/assets/js/lib/
Disallow: webapps/cockpit/src/main/webapp/assets/lib/
Disallow: webapps/cycle/cycle/src/main/webapp/assets/js/lib/
Disallow: webapps/cycle/cycle/src/test/javascript/lib/
Disallow: webapps/fox-layout-bootstrap/src/main/webapp/resources/js/
Disallow: webapps/fox-platform-tasklist/src/main/webapp/resources/js/
Disallow: webapps/tasklist/src/main/webapp/assets/js/lib/
Disallow: webapps/tasklist/tasklist-layout/src/main/webapp/resources/js/
Disallow: webapps/tasklist/tasklist/src/main/webapp/assets/js/lib/
Disallow: webapps/tasklist/tasklist-webapp/src/main/webapp/resources/js/

Here is the list Ohloh allows us to store:
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/local
Disallow: cycle/src/removed/webapp/assets/js/lib/
Disallow: webapps/tasklist/tasklist/src/main/webapp/assets/js/lib/
Disallow: webapps/cockpit/cockpit-webapp/src/main/webapp/assets/vendor/
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/vendor/
Disallow: webapps/camunda/webapp/src/main/webapp/assets/vendor/
Disallow: webapps/tasklist/src/main/webapp/assets/js/lib/
Disallow: webapps/cockpit/src/main/webapp/assets/js/lib/
Disallow: webapps/cockpit/cockpit/src/main/webapp/assets/js/lib/
Disallow: cycle/src/main/webapp/assets/js/lib/
Disallow: webapps/camunda-webapp/webapp/src/main/webapp/assets/patched/
Disallow: cycle/cycle/src/main/webapp/assets/js/lib/
Disallow: cycle/src/main/webapp/assets/lib/
Disallow: cycle-root/cycle/src/main/webapp/assets/lib/
Disallow: examples/invoice/src/main/webapp/assets/vendor/
Disallow: webapps/camunda/webapp/src/test/js/lib/

Falko Menge over 10 years ago