Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odoo: wip | Trygve Laugstøl | 2019-08-02 | 1 | -0/+25 |
| | |||||
* | ee init: Make sure the uuid is kept when reinitializing. | Trygve Laugstøl | 2019-08-01 | 1 | -16/+14 |
| | |||||
* | all tools: Creating a shared group of argument options. Processing this | Trygve Laugstøl | 2019-05-27 | 1 | -0/+3 |
| | | | | | shared group too, changing the log level when logging options are specified. | ||||
* | ee.project: Making sure all projects have an UUID. | Trygve Laugstøl | 2019-05-24 | 1 | -0/+3 |
| | | | | | kicad-make-bom: Using the project's UUID to generate an URL for all parts. | ||||
* | ninja/init: Let init specify defaults, ninja just drops arguments if not | Trygve Laugstøl | 2019-05-21 | 1 | -1/+1 |
| | | | | specified. | ||||
* | o Replacing digikey-normalize-facts with part-apply-function. Moving | Trygve Laugstøl | 2019-05-20 | 1 | -0/+7 |
| | | | | code from tool to ee.digikey.functions. | ||||
* | common_fact_types: Adding key for footprint. | Trygve Laugstøl | 2019-05-20 | 1 | -0/+3 |
| | | | | | | | | | | functions: o Changing the structure of the functions, they're now factories that will be given kwargs and must return a function that processes the parts. o Adding new function to default set; 'map_footprint' that maps the KiCAD footprints to common footprints. part_validate_parts: Using only common keys. | ||||
* | Optimizing imports. | Trygve Laugstøl | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | o Renaming create-order to create-bom. | Trygve Laugstøl | 2019-04-02 | 1 | -4/+4 |
| | |||||
* | create-distributor-search-list: Ignore mechanical parts. | Trygve Laugstøl | 2019-03-28 | 1 | -6/+21 |
| | | | | | | create-order: Adding an option for a strategy to ignore/modify parts. ninja/init: Moving strategy from ninja to init so they're more persistent. | ||||
* | seeed-download-opl | Trygve Laugstøl | 2019-03-28 | 1 | -1/+6 |
| | | | | | | | o Change to download one OPL at the time. Enables Ninja to run the downloads concurrently. init/ninja: o Learning about seeed-download-opl. | ||||
* | New command: init. Looks for kicad schematic and pcb files, creates | Trygve Laugstøl | 2019-03-25 | 1 | -2/+45 |
| | | | | | | | | .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. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 1 | -0/+10 |