Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Renaming create-order to create-bom. | Trygve Laugstøl | 2019-04-02 | 12 | -3021/+4254 |
| | |||||
* | o Removing all doit code. It was a failed experiment. | Trygve Laugstøl | 2019-04-01 | 45 | -1085/+0 |
| | |||||
* | demo: Updating. | Trygve Laugstøl | 2019-04-01 | 2 | -2/+5 |
| | |||||
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 9 | -18/+7420 |
| | | | | | | | | | | | | | o Renaming <part-uri> to <part-reference>. o Adding <supplier> on <part>, removing from <supplier-part-number>. A part can have exactly one part. create-order: o Creating anonymous part objects, with two references, one schematic reference and one part-uri reference to the selected part. o Redoing how the order is calculated with the new ObjDb structure. ee.part.Part: o Absorbing bom_file_utils into Part. Much better wrapper object around the xml goop. | ||||
* | New command: init. Looks for kicad schematic and pcb files, creates | Trygve Laugstøl | 2019-03-25 | 2 | -0/+74 |
| | | | | | | | | .ee/config. ninja tool: o Use project's config to check for sch and pcb files. o Use some more conditionals in build.ninja.j2. unlockoslo: Adding demo project. | ||||
* | ninja tool: changing to generate the files in the current directory. | Trygve Laugstøl | 2019-03-25 | 9 | -47/+9814 |
| | | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 1 | -6/+6 |
| | |||||
* | 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 |