Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
938b5a72
Unverified
Commit
938b5a72
authored
Aug 06, 2018
by
rbonthala-nisum-com
Committed by
GitHub
Aug 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
name changes and sonar qube plugins added (#116)
parent
d7214f87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
build.gradle
build.gradle
+5
-3
UserServiceImpl.java
src/main/java/com/nisum/mytime/service/UserServiceImpl.java
+1
-1
dashboard.html
src/main/webapp/WEB-INF/templates/dashboard.html
+1
-1
projects.html
src/main/webapp/WEB-INF/templates/projects.html
+1
-1
viewProjects.html
src/main/webapp/WEB-INF/templates/viewProjects.html
+1
-1
No files found.
build.gradle
View file @
938b5a72
defaultTasks
=
[
'clean'
,
'build'
]
buildscript
{
ext
{
springBootVersion
=
'1.5.
8
.RELEASE'
springBootVersion
=
'1.5.
10
.RELEASE'
}
repositories
{
mavenCentral
()
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
)
classpath
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2"
}
}
...
...
@@ -15,6 +16,7 @@ apply plugin: 'java'
apply
plugin:
'eclipse'
apply
plugin:
'org.springframework.boot'
apply
plugin:
'war'
apply
plugin:
"org.sonarqube"
war
{
dependsOn
test
...
...
@@ -32,8 +34,8 @@ repositories {
dependencies
{
compile
(
'org.springframework.boot:spring-boot-starter-actuator
:1.5.10.RELEASE
'
)
compile
(
'org.springframework.data:spring-data-mongodb
:1.10.10.RELEASE
'
)
compile
(
'org.springframework.boot:spring-boot-starter-actuator'
)
compile
(
'org.springframework.data:spring-data-mongodb'
)
compile
(
'org.springframework:spring-context-support'
)
compile
(
'org.springframework.boot:spring-boot-starter-data-jpa'
)
compile
(
'org.springframework.boot:spring-boot-starter-data-rest'
)
...
...
src/main/java/com/nisum/mytime/service/UserServiceImpl.java
View file @
938b5a72
...
...
@@ -171,7 +171,7 @@ public class UserServiceImpl implements UserService {
* billingDetails.setEmployeeName(employeeRoles.getEmployeeName());
* billingDetails.setCreateDate(new Date());
* billingDetails.setProjectId("Nisum0000");
* billingDetails.setProjectName("
Free Pool
");
* billingDetails.setProjectName("
Bench
");
* projectService.addEmployeeBillingDetails(billingDetails);
*/
saveEmployeeLocationDetails
(
employeeRoles
);
...
...
src/main/webapp/WEB-INF/templates/dashboard.html
View file @
938b5a72
...
...
@@ -26,7 +26,7 @@
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>
Free Pool
Employees</md-button> -->
style="margin-top: 5px; font-size: 1.5em; float: left"></i>
Bench
Employees</md-button> -->
</div>
<div
class=
"col-lg-4"
style=
"float: left;padding-left:20px;"
>
<!-- <md-button class="md-raised md-primary"
...
...
src/main/webapp/WEB-INF/templates/projects.html
View file @
938b5a72
...
...
@@ -41,7 +41,7 @@
style="width:182px;background: cadetblue;"
ng-click="getUnAssignedEmployees('UnAssigned', parentData)"> <i
class="fa fa-crosshairs fa-2x"
style="margin-top: 5px; font-size: 1.5em; float: left"></i>
Free Pool
Employees</md-button>
style="margin-top: 5px; font-size: 1.5em; float: left"></i>
Bench
Employees</md-button>
</div>
<div class="col-lg-4 text-center">
<md-button class="md-raised md-primary"
...
...
src/main/webapp/WEB-INF/templates/viewProjects.html
View file @
938b5a72
...
...
@@ -22,7 +22,7 @@
style=
"width:182px;background: cadetblue;"
ng-click=
"getUnAssignedEmployees('UnAssigned', parentData)"
>
<i
class=
"fa fa-crosshairs fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Free Pool
Employees
</md-button>
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Bench
Employees
</md-button>
</div>
<div
class=
"col-lg-2"
...
...
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