Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build #17

Open
wants to merge 4 commits into
base: feature-ember-update-v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "8"
- "10"

sudo: required
dist: trusty
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ember-ajax": "^3.0.0",
"ember-block-slots": "^1.1.11",
"ember-browserify": "^1.1.9",
"ember-cli": "^3.1.3",
"ember-cli": "~3.1.4",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars": "^2.0.1",
Expand All @@ -39,16 +39,16 @@
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-cp-validations": "^3.5.4",
"ember-data": "^3.1.2",
"ember-data": "~3.1.1",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-flexberry": "^3.0.0",
"ember-flexberry-data": "^3.2.0-beta.6",
"ember-flexberry": "^3.3.0",
"ember-flexberry-data": "^3.3.0",
"ember-link-action": "0.0.36",
"ember-load-initializers": "^1.0.0",
"ember-moment": "^7.6.0",
"ember-resolver": "^4.0.0",
"ember-source": "^3.1.3",
"ember-source": "~3.1.3",
"ember-try": "^0.2.23",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
Expand Down
10 changes: 5 additions & 5 deletions tests/dummy/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

{{content-for "head"}}

<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/dummy.css">
<link rel="icon" href="/assets/images/favicon.ico">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/dummy.css">
<link rel="icon" type="image/png" href="{{rootURL}}assets/images/favicon.ico">

{{content-for "head-footer"}}
</head>
Expand All @@ -20,8 +20,8 @@

<script src="//cdn.polyfill.io/v1/polyfill.js?features=es6"></script>

<script src="assets/vendor.js"></script>
<script src="assets/dummy.js"></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/dummy.js"></script>

{{content-for "body-footer"}}
</body>
Expand Down
3 changes: 2 additions & 1 deletion tests/dummy/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import EmberRouter from '@ember/routing/router';
import config from './config/environment';

const Router = EmberRouter.extend({
location: config.locationType
location: config.locationType,
rootURL: config.rootURL
});

Router.map(function () {
Expand Down
4 changes: 2 additions & 2 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(environment) {
var ENV = {
modulePrefix: 'dummy',
environment: environment,
baseURL: '/',
rootURL: '/',
locationType: 'hash',
EmberENV: {
LOG_STACKTRACE_ON_DEPRECATION:false,
Expand Down Expand Up @@ -227,7 +227,7 @@ module.exports = function(environment) {

if (environment === 'test') {
// Testem prefers this...
ENV.baseURL = '/';
ENV.rootURL = '/';
ENV.locationType = 'none';

// keep test console output quieter
Expand Down
17 changes: 8 additions & 9 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{{content-for "head"}}
{{content-for "test-head"}}

<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/dummy.css">
<link rel="stylesheet" href="assets/test-support.css">
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/dummy.css">
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">

{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
Expand All @@ -23,12 +23,11 @@

<script src="//cdn.polyfill.io/v1/polyfill.js?features=es6"></script>

<script src="testem.js" integrity=""></script>
<script src="assets/vendor.js"></script>
<script src="assets/test-support.js"></script>
<script src="assets/dummy.js"></script>
<script src="assets/tests.js"></script>
<script src="assets/test-loader.js"></script>
<script src="/testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/test-support.js"></script>
<script src="{{rootURL}}assets/dummy.js"></script>
<script src="{{rootURL}}assets/tests.js"></script>

{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-application-user-edit', 'Unit | Cont
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'controller:colsconfig-dialog',
'service:advLimit',
'service:objectlistviewEvents',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ moduleFor('controller:ember-flexberry-dummy-application-user-list', 'Unit | Cont
needs: [
'service:user-settings',
'service:objectlistview-events',
'controller:colsconfig-dialog'
'service:advLimit',
'controller:colsconfig-dialog',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-comment-edit', 'Unit | Controller |
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-localization-edit', 'Unit | Controll
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ moduleFor('controller:ember-flexberry-dummy-localization-list', 'Unit | Controll
// needs: ['controller:foo']
needs: [
'controller:colsconfig-dialog',
'controller:advlimit-dialog',
'controller:colsconfig-dialog',
'service:advLimit',
'service:user-settings',
'service:objectlistview-events'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-suggestion-edit', 'Unit | Controller
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:ember-flexberry-dummy-suggestion-list', 'Unit | Controller
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ moduleFor('controller:ember-flexberry-dummy-suggestion-type-edit', 'Unit | Contr
needs: [
'service:user-settings',
'service:objectlistviewEvents',
'service:advLimit',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:appState',
'service:detail-interaction'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:ember-flexberry-dummy-suggestion-type-list', 'Unit | Contr
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-test-poly-child-edit', 'Unit | Contr
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'controller:colsconfig-dialog',
'service:advLimit',
'service:objectlistviewEvents',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:ember-flexberry-dummy-test-poly-child-list', 'Unit | Contr
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:ember-flexberry-dummy-test-poly-edit', 'Unit | Controller
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:ember-flexberry-dummy-test-poly-list', 'Unit | Controller
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-business-audit-objects-audit-en
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-business-audit-objects-audit-en
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-access-e', 'Unit | Con
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-access-l', 'Unit | Con
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-class-e', 'Unit | Cont
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-class-l', 'Unit | Cont
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-group-e', 'Unit | Cont
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-group-l', 'Unit | Cont
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-link-group-e', 'Unit |
// Specify the other units that are required for this test.
// needs: ['controller:foo']
needs: [
'service:objectlistviewEvents',
'controller:colsconfig-dialog',
'controller:lookup-dialog',
'controller:flexberry-file-view-dialog',
'controller:advlimit-dialog',
'service:objectlistviewEvents',
'service:advLimit',
'service:user-settings',
'service:appState',
'service:detail-interaction'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ moduleFor('controller:i-c-s-soft-s-t-o-r-m-n-e-t-security-link-group-l', 'Unit |
needs: [
'service:user-settings',
'service:objectlistview-events',
'service:advLimit',
'controller:advlimit-dialog',
'controller:colsconfig-dialog'
]
});
Expand Down
Loading