Skip to content

Release/0.9.5 #134

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

Merged
merged 100 commits into from
Mar 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
2607136
Implementation of /authenticate endpoint at Delphi Management end ref…
Ayybeeshafi Feb 16, 2019
8363724
Merge remote-tracking branch 'origin/develop' into feature/userAuth
janniclas Feb 18, 2019
5b0250a
reading username password from actual http request
janniclas Feb 18, 2019
84953eb
added auth service
janniclas Feb 18, 2019
d5cb0cf
ishwaryamamidi Feb 18, 2019
700c27d
Basic login form design
ishwaryamamidi Feb 18, 2019
201aa29
Update landing-page.component.ts
ishwaryamamidi Feb 18, 2019
1022d1c
Update landing-page.component.css
ishwaryamamidi Feb 18, 2019
ea12fb4
Merge remote-tracking branch 'origin/feature/userAuth' into feature/u…
ishwaryamamidi Feb 18, 2019
eaf3df8
Merge pull request #120 from delphi-hub/release/0.9.0
janniclas Feb 19, 2019
488f074
added basic auth service
janniclas Feb 19, 2019
37bdbac
Merge branch 'feature/userAuth' of github.com:delphi-hub/delphi-manag…
janniclas Feb 19, 2019
90043d8
fixed incorrect module usage of landing page component
janniclas Feb 19, 2019
becbabd
fixed auth service test setup. cleaned some unused imports from test …
janniclas Feb 19, 2019
1c39285
ishwaryamamidi Feb 20, 2019
16bb8fa
Validation of token refs #117
Ayybeeshafi Feb 20, 2019
a00b09a
added auth library to validate jwt tokens.
janniclas Feb 21, 2019
42fd5ba
basic is valid and get token functionality
janniclas Feb 21, 2019
78552d9
Merge branch 'develop' into feature/userAuth
janniclas Feb 21, 2019
bcf05ee
bumped version to 0.9.5-SNAPSHOT
janniclas Feb 21, 2019
6853445
removed import, which was added by mistake.
janniclas Feb 21, 2019
02935eb
Simplified boolean expressions refs #117
Ayybeeshafi Feb 21, 2019
c536425
Introduction of Writable JSON in Authenticate request
Ayybeeshafi Feb 21, 2019
7efb863
Custom labels can be added to the labels.
Naveenkumar27 Feb 21, 2019
9d794a2
Fix of broken code
Ayybeeshafi Feb 21, 2019
d70c069
Increased the canvas size
ishwaryamamidi Feb 21, 2019
8eb0824
using dependency injection to create the jwt helper service
janniclas Feb 21, 2019
b5d6329
using reactive forms
janniclas Feb 21, 2019
ead1d9a
added injector for http requests to append the user token if it exists
janniclas Feb 21, 2019
fb73fb4
Merge branch 'feature/userAuth' of github.com:delphi-hub/delphi-manag…
janniclas Feb 21, 2019
54e0601
using login provided in auth service instead of direct usage by api s…
janniclas Feb 21, 2019
3db52ac
fixed scala play auth request to instance registry
janniclas Feb 21, 2019
e5e1be8
removed control log of appending the auth token
janniclas Feb 21, 2019
0d4787a
Add Datasource
winniedo Feb 21, 2019
481ea48
added route auth guards to limit the access for unauthorized users to…
janniclas Feb 21, 2019
46427c4
described how to skip authorization
janniclas Feb 21, 2019
5fc0560
Merge pull request #122 from delphi-hub/issue/112
janniclas Feb 21, 2019
10fe6a0
Update dataSource
winniedo Feb 21, 2019
9f01580
Update table on info center
Feb 21, 2019
7d7682c
review code
winniedo Feb 21, 2019
9b9310c
Added test cases for label-dialog component and fixed build issue
Naveenkumar27 Feb 22, 2019
45f4780
removed unnecessary changes in karma.config.js
Naveenkumar27 Feb 22, 2019
0ed8fab
ishwaryamamidi Feb 23, 2019
9e5d6ff
Merge remote-tracking branch 'origin/feature/userAuth' into feature/u…
ishwaryamamidi Feb 23, 2019
a389224
ishwaryamamidi Feb 23, 2019
3413373
Code cleaning and formating
Ayybeeshafi Feb 25, 2019
61cddc9
ishwaryamamidi Feb 28, 2019
1b9ca34
Merge remote-tracking branch 'origin/feature/userAuth' into feature/u…
ishwaryamamidi Feb 28, 2019
7e6b225
Merge branch 'develop' into feature/addLabels
Naveenkumar27 Feb 28, 2019
3a4076f
Removed unnecessary logs and post request method
Naveenkumar27 Feb 28, 2019
70962ab
fix bugs
winniedo Mar 3, 2019
cdf43eb
Merge branch 'develop' into feature/informationCenter
winniedo Mar 3, 2019
4d386ec
User auth at each endpoint refs #117
Ayybeeshafi Mar 4, 2019
68eb4ad
fixed linting errors
janniclas Mar 5, 2019
d21214c
added hot reloading functionality for add label.
janniclas Mar 5, 2019
7592e4b
added empty initialization of matdatasource
janniclas Mar 5, 2019
e6b3c95
Merge pull request #124 from delphi-hub/feature/addLabels
janniclas Mar 5, 2019
1dbf4ca
Merge branch 'develop' into feature/informationCenter
winniedo Mar 7, 2019
8f523c0
Added feedback for failed delete operation
Naveenkumar27 Mar 7, 2019
04e730f
fix bugs test cases
winniedo Mar 7, 2019
e46ea26
Merge remote-tracking branch 'origin/feature/informationCenter' into …
winniedo Mar 7, 2019
17ca119
Added 'Enter Key press event' for adding a Label
Naveenkumar27 Mar 7, 2019
9f8eb86
created custom authAction
janniclas Mar 7, 2019
9d35bd9
fixed login page input links
janniclas Mar 7, 2019
d663348
added authorization to all endpoints
janniclas Mar 7, 2019
0b8f8a0
added user auth for system info controller
janniclas Mar 7, 2019
8194324
style fixes
janniclas Mar 7, 2019
2dd09d9
fixed imports
janniclas Mar 7, 2019
a6d8284
removed uncommented code
janniclas Mar 7, 2019
f31bb37
removed sampletoken
janniclas Mar 7, 2019
4d11a9c
removed username / password output on server
janniclas Mar 7, 2019
65dba2c
added refresh token todo and removed uncommented code
janniclas Mar 7, 2019
2904c3a
merged dev and updated dependencies
janniclas Mar 7, 2019
463ca59
Update table-all.component.ts
janniclas Mar 7, 2019
513d6e6
Update label-dialog.component.ts
janniclas Mar 7, 2019
6fe6019
style fixes
janniclas Mar 7, 2019
ff58100
Merge pull request #126 from delphi-hub/feature/deleteInstanceFeedback
janniclas Mar 7, 2019
70c9b79
Merge branch 'develop' into feature/userAuth
janniclas Mar 7, 2019
d833c44
errors fixed
winniedo Mar 7, 2019
a508f29
Merge branch 'develop' into feature/informationCenter
winniedo Mar 7, 2019
07af49d
/informationCenter: Auto stash before merge of "feature/informationCe…
winniedo Mar 7, 2019
30c660d
Code cleanup and commenting
Ayybeeshafi Mar 7, 2019
737f66b
improved usage of optional type
janniclas Mar 8, 2019
47faf79
added types to comparator function
janniclas Mar 8, 2019
c6446bc
code reusage for all events in info center
janniclas Mar 8, 2019
fa3b4e7
Update InstanceRegistryController.scala
janniclas Mar 8, 2019
3c7e5a9
fixed import style
janniclas Mar 8, 2019
11af349
fixed multiple socket notification events
janniclas Mar 8, 2019
8b5fe5f
fixed data format of info center to match the actually created element
janniclas Mar 8, 2019
9174864
Merge pull request #127 from delphi-hub/feature/userAuth
Ayybeeshafi Mar 8, 2019
7b61194
test cases and code Review
winniedo Mar 13, 2019
bd1c13d
Code review
winniedo Mar 13, 2019
922853b
updated dependencies
janniclas Mar 14, 2019
be812ac
merged develop
janniclas Mar 14, 2019
e425791
Merge pull request #125 from delphi-hub/feature/informationCenter
janniclas Mar 14, 2019
d0f6bca
providing userIsAdmin method
janniclas Mar 14, 2019
50b6dd7
style change
janniclas Mar 14, 2019
3016c4e
Merge pull request #133 from delphi-hub/feature/checkUserIsAdmin
ishwaryamamidi Mar 17, 2019
d48dcb1
bumped version number
janniclas Mar 17, 2019
cd8b8f8
Merge branch 'master' into release/0.9.5
janniclas Mar 17, 2019
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
Prev Previous commit
Next Next commit
Increased the canvas size
  • Loading branch information
ishwaryamamidi committed Feb 21, 2019
commit d70c069d9a5fe77ce14f2ee3f43105241c98e4f9
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ <h2 class="alignHeading">System Overview</h2>
<button mat-icon-button matTooltip="Graph View" routerLink="/dashboard/graphView" routerLinkActive="active">
<mat-icon [ngClass]="'mat-36'" aria-label="table_chart">table_chart</mat-icon>
</button>
<button mat-icon-button matTooltip="Table View" routerLink="/dashboard/tableOverview" routerLinkActive="active">
<button mat-icon-button matTooltip="Table View" routerLink="/dashboard/tableOverview"
routerLinkActive="active">
<mat-icon [ngClass]="'mat-36'" aria-label="list">list</mat-icon>
</button>
</button>
</div>
</div>
<div class="row">
<div class=" col-md-8 col-sm-12">
<div class="col-md-8 col-sm-12">
<div class="row">
<app-graph-view></app-graph-view>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
width: 100%;
display: block;
position: absolute;
min-height: 550px;
}