Geeth
5d70a252ef
Merge pull request #1253 from geethkokila/master
...
Adding a audit trail for operation
6 years ago
geethkokila
7d34928ac5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
6 years ago
geethkokila
1d427aef73
Fix https://github.com/wso2/product-iots/issues/1852
6 years ago
charitha
e858f5b627
Merge remote-tracking branch 'entgra/master' into entgra-master
6 years ago
charitha
2cac0053ab
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into entgra-master
...
# Conflicts:
# components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/service/DeviceManagementProviderServiceImpl.java
# components/device-mgt/org.wso2.carbon.device.mgt.v09.api/src/main/java/org/wso2/carbon/device/mgt/jaxrs/service/impl/GeoLocationBasedServiceImpl.java
# components/device-mgt/org.wso2.carbon.device.mgt.v09.api/src/test/java/org/wso2/carbon/device/mgt/jaxrs/service/impl/GeoLocationBasedServiceImplTest.java
6 years ago
abhishekdesilva
870ff031bb
Checking for pending operations before adding an operation
6 years ago
WSO2 Builder
02282967ab
[WSO2 Release] [Jenkins #3015 ] [Release 3.1.32] prepare for next development iteration
6 years ago
WSO2 Builder
7daeb6efb9
[WSO2 Release] [Jenkins #3015 ] [Release 3.1.32] prepare release v3.1.32
6 years ago
Geeth
3d63f38301
Merge pull request #1251 from charithag/iots-3.3.1
...
Bug fixes and improvements for Geo fencing
6 years ago
charitha
d2940bf7a1
Refactoring
6 years ago
charitha
47f619a136
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into iots-3.3.1
6 years ago
charitha
8c0869649a
Update alert messages to convey proper meaning
6 years ago
charitha
055d422e23
Publish geo alerts to cdm notifications
6 years ago
Geeth
a553e9aada
Merge pull request #1250 from abhishekdesilva/master
...
Add archive pending operations configuration
6 years ago
abhishekdesilva
fa9a52048e
Add archive pending operations configuration
6 years ago
charitha
2a995deeb4
Prevent duplicate alerts & added owner field
6 years ago
charitha
919fedee20
Improved geo-fencing performance
6 years ago
charitha
ead01f837d
Fixed issue in Geo fencing
6 years ago
WSO2 Builder
8da1bcb741
[WSO2 Release] [Jenkins #3011 ] [Release 3.1.31] prepare for next development iteration
6 years ago
WSO2 Builder
9c0cbdc983
[WSO2 Release] [Jenkins #3011 ] [Release 3.1.31] prepare release v3.1.31
6 years ago
Geeth
d67e9a806b
Merge pull request #1249 from abhishekdesilva/master
...
Archival and Purging Task Improvement
6 years ago
abhishekdesilva
4c067f0f28
Archival/Purging Task Improvement
6 years ago
charitha
2bfd598c67
Add location extraction from device properties and deice type specific location retrieval
6 years ago
charitha
bccb88ab22
Fixed build issue due to okio
6 years ago
charitha
9623fb294a
Fixed build issue due to okhttp
6 years ago
Charitha Goonetilleke
d971c62009
Add device event filter API
...
See merge request entgra/carbon-device-mgt!2
6 years ago
lashanfaliq95
d843b71e1f
remove stack trace
6 years ago
lashanfaliq95
1fedf9650c
remove wildcard imports and log the error msg in filter api
6 years ago
lashanfaliq95
c8d0b10a38
update the device filter api
6 years ago
lashanfaliq95
3a7136abf9
complete the event filter
6 years ago
lashanfaliq95
e1ffd6341d
filter implementation which gets all records and based on the timestamp
6 years ago
lashanfaliq95
431342fd0f
filter implementation which gets all records
6 years ago
charitha
796acbda16
Add location extraction from device properties and deice type specific location retrieval
6 years ago
charitha
ed75a9a7b2
Update Entgra nexus url
6 years ago
lashanfaliq95
c6a1508ee7
add the filter api
6 years ago
charitha
598632fc36
Fixed build issue due to okio
6 years ago
charitha
636e71883c
Fixed build issue due to okhttp
6 years ago
charitha
1cbf501661
Update configs for entgra
6 years ago
charitha
5552b382ad
Add maven snapshot deployment to nexus
6 years ago
Charitha Goonetilleke
18922b7738
Add .gitlab-ci.yml
7 years ago
WSO2 Builder
0aec365dce
[WSO2 Release] [Jenkins #3009 ] [Release 3.1.30] prepare for next development iteration
7 years ago
WSO2 Builder
ca890ac346
[WSO2 Release] [Jenkins #3009 ] [Release 3.1.30] prepare release v3.1.30
7 years ago
Rasika Perera
88496d2ba5
Merge pull request #1246 from madhawap/master
...
Make proxy configuration optional
7 years ago
madhawap
b2a12f09e4
Make proxy configuration optional
...
As per the current configurations it is mandatory to set a value for http.nonProxyHosts property in order to server to run on 'change-ip' mode. With this modification it is made optional where even without this property IoT server can be run on 'change-ip' mode. 'Change-ip' mode is where server is configured to run on a different IP other than localhost
7 years ago
WSO2 Builder
2e5db59398
[WSO2 Release] [Jenkins #3007 ] [Release 3.1.29] prepare for next development iteration
7 years ago
WSO2 Builder
964d92eb7f
[WSO2 Release] [Jenkins #3007 ] [Release 3.1.29] prepare release v3.1.29
7 years ago
Madhawa Perera
b87763dba1
Add capability to WSO2 IOT server to route HTTP/HTTPS calls through Proxy server ( #1244 )
...
* Fix IoT Server HTTP/HTTPS calls bypassing a Proxy server
Since the Feign client is not supporting proxy routing this fix has included okhttp client and pass it to the feigns okkhttp client wrapper in order to pass HTTP/HTTPS call through proxy server if the system proxy properties are set. Further this modifies the apache http client also to pick system properties.
fixes wso2/product-iots#1806
* Remove unwanted comments and commented lines
* Remove the localhost host check
* Add default non proxy hosts
Added localhost as a default non proxy host
* use the version property from parent pom
Use the version property, "github.openfeign.version" from parent pom instead of hard-coding the version range
7 years ago
WSO2 Builder
79d48bb1a8
[WSO2 Release] [Jenkins #3005 ] [Release 3.1.28] prepare for next development iteration
7 years ago
WSO2 Builder
f05750b794
[WSO2 Release] [Jenkins #3005 ] [Release 3.1.28] prepare release v3.1.28
7 years ago
Rasika Perera
ceb2ff5d9c
Merge pull request #1243 from rasika/master
...
Hide 'Select All' option when there're only single mandatory claim.
7 years ago