-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 1.23 #158
Merged
Release 1.23 #158
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
* Add openshift config for api devel. * Modify Docker build path. * Add openshift config for identityserver devel. * Test permission change in container app folder. * Modify run time permissions * Change SDK version in Identityserver build. * Change build branch to devel. Change Rahti container image path.
* Modify Openshift template and Dockerfile for Identityserver. * Modify image pull path. * Modify image pull path.
* First draft of how data can be synced in Elasticsearch. * Elasticsearch connection parameters from configuration. * Add data types for Elasticsearch. * Add more data in Elasticsearch person index. * Delete tempkey.jwk * Add Elasticsearch environment variables in api README. Add identityserver's tempkey.jwk in .gitignore.
… in Elasticsearch.
…Pid. Clean up startup.cs dependencies.
…imRegisteredDataSource.
…dified timestamp to DateTime.UtcNow instead of DateTime.Now. Add namespace api.models.ProfileEditor.
In TtvSqlService add own function for getting FactFieldValues FK column name based on field identifier.
…ettings, which have at least one related FactFieldValue.
* Add custom NuGet source for local packages. Add custom OpenSearch sink for Serilog. * Structured log messages. * Change log messages to use structured format. * Structured log messages in services. * Add log message in AccountLinkController * Handle NuGet custom files in Docker build * Modify Dockerfile * Modify Dockerfile * Modify Dockerfile * Modify Dockerfile * Change log model folder name to avoid gitignore * Modify Serilog config in appsettings.json
* TTV model update 10.1.2023 * Add missing models
* Handle deletion of ORCID name, web link, researcher description and email address. * Handle deletion of ORCID keywords, external ids, educations and publications * Handle affiliation and related identifierless data deletion
* TTV model update according to CSCTTV-2855 and CSCTTV-2858 * Add missing foreing key in helper method. TTV model update 16.3.2023.
…id in ORCID import. This prevents inserting null value into dim_identifierless_data. (#143)
* Use Serilog HttpSink * Remove Serilog.Sinks.OpenSearch. Add Serilog.Sinks.Http. * Modify Serilog configuration * Modify Serilog configuration * Modify Serilog configuration. * Modify Serilog configuration. * Use custom Http client with Serilog Http sink to enable basic authentication. Add Serilog debug logging.
* Add background task for updating TTV data in user profile. Modify TTV data addition to be idempotent. Modify unit tests. * Convert UserProfileService.AddTtvDataToUserProfile to an idenpotent method. * Modify funding decisions SQL query to filter out existing IDs. Add more unit tests. * Use dimUserProfile.Id as an admin webhook parameter
* Parse distinctions from ORCID record * First draft of ORCID research activity import, update and deletion * Use internal item meta types instead of field identifier values. Add profile only research activity data in profile editor api. * Add organization and department handling in ORCID research activity import. * Move repetitive code from to OrganizationHandlerService. Add mor unit tests. * ORCID invited positions import * In profile editor data for research activity: add organization name, department and sector * Add unit tests for ORCID import: memberships and services * ORCID qualification import and unit test * ORCID peer review import and unit test
* Allow null in research activity property InternationalCollaboration, since ORCID values never have it * Add OrganizationName, DepartmentName and sector properties in Elasticsearch research activity model.
…cision (#152) * Add DimProfileOnlyDataset and DimProfileOnlyFundingDecision * Cscttv 3242 international collaboration nullable (#151) * Allow null in research activity property InternationalCollaboration, since ORCID values never have it * Add OrganizationName, DepartmentName and sector properties in Elasticsearch research activity model.
…ess related items. (#154)
* Add TemporaryUniqueId in ProfileEditorItemMeta * Include DimNames in query so that background TTV data update can process related items. (#154) * Fix ProfileEditorItemMeta initialization in unit tests
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.
Release 1.23