Skip to content

Commit

Permalink
Rename 'force import' to 're-import'
Browse files Browse the repository at this point in the history
  • Loading branch information
jellebouwman committed Oct 2, 2023
1 parent 504c285 commit 5955df2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 28 deletions.
23 changes: 16 additions & 7 deletions content/docs/studio/user-guide/team-collaboration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ team.

In this page, you will learn about:

- [How to create a team](#create-a-team)
- [How to invite collaborators (team members)](#invite-collaborators)
- [The privileges (access permissions) of different roles](#roles)
- [How to manage the team and its projects](#manage-your-team-and-its-projects)
- [How to manage connections to self-hosted GitLab servers](#manage-connections-to-self-hosted-gitlab-servers)
- [Why and how to change your team plan and team size](#change-your-team-plan-and-team-size)
- [Teams](#teams)
- [Create a team](#create-a-team)
- [Invite collaborators](#invite-collaborators)
- [Roles](#roles)
- [Privileges to create, open and access the team's projects](#privileges-to-create-open-and-access-the-teams-projects)
- [Privileges to manage project settings](#privileges-to-manage-project-settings)
- [Privileges in the team's model registry](#privileges-in-the-teams-model-registry)
- [Privileges to manage the team](#privileges-to-manage-the-team)
- [Manage your team and its projects](#manage-your-team-and-its-projects)
- [Projects](#projects)
- [Models](#models)
- [Settings](#settings)
- [Manage connections to self-hosted GitLab servers](#manage-connections-to-self-hosted-gitlab-servers)
- [Edit collaborators](#edit-collaborators)
- [Change your team plan and team size](#change-your-team-plan-and-team-size)

## Create a team

Expand Down Expand Up @@ -77,7 +86,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
52 changes: 31 additions & 21 deletions content/docs/studio/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,35 @@ If you need further help, you can send us a message using `Help` on the

## Projects and experiments

- [Errors accessing your Git repository](#errors-accessing-your-git-repository)
- [Errors related to parsing the repository](#errors-related-to-parsing-the-repository)
- [Errors related to DVC remotes and credentials](#errors-related-to-dvc-remotes-and-credentials)

- [Error: No data found to visualize](#error-no-data-found-to-visualize)
- [Error: No DVC repo was found at the root](#error-no-dvc-repo-was-found-at-the-root)
- [Error: Non-DVC sub-directory of a monorepo](#error-non-dvc-sub-directory-of-a-monorepo)
- [Error: No commits were found for the sub-directory](#error-no-commits-were-found-for-the-sub-directory)
- [Project got created, but does not contain any data](#project-got-created-but-does-not-contain-any-data)
- [Project does not contain the columns that I want](#project-does-not-contain-the-columns-that-i-want)
- [Project does not contain some of my commits or branches](#project-does-not-contain-some-of-my-commits-or-branches)

- [Error: Missing metric or plot file(s)](#error-missing-metric-or-plot-files)
- [Error: Base commit not found](#error-base-commit-not-found)
- [Error: Failed to push experiment to repository](#error-failed-to-push-experiment-to-repository)
- [Project does not display live metrics and plots](#project-does-not-display-live-metrics-and-plots)
- [Project does not display DVC experiments](#project-does-not-display-dvc-experiments)
- [Error: `dvc.lock` validation failed](#error-dvclock-validation-failed)
- [Project does not reflect updates in the Git repository ](#project-does-not-reflect-updates-in-the-git-repository)
- [Troubleshooting](#troubleshooting)
- [Support](#support)
- [Projects and experiments](#projects-and-experiments)
- [Model registry](#model-registry)
- [Billing and payment](#billing-and-payment)
- [Errors accessing your Git repository](#errors-accessing-your-git-repository)
- [Errors related to parsing the repository](#errors-related-to-parsing-the-repository)
- [Errors related to DVC remotes and credentials](#errors-related-to-dvc-remotes-and-credentials)
- [Errors related to DVC remotes behind firewall](#errors-related-to-dvc-remotes-behind-firewall)
- [Error: No data found to visualize](#error-no-data-found-to-visualize)
- [Error: No DVC repo was found at the root](#error-no-dvc-repo-was-found-at-the-root)
- [Error: Non-DVC sub-directory of a monorepo](#error-non-dvc-sub-directory-of-a-monorepo)
- [Error: No commits were found for the sub-directory](#error-no-commits-were-found-for-the-sub-directory)
- [Project got created, but does not contain any data](#project-got-created-but-does-not-contain-any-data)
- [Project does not contain the columns that I want](#project-does-not-contain-the-columns-that-i-want)
- [Show/hide columns](#showhide-columns)
- [Project does not contain some of my commits or branches](#project-does-not-contain-some-of-my-commits-or-branches)
- [Error: Missing metric or plot file(s)](#error-missing-metric-or-plot-files)
- [Error: Skipped big remote file(s)](#error-skipped-big-remote-files)
- [Error: Base commit not found](#error-base-commit-not-found)
- [Error: Failed to push experiment to repository](#error-failed-to-push-experiment-to-repository)
- [Project does not display live metrics and plots](#project-does-not-display-live-metrics-and-plots)
- [Project does not display DVC experiments](#project-does-not-display-dvc-experiments)
- [Error: `dvc.lock` validation failed](#error-dvclock-validation-failed)
- [Project does not reflect updates in the Git repository](#project-does-not-reflect-updates-in-the-git-repository)
- [I cannot find my desired Git repository in the form to add a model](#i-cannot-find-my-desired-git-repository-in-the-form-to-add-a-model)
- [Model registry does not display the models in my Git repositories](#model-registry-does-not-display-the-models-in-my-git-repositories)
- [My models have disappeared even though I did not remove (deprecate) them](#my-models-have-disappeared-even-though-i-did-not-remove-deprecate-them)
- [Questions or problems with billing and payment](#questions-or-problems-with-billing-and-payment)

## Model registry

Expand Down Expand Up @@ -314,12 +324,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 5955df2

Please sign in to comment.