Saumya Jain
d52cd78852
Update GitHub workflow to use create-or-update-comment action
...
In this update, the GitHub workflow now uses the 'create-or-update-comment' action instead of the 'find-comment' action for PR comments. Additionally, a step has been added to get the PR number. This change is expected to facilitate more efficient PR commenting and handling.
CURa-10903
2024-04-10 14:01:17 +02:00
Saumya Jain
bb94ce9e75
fixing typo checks
...
CURA-10903
2024-04-09 11:37:42 +02:00
Saumya Jain
561a40d000
Implement GitComment class and update workflow files
...
A new GitComment class was implemented to replace Diagnostic for deleted file checks. As part of this change, both main workflow files (printer-linter-pr-diagnose.yml and printer-linter-pr-post.yml) have been updated to accommodate this new class. Also, reports now use 'comment.md' instead of 'fixes.yml'. All of this is ultimately geared at improving diagnostic functionality and allowing deleted file checks to output directly to a Git comment.
CURA-10903
2024-04-09 11:33:24 +02:00
Saumya Jain
702f8573c3
Merge branch 'main' into CURA-10903-warn-for-deleted-files
2024-04-08 14:03:48 +02:00
HellAholic
bb444a6eb4
Merge pull request #18822 from Ultimaker/CURA-10904-printer-linter-material-temperature
...
Cura 10904 printer linter material temperature
2024-04-08 13:38:24 +02:00
Saumya Jain
323a347248
Merge branch 'main' into CURA-10904-printer-linter-material-temperature
2024-04-08 12:50:52 +02:00
Saumya Jain
29617ea22f
removed path with parent because it doesn't exist anymore
2024-04-08 12:42:33 +02:00
Saumya Jain
061a80deb4
Merge branch 'main' into CURA-10903-warn-for-deleted-files
2024-04-08 12:25:36 +02:00
Saumya Jain
b3a25893fc
fix results to result
...
CURA-10903
2024-04-08 12:25:10 +02:00
Saumya Jain
c53e611c81
Update printer-linter workflow and fix file checks order
...
CURA-10903
2024-04-08 12:23:26 +02:00
HellAholic
d842d9c139
Merge pull request #18815 from Ultimaker/CURA-11748-crash-during-the-material-setting-load
...
Update MaterialNode initialization and metadata retrieval
2024-04-08 12:17:52 +02:00
Saumya Jain
13ad75a240
fixing command
...
CURA-10903
2024-04-08 10:52:17 +02:00
Saumya Jain
8b135b5562
Update command to retrieve deleted files
...
CURA-10903
2024-04-08 10:50:24 +02:00
Saumya Jain
2f8829c2d1
GIT_DIFF not necessarity have the info of deleted files
...
CURA-10903
2024-04-08 10:42:17 +02:00
Saumya Jain
38382eeec7
Add detection for deleted files in printer linter
...
This update adds a new check for deleted files in the printer linter. This will alert the user when a file has been deleted that could potentially disrupt upgrade scripts. An argument "--deleted" is also added to terminal.py to facilitate this new check. Additionally, the printer-linter version has been incremented to 0.1.2.
CURA-10903
2024-04-05 15:55:30 +02:00
Saumya Jain
794cdfd077
Same as before.
...
CURA-10904
2024-04-05 11:59:39 +02:00
Saumya Jain
6609741323
Fix potential key error in printer linter
...
CURA-10904
2024-04-05 10:06:28 +02:00
Saumya Jain
e5fb40b48c
Add material temperature check in linter
...
CURA-10904
2024-04-05 10:02:08 +02:00
Erwan MATHIEU
8020b9d97d
Move back to testing packages on main
2024-04-04 15:05:13 +02:00
Saumya Jain
b944e35c25
Update MaterialNode initialization and metadata retrieval
...
Although this is rare scenario.This allows for metadata retrieval from the container directly if one is provided, otherwise metadata is fetched using the container_id from the ContainerRegistry. Updated the MaterialNode creation in the VariantNode class(only one scenario) to pass the container.
CURA-11748
2024-04-04 13:19:32 +02:00
Saumya Jain
da8db6201e
merge 5.7
2024-04-03 16:59:46 +02:00
HellAholic
8c0225c20e
Merge pull request #18796 from Ultimaker/CURA-11738-string-correction-for-openUCP
...
Corrected string
2024-04-03 12:25:35 +02:00
Jaime van Kessel
b5f56dfb97
Merge pull request #18724 from nathanrooy/main
...
Fixed "positionning" -> "positioning" typo
2024-04-03 09:42:18 +02:00
Nathan Rooy
e8d7a3cda6
Merge branch 'main' into main
2024-04-02 10:20:27 -04:00
Erwan MATHIEU
04ddb8e6e0
Merge remote-tracking branch 'origin/5.7' into 5.7
5.7.0
2024-04-02 14:11:31 +02:00
Erwan MATHIEU
40742565e7
Set proper 5.7.0 version
2024-04-02 14:11:08 +02:00
Erwan MATHIEU
bd5b4c3742
Pin dependancies versions for 5.7.0
2024-04-02 14:10:48 +02:00
Erwan MATHIEU
e08123bf86
Merge pull request #18798 from Ultimaker/CURA-11801-values-not-visible-saving-ucp
...
Values now shown while saving UCP
2024-04-02 14:09:51 +02:00
Saumya Jain
532dc0825b
Values now shown while saving UCP
...
For all the values even numericals were passed through the translations. so nothing came out for numbers. Now we filter it for enums and then translate it.
CURA-11801
2024-04-02 13:54:08 +02:00
HellAholic
4dd9c3fd65
Merge pull request #18797 from Ultimaker/CURA-11797_New_Changelog
...
Update Changelog for Stable Release
2024-04-02 12:53:03 +02:00
Mariska
1a552af450
Two corrections
...
Removed a <
Added the mention of Support for the brim inside only
2024-04-02 11:47:13 +02:00
MariMakes
03a6d090db
Update Changelog for Stable Release
...
Added the introduced bugfixes to the changelog
2024-04-02 11:40:00 +02:00
Saumya Jain
aa900abe9b
Corrected string
...
As it doesn't open the file as Cura project anymore
CURA-11738
2024-04-02 10:59:53 +02:00
Saumya Jain
ebed5808ca
corrected requirement labels
2024-04-02 10:27:36 +02:00
Saumya Jain
547f1bb8de
Merge branch '5.7'
2024-04-02 10:15:00 +02:00
HellAholic
ac65948912
Merge pull request #18767 from Ultimaker/CURA-11800
...
Cura 11800
2024-04-02 09:28:34 +02:00
Erwan MATHIEU
346d375c48
Merge branch '5.7' into CURA-11800
2024-04-02 09:01:31 +02:00
Erwan MATHIEU
8b3c97429f
Merge pull request #18792 from Patola/5.7
...
Updated pt_BR strings for Cura 5.7
2024-04-02 08:40:42 +02:00
Cláudio 'Patola' Sampaio
479d4d0062
Updated pt_BR strings for Cura 5.7
2024-04-02 02:34:34 +02:00
c.lamboo
40b9f2b909
Change modal type to ApplicationModal
...
this was causing issues on mac. You can only have a single `modal` open at all time. Some how mac though a modal was still open (event after it was being closed) and refused to open other dialogs (like file dialogs)
CURA-11800
2024-03-30 16:36:07 +01:00
c.lamboo
b3d3c4d00a
Remove almost duplicate file
...
CURA-11800
2024-03-30 16:16:27 +01:00
HellAholic
a95418f072
Merge pull request #18745 from Ultimaker/CURA-11465-addprinter-window-jumps-to-cloud-printer
...
Implement syncing feature for Ultimaker account
2024-03-29 16:52:38 +01:00
c.lamboo
16ce5c8b6f
Merge remote-tracking branch 'origin/5.7' into 5.7
2024-03-29 16:23:50 +01:00
c.lamboo
600f5cdaf6
Fix opening empty ucp files
...
CURA-11703
2024-03-29 16:23:38 +01:00
HellAholic
6d5966472c
Merge pull request #18754 from Ultimaker/CURA-11783-enum-instead-of-text-value
...
Cura 11783 enum instead of text value
2024-03-29 15:26:51 +01:00
c.lamboo
5301233322
Fix label in save ucp
...
CURA-11783
2024-03-29 14:13:06 +01:00
c.lamboo
0d01f7523e
Also translate label
...
CURA-11783
2024-03-29 13:04:56 +01:00
c.lamboo
b2fea2c1b5
Point to correct catalog
...
CURA-11783
2024-03-29 12:52:31 +01:00
c.lamboo
b2c0767165
Add translations to enum values
...
CURA-11783
2024-03-29 11:52:09 +01:00
HellAholic
29c3c2f098
Merge pull request #18756 from Ultimaker/CURA-11703_fix_ucp_jump_coords
...
[CURA-11703] Reset entire scene around center for UCP.
2024-03-29 11:36:45 +01:00