Initial commit
This commit is contained in:
10
.idea/.gitignore
generated
vendored
Normal file
10
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# CodeStream ignored files
|
||||
/codestream.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
134
.idea/alvandp.iml
generated
Normal file
134
.idea/alvandp.iml
generated
Normal file
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="RUBY_MODULE" version="4">
|
||||
<component name="ModuleRunConfigurationManager">
|
||||
<shared />
|
||||
</component>
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="RVM: ruby-2.6.6" jdkType="RUBY_SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="bump (v0.9.0, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="faraday (v1.0.0, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="jwt (v2.2.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.1.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="mustermann (v1.1.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="nio4r (v2.5.2, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="puma (v4.3.3, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rack (v2.2.2, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rack-protection (v2.0.8.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.0, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.2, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="ruby2_keywords (v0.0.2, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="sinatra (v2.0.8.1, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="sshkey (v2.0.0, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="tilt (v2.0.10, RVM: ruby-2.6.6) [gem]" level="application" />
|
||||
</component>
|
||||
<component name="RakeTasksCache">
|
||||
<option name="myRootTask">
|
||||
<RakeTaskImpl id="rake">
|
||||
<subtasks>
|
||||
<RakeTaskImpl id="db">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Database Console" fullCommand="db:console" id="console" />
|
||||
<RakeTaskImpl description="Create database" fullCommand="db:create" id="create" />
|
||||
<RakeTaskImpl description="Drop all databases" fullCommand="db:drop" id="drop" />
|
||||
<RakeTaskImpl description="Load database dump" fullCommand="db:load" id="load" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="docker">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Clean up all docker volumes" fullCommand="docker:clean" id="clean" />
|
||||
<RakeTaskImpl description="Stop all runnning docker contrainers" fullCommand="docker:down" id="down" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="payload">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Generate JWT" fullCommand="payload:send[service,image,url]" id="send[service,image,url]" />
|
||||
<RakeTaskImpl description="" fullCommand="payload:send" id="send" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="render">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Render configuration and compose files and keys" fullCommand="render:config" id="config" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="service">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Set up and start all services with dependencies (does not run optional ones)" fullCommand="service:all[command]" id="all[command]" />
|
||||
<RakeTaskImpl description="Run mikro app (barong, peatio)" fullCommand="service:app[command]" id="app[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run arke-maker" fullCommand="service:arke_maker[command]" id="arke_maker[command]" />
|
||||
<RakeTaskImpl description="Run backend (vault db redis rabbitmq)" fullCommand="service:backend[command]" id="backend[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run cryptonodes" fullCommand="service:cryptonodes[command]" id="cryptonodes[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run daemons (rango, peatio daemons, barong sidekiq)" fullCommand="service:daemons[command]" id="daemons[command]" />
|
||||
<RakeTaskImpl description="Run the frontend application" fullCommand="service:frontend[command]" id="frontend[command]" />
|
||||
<RakeTaskImpl description="Run influxdb" fullCommand="service:influxdb[command]" id="influxdb[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run monitoring" fullCommand="service:monitoring[command]" id="monitoring[command]" />
|
||||
<RakeTaskImpl description="Run Traefik (reverse-proxy)" fullCommand="service:proxy[command]" id="proxy[command]" />
|
||||
<RakeTaskImpl description="Run setup hooks for peatio, barong" fullCommand="service:setup[command]" id="setup[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run superset" fullCommand="service:superset[command]" id="superset[command]" />
|
||||
<RakeTaskImpl description="Run the tower application" fullCommand="service:tower[command]" id="tower[command]" />
|
||||
<RakeTaskImpl description="[Optional] Run utils (mailer)" fullCommand="service:utils[command]" id="utils[command]" />
|
||||
<RakeTaskImpl description="" fullCommand="service:all" id="all" />
|
||||
<RakeTaskImpl description="" fullCommand="service:app" id="app" />
|
||||
<RakeTaskImpl description="" fullCommand="service:arke_maker" id="arke_maker" />
|
||||
<RakeTaskImpl description="" fullCommand="service:backend" id="backend" />
|
||||
<RakeTaskImpl description="" fullCommand="service:cryptonodes" id="cryptonodes" />
|
||||
<RakeTaskImpl description="" fullCommand="service:daemons" id="daemons" />
|
||||
<RakeTaskImpl description="" fullCommand="service:frontend" id="frontend" />
|
||||
<RakeTaskImpl description="" fullCommand="service:influxdb" id="influxdb" />
|
||||
<RakeTaskImpl description="" fullCommand="service:monitoring" id="monitoring" />
|
||||
<RakeTaskImpl description="" fullCommand="service:proxy" id="proxy" />
|
||||
<RakeTaskImpl description="" fullCommand="service:setup" id="setup" />
|
||||
<RakeTaskImpl description="" fullCommand="service:superset" id="superset" />
|
||||
<RakeTaskImpl description="" fullCommand="service:tower" id="tower" />
|
||||
<RakeTaskImpl description="" fullCommand="service:utils" id="utils" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="terraform">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Apply the Terraform configuration" fullCommand="terraform:apply" id="apply" />
|
||||
<RakeTaskImpl description="Destroy the Terraform infrastructure" fullCommand="terraform:destroy" id="destroy" />
|
||||
<RakeTaskImpl description="Initialize the Terraform configuration" fullCommand="terraform:init" id="init" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="toolbox">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Run the toolbox" fullCommand="toolbox:run" id="run" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="vault">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Initialize, unseal and set secrets for Vault" fullCommand="vault:setup" id="setup" />
|
||||
<RakeTaskImpl description="" fullCommand="vault:load_policies" id="load_policies" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="vendor">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Clone the frontend apps repos into vendor/" fullCommand="vendor:clone" id="clone" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="versions">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Fetch global image versions and update config/app.yaml" fullCommand="versions:update" id="update" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
<RakeTaskImpl id="wallet">
|
||||
<subtasks>
|
||||
<RakeTaskImpl description="Generate ethereum wallet from a cryptonode" fullCommand="wallet:create[kind,url,secret]" id="create[kind,url,secret]" />
|
||||
<RakeTaskImpl description="" fullCommand="wallet:create" id="create" />
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
</subtasks>
|
||||
</RakeTaskImpl>
|
||||
</option>
|
||||
</component>
|
||||
</module>
|
||||
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-3.0.0" project-jdk-type="RUBY_SDK" />
|
||||
</project>
|
||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/alvandp.iml" filepath="$PROJECT_DIR$/.idea/alvandp.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user