Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | souffle rule: Adding old KiCAD library names. | Trygve Laugstøl | 2019-10-15 | 1 | -0/+3 |
| | |||||
* | souffle rule: Adding rule: dk_manufacturer_part_to_common_footprint. | Trygve Laugstøl | 2019-10-15 | 1 | -0/+8 |
| | |||||
* | souffle: Better quoting for data with double quote signs ("). | Trygve Laugstøl | 2019-10-15 | 2 | -5/+18 |
| | |||||
* | digikey: Handling updated web site. | Trygve Laugstøl | 2019-10-15 | 1 | -7/+20 |
| | |||||
* | ee.part.bom: Creating a proper Bom class to keep BomLines. | Trygve Laugstøl | 2019-08-23 | 3 | -26/+38 |
| | | | | digikey-create-bom: Adding support for --quantity. | ||||
* | bom.rst.j2: Show number of unresolved parts. | Trygve Laugstøl | 2019-08-19 | 2 | -4/+4 |
| | | | | part_validate_parts: Remove warning I didn't understand. | ||||
* | build.ninja.j2: Use $ee instead of literal ee to make sure the same ee | Trygve Laugstøl | 2019-08-19 | 1 | -1/+1 |
| | | | | instance is used. | ||||
* | digikey-search-parts: assert that the part we got was actually the one | Trygve Laugstøl | 2019-08-19 | 1 | -0/+8 |
| | | | | we searched for. | ||||
* | digikey: | Trygve Laugstøl | 2019-08-19 | 1 | -0/+13 |
| | | | | | o Checking that the URL changed after clicking a button. o Click the accept cookie button if found after navigating. | ||||
* | digikey-search-parts: Sorting summary statistics so the output is | Trygve Laugstøl | 2019-08-19 | 1 | -1/+1 |
| | | | | consistent. | ||||
* | kicad.dl: Always add fact-type/value for all components. Still adding | Trygve Laugstøl | 2019-08-15 | 3 | -7/+18 |
| | | | | | | the more specific values for known part types. bom: Use the correct URI for finding the value. Don't die if a part has both value and mpn, and they reference the same part. | ||||
* | ee: Graceful exit if StopToolException is thrown. | Trygve Laugstøl | 2019-08-15 | 1 | -2/+7 |
| | |||||
* | create-bom: Add support for passing arguments to tool. Implement | Trygve Laugstøl | 2019-08-15 | 4 | -9/+21 |
| | | | | | | fail_on_missing_parts in the CLI. ee: Add StopToolException, makes for a more graceful exit(1) if a tool wants to stop immediately. | ||||
* | odoo: Don't generate any Ninja code unless actually enabled. | Trygve Laugstøl | 2019-08-15 | 3 | -1/+14 |
| | |||||
* | digikey-search-parts: Adding summary in download report. | Trygve Laugstøl | 2019-08-15 | 1 | -3/+31 |
| | |||||
* | o No need for build.ninja and ee.ninja to depend on $orders_dir. | Trygve Laugstøl | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | datasheet: wip | Trygve Laugstøl | 2019-08-15 | 7 | -84/+319 |
| | |||||
* | souffle: Writing out SPN and MPN for each part. | Trygve Laugstøl | 2019-08-12 | 2 | -25/+49 |
| | |||||
* | ninja: Working detection of custom supplier Datalog files. | Trygve Laugstøl | 2019-08-12 | 2 | -6/+13 |
| | |||||
* | kicad.dl: Adding rules for LEDs. | Trygve Laugstøl | 2019-08-12 | 1 | -0/+22 |
| | |||||
* | part-validate-parts: Fixing typo. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+3 |
| | |||||
* | build.ninja.j2: fact.csv has been renamed to add_fact.csv. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+4 |
| | |||||
* | digikey-search-parts: Sorting result table by SPN so the output is | Trygve Laugstøl | 2019-08-12 | 3 | -6/+6 |
| | | | | consistent. | ||||
* | build.ninja.j2: More template variables. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+5 |
| | |||||
* | odoo: wip | Trygve Laugstøl | 2019-08-02 | 7 | -3/+208 |
| | |||||
* | ee init: Make sure the uuid is kept when reinitializing. | Trygve Laugstøl | 2019-08-01 | 3 | -26/+26 |
| | |||||
* | digikey: Better discovery of form for searching. | Trygve Laugstøl | 2019-08-01 | 3 | -21/+75 |
| | |||||
* | Updating all demos. | Trygve Laugstøl | 2019-08-01 | 34 | -4455/+53936 |
| | |||||
* | bom-to-csv: Starting on a generic tool to generate CSV files from BOMs. | Trygve Laugstøl | 2019-06-14 | 5 | -71/+127 |
| | |||||
* | split-parts-by-supplier: rename to split-bom-by-supplier. | Trygve Laugstøl | 2019-06-14 | 12 | -85/+342 |
| | | | | digikey-create-bom: Implementing CSV generation for Digi-Key. | ||||
* | ninja: | Trygve Laugstøl | 2019-06-14 | 3 | -59/+65 |
| | | | | | | | | | | o Reading list of suppliers from Project. The project still has a hard-coded list, but at least now there is only one list. o Using Project.public_dir instead of "ee". Also in generated ninja files. o Removing part_dbs list from internal code, only use suppliers. If the user want to have it's own internal list of parts that should become a supplier. | ||||
* | o Working Gerber export. | Trygve Laugstøl | 2019-06-13 | 4 | -30/+78 |
| | |||||
* | create-bom: Adding a way to ignore schematic entries from the bom with | Trygve Laugstøl | 2019-06-12 | 2 | -2/+12 |
| | | | | the new "include-in-bom" fact. | ||||
* | kicad.dl: Better organization of rules for classifying resistors, | Trygve Laugstøl | 2019-06-12 | 3 | -36/+118 |
| | | | | | | | | capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty. | ||||
* | souffle: Using the same relation for inputs and outputs was not a good | Trygve Laugstøl | 2019-06-12 | 5 | -74/+14 |
| | | | | | idea, change to use fact() for inputs and add_fact() for outputs. Leaves room for implementing remove_fact() later too. | ||||
* | o Better detection of old/new python support for KiCAD. | Trygve Laugstøl | 2019-06-05 | 1 | -13/+27 |
| | |||||
* | digikey.dl/kicad.dl: more rules. | Trygve Laugstøl | 2019-05-30 | 2 | -0/+16 |
| | |||||
* | kicad.dl: Classifying net-ties and test points as such. | Trygve Laugstøl | 2019-05-29 | 6 | -18/+51 |
| | | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts. | ||||
* | part-validate-parts: Better messages, inform about selected part's | Trygve Laugstøl | 2019-05-28 | 1 | -12/+32 |
| | | | | footprint even if the schematic part doesn't have one. | ||||
* | digikey.dl: More rules. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+2 |
| | |||||
* | part-validate-parts: Better output, yielding a message even if | Trygve Laugstøl | 2019-05-28 | 3 | -5/+32 |
| | | | | | | everything is ok. ninja: Include the digikey.dl as a dependency even if custom is used. digikey.dl: More rules. | ||||
* | create-bom: Don't skip unmatched parts from the BOM. | Trygve Laugstøl | 2019-05-28 | 4 | -28/+99 |
| | | | | | | part-validate-parts: Read parts from the schematic, BOM and supplier's parts for even better rules. Enhancing footprint rule to check that the BOM part has the same footprint. | ||||
* | kicad-make-bom: Only write fields that actually are custom as custom | Trygve Laugstøl | 2019-05-28 | 1 | -1/+1 |
| | | | | field facts. | ||||
* | adding missing method. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+7 |
| | |||||
* | part-apply-souffle-port: Sorting the incoming CSV files before | Trygve Laugstøl | 2019-05-28 | 1 | -2/+18 |
| | | | | processing them. Keeps the diffs between runs to a minimum. | ||||
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 5 | -29/+72 |
| | | | | | | doing a new search with the selected digikey part number, do a direct lookup with the product's URL instead. This ensures that we always get a match and don't get confused when multiple part numbers are returned. | ||||
* | o Setting tool output to warn by default when running through ninja. | Trygve Laugstøl | 2019-05-27 | 1 | -24/+19 |
| | |||||
* | all tools: Creating a shared group of argument options. Processing this | Trygve Laugstøl | 2019-05-27 | 21 | -6/+124 |
| | | | | | shared group too, changing the log level when logging options are specified. | ||||
* | souffle: | Trygve Laugstøl | 2019-05-27 | 8 | -6/+40 |
| | | | | | | | | o Allowing to set MPNs when importing facts. o ninja: Allowing the user to have its own datalog files under ee/custom/kicad-souffle.dl and ee/custom/$supplier-souffle.dl. make_bom: Generate per-field URIs for custom URIs. Better than making values that contain custom field name + value. | ||||
* | EeVal: Supporting omega symbol in addition to ohm symbol (which are | Trygve Laugstøl | 2019-05-27 | 3 | -26/+31 |
| | | | | usually graphically equal). |