aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* part-validate-parts report: Creating internal links.HEADmasterTrygve Laugstøl2019-11-271-7/+5
|
* digikey: Better webdriver creation.Trygve Laugstøl2019-10-262-6/+24
| | | | | Making the instantiation of the web driver a bit more generic, starting on making it possible to try out other browsers.
* digikey search: Updating expressions for exact part patch.Trygve Laugstøl2019-10-252-8/+8
| | | | Also formatting the output a little better.
* pn-part-search-list: Using logger.Trygve Laugstøl2019-10-251-2/+5
|
* bom report: Drop list with unresolved parts, mark it in the table instead.Trygve Laugstøl2019-10-241-44/+13
|
* kicad-make-bom: Use the part's timestamp as a unique ID when no reference is ↵Trygve Laugstøl2019-10-241-1/+1
| | | | found.
* digikey souffle: adding classifications and values.Trygve Laugstøl2019-10-161-0/+24
|
* bom: Much better report.Trygve Laugstøl2019-10-162-23/+41
|
* souffle: Adding support for categories.Trygve Laugstøl2019-10-163-8/+48
|
* part: Adding category concept.Trygve Laugstøl2019-10-166-41/+352
| | | | Useful for later classifiying components.
* part: Adding description property to Part.Trygve Laugstøl2019-10-162-2/+20
|
* digikey bom: Adding MPN in addition to SPN.Trygve Laugstøl2019-10-152-2/+4
|
* bom-to-csv: Fixing, was broken after generate_bom refactoring.Trygve Laugstøl2019-10-151-3/+3
|
* split-bom-by-supplier: Removing debugging output.Trygve Laugstøl2019-10-151-4/+4
|
* souffle rule: Adding old KiCAD library names.Trygve Laugstøl2019-10-151-0/+3
|
* souffle rule: Adding rule: dk_manufacturer_part_to_common_footprint.Trygve Laugstøl2019-10-151-0/+8
|
* souffle: Better quoting for data with double quote signs (").Trygve Laugstøl2019-10-152-5/+18
|
* digikey: Handling updated web site.Trygve Laugstøl2019-10-151-7/+20
|
* ee.part.bom: Creating a proper Bom class to keep BomLines.Trygve Laugstøl2019-08-233-26/+38
| | | | digikey-create-bom: Adding support for --quantity.
* bom.rst.j2: Show number of unresolved parts.Trygve Laugstøl2019-08-192-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 eeTrygve Laugstøl2019-08-191-1/+1
| | | | instance is used.
* digikey-search-parts: assert that the part we got was actually the oneTrygve Laugstøl2019-08-191-0/+8
| | | | we searched for.
* digikey:Trygve Laugstøl2019-08-191-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 isTrygve Laugstøl2019-08-191-1/+1
| | | | consistent.
* kicad.dl: Always add fact-type/value for all components. Still addingTrygve Laugstøl2019-08-153-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øl2019-08-151-2/+7
|
* create-bom: Add support for passing arguments to tool. ImplementTrygve Laugstøl2019-08-154-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øl2019-08-153-1/+14
|
* digikey-search-parts: Adding summary in download report.Trygve Laugstøl2019-08-151-3/+31
|
* o No need for build.ninja and ee.ninja to depend on $orders_dir.Trygve Laugstøl2019-08-151-1/+1
|
* datasheet: wipTrygve Laugstøl2019-08-157-84/+319
|
* souffle: Writing out SPN and MPN for each part.Trygve Laugstøl2019-08-122-25/+49
|
* ninja: Working detection of custom supplier Datalog files.Trygve Laugstøl2019-08-122-6/+13
|
* kicad.dl: Adding rules for LEDs.Trygve Laugstøl2019-08-121-0/+22
|
* part-validate-parts: Fixing typo.Trygve Laugstøl2019-08-121-4/+3
|
* build.ninja.j2: fact.csv has been renamed to add_fact.csv.Trygve Laugstøl2019-08-121-4/+4
|
* digikey-search-parts: Sorting result table by SPN so the output isTrygve Laugstøl2019-08-123-6/+6
| | | | consistent.
* build.ninja.j2: More template variables.Trygve Laugstøl2019-08-121-4/+5
|
* odoo: wipTrygve Laugstøl2019-08-027-3/+208
|
* ee init: Make sure the uuid is kept when reinitializing.Trygve Laugstøl2019-08-013-26/+26
|
* digikey: Better discovery of form for searching.Trygve Laugstøl2019-08-013-21/+75
|
* Updating all demos.Trygve Laugstøl2019-08-0134-4455/+53936
|
* bom-to-csv: Starting on a generic tool to generate CSV files from BOMs.Trygve Laugstøl2019-06-145-71/+127
|
* split-parts-by-supplier: rename to split-bom-by-supplier.Trygve Laugstøl2019-06-1412-85/+342
| | | | digikey-create-bom: Implementing CSV generation for Digi-Key.
* ninja:Trygve Laugstøl2019-06-143-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øl2019-06-134-30/+78
|
* create-bom: Adding a way to ignore schematic entries from the bom withTrygve Laugstøl2019-06-122-2/+12
| | | | the new "include-in-bom" fact.
* kicad.dl: Better organization of rules for classifying resistors,Trygve Laugstøl2019-06-123-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 goodTrygve Laugstøl2019-06-125-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øl2019-06-051-13/+27
|