Salvador E. Tropea
e05406ffc8
Added --no-compile (Why wasn't needed when using "."?!)
2021-10-06 17:37:00 -03:00
Salvador E. Tropea
257eace7e1
Changed the way I call pip3
...
- Passing the directory, not changing
- To catch pip errors.
2021-10-06 17:04:35 -03:00
Salvador E. Tropea
fb16e06152
Trying to force pip to use /usr instead of /usr/local
2021-10-06 16:36:10 -03:00
Salvador E. Tropea
54d8c6c77f
Removed distutils from setup.py dependencies.
2021-10-06 16:35:46 -03:00
Salvador E. Tropea
0ed0da16e2
Forcing workflow. (Why?)
2021-10-05 12:58:06 -03:00
Salvador E. Tropea
993fd389cf
Added distutils as dependency.
...
- Should I add it to setup.py? Also testing it.
2021-10-05 12:54:03 -03:00
Salvador E. Tropea
d06c6526b9
Added clean-up to the dev docker and restored dependencies.
2021-10-05 09:58:03 -03:00
Salvador E. Tropea
65cb6d62cf
Trying to workaround git clone errors on GitHub Docker
2021-10-05 09:46:28 -03:00
Salvador E. Tropea
8681829bd0
Added debug commands to the dockerimage creation
...
- The git clone command is failing
2021-10-05 09:27:10 -03:00
Salvador E. Tropea
c5465a4ae4
Added the dockerfile as trigger for the dev image workflow.
2021-10-05 09:13:57 -03:00
Salvador E. Tropea
39ee6f58d4
Added missing git command to the dev dockerfile
2021-10-05 09:10:53 -03:00
Salvador E. Tropea
68da19e5e5
Fixed error in Dockerfile
...
- Made its job parallel for testing
2021-10-05 09:06:27 -03:00
Salvador E. Tropea
4a0fba18aa
Added workflow to create a development docker image.
2021-10-05 08:51:46 -03:00
Salvador E. Tropea
6ebe1f217d
Fixed another error message in the import logic.
2021-10-04 16:08:35 -03:00
Salvador E. Tropea
9e4291ae42
Fixed some `import` error messages
...
- Some errors not detected
- Errors in the error reporting
2021-10-04 15:50:50 -03:00
Salvador E. Tropea
9da44aeafc
Fixed flake8 errors
...
- Missing imports
- Missing "self." qualifier
- Relaxed comlexity
2021-10-04 15:03:11 -03:00
Salvador E. Tropea
ab3bd7f0b3
Added a mechanism to import filters and variants.
...
- Also to restrict which outputs are imported.
- Fixes #88
2021-10-04 14:44:43 -03:00
Salvador E. Tropea
3f6105f6a8
Adapted the KiCost tests to the new grouping default.
2021-09-27 11:56:03 -03:00
Salvador E. Tropea
0f0e739026
Changed the default `group_fields` list.
...
Internal BoM: now components with different Tolerance, Voltage, Current
and/or Power fields aren't grouped together.
These fields are now part of the default `group_fields`. (#79 )
2021-09-27 11:31:51 -03:00
Salvador E. Tropea
e902c7350d
Added the new `use_aux_axis_as_origin` option to the docs.
2021-09-27 09:18:17 -03:00
Salvador E. Tropea
a5221d7d45
Fixed test_rot_bottom test.
2021-09-27 09:17:24 -03:00
Salvador E. Tropea
a31002ed01
Fixes position files, now defaults to use the auxiliar origin as KiCad.
...
Can be disabled to use absolute coordinates.
Fixes #87
2021-09-27 08:35:58 -03:00
Salvador E. Tropea
b7b39d4bfe
Added explanation for ERC on schematics not fully annotated
...
Related to #86
2021-09-21 13:14:06 -03:00
Salvador E. Tropea
0fc1c11c50
Added documentation for the new logo_scale option.
2021-09-16 08:02:04 -03:00
Salvador E. Tropea
1dea3970bc
XLSX BoM: option to control the logo scale ( Fixes #84 )
2021-09-16 07:58:48 -03:00
Salvador E. Tropea
40a42513ba
Added suport for schematic cache files when components are missing
...
Fixes #83
2021-08-24 14:37:50 -03:00
Salvador E. Tropea
8fd6900655
Fixed: no custom title block when printing a variant.
...
Fixes #82
2021-08-24 12:42:16 -03:00
Salvador E. Tropea
59e3c51734
Fixed PCBWay drill format.
...
See https://github.com/INTI-CMNB/kicad-ci-test-spora/issues/1
2021-08-24 11:03:30 -03:00
Salvador E. Tropea
c69ef6c274
Fixed problems when trying to filter KiCost warnings.
2021-08-24 10:37:26 -03:00
Salvador E. Tropea
ca599b03a5
Adapted the KiCost tests to the current KiCost code.
2021-06-03 12:28:28 -03:00
Salvador E. Tropea
f74cfb37ac
Fixed dates for the merge*.sch tests.
2021-05-25 20:47:05 -03:00
Salvador E. Tropea
3bdae8507a
Added suppport for multiprojects to the internal KiCost.
...
- Also changes the KitSpace queries format to be more readable.
2021-05-25 18:02:22 -03:00
Salvador E. Tropea
fb99ef375b
Added Debian sid version mess workaround.
...
Closes #75
2021-05-18 21:43:17 -03:00
Salvador E. Tropea
0dc8817bfb
Fixed KiCost test (because now KiCost works better)
2021-05-11 12:33:48 -03:00
Salvador E. Tropea
3255891ed0
Added comments to KiCost tests
2021-05-11 12:33:24 -03:00
Salvador E. Tropea
1d5f4cc470
Cut line too long (flake8)
2021-05-11 12:32:55 -03:00
Salvador E. Tropea
58ed8fb922
Added test to check we can select a distributor using its internal name
2021-05-11 12:13:04 -03:00
Salvador E. Tropea
596cf54fec
Adapted the KiCost initialization to the last changes
2021-05-11 12:12:27 -03:00
Salvador E. Tropea
717a2cfbb7
Removed repeated domain on logging logers.
2021-05-11 11:52:12 -03:00
Salvador E. Tropea
2ddbea3e68
Fixed the release wworflows triggered by v1 tag.
...
- This tag is used for the GitHub Action.
2021-05-04 11:03:56 -03:00
Salvador E. Tropea
49ac5d135f
Added an URL to the GitHub Actions example (in Spora repo)
2021-05-04 10:55:36 -03:00
Salvador E. Tropea
e6d7eae893
Fixed the GitHub Actions example.
...
- @v0.7.0 didn't work
- Now we have a @v1
2021-05-04 10:45:22 -03:00
Salvador E. Tropea
dffb7f5cfc
Fixed curl libs from backports
2021-05-04 10:36:08 -03:00
Salvador E. Tropea
7c23381adb
Added distributors selection to KiCost+KiBot
2021-04-28 12:13:12 -03:00
Salvador E. Tropea
af18022c2d
Merge branch 'frankleonrose-60-invert-bottom'
2021-04-25 12:23:13 -03:00
Salvador E. Tropea
a7bf1b080c
Added skip_top and skip_bottom options to the rot_footprint filter.
2021-04-25 12:20:39 -03:00
Salvador E. Tropea
35d25439c1
Regenerated the help for rot_footprint and adjusted the README.in
2021-04-25 12:12:41 -03:00
Salvador E. Tropea
798fdc3e34
Updated help strings and reverted side match patch.
2021-04-25 12:06:43 -03:00
Salvador E. Tropea
0a853594c2
Merge branch '60-invert-bottom' of https://github.com/frankleonrose/KiBot into frankleonrose-60-invert-bottom
2021-04-25 11:58:36 -03:00
Salvador E. Tropea
e391f513ec
Bumped version to 0.11.0.
2021-04-25 11:24:49 -03:00