Git Product home page Git Product logo

qsos's Introduction

Logo

QSOS repository (Method, Formats, Tools)

QSOS (Qualification and Selection of Open source Software): project providing method and tools to qualify, select and compare open source components and thus allowing to industrialize and mutualize a process of technical surveillance.

Visit http://www.qsos.org

QSOS is part of the Drakkr open framework.

qsos's People

Contributors

heymanj avatar raphiki avatar t-moreau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qsos's Issues

xpi extension no longer supported

Starting from Firefox 57, only Webextensions are supported making XulEditor obsolete.
It seems that Mozilla XUL/XPCOM technology base was not the durable choice...
Options that I identify now are:

  • port XulEditor on WebExtension: seems not feasible since UX and API are very limited
  • re-implement XulEditor on another JS plateform like Electron
  • re-implement XulEditor as a Web application
  • other ideas?

Evolution for o3s

in set_weighting.php file, modifying line 201 from

$title = $tree[$k]->title;
to
$title = utf8_decode($tree[$k]->title);

No unicity check when contributing template

Bug description

Backend does not check either a template already exists or not before inserting in DB

Impact

Multiple entries of the same template (same family, same version) may appear in Xul Editor when creating evaluation from remote template if the template was submitted several time.

Expected behaviour

On version of template (same language, same version, same repository) should be listed only once on XUL Editor or on /backend/loadremote.php?tpl=yes page

Reproduction step

  1. Upload the same template twice
  2. Create a new evaluation from remote template on XUL Editor
  3. Switch to incoming repository : the template is listed twice

Editor remove some data on update from template

Hi,

If I update a qsos evaluation from a template, the comments I put in the nodes that are not leaf (for example if I have Integration->OS->Windows->No/Maybe/Yes and I add some comment on OS or Windows) are removed upon update.

It would be better not to remove them as it can be useful to add some comments pertaining to a set of criteria… Thanks!

O3S : synchro pda / OBM (O-Push + OBM-Sync) not found

in O3S (http://master.o3s.qsos.org/) in French:

The main page shows that there are only 2 available evaluations for "synchro pda".

But on the "synchro pda" page, 3 software are displayed.

If OBM (O-Push + OBM-Sync) is selected, the visualization and the export functions don't work.

The OBM (O-Push + OBM-Sync) evaluation seems to be missing. When you click on "xml", you get the message "/backend/master/OBM-(O-Push-+-OBM-Sync)-2.3.7_fr.qsos was not found on this server."

Use mysqli or PDO driver instead php-mysql

PHP Documentation points that the original MySQL driver is deprecated since PHP 5.5.0 release and will be removed on future versions.

O3S code should be upgraded to use MySQLi or PDO (preferably the last one as it is will allow switching to other DB engine easily)

file names

Formatting file names to exclude forbidden chars on Windows OS.

Tutorial edoc build fails

Build fails with this stack trace

! LaTeX Error: Environment longtable undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.92 \begin{longtable}

pandoc: Error producing PDF from TeX source
Makefile:20: recipe for target 'doc-pdf' failed
make: *** [doc-pdf] Error 43

I'm using Ubuntu 14.10 with pandoc 1.12.4.2 (Compiled with texmath 0.6.6.1, highlighting-kate 0.5.8.5.) and texlive-full package installed

ODT & ODP export

Unable to export in ODT & ODP formats with errors creating png files

Error 02: ODP generation PCLZIP_ERR_MISSING_FILE (-4) : File 'D:/DEV/servers/nginx-1.7.3/temp53ebf06bad8f9/tpl-ID_1783758993.png' does not exist

o3s git command issue on upload

I have an issue when trying to upload new template 👍

[Fri Aug 08 15:44:50.396844 2014] [:error] [pid 6279] [client 127.0.0.1:50837] PHP Fatal error: Uncaught exception 'Exception' with message 'fatal: Not a git repository (or any of the parent directories): .git\n' in /var/www/html/o3s/backend/app/lib/Git.php:217\nStack trace:\n#0 /var/www/html/o3s/backend/app/lib/Git.php(233): GitRepo->run_command('/usr/bin/git ad...')\n#1 /var/www/html/o3s/backend/app/lib/Git.php(252): GitRepo->run('add ')\n#2 /var/www/html/o3s/backend/app/upload.inc(162): GitRepo->add('')\n#3 /var/www/html/o3s/backend/app/upload.php(31): upload(Array, 'didier.vanderst...')\n#4 {main}\n thrown in /var/www/html/o3s/backend/app/lib/Git.php on line 217, referer: http://localhost/o3s-admin/upload.php

the run_command method is '/usr/bin/git add *' but it must be run in the git repo directory

qsos / mm format

Hi,
Is there is a way to convert .qsos file in.mm one?
Thanks for your answer.

O3S - character case

It's not a good idea to use strtolower in file show.php, line 152

$family = strtolower($myDoc[0]->getkey("qsosappfamily"));

should be

$family = $myDoc[0]->getkey("qsosappfamily");

Template version is not stored in DB when evaluation is uploaded

Bug description

Template version is not stored in DB and is therefore not shown in o3s. This bug occurs only the first time the evaluation is uploaded.

Reproduction steps

  1. Upload a valid evaluation in Backend
  2. Display o3s home page
  3. The uploaded evaluation appears with empty template version

Expected behaviour

The value qsosspecificformat should be displayed in Template Version column.

Impact

  • Identifying the template version used for an evaluation is not possible
  • Apps from the same domain evaluated with two different template versions are shown in the same row and will be available for comparison. This should not be possible as evaluation criteria may have changed from a template version ton another

Workaround

Submitting the same evaluation twice in a row : the template version is stored correctly.

Submitting the same evaluation with another template version will however update the existing evaluation. Is this the correct behaviour : Should we allow two evaluation of the same application version with different templates uploaded in backend ? or do we consider an evaluation is updated either its template has changed or not ?

Where to find the documentation?

Hi!
Thanks for working on QSOS!
I've used it so long ago and was really useful, and wanted to do it once again for a new FLOSS review and couldn´t find the PDFs mentioned in the documentation.
Any chance you can upload them again?
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.