Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto pushed to production at infrastructure/extensions-website 2024-10-14 11:35:02 +02:00
4a2e873de8 Revert "Version Upload API: Handle \n for release notes (#262)"
Dalai Felinto pushed to main at infrastructure/extensions-website 2024-10-14 11:34:48 +02:00
4a2e873de8 Revert "Version Upload API: Handle \n for release notes (#262)"
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 18:50:01 +02:00
3a8f7bf03d More changes
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 17:08:22 +02:00
728b38deb9 Re-generated MD
c047e33cd3 Use data from extern
b5a1e066b8 Use SPDX on licenses file names
f16b4b7634 Add license/copyright/homepage for a few libraries
Compare 4 commits »
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 15:42:11 +02:00
ceb75a5d47 make format
f2391e8400 Refactor: use defines for paths
Compare 2 commits »
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 15:12:11 +02:00
6c5a01e841 Get licenses out of the way
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 15:10:31 +02:00
0649fcff28 Updated license.md
100dc71020 Refer to the licenses via a link
38d4c9e49f Add extra line before the license dump
eb740ce510 Remove extra space on Apache license
Compare 4 commits »
Dalai Felinto created branch make-license in dfelinto/blender 2024-10-11 15:00:09 +02:00
Dalai Felinto pushed to make-license at dfelinto/blender 2024-10-11 15:00:09 +02:00
f83f40500c Generation working with fake data
192593c3a8 make license: command to update the license file
6581598ece Geometry Nodes: Warning Node: Show icons on the enum
965fdf0d54 Fix #128390: GPv3: Select all toggle preference not working
9221c545af Fix: string attributes not shown properly in spreadsheet
Compare 10 commits »
Dalai Felinto pushed to production at infrastructure/extensions-website 2024-10-10 19:10:41 +02:00
3bdf37b6bd Version Upload API: Handle \n for release notes (#262)
beffbc8403 README: Remove reference of feature flags
Compare 2 commits »
Dalai Felinto pushed to main at blender/blender-developer-docs 2024-10-10 19:09:12 +02:00
34432e29ac Extensions: Mention \n on CI/CD page
Dalai Felinto pushed to main at infrastructure/extensions-website 2024-10-10 18:58:15 +02:00
3bdf37b6bd Version Upload API: Handle \n for release notes (#262)
Dalai Felinto deleted branch version-update-linebreak from infrastructure/extensions-website 2024-10-10 18:58:15 +02:00
Dalai Felinto merged pull request infrastructure/extensions-website#262 2024-10-10 18:58:14 +02:00
Version Upload API: Handle \n for release notes
399f412e54 From review: Simplify return
Dalai Felinto commented on pull request infrastructure/extensions-website#262 2024-10-10 18:46:25 +02:00
Version Upload API: Handle \n for release notes

To make sure if we get None we still return None, if we get "" we still return "".

I will change this so it test for not None.

Dalai Felinto commented on pull request infrastructure/extensions-website#262 2024-10-10 18:30:42 +02:00
Version Upload API: Handle \n for release notes

And once (if) this is accepted I will update the documentation to mention \n: https://developer.blender.org/docs/features/extensions/ci_cd/

Dalai Felinto commented on pull request infrastructure/extensions-website#262 2024-10-10 18:30:18 +02:00
Version Upload API: Handle \n for release notes

For the records, initially the unittest was passing even without my changes. It seems that CURL interprets strings differently than our unittest? It is also possible that I don't know how to test…

Dalai Felinto created pull request infrastructure/extensions-website#262 2024-10-10 18:26:47 +02:00
Version Upload API: Handle \n for release notes
d8e48d9681 Version Upload API: Handle \n for release notes