aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/init.py
Commit message (Collapse)AuthorAgeFilesLines
* odoo: wipTrygve Laugstøl2019-08-021-0/+25
|
* ee init: Make sure the uuid is kept when reinitializing.Trygve Laugstøl2019-08-011-16/+14
|
* all tools: Creating a shared group of argument options. Processing thisTrygve Laugstøl2019-05-271-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øl2019-05-241-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 notTrygve Laugstøl2019-05-211-1/+1
| | | | specified.
* o Replacing digikey-normalize-facts with part-apply-function. MovingTrygve Laugstøl2019-05-201-0/+7
| | | | code from tool to ee.digikey.functions.
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-201-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øl2019-05-141-1/+1
|
* o Renaming create-order to create-bom.Trygve Laugstøl2019-04-021-4/+4
|
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-281-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-oplTrygve Laugstøl2019-03-281-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, createsTrygve Laugstøl2019-03-251-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øl2019-03-151-0/+10