Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o PartDB: don't die if the directory exist *and* is empty. Ninja creates | Trygve Laugstøl | 2019-03-04 | 3 | -0/+115 |
| | | | | | | empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done! | ||||
* | o More docs for the ee project. | Trygve Laugstøl | 2018-08-05 | 3 | -5/+3 |
| | |||||
* | o Starting on some code for building reports from the project. | Trygve Laugstøl | 2018-08-05 | 8 | -1/+257 |
| | |||||
* | o No need to lower case the keys in the ini file. | Trygve Laugstøl | 2018-08-02 | 3 | -44/+44 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 3 | -22/+22 |
| | | | | | | | | 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 | 9 | -9/+18 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Updating demo project, reorganizing the demo a bit. | Trygve Laugstøl | 2018-08-01 | 1 | -26/+35 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Moving all doit modules to use DoitConfig(). | Trygve Laugstøl | 2018-08-01 | 1 | -2/+3 |
| | |||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 13 | -25/+116 |
| | | | | | | '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 | -0/+34 |
| | | | | 'digikey-part-stub', can be used to download the entire part later on. | ||||
* | o Starting on a digikey-specific order csv. | Trygve Laugstøl | 2018-07-29 | 4 | -7/+17 |
| | | | | | 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 | 21 | -76/+253 |
| | | | | o Renaming bom.csv to order.csv. | ||||
* | o Starting on some BOM code. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+8 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
| | | | | o Renaming "fact" to "ds". | ||||
* | wip. | Trygve Laugstøl | 2018-07-23 | 2 | -4/+12 |
| | | | | o Support for loading CSV files. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 1 | -10/+9 |
| | | | | o Moving to more standard doit task_xxx methods. | ||||
* | wip. | Trygve Laugstøl | 2018-07-19 | 3 | -20/+306 |
| | |||||
* | wip. pcb. | Trygve Laugstøl | 2018-07-17 | 1 | -33/+0 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 7 | -0/+233 |
| | |||||
* | misc wip. | Trygve Laugstøl | 2017-09-09 | 6 | -1400/+613 |
| | |||||
* | o Going more jupyter. | Trygve Laugstøl | 2017-08-13 | 2 | -2/+1609 |
| | |||||
* | o KiCAD BOM parser. | Trygve Laugstøl | 2017-08-08 | 2 | -0/+12343 |
| | |||||
* | o Start on some electronics engineering code. | Trygve Laugstøl | 2017-07-08 | 4 | -0/+143 |