Tony CHEMIT pushed to branch pages at ultreiaio / ird-observe

Commits:

6 changed files:

Changes:

  • .idea/.gitignore
    1
    +# Default ignored files
    
    2
    +/shelf/
    
    3
    +/workspace.xml
    
    4
    +# Datasource local storage ignored files
    
    5
    +/dataSources/
    
    6
    +/dataSources.local.xml

  • .idea/ird-observe.iml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<module type="JAVA_MODULE" version="4">
    
    3
    +  <component name="NewModuleRootManager" inherit-compiler-output="true">
    
    4
    +    <exclude-output />
    
    5
    +    <content url="file://$MODULE_DIR$" />
    
    6
    +    <orderEntry type="inheritedJdk" />
    
    7
    +    <orderEntry type="sourceFolder" forTests="false" />
    
    8
    +  </component>
    
    9
    +</module>
    \ No newline at end of file

  • .idea/modules.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<project version="4">
    
    3
    +  <component name="ProjectModuleManager">
    
    4
    +    <modules>
    
    5
    +      <module fileurl="file://$PROJECT_DIR$/.idea/ird-observe.iml" filepath="$PROJECT_DIR$/.idea/ird-observe.iml" />
    
    6
    +    </modules>
    
    7
    +  </component>
    
    8
    +</project>
    \ No newline at end of file

  • .idea/vcs.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<project version="4">
    
    3
    +  <component name="VcsDirectoryMappings">
    
    4
    +    <mapping directory="" vcs="Git" />
    
    5
    +  </component>
    
    6
    +</project>
    \ No newline at end of file

  • .idea/workspace.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<project version="4">
    
    3
    +  <component name="ChangeListManager">
    
    4
    +    <list default="true" id="c9997dfc-26aa-4206-906f-1c16860e633c" name="Changes" comment="">
    
    5
    +      <change afterPath="$PROJECT_DIR$/index.js" afterDir="false" />
    
    6
    +      <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
    
    7
    +    </list>
    
    8
    +    <option name="SHOW_DIALOG" value="false" />
    
    9
    +    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    
    10
    +    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    
    11
    +    <option name="LAST_RESOLUTION" value="IGNORE" />
    
    12
    +  </component>
    
    13
    +  <component name="Git.Settings">
    
    14
    +    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
    
    15
    +  </component>
    
    16
    +  <component name="ProjectId" id="1xzmvagxh1xwFASQBgrq2wcsyir" />
    
    17
    +  <component name="ProjectLevelVcsManager">
    
    18
    +    <ConfirmationsSetting value="2" id="Add" />
    
    19
    +  </component>
    
    20
    +  <component name="ProjectViewState">
    
    21
    +    <option name="autoscrollFromSource" value="true" />
    
    22
    +    <option name="compactDirectories" value="true" />
    
    23
    +    <option name="flattenPackages" value="true" />
    
    24
    +    <option name="hideEmptyMiddlePackages" value="true" />
    
    25
    +    <option name="showLibraryContents" value="true" />
    
    26
    +    <option name="showModules" value="false" />
    
    27
    +    <option name="sortByType" value="true" />
    
    28
    +  </component>
    
    29
    +  <component name="PropertiesComponent">
    
    30
    +    <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
    
    31
    +    <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
    
    32
    +    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
    
    33
    +    <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
    
    34
    +  </component>
    
    35
    +  <component name="RecentsManager">
    
    36
    +    <key name="CopyFile.RECENT_KEYS">
    
    37
    +      <recent name="$PROJECT_DIR$" />
    
    38
    +    </key>
    
    39
    +  </component>
    
    40
    +  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
    
    41
    +  <component name="TypeScriptGeneratedFilesManager">
    
    42
    +    <option name="version" value="3" />
    
    43
    +  </component>
    
    44
    +  <component name="Vcs.Log.Tabs.Properties">
    
    45
    +    <option name="TAB_STATES">
    
    46
    +      <map>
    
    47
    +        <entry key="MAIN">
    
    48
    +          <value>
    
    49
    +            <State />
    
    50
    +          </value>
    
    51
    +        </entry>
    
    52
    +      </map>
    
    53
    +    </option>
    
    54
    +  </component>
    
    55
    +</project>
    \ No newline at end of file

  • versions.json
    1
    +{
    
    2
    +"latest":"now",
    
    3
    +"9.0.0-RC-11-SNAPSHOT":"before"
    
    4
    +}