Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make SqlServer2008TypeMap a public class#2095

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jzabroski merged 2 commits intofluentmigrator:mainfromjayharris:issue-2094
Aug 17, 2025

Conversation

@jayharris
Copy link
Contributor

MakesSqlServer2008TypeMap public, so that it can serve as a base class for further custom type maps and participate in custom runner configuration.

Fixes#2094

@jzabroskijzabroski added this to the7.2.0 milestoneJun 24, 2025
@jzabroski
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@jzabroski
Copy link
Collaborator

/azp run azure-pipelines-pullrequests

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@jzabroski
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
jzabroski reacted with confused emoji

@jzabroski
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@jzabroski
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
jzabroski reacted with confused emoji

@jzabroski
Copy link
Collaborator

/azp help run

@azure-pipelines
Copy link

  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example:"run" or "run pipeline_name, pipeline_name, pipeline_name"

Seeadditional documentation.

@jzabroski
Copy link
Collaborator

/azp run fluentmigrator CI for PRs

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@jzabroski
Copy link
Collaborator

/azp run fluentmigrator CI for PRs

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@jzabroski
Copy link
Collaborator

/azp run "fluentmigrator CI for PRs"

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@jzabroski
Copy link
Collaborator

@PhenX I still can't figure out why Azure Pipelines is not automatically triggering CI builds. I believe it broke when I renamed master to main, but can't prove it. I've been manually triggering them which is super tedious and time consuming for an open source project. I asked Andrew Arnott if he had any ideas. Additionally, I just tried removing branch protection from the main branch to see if that helps.

@jzabroski
Copy link
Collaborator

Well, that is weird. I renamed the pipeline and the check does not show up in AZP. My takeaway is AZP does not do well with renames in general because it relies on names rather than persistent identifiers (as a general observation). Git branches are not really persistent identifiers, either, as it is just listed in .git/refs/heads via the branch name and the sha1 commit hash.

@jzabroskijzabroski merged commit11b1cde intofluentmigrator:mainAug 17, 2025
1 check passed
@jzabroski
Copy link
Collaborator

@jayharris Sorry for taking so long to merge this. I really need to sort out the administrative side of Azure Pipelines, as it is a time sink manually triggering pipelines. I'll try to publish the release of 7.2.0 today.

jayharris reacted with thumbs up emoji

@PhenX
Copy link
Collaborator

@jzabroski would you consider migrating to GitHub actions ?

@jzabroski
Copy link
Collaborator

yeah I thought about asking Claude to port the yaml

@PhenX
Copy link
Collaborator

@jzabroski If Claude or Copilot (I have it) does not do the trick maybe you could tryhttps://pipelinestoactions.azurewebsites.net/

@jzabroski
Copy link
Collaborator

I'll try it on my fork first. Thanks. Did not know about that website. Neat.

@jzabroski
Copy link
Collaborator

jzabroski commentedAug 18, 2025
edited
Loading

@jzabroski If Claude or Copilot (I have it) does not do the trick maybe you could tryhttps://pipelinestoactions.azurewebsites.net/

@PhenX It's a bit buggy but it mostly works - got me far enough where I was able to guess at the rest. Could you try taking what I have and seeing if you can get TestContainers to run as part of the build on GitHub Actions?https://github.com/jzabroski/fluentmigrator/pull/1/checks

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@PhenXPhenXPhenX approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

7.2.0

Development

Successfully merging this pull request may close these issues.

SqlServer2008TypeMap is internal while 2005 and 2000 are public classes

3 participants

@jayharris@jzabroski@PhenX

[8]ページ先頭

©2009-2025 Movatter.jp