aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docker: Dockerize euscanwww (W.I.P.)docker-compose--wip--expect-force-pushesSebastian Pipping2020-02-104-0/+172
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* euscanwww: Support loading oad Django SECRET_KEY from environmentSebastian Pipping2020-02-101-1/+1
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* settings: Set ALLOWED_HOSTS default to satisfy DEBUG=FalseSebastian Pipping2020-02-101-0/+6
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Stop using django.conf.urls.defaults for Django >=1.6Sebastian Pipping2020-02-101-1/+1
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Stop using django.db.transaction.commit_on_success for Django >=1.8Sebastian Pipping2020-02-104-8/+8
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* setup.py: drop south, update minimum django versionNP-Hardass2020-02-101-1/+1
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* euscanwww: Add initial migrations for django 1.8NP-Hardass2020-02-102-0/+264
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* euscanwww: remove old migrationsNP-Hardass2020-02-1033-6781/+0
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* euscanwww/settings.py: drop southNP-Hardass2020-02-101-1/+0
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge pull request #29 from ercpe/pypi-httpsHEADmasterCorentin Chary2016-10-151-1/+1
|\ | | | | Use HTTPS for pypi's http api
| * Use HTTPS for pypi's http apiJohann Schmitz2016-06-191-1/+1
|/ | | | pypi started to refuse plain http connections to it's api.
* euscan/handlers/pypi: fix scan_url()Corentin Chary2015-03-091-1/+1
| | | | Probably never worked...
* 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
|
* Merge pull request #22 from volpino/masterCorentin Chary2013-08-272-1/+16
|\ | | | | Adding links to bugs.g.o and qa-reports.g.o and minor fixes
| * Adding links to bugs.g.o and qa-reports.g.ovolpino2013-08-261-0/+15
| |
| * adding xml to the available formatsvolpino2013-08-261-1/+1
|/
* 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-094-4/+204
| | | | 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-234-2/+12
| | | | 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>
* Merge branch 'master' of github.com:volpino/euscanvolpino2013-02-230-0/+0
|\
| * updating TODOvolpino2013-01-261-6/+0
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * Merge branch 'master' of https://github.com/iksaif/euscanvolpino2013-01-261-1/+2
| |\
| * | euscanwww: Added category description, overlay description, homepage and pathvolpino2013-01-267-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-01-073-11/+15
| | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * | Merge branch 'master' of https://github.com/iksaif/euscanvolpino2013-01-0710-122/+519
| |\ \
| * | | euscan: minor PEP8 fixvolpino2012-12-051-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * | | Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-12-011-0/+83
| |\ \ \
| * | | | euscanwww: adding missing migration for index on handlervolpino2012-11-301-0/+181
| | | | | | | | | | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * | | | euscanwww: Added floatformat to average confidence to roundvolpino2012-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * | | | euscanwww: Indentation must be a multiple of 4volpino2012-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | | | | minor fixvolpino2013-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | | | | updating TODOvolpino2013-02-231-6/+0
| | | | | | | | | | | | | | | | | | | | 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>
* | | | | euscan: minor PEP8 fixvolpino2013-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | 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-128-122/+152
| |/ |/| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>