-
Notifications
You must be signed in to change notification settings - Fork 16
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/8.1.7 #1844
Merged
Merged
Release/8.1.7 #1844
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
* use server db * Update Catalogue.cs --------- Co-authored-by: James A Sutherland <j.a.sutherland@dundee.ac.uk>
…nto task/RDMP-167-update-extraction-cohort
…tion-cohort Task/rdmp 167 update extraction cohort
Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandSetExtractionConfigurationCohort.cs
Fixed
Show fixed
Hide fixed
Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandSetExtractionConfigurationCohort.cs
Fixed
Show fixed
Hide fixed
// we are replacing this imaginary cohort | ||
var definition998 = new CohortDefinition(null, "CommittingNewCohorts", 1, 999, _externalCohortTable); | ||
// with this one (v2) | ||
var definition999 = new CohortDefinition(null, "CommittingNewCohorts", 2, 999, _externalCohortTable); |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning test
This assignment to is useless, since its value is never read.
definition999
Error loading related location
Loading * add better async checking * ignore timeout of 0ms * tidy up * add changelog * add 12 hour timeout * use latest fansisql * update timeout * bump version
* Bump HIC.FAnsiSql from 3.2.3 to 3.2.4 (#1850) Bumps [HIC.FAnsiSql](https://github.com/HicServices/FAnsiSql) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/HicServices/FAnsiSql/releases) - [Changelog](https://github.com/HicServices/FAnsiSql/blob/main/CHANGELOG.md) - [Commits](HicServices/FAnsiSql@v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: HIC.FAnsiSql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump HIC.FAnsiSql from 3.2.4 to 3.2.5 (#1852) Bumps [HIC.FAnsiSql](https://github.com/HicServices/FAnsiSql) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/HicServices/FAnsiSql/releases) - [Changelog](https://github.com/HicServices/FAnsiSql/blob/main/CHANGELOG.md) - [Commits](HicServices/FAnsiSql@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: HIC.FAnsiSql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Autoupdater.NET.Official from 1.8.6 to 1.9.0 Bumps [Autoupdater.NET.Official](https://github.com/ravibpatel/AutoUpdater.NET) from 1.8.6 to 1.9.0. - [Release notes](https://github.com/ravibpatel/AutoUpdater.NET/releases) - [Commits](ravibpatel/AutoUpdater.NET@v1.8.6...v1.9.0) --- updated-dependencies: - dependency-name: Autoupdater.NET.Official dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * FTP, SFTP timeouts and liveness checks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Friel <JFriel001@dundee.ac.uk>
rdteviotdale
approved these changes
Jun 17, 2024
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.
Proposed Change
Bump version number for 8.1.7 release
Type of change
What types of changes does your code introduce? Tick all that apply.
Checklist
By opening this PR, I confirm that I have: