Chris Caldwell

Results 16 issues of Chris Caldwell

**Describe the bug** After upgrading to Drush 11.x, `migrate:import`'s `--delete` flag seems to have no effect and missing source rows are never rolled back. **To Reproduce** Upgrade from Drush 10.x...

area-migrate

**Describe the bug** When `migrate:import`'s `--delete` flag initiates a rollback, all skipped records in the ID Map are deleted as well. Example: ``` [notice] Processed 0 items (0 created, 0...

area-migrate

Dispatch the event name onMissingSourceRows is listening for. Resolves #5062.

> FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning. > df = pd.concat([df.drop(columns=[col]),df[col].apply(pd.Series).drop('attributes',axis=1).add_prefix(col+'.')],axis=1)...

Resolves #4. I noticed in the less file a mix of tab and double-space indentation. Couldn't quite determine the predominate pattern so I went with double-space indentation.

Resolves #270. Pairs really well with jhedstrom/drupalextension/pull/661.

While creating a set of interrelated commerce entities at the outset of my scenario, I ran into an inability to set the `commerce_product_variation`'s base `price` field, and the `commerce_product`'s `variations`...

We currently use a custom step like this for testing through draggable interfaces: ```gherkin Given I drag element :dragged onto element :target ``` This seems like a step definition that...

Resolves #194. This was built and tested in a D10 environment. Pairs really well with jhedstrom/DrupalDriver/pull/271. Opens up stuff like this: ```gherkin Given "commerce_product_variation" entities: | title | type |...