Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
X-tee
X-Road-catalogue
Commits
d3b4e3ce
Commit
d3b4e3ce
authored
Mar 25, 2019
by
Vitali Stupin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename project name
parent
dfcef904
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
angular.json
angular.json
+9
-9
e2e/src/app.e2e-spec.ts
e2e/src/app.e2e-spec.ts
+1
-1
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+2
-2
sonar-project.properties
sonar-project.properties
+1
-1
No files found.
angular.json
View file @
d3b4e3ce
...
...
@@ -3,7 +3,7 @@
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"
methods
"
:
{
"
xtss-catalogue
"
:
{
"root"
:
""
,
"sourceRoot"
:
"src"
,
"projectType"
:
"application"
,
...
...
@@ -13,7 +13,7 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"dist/
methods
"
,
"outputPath"
:
"dist/
catalogue
"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
...
...
@@ -58,18 +58,18 @@
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"browserTarget"
:
"
methods
:build"
"browserTarget"
:
"
xtss-catalogue
:build"
},
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"
methods
:build:production"
"browserTarget"
:
"
xtss-catalogue
:build:production"
}
}
},
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"browserTarget"
:
"
methods
:build"
"browserTarget"
:
"
xtss-catalogue
:build"
}
},
"test"
:
{
...
...
@@ -104,7 +104,7 @@
}
}
},
"
methods
-e2e"
:
{
"
xtss-catalogue
-e2e"
:
{
"root"
:
"e2e/"
,
"projectType"
:
"application"
,
"prefix"
:
""
,
...
...
@@ -113,11 +113,11 @@
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"options"
:
{
"protractorConfig"
:
"e2e/protractor.conf.js"
,
"devServerTarget"
:
"
methods
:serve"
"devServerTarget"
:
"
xtss-catalogue
:serve"
},
"configurations"
:
{
"production"
:
{
"devServerTarget"
:
"
methods
:serve:production"
"devServerTarget"
:
"
xtss-catalogue
:serve:production"
}
}
},
...
...
@@ -133,5 +133,5 @@
}
}
},
"defaultProject"
:
"
methods
"
"defaultProject"
:
"
xtss-catalogue
"
}
\ No newline at end of file
e2e/src/app.e2e-spec.ts
View file @
d3b4e3ce
...
...
@@ -10,7 +10,7 @@ describe('workspace-project App', () => {
it
(
'
should display welcome message
'
,
()
=>
{
page
.
navigateTo
();
expect
(
page
.
getTitleText
()).
toEqual
(
'
Welcome to
methods
!
'
);
expect
(
page
.
getTitleText
()).
toEqual
(
'
Welcome to
xtss-catalogue
!
'
);
});
afterEach
(
async
()
=>
{
...
...
package-lock.json
View file @
d3b4e3ce
{
"name"
:
"
methods
"
,
"version"
:
"0.
0
.0"
,
"name"
:
"
xtss-catalogue
"
,
"version"
:
"0.
1
.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
d3b4e3ce
{
"name"
:
"
methods
"
,
"version"
:
"0.
0
.0"
,
"name"
:
"
xtss-catalogue
"
,
"version"
:
"0.
1
.0"
,
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
...
...
sonar-project.properties
View file @
d3b4e3ce
...
...
@@ -4,7 +4,7 @@ sonar.sourceEncoding=UTF-8
sonar.exclusions
=
**/node_modules/**,**/*.spec.ts,src/environments/**,src/karma.conf.js,src/main.ts
sonar.tests
=
src
sonar.test.inclusions
=
**/*.spec.ts
sonar.typescript.lcov.reportPaths
=
coverage/
methods
/lcov.info
sonar.typescript.lcov.reportPaths
=
coverage/
xtss-catalogue
/lcov.info
sonar.host.url
=
http://localhost:9000
#sonar.host.url=https://<some-remote-server>
#sonar.login=<secret-token>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment