Commit 06732ee
fix: Use Digitalsourcetype with Builder intents (#1586)
* fix: Take Digital source type into account
* fix: Take Digital source type into account
* fix: CLarify comment
* fix: Remove debug logs
* fix: FOrmat
* fix: Fix the API
* removes default and test file settings for
builder.actions.auto_created_actions,
auto_opened_actions and auto_palaced actions.
These are all now disabled and do not set digitalSourceType.
they are still tested with individual unit tests.
I set the default intent to edit in test_settings.toml.
ca_test.json known goods are updated.
If intent is set, it always takes precedent over auto_opened and auto_create.
* fix: Typos
---------
Co-authored-by: Gavin Peacock <[email protected]>1 parent 607469e commit 06732ee
File tree
7 files changed
+226
-111
lines changed- c2pa_c_ffi/src
- cli/tests/fixtures/trust
- docs
- sdk
- src
- settings
- tests
- fixtures
- known_good
7 files changed
+226
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1847 | 1847 | | |
1848 | 1848 | | |
1849 | 1849 | | |
1850 | | - | |
| 1850 | + | |
1851 | 1851 | | |
1852 | 1852 | | |
1853 | 1853 | | |
| |||
1888 | 1888 | | |
1889 | 1889 | | |
1890 | 1890 | | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
1891 | 1958 | | |
1892 | 1959 | | |
1893 | 1960 | | |
1894 | 1961 | | |
| 1962 | + | |
| 1963 | + | |
1895 | 1964 | | |
1896 | 1965 | | |
1897 | 1966 | | |
| |||
1919 | 1988 | | |
1920 | 1989 | | |
1921 | 1990 | | |
1922 | | - | |
| 1991 | + | |
1923 | 1992 | | |
1924 | 1993 | | |
1925 | 1994 | | |
| |||
1951 | 2020 | | |
1952 | 2021 | | |
1953 | 2022 | | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
1954 | 2026 | | |
1955 | 2027 | | |
1956 | 2028 | | |
| |||
2114 | 2186 | | |
2115 | 2187 | | |
2116 | 2188 | | |
2117 | | - | |
2118 | 2189 | | |
2119 | 2190 | | |
2120 | 2191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
| 493 | + | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments