summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: remove superfluous before_scriptmasterPetr Štetiar2020-10-121-2/+0
* tests: update for new textsv3.0.5Moritz Warning2020-10-111-1/+1
* i18n.js: improve textsMoritz Warning2020-10-112-6/+7
* index.html: move to the new homePetr Štetiar2020-10-111-1/+1
* index.html: cleanup dead codePetr Štetiar2020-10-111-3/+0
* index.html: switch version/model field orderMoritz Warning2020-10-092-2/+2
* enable default_version by defaultv3.0.4Paul Spooren2020-10-081-1/+1
* automatically set default_versionPaul Spooren2020-10-081-0/+15
* tests: test_spa: assure that selected version is stable releasePetr Štetiar2020-10-081-0/+4
* misc/collect.py: move file check into update_confv3.0.3Moritz Warning2020-10-071-10/+12
* misc/collect.py: cleanup www_path variableMoritz Warning2020-10-071-12/+7
* README.md: fix scrape command exampleMoritz Warning2020-10-071-1/+1
* README.md: add documentation for {base} variableMoritz Warning2020-10-071-1/+5
* misc/collect.py: fixup type change of variable profilesMoritz Warning2020-09-231-1/+2
* misc/collect.py: introduce variable {base} to fix download_urlMoritz Warning2020-09-231-1/+23
* misc/collect.py: include build_date field for each devicev3.0.2Moritz Warning2020-09-211-5/+44
* misc/collect.py: use list to collect profile.json dataMoritz Warning2020-09-211-15/+28
* www/index.js: allow deep linkingMoritz Warning2020-09-211-3/+20
* www/index.js: keep device selected across versionsMoritz Warning2020-09-211-1/+35
* www/index.js: deterministic version order and introduce default_versionMoritz Warning2020-09-212-1/+9
* www/index.js: avoid use of c style for loopMoritz Warning2020-09-211-16/+14
* www/index.js: replace var by let and constMoritz Warning2020-09-211-40/+42
* ci: deploy on tags as wellv3.0.1Petr Štetiar2020-09-141-0/+3
* ci: populate GIT_VERSION variable in index.htmlv3.0.0Petr Štetiar2020-09-141-1/+3
* www/index.html: add proper project URL and add version variablePetr Štetiar2020-09-141-2/+3
* ci: add deploy stepsPetr Štetiar2020-09-141-0/+26
* misc/collect.py: move out nested method to please linterMoritz Warning2020-09-131-33/+34
* misc/collect.py: rename TP-LINK to TP-LINKMoritz Warning2020-09-131-0/+8
* misc/collect.py: differentiate duplicate models by targetMoritz Warning2020-09-131-0/+4
* misc/collect.py: get release name from json filesMoritz Warning2020-09-131-37/+29
* README.md: update and make more user friendlyMoritz Warning2020-09-131-11/+20
* misc/collect.py: do not upper case the release nameMoritz Warning2020-09-131-3/+3
* misc/collect.py: better error messagesMoritz Warning2020-09-131-5/+7
* misc/collect.py: add python version checkMoritz Warning2020-09-131-0/+2
* www/index.html: fix prettier warningPetr Štetiar2020-09-131-1/+1
* ci: add testing of collect.py scan methodPetr Štetiar2020-09-131-7/+24
* tests: add snapshot profiles.jsonPetr Štetiar2020-09-13170-0/+170
* collect.py: fix open for Python versions < 3.6Petr Štetiar2020-09-131-5/+5
* collect.py: fix scan method file content decodingPetr Štetiar2020-09-131-3/+5
* ci: fix YAML dependency issuePetr Štetiar2020-08-211-1/+1
* add ca-certificates to test environmentMoritz Warning2020-08-201-1/+1
* decode profiles.json content from bytes to stringMoritz Warning2020-08-201-1/+1
* remove format string literalsMoritz Warning2020-08-201-35/+43
* use required as member variableMoritz Warning2020-08-201-1/+2
* use os.makedirs and remove redundant mkdir linesMoritz Warning2020-08-201-5/+3
* scan local folder for release and profiles.json filesMoritz Warning2020-08-201-3/+58
* fix help text for scrapeMoritz Warning2020-08-201-2/+1
* skip releases that have no profiles.jsonMoritz Warning2020-08-201-3/+6
* ci: fix dependency for selenium testPetr Štetiar2020-08-201-9/+16
* fix eslint errorsMoritz Warning2020-08-203-10/+16