Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digikey-normalize-facts: Don't drop parts without any facts, they're | Trygve Laugstøl | 2019-03-28 | 1 | -3/+0 |
| | | | | still useful. | ||||
* | to_bom: We allow both Schematic and Schematics. | Trygve Laugstøl | 2019-03-28 | 1 | -2/+2 |
| | |||||
* | create-order: | Trygve Laugstøl | 2019-03-28 | 3 | -27/+49 |
| | | | | | o Showing all unresolved parts first in the report. o Showing all MPNs and SPNs for unresolved parts. | ||||
* | seeed-download-opl | Trygve Laugstøl | 2019-03-28 | 5 | -90/+118 |
| | | | | | | | o Change to download one OPL at the time. Enables Ninja to run the downloads concurrently. init/ninja: o Learning about seeed-download-opl. | ||||
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 23 | -319/+7996 |
| | | | | | | | | | | | | | 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 | 8 | -21/+163 |
| | | | | | | | | .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 | 14 | -55/+9843 |
| | | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values. | ||||
* | order.rst.j2: Prettier internal links. | Trygve Laugstøl | 2019-03-23 | 5 | -7/+13 |
| | | | | ninja: Name the generated .rst file for orders too. | ||||
* | order.rst.j2: Fixing typos. | Trygve Laugstøl | 2019-03-23 | 1 | -4/+4 |
| | |||||
* | xsd: | Trygve Laugstøl | 2019-03-23 | 9 | -68/+573 |
| | | | | | | | | | | | o Adding <link> list on <part>. For media, datasheets etc. digikey: o Parsing out media. PartDb: o starting on a more generic object db with indexes. order: o Using the new object db for building data while resolving parts. o Creating a report from the order. | ||||
* | Starting some code around creating reports. | Trygve Laugstøl | 2019-03-23 | 6 | -14/+74 |
| | |||||
* | o Adding OPL downloader from Seeed studio. | Trygve Laugstøl | 2019-03-20 | 6 | -5/+189 |
| | | | | o Adding <description> to <part> | ||||
* | Refactoring: | Trygve Laugstøl | 2019-03-15 | 11 | -188/+510 |
| | | | | | | | | o Renaming part.id to part.uri. Changing to URIs and use that as an identifier if the part is known. Schematic part does not have an URI. o Merging <schema-reference> and <part-numbers> into <references> o Creating <part-uri> as a possible <reference>. Used by order to point to other parts. | ||||
* | o Switching PartDb to serialize into many xml files into a single | Trygve Laugstøl | 2019-03-15 | 16 | -401/+121 |
| | | | | <part-db> document. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 16 | -1240/+473 |
| | |||||
* | o Adding module for searching on element14. | Trygve Laugstøl | 2019-03-15 | 14 | -28/+425 |
| | | | | | | | o Starting on functionality create orders. Very WIP. o Adding a concept of an "ee project". Can load a gitconfig-like config file. o Adding a tool to import a yaml file into a part xml file. | ||||
* | o Better searching for current currency. | Trygve Laugstøl | 2019-03-15 | 1 | -1/+6 |
| | |||||
* | o Adding PriceBreak. Parsing price breaks from DK. | Trygve Laugstøl | 2019-03-15 | 7 | -12/+729 |
| | | | | o Adding Money type with parsing. | ||||
* | Digikey: extracting http caching into its own class. | Trygve Laugstøl | 2019-03-08 | 3 | -16/+43 |
| | |||||
* | o PartDB: don't die if the directory exist *and* is empty. Ninja creates | Trygve Laugstøl | 2019-03-04 | 8 | -3/+255 |
| | | | | | | empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done! | ||||
* | o Create a new part when storing result, use Digikey's PN as id. | Trygve Laugstøl | 2019-02-28 | 1 | -34/+42 |
| | |||||
* | o Sort SCH_FILES. | Trygve Laugstøl | 2019-02-28 | 1 | -3/+2 |
| | |||||
* | 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 | 5 | -360/+82 |
| | |||||
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 15 | -285/+316 |
| | | | | | file per part. o Switching xml-based code to use PartDb. | ||||
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 29 | -2311/+2259 |
| | | | | Adding new tools: digikey-import-parts and digikey-refresh-parts. | ||||
* | o Prettier generated code. | Trygve Laugstøl | 2019-02-21 | 3 | -4/+10 |
| | |||||
* | 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 | 11 | -21/+2709 |
| | |||||
* | 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 | 11 | -62/+186 |
| | | | | Makefile-compatible dependencies file. | ||||
* | o Updating digikey product parsing code. Using Selenium/WebDriver to | Trygve Laugstøl | 2019-02-07 | 17 | -16391/+29298 |
| | | | | fetch data. | ||||
* | o More docs for the ee project. | Trygve Laugstøl | 2018-08-05 | 10 | -25/+81 |
| | |||||
* | o Starting on some code for building reports from the project. | Trygve Laugstøl | 2018-08-05 | 16 | -10/+382 |
| | |||||
* | 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 | 14 | -31/+25164 |
| | | | | | | | 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 | 4 | -45/+47 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 6 | -39/+49 |
| | | | | | | | | 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 | 5 | -43/+42 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Moving all doit modules to use DoitConfig(). | Trygve Laugstøl | 2018-08-01 | 5 | -95/+53 |
| | |||||
* | 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 Starting on some docs. | Trygve Laugstøl | 2018-07-30 | 6 | -0/+235 |
| | |||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 18 | -68/+264 |
| | | | | | | '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. |