Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotgateway
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
0Tyler
iotgateway
Commits
3cae3858
Commit
3cae3858
authored
May 13, 2019
by
0Tyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Device id
parent
66b615d9
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
201 additions
and
190 deletions
+201
-190
.idea/workspace.xml
.idea/workspace.xml
+201
-187
cloud/src/main/java/edu/prlab/tyler/iotgateway/cloud/pojo/device/Device.java
.../edu/prlab/tyler/iotgateway/cloud/pojo/device/Device.java
+0
-3
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/pojo/auth/SensitiveUser$SensitiveUserBuilder.class
...ateway/pojo/auth/SensitiveUser$SensitiveUserBuilder.class
+0
-0
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/pojo/auth/SensitiveUser.class
...ab/tyler/iotgateway/gateway/pojo/auth/SensitiveUser.class
+0
-0
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/services/PrivacyService$1.class
.../tyler/iotgateway/gateway/services/PrivacyService$1.class
+0
-0
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/services/PrivacyService.class
...ab/tyler/iotgateway/gateway/services/PrivacyService.class
+0
-0
No files found.
.idea/workspace.xml
View file @
3cae3858
This diff is collapsed.
Click to expand it.
cloud/src/main/java/edu/prlab/tyler/iotgateway/cloud/pojo/device/Device.java
View file @
3cae3858
...
...
@@ -18,9 +18,6 @@ import java.util.List;
public
class
Device
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
long
id
;
private
String
udn
;
private
String
name
;
...
...
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/pojo/auth/SensitiveUser$SensitiveUserBuilder.class
0 → 100644
View file @
3cae3858
File added
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/pojo/auth/SensitiveUser.class
0 → 100644
View file @
3cae3858
File added
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/services/PrivacyService$1.class
View file @
3cae3858
No preview for this file type
gateway/out/production/classes/edu/prlab/tyler/iotgateway/gateway/services/PrivacyService.class
View file @
3cae3858
No preview for this file type
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