-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Share Intellij run configurations * [sessions] Cleanup inactive sessions after 168h * Create a TTL index on the updatedAt field * Change type of createdAt and updatedAt to Date (required for TTL index) * Regenerated mocks => the session cleanup will only work for sessions create/touch after this change. => older sessions need to dropped manually see: https://www.mongodb.com/docs/manual/core/index-ttl/
- Loading branch information
Showing
12 changed files
with
126 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="cluster" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="kobs" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="cluster" /> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/kobsio/kobs/cmd/kobs" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/kobs/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="hub" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="kobs" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="hub" /> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/kobsio/kobs/cmd/kobs" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/kobs/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="start all" type="CompoundRunConfigurationType"> | ||
<toRun name="start cluster" type="GoApplicationRunConfiguration" /> | ||
<toRun name="hub" type="GoApplicationRunConfiguration" /> | ||
<toRun name="start watcher" type="GoApplicationRunConfiguration" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="watcher" type="GoApplicationRunConfiguration" factoryName="Go Application"> | ||
<module name="kobs" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<parameters value="watcher" /> | ||
<kind value="PACKAGE" /> | ||
<package value="github.com/kobsio/kobs/cmd/kobs" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$/cmd/kobs/main.go" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.