-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: Log refactor - Output PVT #3149
Merged
Merged
Changes from 190 commits
Commits
Show all changes
195 commits
Select commit
Hold shift + click to select a range
751a919
Table function creation
arng40 c84a06e
add title off case
arng40 57bc055
setMargin function added
arng40 6255f9b
add comments + test for tiny table
arng40 601a2c5
value default optionnal variable changed
arng40 59a9bc8
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 677fdb6
add log to wellGeneratorBase
arng40 623b6ad
uncrustify + missing doc
arng40 37dc5dd
first review with correction
arng40 8678fc0
constness modification, doc/test updated
arng40 9475286
const declaration updated
arng40 1320651
doc + minor restructuring
arng40 f78bd83
doc + method for row from vector
arng40 294f075
clean code + doc + add test for rows from vector
arng40 36dd7a4
doc updated
arng40 8f74cfa
Merge commit 'c11ad8ecd2d0d0aba5cd0661eb6e72951252409d' into feature/…
arng40 ebb9fc0
Revert "Merge commit 'c11ad8ecd2d0d0aba5cd0661eb6e72951252409d' into …
arng40 cb41359
revert last merge and Merge remote-tracking branch 'origin/develop' i…
arng40 22659ec
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 ff37ac9
begin pvt tables logs - add write in log bool
arng40 628f56b
duplication log & csv fixed
arng40 e11a2bf
CI correction ( uncrustify, missing doc )
arng40 a8f9271
optionnal added to datatype
arng40 9ff17b9
update doxygen for ci
arng40 d90c8b5
more logs added
arng40 958d542
remove static_assert + constness
arng40 550ca26
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 f67e3d9
remove unused code
arng40 5b8689a
factorisation log pvt
arng40 0fa76e3
doxygen added
arng40 bb1ee01
remove test parent name with constitutive
arng40 aa2f789
remove unused code + add drawtostring method
arng40 8ff95c2
uncrustify
arng40 957c7d7
refacto Table first part
arng40 70d0a01
refortor still going up (missing doc and some minor refacto)
arng40 f5251f5
uncrustify + perfo example addded
arng40 1bec18e
update test + margin correction
arng40 1e45501
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 288f79e
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 2054bd4
added Formatter function, correction on TableData
arng40 37e18b4
Delete table..cpp/hpp
arng40 5ff7c68
small correction
arng40 b360a16
doc updated
arng40 dd5f42f
TableData2D small refacto + opti
arng40 16b4ded
first update for log in table function
arng40 e8e89c2
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 769beab
uncrustify + small correction
arng40 5fa478c
csv format / function correction
arng40 85494c7
remove dataToString with 2D table parameter
arng40 46e8d23
code opti
arng40 c1ba824
add 2D table test
arng40 14ea4f5
uncrustify
arng40 1271875
Alignment::middle by center and compile time verifcation added
arng40 d39fa00
PR review
arng40 c58be1e
2nd wave of pr review
arng40 1d4bdb4
update compile time verification for table value
arng40 0bff847
some update
arng40 8553441
pvt_log updated
arng40 7005d57
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 22b16e9
update pvt log
arng40 429920c
add missing doc + uncrustify
arng40 965a972
constness update + refacto on text formatter
arng40 6e49ebc
PR correction
arng40 c1fb3dd
move has_formatter to format.hpp, doc correction
arng40 e0c6ca2
log level correction
arng40 7221c0f
perfo log correctly displayed
arng40 82098d8
remove ; to scope bracket
arng40 75ed072
doc correction format.hpp
arng40 3469920
format.hpp doc
arng40 052f1fa
last correction
arng40 fae723e
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 838f36e
cmake fix
arng40 1139117
test return string
arng40 13a6d09
fix hpp
arng40 cfeec17
fix error with string_view
arng40 f735cd1
uncrustify
arng40 755805a
Correction melvin PR
arng40 6264d87
correction review PR
arng40 21021c7
setMargin private
arng40 3a34e27
uncrustify
arng40 76789ba
remove constructor vector string
arng40 2d1cded
Table Data logs
arng40 8fedfd8
move table to common + pr correction
arng40 e5d2d3a
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 13f975a
correction from merging
arng40 f7dbdcf
minor correction
arng40 4f34fc2
gracefully breaking your code :)
MelReyCG 1cb2cc0
improving proposal + added TODOs
MelReyCG 615a16d
Refactor conversion TableData2 => TableData1D
arng40 0100b33
Merge remote-tracking branch 'origin/feature/rey/transmissibilityOutp…
arng40 e66074e
Merge remote-tracking branch 'origin/develop' into pvt-logs-cp
arng40 7375665
refactor method to convert 2Dtable => 1D table
arng40 d590513
CI correction
arng40 7f6b79b
move table to fileIO
arng40 73f8374
update some doc
arng40 ae4968b
first part test 2D table crash
arng40 92a1644
add test/warning for table conversion 2D => 1D and warning for fillin…
arng40 e6b2e6d
ci correction
arng40 18db533
test ci correction for c++ < 17
arng40 31126e1
test ci table2D example 1
arng40 d481454
test ci Table2D test 1 & 2
arng40 6a7bfe8
test ci Table2D test 1 & 2 & 3
arng40 e01523b
add virtual destructor TableFormatter + minor variable refacto
arng40 978674e
bug correction + missing doc + test small refacto
arng40 da95c91
missig doc ...
arng40 79acc00
start management logError in table + todo refacto functions in TableF…
arng40 24f92d9
TableFormatter refacto + clean up
arng40 5a70c33
uncrustify
arng40 95f3a9d
small doc update
arng40 77351b9
some error management update
arng40 da67c05
renaming & simplifying
arng40 a9612bb
add case for fill all column in case of table 2D
arng40 0f1bbe2
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 89f859a
simplification
arng40 ef5085c
code optimization
arng40 294db78
remove useless std::move
arng40 9f23f62
refacto build separator + reviews
arng40 9809699
final review correction
arng40 66895d6
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 46a6abe
method display layout added
arng40 9de9d63
small correction after merge
arng40 fe80c59
review correction #1
arng40 abb994e
variables renamed
arng40 c851b38
uncrustify + doc
arng40 0ae0c74
doc
arng40 86c0130
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 e9639ea
remove unused code
arng40 a48feb3
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 924d955
syntax correction
arng40 5b530f0
Merge branch 'pvt-logs-cp' of https://github.com/GEOS-DEV/GEOS into p…
arng40 ac0cec8
variable correction
arng40 d6415a7
doc + code clarification
arng40 eaa8919
more code simplification
arng40 138541b
remove addErrorMsg function
arng40 3f74746
merge
arng40 d360dcf
Merge branch 'develop' into feature/dudes/table-layout
arng40 7aaf7b6
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 1f24247
uncrustify
arng40 709c037
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 fb795ba
Merge branch 'feature/dudes/pvt-output' of https://github.com/GEOS-DE…
arng40 b1ec0d0
begin refacto in table function for more clarity
arng40 b62161a
continue refato
arng40 98764af
refacto continuing ( commit works )
arng40 8091945
missing doxygen
arng40 1c8d7a9
correction fun name
arng40 2c17324
missing doc
arng40 0dddcf5
uncrustify + doc
arng40 7ee093b
Doxygen check
arng40 86fe90b
review correction + add pvtOptions struct
arng40 28b68f0
missing test correction
arng40 7f1b8ab
pvtOpt struct renaming + fct move to FlashModel
arng40 3da5e82
xsd/rst generation
arng40 fd605f7
review pavel
arng40 5cbaeec
renaming
arng40 684a405
review update
arng40 ae86942
revert a modif
arng40 c69fbee
uncrustify
arng40 49b52f3
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 fa3218c
melvin review
arng40 5c808f8
fix
arng40 b39a84a
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 76ee4dd
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 57c23b2
pr pavel correction
arng40 4c4a3b8
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 83c80b2
missing doxygen
arng40 5e8d0af
remove unused code
arng40 547bf9e
review melvin
arng40 37482aa
doxygen + uncrustify
arng40 7e7492d
revert space applied
arng40 d6c3a8a
uncrustify
arng40 c0c1d6b
nb character lines fix
arng40 ace4ce9
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 44d3e8e
Merge branch 'develop' into feature/dudes/pvt-output
MelReyCG 3c0997a
fix print screen level condition
arng40 45847cd
Merge branch 'feature/dudes/pvt-output' of https://github.com/GEOS-DE…
arng40 7278d9c
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 003de35
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 53d4ea0
small fix
arng40 49c939c
small change in path indaction
arng40 6d2995e
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 7a4822b
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 ca6188e
fix after merge
arng40 e6b63ca
move outputPvt to tableFunction
arng40 f45679f
uppercase correction
arng40 4ea8034
removing dead code
arng40 3f35dc7
remove unused code
arng40 231bad7
missing import
arng40 8879152
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 c069c2c
Merge branch 'develop' into feature/dudes/pvt-output
MelReyCG d9bd822
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 fb7db66
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 57f3a45
xsd
arng40 f97a068
Merge branch 'develop' into feature/dudes/pvt-output
rrsettgast eb3729e
update test baselines. removed stale rst files. added instructions to…
rrsettgast a537cdd
fix error in sphinx
rrsettgast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the benefit of the template specialization here vs overload?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting with a
TableFunction
is very different from formatting with a normal data source and is heavily coupled toTableFunctions,
I did that to avoid to add dependancies toTableFunction