This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
189 files changed
+287
-196
lines changed- app
- controllers
- models
- lib
- classroom
- github
- spec
- controllers
- lib
- classroom
- github
- models
- support
- cassettes
- AssignmentInvitation/_redeem_for
- AssignmentInvitationsController
- GET_show/authenticated_request
- PATCH_accept_invitation
- github_import_fails
- github_repository_creation_fails
- github_repository_with_the_same_name_already_exists
- AssignmentRepo/with_created_objects
- _creator
- _nameable
- github_repository_with_the_same_name_already_exists
- github_repository_name_is_too_long
- github_repository_with_the_same_name_does_not_exist
- _user
- assignment_repo_has_a_user_through_a_repo_access
- callbacks
- before_destroy/_silently_destroy_github_repository
- before_validation
- _adds_user_as_collaborator
- _create_github_repository
- _push_starter_code
- AssignmentsController
- DELETE_destroy
- GET_edit
- GET_new
- GET_show
- PATCH_update
- POST_create
- invalid_repo_id_for_starter_code_is_passed
- invalid_starter_code_input
- invalid_starter_code_repo_name_input
- repo_id_for_starter_code_is_passed
- valid_repo_id_for_starter_code_is_passed
- valid_starter_code_input
- valid_starter_code_repo_name_input
- AutocompleteController/GET_github_repos
- CollabMigration/repo_access_with_an_assignment_repo
- with_a_github_team_id_
- GitHubOrganization
- _admin_
- _create_repository
- _create_team
- _login
- _plan
- GitHubRepository
- _full_name/gets_the_full_name_owner
- _push_to
- _repository
- GitHubTeam
- _add_team_membership
- _team_repository_
- GitHubUser
- _login
- _organization_memberships
- _user
- GitHub_RepoName/_generate_github_repository_name
- github_repository_name_is_too_long
- github_repository_with_the_same_name_already_exists
- github_repository_with_the_same_name_does_not_exist
- GitHub_Search/_search_github_repositories
- GitHub_Token/_scopes
- Group/callbacks
- assocation_callbacks
- before_add/_add_member_to_github_team
- before_destroy/_remove_from_github_team
- before_validation/_create_github_team
- GroupAssignmentInvitation/_redeem_for
- GroupAssignmentInvitationsController/PATCH_accept_invitation/authenticated_request
- github_repository_with_the_same_name_already_exists
- group_does_not_have_maximum_number_of_members
- group_has_not_reached_maximum_number_of_members
- group_has_reached_maximum_number_of_members
- GroupAssignmentRepo/with_created_objects
- _creator
- callbacks
- before_destroy/_destroy_github_repository
- before_validation
- _add_team_to_github_repository
- _create_github_repository
- _push_starter_code
- GroupAssignmentsController
- DELETE_destroy
- GET_edit
- GET_new
- GET_show
- PATCH_update
- POST_create
- OAuth_scope_requirements
- OAuth_dance
- organizations_show/authenticated_request
- OrganizationsController
- DELETE_destroy
- GET_edit
- GET_index
- authenticated_user_with_a_valid_token
- authenticated_user_with_an_invalid_token
- user_with_admin_privilege_on_the_organization_but_not_part_of_the_classroom
- user_without_admin_privilege_on_the_organization
- GET_invite
- GET_new
- GET_setup
- GET_show
- PATCH_setup_organization
- PATCH_update
- POST_create
- RepoAccess/callbacks
- before_destroy/_silently_remove_organization_member
- user_is_a_member_of_the_organization
- user_is_an_owner_of_the_organization
- before_validation
- _accept_membership_to_github_organization
- _add_membership_to_github_organization
- Stafftools_AssignmentInvitationsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_AssignmentReposController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_AssignmentsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_GroupAssignmentInvitationsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_GroupAssignmentReposController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_GroupAssignmentsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_GroupingsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_GroupsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_OrganizationsController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_RepoAccessesController/GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_ResourcesController
- GET_index
- as_an_authorized_user
- as_an_unauthorized_user
- GET_search
- as_an_authorized_user
- as_an_unauthorized_user
- Stafftools_UsersController
- DELETE_stop_impersonating
- as_an_authorized_user
- as_an_unauthorized_user
- GET_show
- as_an_authorized_user
- as_an_unauthorized_user
- POST_impersonate
- as_an_authorized_user
- as_an_unauthorized_user
- User
- _assign_from_auth_hash
- _github_client_scopes
- tokens
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
189 files changed
+287
-196
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments