Skip to content

Commit

Permalink
Rename 'force import' to 're-import' (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellebouwman authored Oct 5, 2023
1 parent 7dd8b56 commit b89c074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/studio/user-guide/team-collaboration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ even if the project belongs to a team where you are an `Editor` or `Admin`.
| View CML reports | No | No | Yes | Yes |
| Share a project | No | No | Yes | Yes |
| Add a new project | No | No | Yes | Yes |
| Force repository import | No | No | Yes | Yes |
| Re-import repository | No | No | Yes | Yes |
| Delete a project | No | No | Yes | Yes |

\*Visitors can access only the public projects of the team.
Expand Down
4 changes: 2 additions & 2 deletions content/docs/studio/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ issue for any future commits in your repository.
When there are updates (new commits, branches, etc.) in your Git repository,
your project in Iterative Studio gets reflected to include those updates. If the
project has stopped receiving updates from the Git repository and you have to
`force import` the project each time to get any new commit, then it is possible
`re-import` the project each time to get any new commit, then it is possible
that the Iterative Studio webhook in your repository got deleted or messed up.

Iterative Studio periodically checks for any missing or messed up webhooks, and
attempts to re-create them. Currently, this happens every 2 hours. The webhook
also gets re-created every time you create a new project or force import a
also gets re-created every time you create a new project or re-import a
repository.

## I cannot find my desired Git repository in the form to add a model
Expand Down

0 comments on commit b89c074

Please sign in to comment.