Skip to content

Make SqlServer2008TypeMap a public class#2095

Merged
jzabroski merged 2 commits into
fluentmigrator:mainfrom
jayharris:issue-2094
Aug 17, 2025
Merged

Make SqlServer2008TypeMap a public class#2095
jzabroski merged 2 commits into
fluentmigrator:mainfrom
jayharris:issue-2094

Conversation

@jayharris

Copy link
Copy Markdown
Contributor

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

Fixes #2094

@jzabroski jzabroski added this to the 7.2.0 milestone Jun 24, 2025
@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run azure-pipelines-pullrequests

@azure-pipelines

Copy link
Copy Markdown
No pipelines are associated with this pull request.

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp help run

@azure-pipelines

Copy link
Copy Markdown
  • 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"

See additional documentation.

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run fluentmigrator CI for PRs

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run fluentmigrator CI for PRs

@azure-pipelines

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

@jzabroski

Copy link
Copy Markdown
Collaborator

/azp run "fluentmigrator CI for PRs"

@azure-pipelines

Copy link
Copy Markdown
No pipelines are associated with this pull request.

@jzabroski

Copy link
Copy Markdown
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
Copy Markdown
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.

@jzabroski
jzabroski merged commit 11b1cde into fluentmigrator:main Aug 17, 2025
1 check passed
@jzabroski

Copy link
Copy Markdown
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.

@PhenX

PhenX commented Aug 17, 2025

Copy link
Copy Markdown
Collaborator

@jzabroski would you consider migrating to GitHub actions ?

@jzabroski

Copy link
Copy Markdown
Collaborator

yeah I thought about asking Claude to port the yaml

@PhenX

PhenX commented Aug 17, 2025

Copy link
Copy Markdown
Collaborator

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

@jzabroski

Copy link
Copy Markdown
Collaborator

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SqlServer2008TypeMap is internal while 2005 and 2000 are public classes

3 participants