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

Studio: Rename 'force import' to 're-import' #4892

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading