Skip to content

Commit

Permalink
Change EOL for some some files from CRLF to LF. Closes #1256 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina authored and brollb committed Oct 22, 2019
1 parent a23e949 commit b3429a3
Show file tree
Hide file tree
Showing 27 changed files with 5,260 additions and 5,260 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
services: mongodb
addons:
chrome: beta
sudo: false
script: npm run test-unit
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
node_js:
- "8"
language: node_js
services: mongodb
addons:
chrome: beta
sudo: false
script: npm run test-unit
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
node_js:
- "8"
Binary file modified docs/fundamentals/action_layer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/graph_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/model_data_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/operation_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/operation_interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/recurrent_attention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fundamentals/train_operation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/create_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/pipelines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/select_train_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/set_seed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/test_pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/test_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/training_execution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/common/styles/img/deepforge-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/common/styles/img/deepforge-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions src/plugins/ApplyUpdates/metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": "ApplyUpdates",
"name": "ApplyUpdates",
"version": "0.1.0",
"description": "",
"icon": {
"class": "glyphicon glyphicon-cog",
"src": ""
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": false,
"writeAccessRequired": false,
"configStructure": []
{
"id": "ApplyUpdates",
"name": "ApplyUpdates",
"version": "0.1.0",
"description": "",
"icon": {
"class": "glyphicon glyphicon-cog",
"src": ""
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": false,
"writeAccessRequired": false,
"configStructure": []
}
Binary file modified src/visualizers/widgets/Sidebar/lib/font/fonts/open-iconic.eot
Binary file not shown.
Binary file modified src/visualizers/widgets/Sidebar/lib/font/fonts/open-iconic.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is for any scss that you may want for this visualizer.
/**
* This file is for any scss that you may want for this visualizer.
*/
.tabbed-text-editor {
outline: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
/**
* This file is for any scss that you may want for this visualizer.
*/

.tabbed-text-editor {
outline: none;
padding: 0;
background-color: #eee !important;

.remove-file {
font-size: 0.75em;
padding-left: 5px;
top: 0;
}

.current-tab-content {
width: 100%;
height: 100%;
}

.content {
position: relative;
height: 100%;
width: 100%;
}

.empty-message {
position: absolute;
font-size: 3em;
font-style: italic;
color: #757575;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
}

.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 10px;
transition: 0.3s;
font-size: 15px;
border-right: 1px solid #bbb;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
}
/**
* This file is for any scss that you may want for this visualizer.
*/

.tabbed-text-editor {
outline: none;
padding: 0;
background-color: #eee !important;

.remove-file {
font-size: 0.75em;
padding-left: 5px;
top: 0;
}

.current-tab-content {
width: 100%;
height: 100%;
}

.content {
position: relative;
height: 100%;
width: 100%;
}

.empty-message {
position: absolute;
font-size: 3em;
font-style: italic;
color: #757575;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
}

.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 10px;
transition: 0.3s;
font-size: 15px;
border-right: 1px solid #bbb;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b3429a3

Please sign in to comment.