Skip to content
#

migration

Here are 942 public repositories matching this topic...

dhui
dhui commented Apr 11, 2020

Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands

Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command

Describe alternatives you've considered
N/A

Additional context
See: golang-migrate/migrate#370

eloekset
eloekset commented Feb 22, 2020

Ref #1101 we've concluded to remove the MyGet feed, which has been used for pre-releases up until now. That involves several tasks. From the top of my head:

  • Move all NuGet packages currently on the MyGet feed over to the Azure Artifacts feed
  • Update readme.md to show a badge for the latest release on the new feed and remove MyGet
  • Delete the Travis build script all together, or
mczarnek
mczarnek commented Feb 6, 2020

I love the idea behind this project!!!

I'm seeing that you don't automatically support say downloading stdio.h and stdio.c and transpiling them at the same time? How hard would that be? Seems like it'd be a huge win to automatically support standard libraries.


While I'm at it, I just posted to gstreamer-rs github encouraging them to try this out, I'd recommend he

JorgeSivil
JorgeSivil commented Oct 12, 2019

For MySQL migrations to run, the command must be this:

goose mysql "${DB_WRITE_USERNAME}:${DB_WRITE_PASSWORD}@tcp(${DB_WRITE_HOST}:${DB_WRITE_PORT})/${DB_WRITE_DATABASE}?multiStatements=True" up

In the examples, none actually has the host and port, nor the multiStantements that weren't allowing me to run a migration.

gianmarco995
gianmarco995 commented May 4, 2020

HI, I'm trying to perform the migration between to VMs (with Xubuntu inside) hosted by Virtualbox. At the beginning I was doing it with LXD "move" but only cold migration worked. So I tried to make a snapshot and this is what I got.

lxc snapshot prova1 sn --stateful
lxc stop prova1 --stateful
lxc start prova1
Error: Migrate: Failed to run: /snap/lxd/current/bin/lxd forkmigrate prova1 /
MonkAlex
MonkAlex commented Jun 7, 2019

Has test project with configs:

<None Include="..\Test.Environment\Services.config">
  <Link>Services.config</Link>
  <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  <SubType>Designer</SubType>
</None>
<None Include="..\Test.Environment\_Config.example">
  <Link>_Config.example</Link>
  <SubType>Designer</SubType>
</None>
DaSchTour
DaSchTour commented Oct 14, 2016

There are several issus with the component testing documentation.

  1. The $injector is missing, that should be created in beforeEach
  2. The test describes a FirstComponent that doesn't exist

From the given example it's hard to create a working test. All I tried always leads to TypeError: undefined is not a constructor (evaluating 'render(FirstComponent)')

SethTisue
SethTisue commented May 1, 2020

some previous discussion on this: scala/scala#8370

the Scala 2 warning (only emitted under -Xsource:3) says:

warning: early initializers are deprecated; they will be replaced by trait parameters in 3.0, see the migration guide on avoiding var/val in traits

at the time that message was written, no such migration guide existed, but now that this repo exists, I gu

Improve this page

Add a description, image, and links to the migration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the migration topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.