Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: show numer of entities created, updated, deleted #101

Closed
hbagdi opened this issue Nov 9, 2019 · 0 comments · Fixed by #102
Closed

feature: show numer of entities created, updated, deleted #101

hbagdi opened this issue Nov 9, 2019 · 0 comments · Fixed by #102
Assignees
Labels
feature New feature or request
Milestone

Comments

@hbagdi
Copy link
Member

hbagdi commented Nov 9, 2019

When a diff or sync command finishes, it should print the number of entities that have been created, updated and deleted.

@hbagdi hbagdi added the feature New feature or request label Nov 9, 2019
@hbagdi hbagdi added this to the v0.7.0 milestone Nov 9, 2019
@hbagdi hbagdi self-assigned this Nov 9, 2019
hbagdi added a commit that referenced this issue Nov 9, 2019
Breaking change:

This function causes a breaking change due to change in method signature
of `Solve()`.

`Stats` will be used in future in unit-test for this package as well.

For #101
hbagdi added a commit that referenced this issue Nov 9, 2019
A sample of the output:
```
Summary:
  Created: 10
  Updated: 0
  Deleted: 0
```

Fix #101
hbagdi added a commit that referenced this issue Nov 9, 2019
Breaking change:

This function causes a breaking change due to change in method signature
of `Solve()`.

`Stats` will be used in future in unit-test for this package as well.

For #101
hbagdi added a commit that referenced this issue Nov 9, 2019
A sample of the output:
```
Summary:
  Created: 10
  Updated: 0
  Deleted: 0
```

Fix #101
rainest pushed a commit that referenced this issue Apr 21, 2021
Breaking change:

This function causes a breaking change due to change in method signature
of `Solve()`.

`Stats` will be used in future in unit-test for this package as well.

For #101
rainest pushed a commit that referenced this issue Apr 21, 2021
A sample of the output:
```
Summary:
  Created: 10
  Updated: 0
  Deleted: 0
```

Fix #101
AntoineJac pushed a commit that referenced this issue Jan 23, 2024
Breaking change:

This function causes a breaking change due to change in method signature
of `Solve()`.

`Stats` will be used in future in unit-test for this package as well.

For #101
AntoineJac pushed a commit that referenced this issue Jan 23, 2024
A sample of the output:
```
Summary:
  Created: 10
  Updated: 0
  Deleted: 0
```

Fix #101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant