Misc cleanup

This commit is contained in:
Travis Ralston 2021-12-06 21:20:16 -07:00
parent 0e1aa69466
commit aa851d99df
6 changed files with 10 additions and 8 deletions

View File

@ -5,7 +5,6 @@ import { ROLE_USER } from "../security/MatrixSecurity";
import { import {
HookshotGithubAuthUrls, HookshotGithubAuthUrls,
HookshotGithubOrgReposDto, HookshotGithubOrgReposDto,
HookshotGithubRepo,
HookshotGithubRoomConfig HookshotGithubRoomConfig
} from "../../bridges/models/hookshot"; } from "../../bridges/models/hookshot";
import { HookshotGithubBridge } from "../../bridges/HookshotGithubBridge"; import { HookshotGithubBridge } from "../../bridges/HookshotGithubBridge";

View File

@ -1,6 +1,8 @@
import HookshotGithubBridgeRecord from "../db/models/HookshotGithubBridgeRecord"; import HookshotGithubBridgeRecord from "../db/models/HookshotGithubBridgeRecord";
import { import {
HookshotGithubAuthUrls, HookshotGithubOrg, HookshotGithubOrgReposDto, HookshotGithubAuthUrls,
HookshotGithubOrg,
HookshotGithubOrgReposDto,
HookshotGithubRepo, HookshotGithubRepo,
HookshotGithubRoomConfig, HookshotGithubRoomConfig,
HookshotGithubUserInfo, HookshotGithubUserInfo,

View File

@ -3,11 +3,7 @@ import { BridgeComponent } from "../bridge.component";
import { ScalarClientApiService } from "../../../shared/services/scalar/scalar-client-api.service"; import { ScalarClientApiService } from "../../../shared/services/scalar/scalar-client-api.service";
import { DomSanitizer, SafeUrl } from "@angular/platform-browser"; import { DomSanitizer, SafeUrl } from "@angular/platform-browser";
import { TranslateService } from "@ngx-translate/core"; import { TranslateService } from "@ngx-translate/core";
import { import { FE_HookshotGithubConnection, FE_HookshotGithubOrgReposDto } from "../../../shared/models/hookshot_github";
FE_HookshotGithubConnection,
FE_HookshotGithubOrgReposDto,
FE_HookshotGithubRepo
} from "../../../shared/models/hookshot_github";
import { HookshotGithubApiService } from "../../../shared/services/integrations/hookshot-github-api.service"; import { HookshotGithubApiService } from "../../../shared/services/integrations/hookshot-github-api.service";
interface HookshotConfig { interface HookshotConfig {

View File

@ -3,7 +3,8 @@ import { AuthedApi } from "../authed-api";
import { HttpClient } from "@angular/common/http"; import { HttpClient } from "@angular/common/http";
import { import {
FE_HookshotGithubAuthUrls, FE_HookshotGithubAuthUrls,
FE_HookshotGithubConnection, FE_HookshotGithubOrgReposDto, FE_HookshotGithubConnection,
FE_HookshotGithubOrgReposDto,
} from "../../models/hookshot_github"; } from "../../models/hookshot_github";
@Injectable() @Injectable()

View File

@ -162,7 +162,9 @@
"Almost there! Just need to add the bot to your organizations now.": "Almost there! Just need to add the bot to your organizations now.", "Almost there! Just need to add the bot to your organizations now.": "Almost there! Just need to add the bot to your organizations now.",
"Add to GitHub": "Add to GitHub", "Add to GitHub": "Add to GitHub",
"Organization": "Organization", "Organization": "Organization",
"Add to another GitHub organization": "Add to another GitHub organization",
"Repository": "Repository", "Repository": "Repository",
"Add more repositories from this organization": "Add more repositories from this organization",
"Bridge to Jira": "Bridge to Jira", "Bridge to Jira": "Bridge to Jira",
"In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.": "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.", "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.": "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.",
"Sign in with Jira": "Sign in with Jira", "Sign in with Jira": "Sign in with Jira",

View File

@ -162,7 +162,9 @@
"Almost there! Just need to add the bot to your organizations now.": "Almost there! Just need to add the bot to your organizations now.", "Almost there! Just need to add the bot to your organizations now.": "Almost there! Just need to add the bot to your organizations now.",
"Add to GitHub": "Add to GitHub", "Add to GitHub": "Add to GitHub",
"Organization": "Organization", "Organization": "Organization",
"Add to another GitHub organization": "Add to another GitHub organization",
"Repository": "Repository", "Repository": "Repository",
"Add more repositories from this organization": "Add more repositories from this organization",
"Bridge to Jira": "Bridge to Jira", "Bridge to Jira": "Bridge to Jira",
"In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.": "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.", "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.": "In order to bridge to Jira, you'll need to authorize the bridge to access your organization(s). Please click the button below to do so.",
"Sign in with Jira": "Sign in with Jira", "Sign in with Jira": "Sign in with Jira",