Skip to content

Tags: Capgemini/xrm-datamigration-xrmtoolbox

Tags

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tech: revert project upgrade (#91)

revert the project upgrade changes

v2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: remove symbols (#89)

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update dependencies (#64)

- dependencies updated
- ilmerge replaced with ilrepack
- migrated to modern vs projects

resolves #34

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: new UX (#68)

- refactored to use the MVP pattern across the three pages
- removed the wizard UX in favour of single pages

+semver: major

v1.1.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: udate engine to version 3.1.21 (#63)

fix: check the statecode field exists before applying the only active records filter

v1.1.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
file paths remain populated following 'refresh entities' (issue 25) (#55

)

* Switched positions of import config and schema file path

* Removed method that is called when Entities are refreshed

Co-authored-by: Daniel Patrick Roche <daniel-patrick.roche@capgemini.com>

v1.1.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switched positions of import config and schema file path (#54)

Co-authored-by: Daniel Patrick Roche <daniel-patrick.roche@capgemini.com>

v1.1.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Bump Newtonsoft.Json from 12.0.3 to 13.0.1

* Bump Newtonsoft.Json

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update `Capgemini.Xrm.DataMigration.Engine` to 3.1.18

This updates it's dependencies on `Newtonsoft.Json` to 13.0.1

* chore: tidy up `Newtonsoft.Json` dependencies

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com>

v1.1.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
security: Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Capgemini.Xr…

…m.CdsDataMigrator/Capgemini.Xrm.CdsDataMigratorLibrary (#61)

* Bump Newtonsoft.Json

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update packages.config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com>

v1.1.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dr/issue 24 (#53)

* Initial commit

* 'Show System checkbox' instantly updating attributes

* Removed unnecessary changes

* Removed final unnecessary change

* Removed commented out code

* Added first draft tests

* Updated OnPopulateRelationshipCompletedAction tests

* Removed unncessary space and line

* Added PopulateRelationship() test method. Committing in order to check test coverage.

* Replacing background worker with async await in PopulateRelationship method

* Updated PopulateAttributes method to use async await

* Changed HandleListViewEntitiesSelectedIndexChanged() back to older version

* Added PopulateAttributesWithException() test

* Tidied up SchemaWizardTests

* Minor updates to  test methods

* Changed position of back and next buttons in schema config so that they're consistent with data import and export

* reverse button position change

* Changed position of back and next buttons in schema config so that they're consistent with data import and export

Co-authored-by: Daniel Patrick Roche <daniel-patrick.roche@capgemini.com>