Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Better code structure for normalization. | Trygve Laugstøl | 2019-02-28 | 1 | -46/+54 |
| | |||||
* | o Emptying the directory before trying to remove it. | Trygve Laugstøl | 2019-02-28 | 1 | -0/+4 |
| | |||||
* | o Always sorting index.xml for better git diffs. | Trygve Laugstøl | 2019-02-27 | 5 | -4/+179 |
| | | | | | | o Normalizing more Digikey facts. o When creating distributor search lists, create a new plain <part> with containing only the part numbers. | ||||
* | o Removing digikey specific DistributionInfo element. Can be generic. | Trygve Laugstøl | 2019-02-26 | 4 | -334/+77 |
| | |||||
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 11 | -256/+288 |
| | | | | | file per part. o Switching xml-based code to use PartDb. | ||||
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 11 | -39/+933 |
| | | | | Adding new tools: digikey-import-parts and digikey-refresh-parts. | ||||
* | o Prettier generated code. | Trygve Laugstøl | 2019-02-21 | 2 | -4/+8 |
| | |||||
* | o Working dpn strategy. | Trygve Laugstøl | 2019-02-21 | 1 | -3/+5 |
| | |||||
* | Trying a new way to generate way to generate files. | Trygve Laugstøl | 2019-02-21 | 7 | -18/+2600 |
| | |||||
* | o Reformat. | Trygve Laugstøl | 2019-02-21 | 3 | -17/+30 |
| | | | | | | | to_bom: export to_tom_xml too. model: o More type annotations. o Parse ref_type and ref_num when constructed. | ||||
* | o read_schematic: Adding support for GLabel. | Trygve Laugstøl | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | o kicad-mkdeps: making individual dep files for sch and pcb. | Trygve Laugstøl | 2019-02-10 | 1 | -34/+31 |
| | |||||
* | o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output a | Trygve Laugstøl | 2019-02-09 | 9 | -53/+181 |
| | | | | Makefile-compatible dependencies file. | ||||
* | o Updating digikey product parsing code. Using Selenium/WebDriver to | Trygve Laugstøl | 2019-02-07 | 1 | -1/+1 |
| | | | | fetch data. | ||||
* | o Starting on some code for building reports from the project. | Trygve Laugstøl | 2018-08-05 | 6 | -6/+122 |
| | |||||
* | o Reformat. | Trygve Laugstøl | 2018-08-04 | 1 | -5/+11 |
| | |||||
* | o Using the old name for the digikey cache directory. | Trygve Laugstøl | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | o Handling digikey pages with a special "exact match" header + list of | Trygve Laugstøl | 2018-08-02 | 1 | -16/+30 |
| | | | | | | | other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests. | ||||
* | o Better logging when skipping digikey component resolving. | Trygve Laugstøl | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | o No need to lower case the keys in the ini file. | Trygve Laugstøl | 2018-08-02 | 1 | -1/+3 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 2 | -7/+17 |
| | | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests. | ||||
* | o Updating demo project, reorganizing the demo a bit. | Trygve Laugstøl | 2018-08-01 | 3 | -15/+5 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Moving all doit modules to use DoitConfig(). | Trygve Laugstøl | 2018-08-01 | 3 | -90/+46 |
| | |||||
* | o Ignore power flags too, they're not real components. | Trygve Laugstøl | 2018-07-31 | 4 | -41/+104 |
| | | | | o Fixing digikey product lookup. | ||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 5 | -43/+148 |
| | | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey. | ||||
* | o Support for resolving 'mpn' fields from digikey. Creates | Trygve Laugstøl | 2018-07-29 | 5 | -11/+126 |
| | | | | 'digikey-part-stub', can be used to download the entire part later on. | ||||
* | o Formatting, fixing warnings. | Trygve Laugstøl | 2018-07-29 | 1 | -18/+20 |
| | |||||
* | o Starting on a digikey-specific order csv. | Trygve Laugstøl | 2018-07-29 | 2 | -26/+68 |
| | | | | | o Better demo, one generic order csv and two for digikey with different batch sizes. | ||||
* | o Dumping MpnBomComponent, wtf. | Trygve Laugstøl | 2018-07-28 | 4 | -164/+248 |
| | | | | o Renaming bom.csv to order.csv. | ||||
* | o Starting on some BOM code. | Trygve Laugstøl | 2018-07-24 | 4 | -20/+145 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
| | | | | o Bad set syntax. | ||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 2 | -2/+4 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 3 | -1/+1 |
| | | | | o Renaming "fact" to "ds". | ||||
* | wip. | Trygve Laugstøl | 2018-07-23 | 2 | -41/+174 |
| | | | | o Support for loading CSV files. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 3 | -44/+99 |
| | | | | | o Changing the data sources to not implicitly starting as a union of all the input data sets. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 2 | -63/+51 |
| | | | | o Moving to more standard doit task_xxx methods. | ||||
* | Formatting. | Trygve Laugstøl | 2018-07-22 | 1 | -14/+22 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-19 | 1 | -26/+30 |
| | |||||
* | wip. pcb. | Trygve Laugstøl | 2018-07-17 | 3 | -67/+120 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-17 | 2 | -148/+297 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 2 | -15/+72 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 2 | -79/+76 |
| | |||||
* | undo | Trygve Laugstøl | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 5 | -1/+448 |
| | |||||
* | o Adding @property accessor for timestamp. | Trygve Laugstøl | 2018-07-14 | 1 | -0/+4 |
| | |||||
* | o Allow __lt__ to work when only one unit is set. | Trygve Laugstøl | 2017-12-22 | 1 | -1/+11 |
| | |||||
* | o Making a setter for EeVal that returns a new EeVal. | Trygve Laugstøl | 2017-12-20 | 2 | -6/+40 |
| | |||||
* | o Fixing an EeVal parsing bug of '0 Ohms'. | Trygve Laugstøl | 2017-12-15 | 1 | -1/+1 |
| | | | | o Moving EeVal tests to it's main test file. | ||||
* | o Adding option for rounding E-series values. | Trygve Laugstøl | 2017-12-15 | 1 | -9/+7 |
| | |||||
* | o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵ | Trygve Laugstøl | 2017-12-15 | 2 | -9/+64 |
| | | | | output. |