aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-0110-1226/+0
* demo: Updating.Trygve Laugstøl2019-04-011-3/+3
* Project:Trygve Laugstøl2019-03-295-11/+17
* DigikeyParser: Picked last and thus wrong description. Be more specificTrygve Laugstøl2019-03-291-2/+1
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-288-24/+69
* digikey-normalize-facts: Don't drop parts without any facts, they'reTrygve Laugstøl2019-03-281-3/+0
* to_bom: We allow both Schematic and Schematics.Trygve Laugstøl2019-03-281-2/+2
* create-order:Trygve Laugstøl2019-03-283-27/+49
* seeed-download-oplTrygve Laugstøl2019-03-285-90/+118
* ee.xsd:Trygve Laugstøl2019-03-2812-297/+490
* New command: init. Looks for kicad schematic and pcb files, createsTrygve Laugstøl2019-03-254-21/+86
* ninja tool: changing to generate the files in the current directory.Trygve Laugstøl2019-03-255-8/+29
* order.rst.j2: Prettier internal links.Trygve Laugstøl2019-03-235-7/+13
* order.rst.j2: Fixing typos.Trygve Laugstøl2019-03-231-4/+4
* xsd:Trygve Laugstøl2019-03-238-68/+559
* Starting some code around creating reports.Trygve Laugstøl2019-03-236-14/+74
* o Adding OPL downloader from Seeed studio.Trygve Laugstøl2019-03-204-5/+187
* Refactoring:Trygve Laugstøl2019-03-1510-181/+480
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-1515-379/+91
* o Merging XSD files into one.Trygve Laugstøl2019-03-1512-1207/+355
* o Adding module for searching on element14.Trygve Laugstøl2019-03-1511-26/+389
* o Better searching for current currency.Trygve Laugstøl2019-03-151-1/+6
* o Adding PriceBreak. Parsing price breaks from DK.Trygve Laugstøl2019-03-154-11/+645
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-083-16/+43
* o PartDB: don't die if the directory exist *and* is empty. Ninja createsTrygve Laugstøl2019-03-045-3/+140
* o Create a new part when storing result, use Digikey's PN as id.Trygve Laugstøl2019-02-281-34/+42
* o Sort SCH_FILES.Trygve Laugstøl2019-02-281-3/+2
* o Better code structure for normalization.Trygve Laugstøl2019-02-281-46/+54
* o Emptying the directory before trying to remove it.Trygve Laugstøl2019-02-281-0/+4
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-275-4/+179
* o Removing digikey specific DistributionInfo element. Can be generic.Trygve Laugstøl2019-02-264-334/+77
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-2611-256/+288
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-2411-39/+933
* o Prettier generated code.Trygve Laugstøl2019-02-212-4/+8
* o Working dpn strategy.Trygve Laugstøl2019-02-211-3/+5
* Trying a new way to generate way to generate files.Trygve Laugstøl2019-02-217-18/+2600
* o Reformat.Trygve Laugstøl2019-02-213-17/+30
* o read_schematic: Adding support for GLabel.Trygve Laugstøl2019-02-211-0/+1
* o kicad-mkdeps: making individual dep files for sch and pcb.Trygve Laugstøl2019-02-101-34/+31
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-099-53/+181
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-071-1/+1
* o Starting on some code for building reports from the project.Trygve Laugstøl2018-08-056-6/+122
* o Reformat.Trygve Laugstøl2018-08-041-5/+11
* o Using the old name for the digikey cache directory.Trygve Laugstøl2018-08-041-1/+1
* o Handling digikey pages with a special "exact match" header + list ofTrygve Laugstøl2018-08-021-16/+30
* o Better logging when skipping digikey component resolving.Trygve Laugstøl2018-08-021-1/+1
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-021-1/+3
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-022-7/+17
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-013-15/+5
* o Moving all doit modules to use DoitConfig().Trygve Laugstøl2018-08-013-90/+46