Passport/.idea/workspace.xml

192 lines
9.6 KiB
XML
Raw Normal View History

2024-04-20 06:05:50 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="ALL" />
</component>
<component name="ChangeListManager">
2024-09-19 14:18:22 +00:00
<list default="true" id="3fefb2c4-b6f9-466b-a523-53352e8d6f95" name="更改" comment=":sparkles: Account deletion">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/go.mod" beforeDir="false" afterPath="$PROJECT_DIR$/go.mod" afterDir="false" />
<change beforePath="$PROJECT_DIR$/go.sum" beforeDir="false" afterPath="$PROJECT_DIR$/go.sum" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pkg/internal/models/tokens.go" beforeDir="false" afterPath="$PROJECT_DIR$/pkg/internal/models/tokens.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pkg/internal/server/api/accounts_api.go" beforeDir="false" afterPath="$PROJECT_DIR$/pkg/internal/server/api/accounts_api.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pkg/internal/server/api/index.go" beforeDir="false" afterPath="$PROJECT_DIR$/pkg/internal/server/api/index.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pkg/internal/services/accounts.go" beforeDir="false" afterPath="$PROJECT_DIR$/pkg/internal/services/accounts.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pkg/internal/services/tokens.go" beforeDir="false" afterPath="$PROJECT_DIR$/pkg/internal/services/tokens.go" afterDir="false" />
</list>
2024-04-20 06:05:50 +00:00
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Go File" />
</list>
</option>
</component>
<component name="GOROOT" url="file:///opt/homebrew/opt/go/libexec" />
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
2024-08-12 13:16:48 +00:00
<entry key="$PROJECT_DIR$" value="refactor/use-capital-as-frontend" />
2024-04-20 06:05:50 +00:00
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
2024-04-20 11:04:33 +00:00
<component name="ProblemsViewState">
<option name="selectedTabId" value="ProjectErrors" />
2024-04-20 11:04:33 +00:00
</component>
<component name="ProjectColorInfo">{
&quot;customColor&quot;: &quot;&quot;,
&quot;associatedIndex&quot;: 6
}</component>
2024-04-20 06:05:50 +00:00
<component name="ProjectId" id="2fLXu43fjlLYVIGNrhGhOgBFq2O" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2024-08-25 09:16:22 +00:00
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;DefaultGoTemplateProperty&quot;: &quot;Go File&quot;,
&quot;Go Build.Backend.executor&quot;: &quot;Run&quot;,
&quot;Go 构建.Backend.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.formatter.settings.were.checked&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.migrated.go.modules.settings&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.modules.automatic.dependencies.download&quot;: &quot;true&quot;,
&quot;RunOnceActivity.go.modules.go.list.on.any.changes.was.set&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;go.import.settings.migrated&quot;: &quot;true&quot;,
&quot;go.sdk.automatically.set&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;/Users/littlesheep&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;run.code.analysis.last.selected.profile&quot;: &quot;pProject Default&quot;,
2024-09-19 14:18:22 +00:00
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
2024-08-25 09:16:22 +00:00
&quot;ts.external.directory.path&quot;: &quot;/Users/littlesheep/Documents/Projects/Hydrogen/Passport/web/node_modules/typescript/lib&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
2024-04-20 11:04:33 +00:00
},
2024-08-25 09:16:22 +00:00
&quot;keyToStringList&quot;: {
&quot;DatabaseDriversLRU&quot;: [
&quot;postgresql&quot;
2024-04-20 11:04:33 +00:00
]
2024-04-20 06:05:50 +00:00
}
2024-08-25 09:16:22 +00:00
}</component>
2024-04-20 06:05:50 +00:00
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/web/src/components/admin" />
2024-06-30 09:01:39 +00:00
<recent name="$PROJECT_DIR$/web/src/views" />
2024-06-26 06:47:34 +00:00
<recent name="$PROJECT_DIR$/pkg/internal/server/api" />
<recent name="$PROJECT_DIR$/web" />
<recent name="$PROJECT_DIR$/pkg/services" />
2024-04-20 06:05:50 +00:00
</key>
2024-04-20 11:04:33 +00:00
<key name="MoveFile.RECENT_KEYS">
2024-06-30 09:01:39 +00:00
<recent name="$PROJECT_DIR$/web/src/views/flow" />
<recent name="$PROJECT_DIR$/pkg/internal/server/exts" />
<recent name="$PROJECT_DIR$/pkg/internal/server/api" />
2024-06-16 15:17:32 +00:00
<recent name="$PROJECT_DIR$/pkg/internal" />
<recent name="$PROJECT_DIR$/pkg" />
2024-04-20 11:04:33 +00:00
</key>
2024-04-20 06:05:50 +00:00
</component>
2024-04-21 07:07:53 +00:00
<component name="RunAnythingCache">
<myKeys>
<visibility group="Grunt" flag="true" />
<visibility group="Gulp" flag="true" />
2024-07-16 03:09:16 +00:00
<visibility group="HTTP Requests" flag="true" />
2024-04-21 07:07:53 +00:00
<visibility group="HTTP 请求" flag="true" />
<visibility group="Recent projects" flag="true" />
<visibility group="Run configurations" flag="true" />
<visibility group="npm" flag="true" />
<visibility group="yarn" flag="true" />
</myKeys>
</component>
2024-04-20 06:05:50 +00:00
<component name="RunManager">
<configuration name="Backend" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="Passport" />
<working_directory value="$PROJECT_DIR$" />
<kind value="FILE" />
2024-06-16 15:17:32 +00:00
<package value="git.solsynth.dev/hydrogen/passport" />
2024-04-20 06:05:50 +00:00
<directory value="$PROJECT_DIR$" />
2024-06-16 15:17:32 +00:00
<filePath value="$PROJECT_DIR$/pkg/main.go" />
2024-04-20 06:05:50 +00:00
<output_directory value="$PROJECT_DIR$/dist" />
<method v="2" />
</configuration>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-gosdk-5df93f7ad4aa-df9ad98b711f-org.jetbrains.plugins.go.sharedIndexes.bundled-GO-242.21829.220" />
<option value="bundled-js-predefined-d6986cc7102b-7c0b70fcd90d-JavaScript-GO-242.21829.220" />
2024-04-20 06:05:50 +00:00
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2024-06-26 12:08:18 +00:00
<component name="UnknownFeatures">
<option featureType="dependencySupport" implementationName="javascript:npm:prettier" />
<option featureType="dependencySupport" implementationName="executable:docker" />
<option featureType="dependencySupport" implementationName="javascript:npm:unocss" />
<option featureType="dependencySupport" implementationName="javascript:npm:vite" />
<option featureType="dependencySupport" implementationName="executable:kubectl" />
<option featureType="dependencySupport" implementationName="javascript:npm:vue" />
</component>
2024-04-20 06:05:50 +00:00
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
2024-05-09 15:35:13 +00:00
<State>
<option name="FILTERS">
<map>
<entry key="branch">
<value>
<list>
2024-06-26 07:03:43 +00:00
<option value="refactor/v2" />
2024-05-09 15:35:13 +00:00
</list>
</value>
</entry>
</map>
</option>
</State>
2024-04-20 06:05:50 +00:00
</value>
</entry>
</map>
</option>
</component>
2024-04-20 11:04:33 +00:00
<component name="VcsManagerConfiguration">
<MESSAGE value=":sparkles: Bot token aka. API token" />
<MESSAGE value=":sparkles: Bots aka. automated accounts" />
<MESSAGE value=":sparkles: Return affiliated to and automated by in userinfo grpc call" />
2024-08-25 09:16:22 +00:00
<MESSAGE value=":sparkles: Pagination bots api" />
2024-08-25 10:08:37 +00:00
<MESSAGE value=":bug: Fix query issue" />
2024-08-25 10:36:19 +00:00
<MESSAGE value=":bug: Fix compare perm node panic" />
2024-08-25 12:51:58 +00:00
<MESSAGE value=":bug: Fix compare perm node function" />
<MESSAGE value=":sparkles: Bot related bot key apis" />
2024-08-25 13:35:22 +00:00
<MESSAGE value=":bug: Fix bot related bot key apis path error" />
<MESSAGE value=":bug: Fix path parameters misplaced" />
2024-08-25 15:15:29 +00:00
<MESSAGE value=":bug: Fix api key wasn't in auto maintain range" />
2024-08-25 15:43:15 +00:00
<MESSAGE value=":bug: Fix api key missing account id" />
2024-08-25 16:33:57 +00:00
<MESSAGE value=":sparkles: Preload api key's ticket" />
2024-08-25 16:44:10 +00:00
<MESSAGE value=":bug: Fix preloading issue" />
2024-08-25 16:53:13 +00:00
<MESSAGE value=":bug: Fix bot related key api issue" />
2024-09-01 08:38:09 +00:00
<MESSAGE value=":bug: Fix query statement column issue" />
2024-09-01 08:51:13 +00:00
<MESSAGE value=":sparkles: Daily signs" />
<MESSAGE value=":bug: Fix daily check issue" />
<MESSAGE value=":sparkles: Can get today's daily sign record" />
<MESSAGE value=":bug: Fix auto maintain range missing models" />
<MESSAGE value=":bug: Fix date formatting issue on daily signing" />
2024-09-08 02:39:08 +00:00
<MESSAGE value=":bug: Fix daily sign batch list query issue" />
<MESSAGE value=":bug: Fix daily sign random panic" />
<MESSAGE value=":sparkles: Realm avatar, banner and access policy" />
2024-09-19 14:18:22 +00:00
<MESSAGE value=":sparkles: Account deletion" />
<option name="LAST_COMMIT_MESSAGE" value=":sparkles: Account deletion" />
2024-04-20 11:04:33 +00:00
</component>
2024-04-20 06:05:50 +00:00
<component name="VgoProject">
<settings-migrated>true</settings-migrated>
</component>
</project>