Commit Graph

2067 Commits

Author SHA1 Message Date
Salvador E. Tropea a3bf56c39a Adapted test SCH references
- Now we keep title block entries, even if they are " "
  This is how KiCad behaves
2022-07-21 13:46:27 -03:00
Salvador E. Tropea 9d7e3b91f4 Removed debug message 2022-07-21 13:46:09 -03:00
Salvador E. Tropea 0e7121dc3d Now configuration sections are parsed in a fixed order
- This allows a predictable behavior, the YAML is converted to a dict,
  so you can't trust in the order of the keys.
- It avoids misstakes
- Allows using %V/v in preflights, even if globals are declared latter.

Fixes #234
2022-07-21 13:11:24 -03:00
Salvador E. Tropea b9bd5368c9 Now %V/%v can be expanded in preflights
Related to #234
2022-07-21 13:07:24 -03:00
Salvador E. Tropea 1b9c734401 [KiCad 6 SCH] Fixed problems with title block on variants
- The title block wasn't saved if the title wasn't defined.
- In the first versions of v6 it was stored empy, now skipped.
2022-07-21 12:58:46 -03:00
Salvador E. Tropea ecd9e6280c [Installation Checker] Fixed problems with iBoM version detection
- We must define INTERACTIVE_HTML_BOM_NO_DISPLAY=True
Related to #228
2022-07-19 09:44:09 -03:00
Salvador E. Tropea 175af3c0c4 [DOCs] Updated the changelog (last fix about zones) 2022-07-19 09:43:18 -03:00
Salvador E. Tropea 513b6526ff [PCB Print] Fixed problems with zones on multiple layers
- Now we remove them from the layer set
Closes #226
2022-07-18 09:52:41 -03:00
Salvador E. Tropea 8a47bdee83 [Install Checker] Instruct to install pip when needed
- Python tools can't be autodownloaded without pip
2022-07-18 08:49:02 -03:00
Salvador E. Tropea 8f2f59eeb0 [KiBot Check] Added the comments
- When a tool is missing.
- Currently Pandoc is the only with extra comments
Related to #228
2022-07-18 08:07:11 -03:00
Salvador E. Tropea 0726a3c2d5 Merge branch 'master' of https://github.com/INTI-CMNB/KiBot 2022-07-15 06:23:08 -03:00
Salvador E. Tropea 493ae25f38 [CI/CD] Added missing sources to coverage combine (experimental) 2022-07-14 20:53:18 -03:00
Salvador E. Tropea 9a21ec7d19 [CI/CD] Changing to a common coverage 5.1 (experimental)
- lastest can fail
2022-07-14 20:40:37 -03:00
Salvador E. Tropea 07b64b53f4 [CI/CD] Using last coverage tool for ki5 and ki6 (experimental) 2022-07-14 20:19:54 -03:00
Salvador E. Tropea c0e34386b3 [CI/CD] Fixed missing steps key (experimental) 2022-07-14 19:55:09 -03:00
Salvador E. Tropea b70d2b0b1d [CI/CD] Rebalanced groups and combined coverage (experimental) 2022-07-14 19:52:49 -03:00
Salvador E. Tropea 19519dd85a [CI/CD] Trying to run slow tests in parallel (experimental) 2022-07-14 19:24:58 -03:00
Salvador E. Tropea 061ed0488e [Tests] Separated kicad2step, pcbnew and eeschema tests 2022-07-14 19:23:28 -03:00
Salvador E. Tropea 5a8391ca59 [Tests] Migrated qr_lib_1 to pcb_print (faster) 2022-07-14 18:53:41 -03:00
Salvador E. Tropea 3e922b6009 [PCB_Print] Fixed problems with filtered/modified PCBs 2022-07-14 18:52:31 -03:00
Salvador E. Tropea c4b1d6b8ad [Position] Fixed problems with repeated references
- Happens when doing manual panelization

