1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-25 11:32:50 +01:00

127 lines
5.4 KiB
XML
Raw Normal View History

2024-01-28 09:56:15 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="CargoProjects">
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
</component>
<component name="ChangeListManager">
2024-01-28 09:59:53 +00:00
<list default="true" id="cb819d82-9f95-407f-a4e2-c022b965cd2d" name="Changes" comment="Fix tests" />
2024-01-28 09:56:15 +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="Rust File" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
</component>
<component name="MacroExpansionManager">
<option name="directoryName" value="r92nneie" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 4
}</component>
<component name="ProjectId" id="2bYBelDINYn3WVFtGHpmoCiiYpB" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2024-01-28 09:59:53 +00:00
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"Cargo.Test actix-session.executor": "Run",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
"last_opened_file_path": "/Users/jameseastham/source/github/actix-extras/actix-session",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"org.rust.cargo.project.model.PROJECT_DISCOVERY": "true",
"vue.rearranger.settings.migration": "true"
2024-01-28 09:56:15 +00:00
}
2024-01-28 09:59:53 +00:00
}]]></component>
2024-01-28 09:56:15 +00:00
<component name="RunManager">
<configuration name="Test actix-session" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="test --workspace" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
</component>
<component name="RustProjectSettings">
<option name="toolchainHomeDirectory" value="$USER_HOME$/.cargo/bin" />
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="cb819d82-9f95-407f-a4e2-c022b965cd2d" name="Changes" comment="" />
<created>1706382231167</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1706382231167</updated>
<workItem from="1706382232373" duration="277000" />
<workItem from="1706382513749" duration="129000" />
<workItem from="1706382644812" duration="107000" />
2024-01-28 09:59:53 +00:00
<workItem from="1706382753760" duration="5701000" />
</task>
<task id="LOCAL-00001" summary="Add DynamoDB implementation">
<option name="closed" value="true" />
<created>1706383632691</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1706383632691</updated>
</task>
<task id="LOCAL-00002" summary="Fix CI build errors">
<option name="closed" value="true" />
<created>1706432853958</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1706432853958</updated>
2024-01-28 09:56:15 +00:00
</task>
2024-01-28 09:59:53 +00:00
<task id="LOCAL-00003" summary="Fix tests">
<option name="closed" value="true" />
<created>1706435598339</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1706435598339</updated>
</task>
<option name="localTasksCounter" value="4" />
2024-01-28 09:56:15 +00:00
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
2024-01-28 09:59:53 +00:00
<component name="VcsManagerConfiguration">
<MESSAGE value="Add DynamoDB implementation" />
<MESSAGE value="Fix CI build errors" />
<MESSAGE value="Fix tests" />
<option name="LAST_COMMIT_MESSAGE" value="Fix tests" />
</component>
2024-01-28 09:56:15 +00:00
</project>