Skip to content
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

v2.17 #2028

Merged
merged 279 commits into from
May 15, 2024
Merged

v2.17 #2028

Changes from 1 commit
Commits
Show all changes
279 commits
Select commit Hold shift + click to select a range
596c486
perf(watcher): change db queries to improve Watcher scanning perfs
olfamizen Jan 8, 2024
1ce2beb
refactor(studies-db): change signature of `get` method in `StudyMetad…
laurent-laporte-pro Feb 14, 2024
403087e
fix(studies-db): correct the many-to-many relationship between `Study…
laurent-laporte-pro Feb 14, 2024
7c3c5cd
fix(db): add a migration script to correct the many-to-many relations…
laurent-laporte-pro Feb 14, 2024
d0370cd
test: correct issue with test_synthesis.py
laurent-laporte-pro Feb 16, 2024
5c269c6
perf(watcher): improve performance of the Watcher service (#1888)
laurent-laporte-pro Feb 16, 2024
2f1e6d9
test(study-db): add unit test to delete studies with additional data
laurent-laporte-pro Feb 21, 2024
8b0e5f3
fix(variant-db): add cascade delete constraints on foreign keys
laurent-laporte-pro Feb 21, 2024
fd6a21f
fix(variant-db): add a migration script to fix foreign key constraints
laurent-laporte-pro Feb 21, 2024
721d18f
Merge pull request #1943 from AntaresSimulatorTeam/bugfix/952-correct…
olfamizen Feb 22, 2024
07e2d90
feat(tags): handle case-insensitive tags
laurent-laporte-pro Feb 16, 2024
a87af8f
feat(tags): remove orphan tags on update
laurent-laporte-pro Feb 16, 2024
bdc29cd
feat(ui-tags): handle case-insensitive tags in filtering
laurent-laporte-pro Feb 16, 2024
ab7502f
feat(api-tags): normalize whitespaces around tags and check string le…
laurent-laporte-pro Feb 19, 2024
dc252a1
feat(study-search): improve access to session in `update_tags`
laurent-laporte-pro Feb 22, 2024
3396f2e
feat(tags): handle case-insensitive tags and remove orphans (#1937)
laurent-laporte-pro Feb 23, 2024
e8a0d6f
feat(permission-db): check user permission through the db query (#1931)
mabw-rte Feb 23, 2024
8d95e70
Merge branch 'hotfix/v2.16.5' into dev
skamril Feb 27, 2024
bae236d
feat(study-search): add a studies counting endpoint (#1942)
mabw-rte Feb 27, 2024
39ebbfb
Merge branch 'hotfix/v2.16.5' into dev
skamril Feb 27, 2024
c491baf
refactor(areas): remove areas UI form fields (#1955)
hdinia Feb 28, 2024
4201e88
fix(api-study): check area duplicates on creation (#1964)
mabw-rte Mar 4, 2024
c482184
Merge branch 'hotfix/v2.16.6' into dev
skamril Mar 4, 2024
f7f082a
fix(comments): use a command to update comments on a variant (#1959)
MartinBelthle Mar 5, 2024
add0c63
Merge remote-tracking branch 'origin/hotfix/v2.16.7' into dev
skamril Mar 7, 2024
c968964
refactor(eslint): add new rules and fix new errors
skamril Mar 8, 2024
7616429
docs(ui): update JSDoc comments to resolve lint warnings
hdinia Mar 8, 2024
5dcfcbb
Merge pull request #1973 from AntaresSimulatorTeam/feature/add_eslint…
skamril Mar 8, 2024
fcdb1c9
feat(clusters): add new endpoint for clusters duplication (#1972)
MartinBelthle Mar 9, 2024
b3f654a
fix(storages): use command when updating matrices (#1971)
MartinBelthle Mar 9, 2024
d90c5cc
fix(variants): avoid Recursive error when creating big variant tree (…
MartinBelthle Mar 9, 2024
c60a318
fix(xpansion): catch Exception when no sensitvity folder in xpansion …
MartinBelthle Mar 11, 2024
a4d647d
fix(study-search): skip repository study search tests pending a final…
mabw-rte Mar 11, 2024
70bd975
fix(results): correct weekly data formatting to support 53-week years
hdinia Mar 11, 2024
aeaf738
Merge pull request #1975 from AntaresSimulatorTeam/bugfix/weekly-date…
hdinia Mar 11, 2024
b1cd0d2
fix(st-storage): correction of incorrect wording between "withdrawal"…
laurent-laporte-pro Mar 13, 2024
04f0786
feat(ui-utils): add `validateString` utility
hdinia Feb 28, 2024
7740146
feat(ui-map): add areas validation on `CreateAreaDialog`
hdinia Feb 28, 2024
b7e51ca
fix(ui-map): add missing api error return
hdinia Feb 28, 2024
17f0ba7
refactor(ui): replace existing validation logic with `validateString`…
hdinia Mar 6, 2024
d380bf7
fix(ui-utils): optimize `validatePassword` regex to mitigate potentia…
hdinia Mar 12, 2024
c59d810
refactor(ui): polish `validatePassword` and add minor optimizations
hdinia Mar 13, 2024
ab1253e
Merge pull request #1956 from AntaresSimulatorTeam/feature/add-areas-…
hdinia Mar 14, 2024
b750874
fix(ui-launcher): add default value in options for `time_limit`
hdinia Mar 11, 2024
86c806c
refactor(ui-launcher): optimize `time_limit` parsing
hdinia Mar 13, 2024
1f687f7
feat(api-launcher): add default values for `time_limit` and `nb_cpu`
hdinia Mar 11, 2024
baba0d9
test(launcher): update slurm tests default value for `time_limit`
hdinia Mar 13, 2024
bd1a69b
feat(api-launcher): simplify reading of SLURM launcher parameters
laurent-laporte-pro Mar 14, 2024
60cca11
style(api-launcher): correct typing of `time_limit` parameter in model
laurent-laporte-pro Mar 14, 2024
8b00715
fix(launcher): add / correct default time limit in submission form (#…
laurent-laporte-pro Mar 14, 2024
a36b236
feat(backend): support v8.7's upgrader, clusters and binding constrai…
MartinBelthle Mar 14, 2024
ed13172
fix(commands): added support for removing BC matrices in v8.7 when de…
laurent-laporte-pro Mar 15, 2024
8b8f40d
test(commands): improve unit tests on BC management
laurent-laporte-pro Mar 15, 2024
b8bc294
test(commands): improve unit tests for `remove_area` command
laurent-laporte-pro Mar 15, 2024
93e1e69
feat(commands): binding constraint commands can accept matrix names i…
laurent-laporte-pro Mar 15, 2024
fc31eb5
test(api-thermals): add case with a BC referencing a thermal
laurent-laporte-pro Mar 15, 2024
7e0c480
fix(commands): fix `remove_cluster` command and add unit tests for BC…
laurent-laporte-pro Mar 15, 2024
019f2bd
refactor(api): refactor and rename the exceptions related to `.ini` f…
laurent-laporte-pro Jan 18, 2024
51b9a46
fix(matrix-service): correct implementation of `ISimpleMatrixService.…
laurent-laporte-pro Mar 15, 2024
6769243
refactor(api): refactor and rename the exceptions related to `.ini` f…
laurent-laporte-pro Mar 15, 2024
e757801
fix(db): correct conversion to `CommandDTO` when the version isn't pr…
laurent-laporte-pro Mar 19, 2024
07cf7ca
fix(outputs): build outputs config even when using cache
MartinBelthle Feb 29, 2024
70dc017
test(outputs): improve unit test `test_outputs`
laurent-laporte-pro Mar 25, 2024
dc0e93f
test: correct implementation of the `get_matrix_id` mock
laurent-laporte-pro Mar 25, 2024
36bc82e
fix(outputs): build outputs config even when using cache (#1958)
laurent-laporte-pro Mar 25, 2024
fba45a0
chore(eslint): add new rules (#1985)
skamril Mar 26, 2024
ebb600e
chore(commitlint): add config (#1987)
skamril Mar 26, 2024
9e971f4
fix(study-search): correct the SQL query used for pagination (#1986)
laurent-laporte-pro Mar 26, 2024
7a5e55c
feat(bc): add bc validation endpoint
MartinBelthle Mar 18, 2024
79f11fe
feat(bc): add response model to post and put endpoints
MartinBelthle Mar 18, 2024
f40f723
fix(bc): only replace outdated matrices when updating frequency
MartinBelthle Mar 19, 2024
7d91d44
chore: remove useless comment in blueprint
laurent-laporte-pro Mar 21, 2024
d09d67b
feat(bc): add the ability to filter BC on various properties
laurent-laporte-pro Mar 21, 2024
1311d15
docs(bc): rephrase docstring in `validate_binding_constraint`
laurent-laporte-pro Mar 21, 2024
212bdfb
fix(bc): remove group validation from BC creation
laurent-laporte-pro Mar 22, 2024
0694f2b
feat(api-bc): add endpoints to manage and validate BC groups
laurent-laporte-pro Mar 22, 2024
b242447
feat(bc): used camelCase field names in binding constraints API
laurent-laporte-pro Mar 24, 2024
004abcb
feat(bc): make `comments` `filter_year_by_year` `filter_synthesis` op…
laurent-laporte-pro Mar 25, 2024
51d6092
refactor(bc)!: update binding constraints service and address minor i…
hdinia Mar 26, 2024
3932fbd
fix(bc): correct imports linting
hdinia Mar 28, 2024
a91c8bb
test(bc): use `terms` in constraints tests
hdinia Mar 28, 2024
86efc5f
fix(bc): correct typing in constraints service
hdinia Mar 28, 2024
def92ca
fix(bc): ensure constraint filters accurately restrict results based …
hdinia Mar 28, 2024
4f4ddc8
fix(bc): wrong key access for `filter_year_by_year` and `filter_synth…
hdinia Mar 28, 2024
b323f68
fix(bc): add `terms` to thermal tests
hdinia Mar 29, 2024
be08787
refactor(bc): handle versioning for output filters and optimize model…
hdinia Mar 29, 2024
7cb21d1
fix(api-bc): correct `area_name` and `cluster_name` filtering
laurent-laporte-pro Mar 29, 2024
84988e3
refactor(api-bc): use two separate methods to get the constraints and…
laurent-laporte-pro Mar 29, 2024
75c2e6d
refactor(api-bc): turn `offset` value to integer
laurent-laporte-pro Mar 29, 2024
887f5f2
feat(bc): add constraints groups endpoints and constraints service en…
laurent-laporte-pro Mar 30, 2024
700a6bd
refactor(ui-bc): overhaul naming and apply minor optimizations on `Bi…
hdinia Mar 14, 2024
e5de031
feat(ui-bc): ui improvements for `BindingConstForm`
hdinia Mar 15, 2024
717414b
feat(bc): add senarized terms matrices
hdinia Mar 15, 2024
02b9edd
refactor(bc): update constraints types
hdinia Mar 18, 2024
6b04a4f
refactor(bc): add constraints data model adapter
hdinia Mar 20, 2024
bccf241
refactor(bc): remove legacy `AutoSubmitGenerator`
hdinia Mar 20, 2024
5c0aa0a
feat(bc): add new constraint properties form
hdinia Mar 20, 2024
c93995b
refactor(bc): optimize utils and types
hdinia Mar 20, 2024
e97f074
feat(bc): add constraint properties form labels
hdinia Mar 20, 2024
26377b2
fix(bc): prevent blank screen while constraints are loaded
hdinia Mar 21, 2024
8cdd29b
feat(bc): add `MatrixDialog` and layout improvements
hdinia Mar 21, 2024
2d35dd1
refactor(bc): fix offset field and deprecate `ConstraintTermItem`
hdinia Mar 22, 2024
4ef3496
refactor(bc): rename `OptionsList` props and disable first term element
hdinia Mar 22, 2024
0be38ac
refactor(bc): improve create term dialog
hdinia Mar 22, 2024
03f95b2
refactor(bc): enhance `OptionsList`
hdinia Mar 22, 2024
a1b8187
feat(bc): append newly created constraint to list and display it
hdinia Mar 22, 2024
9dbde92
refactor(bc): update fields to camel case
hdinia Mar 25, 2024
4af3990
refactor(bc): update constraint properties submit handler
hdinia Mar 25, 2024
69c8aaf
feat(bc): add group field to `AddDialog`
hdinia Mar 25, 2024
1907768
feat(bc): add `ConstraintFields` label options
hdinia Mar 25, 2024
7c17a50
feat(bc): change buttons layout
hdinia Mar 25, 2024
a62f887
fix(bc): time series matrix was not sync with the constraint state
hdinia Mar 27, 2024
a59a274
fix(bc): invalid term type in `AddConstraintForm`
hdinia Mar 27, 2024
85a9e81
refactor(bc): minor adjustements
hdinia Mar 27, 2024
3009896
feat(bc): fontend v8.7 support for binding constraints (#1993)
laurent-laporte-pro Apr 2, 2024
9797944
feat(thematic-trimming): add missing variables in the TT table (v8.6)
laurent-laporte-pro Mar 28, 2024
fce46c6
chore: correct style in source code
laurent-laporte-pro Mar 28, 2024
4382b1b
chore(ui-thematic-trimming): remove dead code `ThematicTrimmingConfig…
laurent-laporte-pro Mar 29, 2024
3c85021
feat(ui-thematic-trimming): add missing variables in the TT table (v8.6)
laurent-laporte-pro Mar 29, 2024
c0160de
style(ui-thematic-trimming): remove useless comments `noinspection Sp…
laurent-laporte-pro Mar 29, 2024
4e9a192
fix(configuration): add missing variables in Thematic Trimming for st…
laurent-laporte-pro Apr 2, 2024
7004692
fix(storages-ui): change matrix titles (#1994)
skamril Apr 2, 2024
86c8b31
feat(ui): add close button on success notifications and change auto h…
skamril Apr 2, 2024
7d5915e
fix(ui-bc): handle empty constraints data
hdinia Apr 2, 2024
1f5f8a7
feat(ui-bc): handle version-specific default value for `group` field
hdinia Apr 3, 2024
788a25a
fix(api-bc): prevent null values for optional strings
hdinia Apr 3, 2024
bc04f27
fix(ui-bc): allow broader special chars set
hdinia Apr 4, 2024
9633b03
Merge pull request #1997 from AntaresSimulatorTeam/bugfix/v8.7-bindin…
hdinia Apr 4, 2024
9342997
chore: remove unused imports
laurent-laporte-pro Mar 26, 2024
e6cf007
style: reindent source code
laurent-laporte-pro Mar 26, 2024
da3cd71
docs: improve docstring in `GenerationResultInfoDTO`
laurent-laporte-pro Mar 26, 2024
abcfbef
feat(commands): add the `command_id` in `ICommand`
laurent-laporte-pro Mar 26, 2024
b9cc626
feat(commands): add new details DTO: dictionary with keys 'id', 'name…
laurent-laporte-pro Mar 27, 2024
90bf332
feat(commands): change `VariantCommandGenerator` to use the new detai…
laurent-laporte-pro Mar 27, 2024
72216c6
test(commands): move `AnyUUID` mock in the `helpers` module
laurent-laporte-pro Apr 8, 2024
eccf738
feat(commands): the `id` field within the `NewDetailsDTO` class is ma…
laurent-laporte-pro Apr 8, 2024
4a9c0e2
refactor(commands): change the signature of `_to_single_command`
laurent-laporte-pro Apr 8, 2024
d8b55ef
test(commands): correct import of `AnyUUID` in UT
laurent-laporte-pro Apr 8, 2024
9ef57e4
fix(study-search): update pagination query regarding joins on groups …
mabw-rte Mar 26, 2024
bf6813e
feat(commands): add command ID in variant generation job results (#1989)
laurent-laporte-pro Apr 9, 2024
0d38640
Merge branch 'dev' into bugfix/study-search-pagination
laurent-laporte-pro Apr 9, 2024
9140fe3
fix(study-search): correct pagination SQL query (#1988)
laurent-laporte-pro Apr 9, 2024
7472ea6
feat(thermal): add new matrices for v8.7
MartinBelthle Apr 5, 2024
db49725
fix(thermal): change validation on empty matrices
MartinBelthle Apr 5, 2024
4491629
refactor(thermal): enhance exception msg
MartinBelthle Apr 9, 2024
3e9307b
refactor(thermal): change exc message
MartinBelthle Apr 9, 2024
cc28d51
refactor(thermal): improve matrix widths mismatch error message
laurent-laporte-pro Apr 9, 2024
27c581a
feat(thermal): add thermal matrices for v8.7 (#2002)
laurent-laporte-pro Apr 9, 2024
a53562b
fix(thermal): use posix path for windows
MartinBelthle Apr 9, 2024
3a99b5c
fix(thermal): use POSIX path for windows (#2005)
laurent-laporte-pro Apr 9, 2024
e7cb3aa
fix(bc): change exception messages for binding constraints validation…
MartinBelthle Apr 15, 2024
33ae79a
feat(simulator): API change to add support for study version 8.8 (#2006)
MartinBelthle Apr 16, 2024
5c8a8a5
style(tablemode-ui): change API functions signature
skamril Apr 17, 2024
ff24155
feat(raw-ui): add download matrix API function
skamril Apr 17, 2024
c82e388
feat(utils-ui): create fileUtils
skamril Apr 2, 2024
a650ebb
feat(common-ui): create SplitButton component
skamril Apr 17, 2024
1736dfa
feat(common-ui): create DownloadMatrixButton component
skamril Apr 17, 2024
8d3d29e
feat(results-ui): update download button
skamril Apr 17, 2024
854bbdf
feat(common-ui): update matrix buttons in MatrixInput
skamril Apr 17, 2024
a0f6f13
Merge pull request #1996 from AntaresSimulatorTeam/feature/ANT-1052_m…
skamril Apr 17, 2024
e524b13
fix(bc): better handling of default values (#2004)
MartinBelthle Apr 18, 2024
2363b76
refactor(i18n-ui): remove initialization function wrapper
skamril Mar 21, 2024
a7cb7d9
feat(utils-ui): create i18nUtils
skamril Mar 21, 2024
ec49773
feat(hooks-ui): create useUpdateEffectOnce
skamril Mar 21, 2024
a1a3fae
feat(common-ui): update GroupedDataTable
skamril Apr 17, 2024
ed863e9
refactor(clusters-ui): update columns definitions
skamril Mar 25, 2024
4ac367d
feat(clusters-ui): use async loading from GroupedDataTable
skamril Mar 21, 2024
35cb2cf
feat(common-ui): add `deleteConfirmationMessage` prop in GroupedDataT…
skamril Mar 25, 2024
35c8fe1
feat(utils-ui): add `PromiseAny` and `PartialExceptFor` types in tsUtils
skamril Mar 22, 2024
02a6516
feat(utils-ui): add `toError` in fnUtils
skamril Mar 22, 2024
e3b85e0
feat(hooks-ui): create `useOperationInProgressCount` hook
skamril Mar 24, 2024
5d322a1
fix(clusters-ui): issues with deletion
skamril Apr 12, 2024
e8cd11e
feat(common-ui,clusters-ui): implement optimistic row creation
skamril Apr 12, 2024
7e71aa8
feat(common-ui,clusters-ui): implement optimistic row duplication
skamril Apr 12, 2024
575c036
refactor(common-ui,clusters-ui): add `fillPendingRow` prop in Grouped…
skamril Apr 17, 2024
51ec59d
refactor(common-ui,clusters-ui): add BooleanCell and update clusters …
skamril Mar 25, 2024
89fe7fa
refactor(common-ui,clusters-ui): change `onNameClick` argument in Gro…
skamril Mar 29, 2024
39a9e25
refactor(clusters-ui): api functions
skamril Apr 12, 2024
d63da5f
fix(common-ui,clusters-ui): `data` prop in GroupedDataTable is no mor…
skamril Apr 15, 2024
b0782af
fix(common-ui,clusters-ui): issue with rows aggregation update in tab…
skamril Apr 18, 2024
b42fee2
Merge pull request #1984 from AntaresSimulatorTeam/feature/ANT-1357_c…
skamril Apr 18, 2024
9ebe5c3
feat(api-study): add new endpoints to aggregate raw data (#1981)
mabw-rte Apr 19, 2024
b4948ca
Merge branch 'refs/heads/hotfix/v2.16.8' into dev
laurent-laporte-pro Apr 21, 2024
84f9be1
feat(tablemode): update the manager and add thermal pollutants missing
skamril Nov 29, 2023
7a69d0a
test(tablemode): refactor unit tests (WIP)
laurent-laporte-pro Dec 12, 2023
53c3e4c
feat(tablemode): add methods in managers to get all clusters/short-te…
laurent-laporte-pro Jan 18, 2024
3c6ab14
feat(tablemode): add the `AreaProperties` model
laurent-laporte-pro Jan 18, 2024
fac3524
feat(tablemode): replace `area_management.AreaUI` class with `area.Ar…
laurent-laporte-pro Jan 18, 2024
0767804
fix(renewable): add missing classes in `__all__`
laurent-laporte-pro Jan 19, 2024
6332cff
test(tablemode): drop dependency to `AdequacyPatchMode` in integratio…
laurent-laporte-pro Jan 19, 2024
a8313e0
chore(tablemode): replace `properties_management.AdequacyPatchMode` w…
laurent-laporte-pro Jan 19, 2024
f73f49b
feat(tablemode): add the `get_all_area_props` method to `AreaManager`
laurent-laporte-pro Jan 19, 2024
dde6df9
feat(tablemode): improve and simplify the `TableModeManager` class
laurent-laporte-pro Jan 19, 2024
cd681d7
style(link): use `t` alias to import `typing`
laurent-laporte-pro Feb 7, 2024
f65a721
refactor(config): move the `IniProperties` in a specific module for r…
laurent-laporte-pro Feb 7, 2024
8ca175b
feat(tablemode): integrate Links manager in the table mode
laurent-laporte-pro Feb 7, 2024
7366716
refactor(tablemode): refactor the binding constraints
laurent-laporte-pro Feb 15, 2024
065efd5
feat(tablemode): integrate binding constraints manager in the table m…
laurent-laporte-pro Feb 16, 2024
ad9ea05
feat(tablemode): integrate binding constraints manager in the table mode
laurent-laporte-pro Mar 3, 2024
ab9c0d9
feat(tablemode): the `columns` parameter is now optional
laurent-laporte-pro Mar 13, 2024
b92b812
feat(tablemode): the `columns` parameter is now optional
laurent-laporte-pro Mar 13, 2024
eaa0498
feat(tablemode): add support for binding constraints v8.7
laurent-laporte-pro Mar 15, 2024
863ef26
feat(tablemode): change API route to "/v1/studies/{uuid}/table-mode/{…
laurent-laporte-pro Mar 30, 2024
2ee0fdb
feat(config): rgb color field is converted to "#RRGGBB" format
laurent-laporte-pro Mar 31, 2024
d064897
feat(config): the default value of `filter-synthesis` and `filter-yea…
laurent-laporte-pro Mar 31, 2024
70de108
chore: correct typing in `BindingConstraintManager` class
laurent-laporte-pro Mar 31, 2024
efeb783
feat(tablemode): manage links update
laurent-laporte-pro Mar 31, 2024
9ff7d2d
feat(tablemode): manage thermals update
laurent-laporte-pro Mar 31, 2024
d8ddee1
test(commands): correct unit test related to renewable commands
laurent-laporte-pro Apr 3, 2024
5c14213
test: simplify integration tests
laurent-laporte-pro Apr 3, 2024
2b63395
feat(tablemode): implement table mode update
laurent-laporte-pro Apr 3, 2024
404622f
feat(tablemode,tablemode-ui): add missing columns in table mode
laurent-laporte-pro Apr 23, 2024
4b94eb2
fix(tablemode): avoid raising 404 Not Found if table is missing (i.e.…
laurent-laporte-pro Apr 7, 2024
233b449
feat(tablemode): correct code style
laurent-laporte-pro Apr 7, 2024
2bd92e0
docs(tablemode): add docstring and API docs for Table Mode
laurent-laporte-pro Apr 7, 2024
8ad85b5
test(tablemode): correct Table Mode unit test
laurent-laporte-pro Apr 7, 2024
de1c0d5
feat(tablemode): avoid sending columns with empty values
laurent-laporte-pro Apr 8, 2024
1fad0f1
feat(tablemode): improve validation of filtering fields
laurent-laporte-pro Apr 8, 2024
9f22cde
feat(tablemode): improve DataFrame to JSON conversion
laurent-laporte-pro Apr 8, 2024
e9e0a89
feat(tablemode): validate `filter_synthesis`, `filter_year_by_year` f…
laurent-laporte-pro Apr 9, 2024
72aa56c
feat(tablemode): remove `colorRgb` column from Table template
laurent-laporte-pro Apr 9, 2024
d642c13
test(tablemode): correct unit tests ("colorRgb" is removed)
laurent-laporte-pro Apr 10, 2024
bc1285c
feat(tablemode): change in `TableModeType` to handle aliases of old t…
laurent-laporte-pro Apr 10, 2024
b542ef8
refactor(config): refactor validation of colors in Area and Link models
laurent-laporte-pro Apr 19, 2024
7cb7166
fix(area): correct endpoint to update Area UI
laurent-laporte-pro Apr 19, 2024
e167300
refactor(api-ui): update studydata
laurent-laporte-pro Apr 22, 2024
8c42941
fix(storage): issue to run server
skamril Apr 22, 2024
e2e44c6
feat(tablemode-ui): only display columns of study version
skamril Apr 23, 2024
463632b
fix: resolution of conflicts
laurent-laporte-pro Apr 23, 2024
9c8f37f
feat(config-ui): add "Geographic Trimming (Binding Constraints)" tab
laurent-laporte-pro Apr 23, 2024
f3863c2
fix(st-storage): turn `STStorageOutput` fields into optional fields
laurent-laporte-pro Apr 22, 2024
38cb653
test(st-storage): correct integration tests for ST Storages
laurent-laporte-pro Apr 23, 2024
95a5ac5
test(st-storage): correct unit tests for ST Storages
laurent-laporte-pro Apr 23, 2024
893cdd4
test(bc): correct unit tests for ST Storages
laurent-laporte-pro Apr 23, 2024
074dea8
feat(table-mode): add missing properties for v8.6 and 8.7 (#1643)
laurent-laporte-pro Apr 23, 2024
761bc57
fix(ui-tablemode): add missing "ST Storage" in Table Mode template (#…
laurent-laporte-pro Apr 24, 2024
bfcd6fa
fix(ui-settings): prevent false duplicates on group form updates (#1998)
hdinia Apr 29, 2024
d0f0bf2
fix(ui-tablemode): unable to edit tables with old types
skamril Apr 26, 2024
819e62e
feat(ui-tablemode): translate table types in add/edit modal
skamril Apr 26, 2024
34b97ea
fix(ui-tablemode): reset 'column' field when 'type' field change in c…
skamril Apr 30, 2024
8559828
feat(bc): add endpoint for multiple terms edition (#2020)
laurent-laporte-pro May 6, 2024
ed734d8
fix(tablemode): hide `adequacy_patch_mode` column from table-mode bef…
laurent-laporte-pro May 7, 2024
c9cfd3d
fix(bc): handle undefined v8.3 fields (#2026)
hdinia May 13, 2024
bc481e8
fix(ui-common): allow only import of TSV file in MatrixInput (#2027)
skamril May 13, 2024
3e6a064
fix(download): improve performance of Excel file download
laurent-laporte-pro May 13, 2024
4eb10ba
build: new minor release v2.17 (2024-05-15)
laurent-laporte-pro May 13, 2024
77f56cb
test: correct test_download_matrices.py
laurent-laporte-pro May 13, 2024
98fc18d
chore: correct invalid escape sequence `\s` in regex
laurent-laporte-pro May 14, 2024
aae515c
test: class `TestSubNode` is renamed `CheckSubNode` to avoid warning …
laurent-laporte-pro May 14, 2024
4f6da59
chore: use `copy_on_model_validation="deep"` in `ICommand` to avoid d…
laurent-laporte-pro May 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/hotfix/v2.16.7' into dev
skamril committed Mar 7, 2024
commit add0c63485a1eaa1df9da40d7a0323d729f0c7ca

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.