Closes #224
2022-07-14 18:11:56 -03:00
Salvador E. Tropea d52fd87076 [Tests] More adjusts to allow parallel run 2022-07-14 17:47:53 -03:00
Salvador E. Tropea 037e242660 [DOCs] Added reference to OAR computaion PR 2022-07-14 17:46:23 -03:00
Salvador E. Tropea a3c517d407 Merge branch 'hkleen-feature_fix_oar'
OAR computation fix
2022-07-14 17:19:30 -03:00
Salvador E. Tropea 97fbdef5c8 [Tests] Updated results after OAR fix. 2022-07-14 17:18:18 -03:00
Salvador E. Tropea 1bd576d6e7 [DOCs] Updated OAR fix in changelog 2022-07-14 17:17:51 -03:00
Henning Kleen b4ed680d9c fix OAR calculation for design report 2022-07-14 15:56:40 +02:00
Salvador E. Tropea 882999edf4 [DOCs] Added a note about the importance of %i
- When using position output and separate files

Related to #222
2022-07-14 08:28:31 -03:00
Salvador E. Tropea ba7bebd980 [Position] Added an error message for wrong file names
- If a user asks for separated files and doesn't use %i to
  differentiate the names now we inform it as an error.

Related to #222
2022-07-13 11:33:43 -03:00
Salvador E. Tropea 45285c4807 [DOCs] Added the new tags for actions and docker images 2022-07-13 11:08:49 -03:00
Salvador E. Tropea d6faddafe1 [GitHub Action v2_d] Switched to v2_d 2022-07-13 10:49:21 -03:00
Salvador E. Tropea 1b9a049f1b [GitHub Action v2] Switched to v2 2022-07-13 10:48:09 -03:00
Salvador E. Tropea e2e84cdd39 [GitHub Action v2_dk6] Switched to v2_dk6 2022-07-13 10:46:40 -03:00
Salvador E. Tropea 9045c07a6e [GitHub Action v2_k6] Switched to v2_k6 2022-07-13 10:42:08 -03:00
Salvador E. Tropea 99c0b33bd0 [GitHub Action] Added versions to the entrypoint 2022-07-13 10:38:56 -03:00
Salvador E. Tropea 8c690bfb3f Switched to v1.2.1 to identify git code 2022-07-13 10:38:26 -03:00
Salvador E. Tropea ec3796d54a [CI/CD] Disabled release stuff for GitHub Action tags 2022-07-13 10:34:40 -03:00
Salvador E. Tropea 7f29fa1ecd [Tests] Fixed test_import_7
- It used a test case that didn't really pass the DRC
2022-07-13 09:25:02 -03:00
Salvador E. Tropea a8a4c2ad9a [Tests] More adjusts to test_sch_missing_filtered filters
- Reason: Now tests are run in parallel, so we can catch a temporal
  KiCad configuration created by a parallel job.
2022-07-13 06:49:22 -03:00
Salvador E. Tropea 4765121e3f [Tests] ImageMagick available again 2022-07-13 06:32:11 -03:00
Salvador E. Tropea 4245709e3d [Tests] Adjusted the filters for test_sch_missing_filtered
- Not sure why needed, but these warnings are logic
2022-07-13 06:29:03 -03:00
Salvador E. Tropea 73c72ecb62 [Tests] Fixed test_import_8
- Removed the ligth_control project
2022-07-12 14:03:17 -03:00
Salvador E. Tropea 3e05ab8b6a [Import] Preflights now can be imported
- Also fixed the filters and variants configuration, now delayed.

Fixes #221
Related to #181
2022-07-12 13:39:43 -03:00
Salvador E. Tropea 9ce18ae39b Fixed filter and variants import 2022-07-12 11:10:35 -03:00
Salvador E. Tropea 6c118b73fa Imports can be nested now
- import stuff that was imported ...
- Is the first approach, works for a simple case

Related to #218
2022-07-12 10:55:00 -03:00
Salvador E. Tropea 42503a909a [SCH][Print] A global option to cross components without a body.
- Only for KiCad 6

Closes #219
2022-07-12 08:44:05 -03:00
Salvador E. Tropea 68c96385d3 [KiCad 6][Variants] Fixed problems crossing alternative drawings
- Units with DeMorgan alternative drawing got only one crossed

Related to #219
2022-07-12 07:39:15 -03:00
Salvador E. Tropea b59a77d900 Merge branch 'hkleen-feature_variable_expansion' 2022-07-11 12:42:32 -03:00
Salvador E. Tropea 139ee82bdc Documented the added features. 2022-07-11 12:41:23 -03:00
Henning Kleen 209248ae8d also expand environment variables in design report template path 2022-07-11 15:22:43 +02:00