aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* processing: fix scan_metadata.py when the new maintainer name is NoneCorentin Chary2013-11-211-2/+4
|
* fixesCorentin Chary2013-09-293-2/+7
|
* fixesCorentin Chary2013-09-294-17/+16
|
* Adding links to bugs.g.o and qa-reports.g.ovolpino2013-08-261-0/+15
|
* fixesCorentin Chary2013-07-102-5/+17
|
* djeuscan: small scan fixesCorentin Chary2013-04-024-21/+405
|
* euscan_captcha: fix captchaCorentin Chary2013-04-021-1/+6
|
* euscanwwW: Fixing links in stabilization feedvolpino2013-03-091-4/+4
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Adding link to stabilization feedvolpino2013-03-091-0/+7
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: minor fixes to feeds.pyvolpino2013-03-091-3/+3
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Fixing and using vtype in stabilization_candidates, added db_indexvolpino2013-03-093-4/+201
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Added feed for stabilization candidates. Still a prototype thoughvolpino2013-02-268-17/+323
| | | | Signed-off-by: volpino <fox91@anche.no>
* Updating gitignorevolpino2013-02-233-1/+11
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Added PoC of stabilization candidates featurevolpino2013-02-233-1/+75
| | | | Signed-off-by: volpino <fox91@anche.no>
* minor fixvolpino2013-02-231-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Added category description, overlay description, homepage and pathvolpino2013-02-237-12/+429
| | | | | | | | Minor changes: - Fixed broken tests (alive field was still there) - Added plural to Category model Signed-off-by: volpino <fox91@anche.no>
* euscanwww: PEP8 fixesvolpino2013-02-233-11/+15
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: adding missing migration for index on handlervolpino2013-02-231-0/+181
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Added floatformat to average confidence to roundvolpino2013-02-231-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Indentation must be a multiple of 4volpino2013-02-231-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* fixesCorentin Chary2013-01-161-1/+2
|
* djeuscan: add lost migrationsCorentin Chary2012-12-122-0/+367
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* djeuscan: rework the scan process, don't use alive anymoreCorentin Chary2012-12-127-122/+151
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: handle '' handlerCorentin Chary2012-11-271-1/+4
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: Improved query for aggregating handler's datavolpino2012-11-273-16/+8
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: tweak the new handler codeCorentin Chary2012-11-265-35/+72
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: reorder some settingsCorentin Chary2012-11-261-3/+2
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: Fixing metadata and ebuild urlsvolpino2012-11-265-36/+38
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: per handler package listvolpino2012-11-265-2/+36
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Handler's statisticsvolpino2012-11-262-1/+33
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: moving "Statistics" at the bottom of the menu barvolpino2012-11-261-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: slot is not part of unique_together. Better version stringsvolpino2012-11-253-11/+207
| | | | Signed-off-by: volpino <fox91@anche.no>
* DEBUG=False by defaultCorentin Chary2012-11-231-1/+1
|
* Return HttpResponseNotFound(), got 20 exceptions emails this morning :DCorentin Chary2012-11-231-4/+14
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* djeuscan: temporary fix for ebuild/metadataCorentin Chary2012-11-194-9/+8
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* Don't remove everything, only cacheCorentin Chary2012-11-121-2/+9
|
* euscanwww: Favourite/Unfavourite template code refactoredvolpino2012-11-0813-157/+125
| | | | | | | * Now is more DRY, the JS code and the HTML code are in one place * It works even without JS Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Refresh package button works even without JSvolpino2012-11-083-14/+31
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Simple link instead of formvolpino2012-11-081-4/+4
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Upstream urls now are anchorsvolpino2012-11-082-1/+8
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: raise Http404 -> return HttpResponseNotFound()volpino2012-11-081-6/+6
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Showing ebuild and metadata in package details pagevolpino2012-11-084-3/+45
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Use Version.tag to be more DRYvolpino2012-11-084-8/+22
| | | | Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-11-042-15/+26
|\ | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * djeuscan/tasks: fix update_portage() and layman --syncCorentin Chary2012-11-042-15/+26
| |
* | euscanwww: South migration for keeping data for the new accounts appvolpino2012-11-042-154/+37
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Adding make.conf and overlays info to config pagevolpino2012-11-024-9/+62
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Added migration for deleting UserProfilevolpino2012-11-021-0/+251
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Make euscan_captcha a real appvolpino2012-11-021-0/+0
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Moving all account related stuff to a separate appvolpino2012-11-0231-439/+696
| | | | | | | | | | | | | | | | Note: This commit could break things, the userprofile model has been moved so the db layout must change (some alter table commands are needed to don't lose data) Signed-off-by: volpino <fox91@anche.no>