-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REL] 17.3.0-alpha.6 #4144
Closed
Closed
[REL] 17.3.0-alpha.6 #4144
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fw-bot ignore |
robodoo r+ |
Forward-port disabled. |
Task: / 3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683 face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954 466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821 4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101 a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101 82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112 ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466 71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312 02100e542 [FIX] tests: rewrite autocomplete test 7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756 d6199d130 [FIX] compiler: translatable error message Task: 3872025 26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693 34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039 eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327 cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195 482261fea [FIX] BottombarStatistics: Fix icon position 4c669438f [IMP] formats: add custom formats to format menu Task: 3799480 a1f277b82 [IMP] selection: remove dead getter 297841eed [IMP] XLSX: Faulty default styles cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612 b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612 556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612 a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616
rrahir
force-pushed
the
17.3.0-alpha.6-release-2604-1967-BI
branch
from
April 26, 2024 07:26
2ee94b2
to
29654cf
Compare
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Apr 26, 2024
Task: / 3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683 face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954 466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821 4de08fabb [IMP] helpers: `recomputeZone` handles zone and unboundedZone b69b8164e [IMP] tables: allow creation of custom table style Task: 3802101 a81e647cb [FIX] tests: prevent chaining of `makeTestEnv` Task: 3802101 82d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112 ab4d6ca48 [FIX] table: update table style on `DELETE_CONTENT` Task: 3884466 71516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312 02100e542 [FIX] tests: rewrite autocomplete test 7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756 d6199d130 [FIX] compiler: translatable error message Task: 3872025 26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693 34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039 eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327 cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195 482261fea [FIX] BottombarStatistics: Fix icon position 4c669438f [IMP] formats: add custom formats to format menu Task: 3799480 a1f277b82 [IMP] selection: remove dead getter 297841eed [IMP] XLSX: Faulty default styles cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612 b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612 556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612 a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616 closes #4144 Signed-off-by: Rémi Rahir (rar) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contains the following commits:
3b1657fa1 [IMP] model: add a bit of tracing Task: 3893683
face8ee02 [FIX] evaluator: Prevent incorrect invalidation of spread Task: 3883954
466b07476 [PERF] evaluation: faster dependencies checking Task: 3874821
4de08fabb [IMP] helpers:
recomputeZone
handles zone and unboundedZoneb69b8164e [IMP] tables: allow creation of custom table style Task: 3802101
a81e647cb [FIX] tests: prevent chaining of
makeTestEnv
Task: 380210182d2eb940 [FIX] borders: wrong borders on remove rows Task: 3884112
ab4d6ca48 [FIX] table: update table style on
DELETE_CONTENT
Task: 388446671516944e [FIX] dataValidation: Display suggestions on dv-icon click Task: 3872312
02100e542 [FIX] tests: rewrite autocomplete test
7863a61ba [FIX] table: disable sort option for dynamic table Task: 3872756
d6199d130 [FIX] compiler: translatable error message Task: 3872025
26f31fe46 [FIX] pivot: support Reference fields in pivot side panel Task: 3869693
34e6b9494 [IMP] evaluation: catchable invalid ranges Task: 3597039
eb9058ebb [IMP] compiler: catch argument shape errors Task: 3859327
cb28884a5 [IMP] tests: rename duplicated viewport tests names Task: 3857195
482261fea [FIX] BottombarStatistics: Fix icon position
4c669438f [IMP] formats: add custom formats to format menu Task: 3799480
a1f277b82 [IMP] selection: remove dead getter
297841eed [IMP] XLSX: Faulty default styles
cca91dd84 [IMP] tables: import table styles in xlsx Task: 3789612
b48c3f7b8 [IMP] tables: export table style in xlsx Task: 3789612
556b49cf8 [IMP] xlsx_import: use xlsx blob to test the import Task: 3789612
a378f84e2 [REF] icons: replace custom icons by font-awesome icons Task: 3863616