Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ninja tool: changing to generate the files in the current directory. | Trygve Laugstøl | 2019-03-25 | 2 | -6/+6 |
| | | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values. | ||||
* | order.rst.j2: Prettier internal links. | Trygve Laugstøl | 2019-03-23 | 3 | -5/+10 |
| | | | | ninja: Name the generated .rst file for orders too. | ||||
* | Starting some code around creating reports. | Trygve Laugstøl | 2019-03-23 | 2 | -3/+7 |
| | |||||
* | o Adding OPL downloader from Seeed studio. | Trygve Laugstøl | 2019-03-20 | 1 | -0/+16 |
| | | | | o Adding <description> to <part> | ||||
* | Refactoring: | Trygve Laugstøl | 2019-03-15 | 1 | -4/+1 |
| | | | | | | | | 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 | 8 | -50/+40 |
| | | | | <part-db> document. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 2 | -4/+14 |
| | |||||
* | o Adding module for searching on element14. | Trygve Laugstøl | 2019-03-15 | 5 | -22/+190 |
| | | | | | | | 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. | ||||
* | Digikey: extracting http caching into its own class. | Trygve Laugstøl | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | o PartDB: don't die if the directory exist *and* is empty. Ninja creates | Trygve Laugstøl | 2019-03-04 | 3 | -1/+135 |
| | | | | | | empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done! | ||||
* | o Sort SCH_FILES. | Trygve Laugstøl | 2019-02-28 | 1 | -3/+2 |
| | |||||
* | o Always sorting index.xml for better git diffs. | Trygve Laugstøl | 2019-02-27 | 1 | -0/+19 |
| | | | | | | o Normalizing more Digikey facts. o When creating distributor search lists, create a new plain <part> with containing only the part numbers. | ||||
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 3 | -6/+9 |
| | | | | | file per part. o Switching xml-based code to use PartDb. | ||||
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 3 | -3/+43 |
| | | | | Adding new tools: digikey-import-parts and digikey-refresh-parts. | ||||
* | Trying a new way to generate way to generate files. | Trygve Laugstøl | 2019-02-21 | 1 | -16/+8 |
| | |||||
* | 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 | 3 | -24/+143 |
| | | | | Makefile-compatible dependencies file. | ||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 1 | -1/+0 |
| | | | | | | '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. | ||||
* | undo | Trygve Laugstøl | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 1 | -1/+1 |
| | |||||
* | o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵ | Trygve Laugstøl | 2017-12-15 | 1 | -8/+57 |
| | | | | output. | ||||
* | o Adding a kicad-make-pos tool. | Trygve Laugstøl | 2017-12-15 | 1 | -0/+56 |
| | |||||
* | o Making digikey_download_facts and kicad_make_bom tools use read_schematics ↵ | Trygve Laugstøl | 2017-10-22 | 2 | -3/+3 |
| | | | | instead of read_schematic. | ||||
* | o Sorting products before downloading to be consistent across runs. | Trygve Laugstøl | 2017-10-02 | 1 | -5/+3 |
| | | | | o Storing the URL for each product. | ||||
* | o Smarter searching in case of multiple hits. Look for the MPN we want and ↵ | Trygve Laugstøl | 2017-10-01 | 1 | -14/+15 |
| | | | | not just all products to find a unique one. | ||||
* | o Preventing ConfigParser from lower casing the keys in the ini file. | Trygve Laugstøl | 2017-09-30 | 1 | -2/+2 |
| | | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels. | ||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-30 | 2 | -15/+36 |
| | |||||
* | o Switching from YAML to INI files for downloaded facts. | Trygve Laugstøl | 2017-09-30 | 1 | -18/+48 |
| | | | | o Improved fact downloader. | ||||
* | o Let digikey-download-facts read .sch files directly. | Trygve Laugstøl | 2017-09-24 | 2 | -19/+25 |
| | |||||
* | o Implementing kicad-make-bom as a tool. | Trygve Laugstøl | 2017-09-12 | 3 | -5/+60 |
| | |||||
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 1 | -6/+24 |
| | | | | | digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that. | ||||
* | o Reformat all. | Trygve Laugstøl | 2017-09-07 | 2 | -10/+15 |
| | |||||
* | o Adding two kicad tools from my kicad-utils repo. | Trygve Laugstøl | 2017-09-07 | 2 | -0/+503 |
| | |||||
* | o Better API for the Digikey downloader. | Trygve Laugstøl | 2017-09-06 | 1 | -27/+34 |
| | |||||
* | o Adding tools to download facts about parts from Digi-Key. | Trygve Laugstøl | 2017-09-03 | 1 | -0/+59 |
| | |||||
* | o Importing formatting tools. | Trygve Laugstøl | 2017-08-02 | 2 | -0/+31 |