-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Show simulation in table * Change message no token * Update DataCarbon * WIP: check all servers * Revert "WIP: check all servers" This reverts commit 286654c. * Integrate optional Call ApiCo2Signal (#82) * Show simulation in table (#77) * Change message token Co2Signal (#78) * Show simulation in table * Change message no token * Integrate optional Call ApiCo2Signal * Add cache for intensity and location * Feature #80 results per servers localisation (#83) * Data reception and sorting ok * WIP insert new card * WIP insert new card * WIP insert new card * WIP insert new card * Style * Messages * #80 : review html markup, only show resources names * Change bottom message for show/hide urls * Move buttom --------- Co-authored-by: OlivierCamon <[email protected]> * Css Change * nitpick : removed duplicated code (#84) * Feature #79 compute average carbon intensity of server requests by location (#85) * Change model of calcul * Change model of calcul * #86 new cards summarize data (#87) * Update next version * Reorganisation .svelte * Add summary cards * Clean old code Co-authored-by: OlivierCamon <[email protected]> * Clean old code Co-authored-by: OlivierCamon <[email protected]> --------- Co-authored-by: OlivierCamon <[email protected]> * Change summary title * Add runner idea * Refresh icon received action * Correction for site without www * Update version --------- Co-authored-by: boukhalfa.zahout <[email protected]> Co-authored-by: OlivierCamon <[email protected]> Co-authored-by: OlivierCamon <[email protected]>
- Loading branch information
1 parent
af7918b
commit d02c03b
Showing
8 changed files
with
187 additions
and
14 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,41 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="build" type="js.build_tools.npm" nameIsGenerated="true"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="build" /> | ||
</scripts> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<EXTENSION ID="NodeDockerRunConfigurationExtension"> | ||
<option name="envVars"> | ||
<list /> | ||
</option> | ||
<option name="extraHosts"> | ||
<list /> | ||
</option> | ||
<option name="links"> | ||
<list /> | ||
</option> | ||
<option name="networkDisabled" value="false" /> | ||
<option name="networkMode" value="bridge" /> | ||
<option name="portBindings"> | ||
<list /> | ||
</option> | ||
<option name="publishAllPorts" value="false" /> | ||
<option name="runCliOptions" value="--entrypoint= --rm --user=1000" /> | ||
<option name="version" value="2" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/opt/project" /> | ||
<option name="editable" value="true" /> | ||
<option name="hostPath" value="$PROJECT_DIR$" /> | ||
<option name="readOnly" value="false" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</EXTENSION> | ||
<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,41 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="check" type="js.build_tools.npm" nameIsGenerated="true"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="check" /> | ||
</scripts> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<EXTENSION ID="NodeDockerRunConfigurationExtension"> | ||
<option name="envVars"> | ||
<list /> | ||
</option> | ||
<option name="extraHosts"> | ||
<list /> | ||
</option> | ||
<option name="links"> | ||
<list /> | ||
</option> | ||
<option name="networkDisabled" value="false" /> | ||
<option name="networkMode" value="bridge" /> | ||
<option name="portBindings"> | ||
<list /> | ||
</option> | ||
<option name="publishAllPorts" value="false" /> | ||
<option name="runCliOptions" value="--entrypoint= --rm --user=1000" /> | ||
<option name="version" value="2" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/opt/project" /> | ||
<option name="editable" value="true" /> | ||
<option name="hostPath" value="$PROJECT_DIR$" /> | ||
<option name="readOnly" value="false" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</EXTENSION> | ||
<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,48 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="dev" type="js.build_tools.npm" nameIsGenerated="true"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="dev" /> | ||
</scripts> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<EXTENSION ID="NodeDockerRunConfigurationExtension"> | ||
<option name="envVars"> | ||
<list /> | ||
</option> | ||
<option name="extraHosts"> | ||
<list /> | ||
</option> | ||
<option name="links"> | ||
<list /> | ||
</option> | ||
<option name="networkDisabled" value="false" /> | ||
<option name="networkMode" value="bridge" /> | ||
<option name="portBindings"> | ||
<list> | ||
<DockerPortBindingImpl> | ||
<option name="containerPort" value="5173" /> | ||
<option name="hostIp" value="0.0.0.0" /> | ||
<option name="hostPort" value="5173" /> | ||
<option name="protocol" value="tcp" /> | ||
</DockerPortBindingImpl> | ||
</list> | ||
</option> | ||
<option name="publishAllPorts" value="false" /> | ||
<option name="runCliOptions" value="--entrypoint= --rm --user=1000" /> | ||
<option name="version" value="2" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/opt/project" /> | ||
<option name="editable" value="true" /> | ||
<option name="hostPath" value="$PROJECT_DIR$" /> | ||
<option name="readOnly" value="false" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</EXTENSION> | ||
<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,38 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="install" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="install" /> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<EXTENSION ID="NodeDockerRunConfigurationExtension"> | ||
<option name="envVars"> | ||
<list /> | ||
</option> | ||
<option name="extraHosts"> | ||
<list /> | ||
</option> | ||
<option name="links"> | ||
<list /> | ||
</option> | ||
<option name="networkDisabled" value="false" /> | ||
<option name="networkMode" value="bridge" /> | ||
<option name="portBindings"> | ||
<list /> | ||
</option> | ||
<option name="publishAllPorts" value="false" /> | ||
<option name="runCliOptions" value="--entrypoint= --rm --user=1000" /> | ||
<option name="version" value="2" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/opt/project" /> | ||
<option name="editable" value="true" /> | ||
<option name="hostPath" value="$PROJECT_DIR$" /> | ||
<option name="readOnly" value="false" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</EXTENSION> | ||
<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
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