Manuel Imperiale
7910d64ad4
MF-845 - Add FOSSA badge for licensing ( #1127 )
...
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2020-04-20 18:21:55 +02:00
Drasko DRASKOVIC
d587921eda
Merged MQTT docker compose in core composition file ( #1060 )
...
Signed-off-by: Nikola Marcetic <n.marcetic86@gmail.com>
2020-03-05 13:34:07 +01:00
Nikola Marčetić
dcba41e8c4
Removed VerneMQ auth plugin, Aedes impl. Added mproxy support in docker ( #1049 )
...
Signed-off-by: Nikola Marcetic <n.marcetic86@gmail.com>
2020-03-01 23:55:43 +01:00
Nikola Marčetić
5714a6dfcb
Fixed docs instructions in README ( #1010 )
...
Signed-off-by: Nikola Marcetic <n.marcetic86@gmail.com>
2020-01-17 14:44:13 +01:00
Drasko DRASKOVIC
5120a71595
Move docs to a separate repo ( #976 )
...
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2019-12-04 13:31:23 +01:00
Nick Neisen
5f5d7e4cfa
MF-899 - Update README and official docs ( #910 )
...
* Update root README.md
Signed-off-by: nwneisen <nwneisen@gmail.com>
* Update official documents
Signed-off-by: nwneisen <nwneisen@gmail.com>
* Move docker template version location
Signed-off-by: nwneisen <nwneisen@gmail.com>
* Move template to dev guide and remove bold
Signed-off-by: nwneisen <nwneisen@gmail.com>
* Remove double spaces after periods
Signed-off-by: nwneisen <nwneisen@gmail.com>
* Change repo to repository
Signed-off-by: nwneisen <nwneisen@gmail.com>
2019-10-29 10:22:41 +01:00
Manuel Imperiale
ddbf172ed5
NOISSUE - Fix typo in docs and README ( #891 )
...
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2019-10-17 22:15:45 +02:00
Nikola Marčetić
2996193a50
Updated Readme ( #808 )
...
* Updated Readme
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
* Fix typo
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
* Fix grammar
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
2019-07-25 19:20:11 +02:00
Nikola Marčetić
99ced38229
Updated Readme ( #807 )
...
Signed-off-by: nmarcetic <n.marcetic86@gmail.com>
2019-07-24 15:02:21 +02:00
Manuel Imperiale
b97deb50b2
MF-488 - Remove Thing type (app or device) ( #718 )
...
* MF-488 - Remove Thing type (app or device)
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
* Typo fix
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
* Fix reviews
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
* Fix reviews
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
* Fix reviews
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2019-04-20 14:09:11 +02:00
Drasko DRASKOVIC
0fbb21c3fb
Fix Dusan Maldenovic GitHub ( #570 )
...
Signed-off-by: drasko <drasko.draskovic@gmail.com>
2019-02-03 09:12:40 +01:00
Drasko DRASKOVIC
998c7ef9ef
NOISSUE - Update authors list ( #569 )
...
* NOISSUE - Update authors list
Add Dejan's recognition
Signed-off-by: drasko <drasko.draskovic@gmail.com>
* Fix Manu's GitHub nick
Signed-off-by: drasko <drasko.draskovic@gmail.com>
2019-02-02 22:21:33 +01:00
Drasko DRASKOVIC
8a2734d122
NOISSUE - Housekeeping. Update README. ( #497 )
...
Signed-off-by: drasko <drasko.draskovic@gmail.com>
2018-12-09 20:06:20 +01:00
Aleksandar Novaković
b0610f034c
Fix http publish example in docs ( #231 )
...
Fix http publish example in docs. Fix docker-compose example in docs
and README.md.
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
2018-04-18 16:49:10 +02:00
Aleksandar Novaković
36a00f3464
Update project documentation with example requests and responses ( #220 )
...
Update documentation with example requests and responses in accordance
with new API changes. Add detailed flow explanation. Update readme with
valid snippet.
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
2018-04-11 14:30:37 +02:00
Dejan Mijić
d5b913d432
MF-199 - Create documentation skeleton ( #218 )
...
* Copy basic docs contents to the main repo
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Include licensing and contributing info to docs
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Create documentation skeleton
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2018-04-08 23:03:12 +02:00
Aleksandar Novaković
2dace5564f
MF-170 - Add manager API unit tests ( #211 )
...
* Fix connection request validation and EOF error handling
Fix validation of connection and client id in connection request.
Fix EOF error handling by returning HTTP status Bad Request.
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
* Add manager API tests and update swagger
Implement unit tests for every manager API endpoint. Update client
and connection mock implementations by switching to UUIDs. Update
swagger file with correct status codes.
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
* Add content type check and update documentation
Add content type check in implementation and update documentation
accordingly. Refactor tests and add empty content type test cases.
Add code coverage badge to readme.
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
2018-04-08 22:57:56 +02:00
Dejan Mijić
ccd8965d6f
Use PostgreSQL as primary persistence solution ( #175 )
...
* Use normalizer as stream source
Renamed 'writer' service to 'normalizer' and dropped Cassandra
facilities from it. Extracted the common dependencies to 'mainflux'
package for easier sharing. Fixed the API docs and unified environment
variables.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Use docker build arguments to specify build
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Remove cassandra libraries
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Update go-kit version to 0.6.0
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Fix manager configuration
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Refactor docker-compose
Merged individual compose files and dropped external links. Remove CoAP
container since it is not referenced from NginX config at the moment.
Update port mapping in compose and nginx.conf. Dropped bin scripts.
Updated service documentation.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Drop content-type check
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Implement users data access layer in PostgreSQL
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Bump version to 0.1.0
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Use go-kit logger everywhere (except CoAP)
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Improve factory methods naming
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Implement clients data access layer on PostgreSQL
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Make tests stateless
All tests are refactored to use map-based table-driven tests. No
cross-tests dependencies is present anymore.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Remove gitignore
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Fix nginx proxying
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Mark client-user FK explicit
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Update API documentation
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Update channel model
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Add channel PostgreSQL repository tests
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Implement PostgreSQL channels DAO
Replaced update queries with raw SQL. Explicitly defined M2M table due
to difficulties of ensuring the referential integrity through GORM.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Expose connection endpoints
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Fix swagger docs and remove DB logging
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Fix nested query remarks
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
* Add unique indices
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2018-03-11 18:06:01 +01:00
Jovan Kostovski
10113bd354
fixed the link to the contribution guide
...
Signed-off-by: Jovan Kostovski <chombium@gmail.com>
2018-02-06 01:48:38 +01:00
Drasko DRASKOVIC
8d4543873f
Add features
...
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-10-07 18:44:12 +02:00
Dejan Mijic
f8c41caeb3
Fix documentation links
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-25 13:50:23 +02:00
Dejan Mijic
6347d6cbf3
Reorganize utility scripts
...
Moved docker composition management into 'bin' directory. Removed unused
monitoring composition and fixed versions of NATS, Cassandra and NGINX.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-25 12:29:48 +02:00
Dejan Mijic
6dc67f66da
Replace travis with semaphore
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 18:20:53 +02:00
Dejan Mijic
6f97c4588e
Add CI script
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 17:10:31 +02:00
Dejan Mijic
40d4dd5f2d
Fix contributing guide
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 13:44:25 +02:00
Dejan Mijic
4132a5c017
Update readme files for monorepo
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 02:27:49 +02:00
Drasko DRASKOVIC
fe3ecd5c78
Update README.md
2017-09-19 00:02:46 +02:00
Drasko DRASKOVIC
763f9aa0b7
Update README.md
2017-09-18 21:44:13 +02:00
Drasko DRASKOVIC
0e5f97a8a8
Update README.md
2017-09-18 21:41:57 +02:00
Drasko DRASKOVIC
3eeb2ef10e
Add info about mainflux_docker.sh
...
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-09-18 21:38:06 +02:00
Drasko DRASKOVIC
d9ef550697
Update README.md
2017-09-11 11:41:43 +02:00
Drasko DRASKOVIC
478d22a0d6
Update README.md
2017-09-11 10:37:32 +02:00
Drasko DRASKOVIC
d1e450c752
Update README.md
2017-09-11 10:15:22 +02:00
Drasko DRASKOVIC
4a9f1b1414
Update README.md
2017-09-11 09:56:30 +02:00
Drasko DRASKOVIC
f8ee020c22
Update README.md
2017-09-04 16:40:14 +02:00
Drasko DRASKOVIC
67844820c3
Update README.md
2017-09-03 01:04:31 +02:00
Drasko DRASKOVIC
a473d16cd3
Update README.md
2017-09-03 00:16:10 +02:00
Drasko DRASKOVIC
8c2726200f
Update README.md
2017-09-02 23:33:58 +02:00
Drasko DRASKOVIC
e93c447d0a
Update README.md
2017-09-02 23:32:18 +02:00
Drasko DRASKOVIC
79a6683406
Update README.md
2017-09-02 22:29:46 +02:00
Drasko DRASKOVIC
bc55890dc0
Update README.md
2017-09-02 22:28:23 +02:00
Drasko DRASKOVIC
1ce3f72d87
Update README.md
2017-08-23 23:35:43 +02:00
Drasko DRASKOVIC
367871d268
Update README.md
2017-08-23 23:34:18 +02:00
Drasko DRASKOVIC
b8a67898cc
Update README.md
2017-07-08 17:04:35 +02:00
Drasko DRASKOVIC
db361038af
Update README.md
2017-07-08 17:04:01 +02:00
Drasko DRASKOVIC
43f1f11964
Update README.md
2017-06-03 21:22:17 +02:00
Drasko DRASKOVIC
704b523a22
Update README.md
2017-06-03 21:09:26 +02:00
Drasko DRASKOVIC
0a825bcce9
Update README.md
2017-06-02 12:01:18 +02:00
Drasko DRASKOVIC
5ac6ddb3e3
Update README.md
2017-06-02 11:35:41 +02:00
Drasko DRASKOVIC
4fa1f7c6a5
Update README.md
2017-05-24 19:25:14 +02:00