This file contains hidden or 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
| FROM centos:7 | |
| RUN echo "tsflags=nodocs" >> /etc/yum.conf && \ | |
| yum -y install epel-release && \ | |
| curl -sL https://rpm.nodesource.com/setup_10.x | bash - && \ | |
| yum -y install which crudini git git-annex obal tito mock scl-utils-build nodejs jq && \ | |
| yum clean all | |
| RUN git clone https://github.com/theforeman/foreman-packaging -b rpm/develop |
This file contains hidden or 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
| diff --git a/webpack/assets/javascripts/react_app/components/AutoComplete/AutoCompleteActions.js b/webpack/assets/javascripts/react_app/components/AutoComplete/AutoCompleteActions.js | |
| index 9d59f9650..4a83eecd2 100644 | |
| --- a/webpack/assets/javascripts/react_app/components/AutoComplete/AutoCompleteActions.js | |
| +++ b/webpack/assets/javascripts/react_app/components/AutoComplete/AutoCompleteActions.js | |
| @@ -10,8 +10,12 @@ import { | |
| } from './AutoCompleteConstants'; | |
| import { objectDeepTrim } from '../../common/helpers'; | |
| -export const getResults = | |
| -(path, searchQuery, controller, trigger) => (dispatch) => { |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index 1b0329e..35e4d63 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -74,7 +74,7 @@ | |
| "lint:fix": "yarn lint:js --fix && yarn lint:styles --fix", | |
| "lint:js": "eslint --max-warnings 0 src storybook", | |
| "lint:styles": "yarn stylelint", | |
| - "prettier": "prettier --write src/**/*.js'" | |
| + "prettier": "prettier --write 'src/**/*.js'" |
This file contains hidden or 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
| diff --git a/package.json b/package.json | |
| index 1b0329e..35e4d63 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -74,7 +74,7 @@ | |
| "lint:fix": "yarn lint:js --fix && yarn lint:styles --fix", | |
| "lint:js": "eslint --max-warnings 0 src storybook", | |
| "lint:styles": "yarn stylelint", | |
| - "prettier": "prettier --write src/**/*.js'" | |
| + "prettier": "prettier --write 'src/**/*.js'" |
This file contains hidden or 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
| import React from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import { | |
| Grid, | |
| Row, | |
| Col, | |
| Form, | |
| FormGroup, | |
| Dropdown, | |
| MenuItem, |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <title>Webpack Bundle Analyzer</title> | |
| <!-- viewer.js --> | |
| <script> |
This file contains hidden or 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
| diff --git a/config/webpack.config.js b/config/webpack.config.js | |
| index 596ad044a..3db5756ae 100644 | |
| --- a/config/webpack.config.js | |
| +++ b/config/webpack.config.js | |
| @@ -15,7 +15,7 @@ var vendorEntry = require('./webpack.vendor'); | |
| module.exports = env => { | |
| // must match config.webpack.dev_server.port | |
| - var devServerPort = 3808; | |
| + var devServerPort = 3000; |
This file contains hidden or 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
| 2018-05-14T11:33:23 [I|app|23d52] Rendering layouts/base.html.erb | |
| 2018-05-14T11:33:23 [D|sql|23d52] Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."name" ASC LIMIT ? [["name", "http_proxy"], ["LIMIT", 1]] | |
| 2018-05-14T11:33:23 [D|sql|23d52] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."name" ASC LIMIT ? [["name", "http_proxy"], ["LIMIT", 1]] | |
| 2018-05-14T11:33:23 [D|sql|23d52] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."name" ASC LIMIT ? [["name", "http_proxy"], ["LIMIT", 1]] | |
| 2018-05-14T11:33:23 [D|sql|23d52] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."name" ASC LIMIT ? [["name", "http_proxy"], ["LIMIT", 1]] | |
| 2018-05-14T11:33:23 [D|sql|23d52] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? O |
This file contains hidden or 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
| 2018-05-14T11:16:16 [F|app|] app/models/setting.rb:98:in `[]' | |
| | lib/foreman/http_proxy.rb:4:in `http_proxy' | |
| | lib/foreman/http_proxy.rb:12:in `proxy_http_request?' | |
| | lib/foreman/http_proxy/net_http_extension.rb:6:in `request' | |
| | lib/foreman/http_proxy/net_http_extension.rb:13:in `request' | |
| | app/views/layouts/base.html.erb:13:in `_121c0e1c74e8e4cd0c661d7d1b39e09e' | |
| | app/views/layouts/application.html.erb:5:in `_7685d472bb09d71bdddaa1a066514858' | |
| | app/controllers/concerns/application_shared.rb:15:in `set_timezone' | |
| | app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' | |
| | app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller' |
This file contains hidden or 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
| .breadcrumbs-pf-title .active span { | |
| font-size: 16px; | |
| vertical-align: -2px; } | |
| .popover-content { | |
| max-height: 300px; | |
| overflow-y: auto; | |
| max-width: 200px; | |
| min-width: 200px; } | |
| .popover-content .breadcrumb-switcher-popover-error { | |
| color: #f00; } |