Skip to content

Commit

Permalink
Rename Mainflux to Magistrala
Browse files Browse the repository at this point in the history
Signed-off-by: dusanb94 <[email protected]>
  • Loading branch information
dborovcanin committed Oct 26, 2023
1 parent 8b185d2 commit 7066101
Show file tree
Hide file tree
Showing 7,435 changed files with 6,560 additions and 2,290,604 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The GitHub issue tracker is for bug reports and feature requests. General suppor
the following locations:
- Google group - https://groups.google.com/forum/#!forum/mainflux
- Gitter - https://gitter.im/mainflux/mainflux
- Gitter - https://gitter.im/absmach/magistrala
-->

**FEATURE REQUEST**
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pull request title should be `MF-XXX - description` or `NOISSUE - description` where XXX is ID of issue that this PR relate to.
Please review the [CONTRIBUTING.md](https://github.com/mainflux/mainflux/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines.
Please review the [CONTRIBUTING.md](https://github.com/absmach/magistrala/blob/master/CONTRIBUTING.md) file for detailed contributing guidelines.

### What does this do?

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Mainflux
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

# Set your private global .gitignore:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linters-settings:
checks: ["-ST1000", "-ST1003", "-ST1020", "-ST1021", "-ST1022"]
goheader:
template: |-
Copyright (c) Mainflux
Copyright (c) Magistrala
SPDX-License-Identifier: Apache-2.0
linters:
Expand Down
48 changes: 24 additions & 24 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ blocks:
- export PATH=$PATH:$HOME/go/bin

- |
echo "Setting up Mainflux..."
echo "Setting up Magistrala..."
for p in $(ls ./*.pb.go); do
mv $p $p.tmp
done
Expand Down Expand Up @@ -211,7 +211,7 @@ blocks:
- name: Build HTTP
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/http:latest
- docker push magistrala/http:latest
secrets:
- name: docker_hub
- name: Lint and Test MQTT
Expand Down Expand Up @@ -246,7 +246,7 @@ blocks:
- name: Build MQTT
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/mqtt:latest
- docker push magistrala/mqtt:latest
secrets:
- name: docker_hub
- name: Lint and Test WS
Expand Down Expand Up @@ -281,7 +281,7 @@ blocks:
- name: Build WS
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/ws:latest
- docker push magistrala/ws:latest
secrets:
- name: docker_hub
- name: Lint and Test Bootstrap
Expand Down Expand Up @@ -316,7 +316,7 @@ blocks:
- name: Build Bootstrap
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/bootstrap:latest
- docker push magistrala/bootstrap:latest
secrets:
- name: docker_hub
- name: Lint and Test Certs
Expand Down Expand Up @@ -351,7 +351,7 @@ blocks:
- name: Build Certs
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/certs:latest
- docker push magistrala/certs:latest
secrets:
- name: docker_hub
- name: Lint and Test Provision
Expand Down Expand Up @@ -386,7 +386,7 @@ blocks:
- name: Build Provision
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/http:latest
- docker push magistrala/http:latest
secrets:
- name: docker_hub
- name: Lint and Test Twins
Expand Down Expand Up @@ -421,7 +421,7 @@ blocks:
- name: Build Twins
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/twins:latest
- docker push magistrala/twins:latest
secrets:
- name: docker_hub
- name: Lint and Test Readers
Expand Down Expand Up @@ -456,11 +456,11 @@ blocks:
- name: Build Readers
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/cassandra-reader:latest
- docker push mainflux/influxdb-reader:latest
- docker push mainflux/mongodb-reader:latest
- docker push mainflux/postgres-reader:latest
- docker push mainflux/timescale-reader:latest
- docker push magistrala/cassandra-reader:latest
- docker push magistrala/influxdb-reader:latest
- docker push magistrala/mongodb-reader:latest
- docker push magistrala/postgres-reader:latest
- docker push magistrala/timescale-reader:latest
secrets:
- name: docker_hub
- name: Lint and Test Consumers
Expand Down Expand Up @@ -495,12 +495,12 @@ blocks:
- name: Build Consumers
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/cassandra-writer:latest
- docker push mainflux/influxdb-writer:latest
- docker push mainflux/mongodb-writer:latest
- docker push mainflux/postgres-writer:latest
- docker push mainflux/timescale-writer:latest
- docker push mainflux/smtp-notifier:latest
- docker push magistrala/cassandra-writer:latest
- docker push magistrala/influxdb-writer:latest
- docker push magistrala/mongodb-writer:latest
- docker push magistrala/postgres-writer:latest
- docker push magistrala/timescale-writer:latest
- docker push magistrala/smtp-notifier:latest
secrets:
- name: docker_hub
- name: Lint and Test CLI
Expand Down Expand Up @@ -535,7 +535,7 @@ blocks:
- name: Build CLI
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/cli:latest
- docker push magistrala/cli:latest
secrets:
- name: docker_hub
- name: Lint and Test LoRa
Expand Down Expand Up @@ -570,7 +570,7 @@ blocks:
- name: Build LoRa
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/lora:latest
- docker push magistrala/lora:latest
secrets:
- name: docker_hub
- name: Lint and Test OPC-UA
Expand Down Expand Up @@ -605,7 +605,7 @@ blocks:
- name: Build OPC-UA
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push mainflux/opcua:latest
- docker push magistrala/opcua:latest
secrets:
- name: docker_hub
- name: Lint and Test Internal
Expand Down Expand Up @@ -695,7 +695,7 @@ blocks:
jobs:
- name: Compile For RabbitMQ
commands:
- MF_MESSAGE_BROKER_TYPE=rabbitmq make mqtt
- MG_MESSAGE_BROKER_TYPE=rabbitmq make mqtt

- name: Compile Check For Redis
dependencies:
Expand All @@ -704,4 +704,4 @@ blocks:
jobs:
- name: Compile For Redis
commands:
- MF_ES_STORE_TYPE=redis make mqtt
- MG_ES_STORE_TYPE=redis make mqtt
12 changes: 6 additions & 6 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Adopters

As Mainflux Community grows, we'd like to keep track of Mainflux adopters to grow the community, contact other users, share experiences and best practices.
As Magistrala Community grows, we'd like to keep track of Magistrala adopters to grow the community, contact other users, share experiences and best practices.

To accomplish this, we created a public ledger. The list of organizations and users who consider themselves as Mainflux adopters and that **publicly/officially** shared information and/or details of their adoption journey(optional).
To accomplish this, we created a public ledger. The list of organizations and users who consider themselves as Magistrala adopters and that **publicly/officially** shared information and/or details of their adoption journey(optional).
Where users themselves directly maintain the list.

## Adding yourself as an adopter
If you are using Mainflux, please consider adding yourself as an adopter with a brief description of your use case by opening a pull request to this file and adding a section describing your adoption of Mainflux technology.
If you are using Magistrala, please consider adding yourself as an adopter with a brief description of your use case by opening a pull request to this file and adding a section describing your adoption of Magistrala technology.

**Please send PRs to add or remove organizations/users**

Expand All @@ -25,12 +25,12 @@ Pull request commit must be [signed](https://docs.github.com/en/github/authentic
* There is no minimum requirement or adaptation size, but we request to list permanent deployments only, i.e., no demo or trial deployments. Commercial or production use is not required. A well-done home lab setup can be equally impressive as a large-scale commercial deployment.


**The list of organizations/users that have publicly shared the usage of Mainflux:**
**The list of organizations/users that have publicly shared the usage of Magistrala:**

**Note**: Several other organizations/users couldn't publicly share their usage details but are active project contributors and Mainflux Community members.
**Note**: Several other organizations/users couldn't publicly share their usage details but are active project contributors and Magistrala Community members.


## Adopters list (alphabetical)


**Note:** The list is maintained by the users themselves. If you find yourself on this list, and you think it's inappropriate. Please contact [project maintainers](https://github.com/mainflux/mainflux/blob/master/MAINTAINERS) and you will be permanently removed from the list.
**Note:** The list is maintained by the users themselves. If you find yourself on this list, and you think it's inappropriate. Please contact [project maintainers](https://github.com/absmach/magistrala/blob/master/MAINTAINERS) and you will be permanently removed from the list.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mainflux Changelog
# Magistrala Changelog

## Generation
Mainflux release notes for the latest release can be obtained via:
Magistrala release notes for the latest release can be obtained via:
```
make changelog
```
Expand All @@ -18,7 +18,7 @@ git log --pretty=oneline --abbrev-commit
- NOISSUE - Update changelog and readme for release 0.13.0
- MF-1582 - Fix lora-adapter MQTT client (#1583)
- NOISSUE - Fix CoAP adapter (#1572)
- NOISSUE - Unify MF_INFLUX_READER_DB_HOST and MF_INFLUX_WRITER_DB_HOST envars (#1585)
- NOISSUE - Unify MG_INFLUX_READER_DB_HOST and MG_INFLUX_WRITER_DB_HOST envars (#1585)
- MF-1580 - Influxdb Writer changes format of update-time to string (#1581)
- MF-1575 Add 'Name' field to ListMembers response in things svc (#1576)
- MF-1565 - Document Bearer, Thing and Basic Authorization header (#1566)
Expand Down Expand Up @@ -199,18 +199,18 @@ git log --pretty=oneline --abbrev-commit
- NOISSUE - Add subtopic wildcard for twin attribute's definition (#1214)
- fix envs for nginx (#1215)
- Remove twin mqtt related obsolete var and fix es-redis address (#1213)
- NOISSUE - Remove unused `MF_THINGS_SECRET` env var (#1211)
- NOISSUE - Remove unused `MG_THINGS_SECRET` env var (#1211)
- NOISSUE - Fix some typos (#1212)
- NOISSUE - Remove unknown Bootstrap requests (#1210)
- NOISSUE - Use `pgcrypto` instead `uuid-ossp` for UUIDs generation (version 4) (#1208)
- MF-1198 - Add errors package tests (#1207)
- MF-1025 - timeout env in sec, use parseduration (#1206)
- MF-1201 - Fix MF_THINGS_AUTH_GRPC_URL mongo reader ENVAR (#1203)
- MF-1201 - Fix MG_THINGS_AUTH_GRPC_URL mongo reader ENVAR (#1203)
- NOISSUE - Fix CI (#1204)
- MF-1180 - Add redis based twins and states cache (#1184)
- MF-739 - Add ID to the User entity (#1152)
- NOISSUE - Fix default db name for storage databases (#1194)
- NOISSUE - Add `MF_DOCKER_IMAGE_NAME_PREFIX` to Makefile (#1173)
- NOISSUE - Add `MG_DOCKER_IMAGE_NAME_PREFIX` to Makefile (#1173)
- MF-1154 - Move UUID provider to project root (#1172)
- Fix typo in error messages (#1193)
- MF-1190 - Add pkg for library packages (#1191)
Expand All @@ -224,7 +224,7 @@ git log --pretty=oneline --abbrev-commit
- MF-995 - Add Twins tests for endpoint list twins and list states (#1174)
- NOISSUE - Update dependencies (#1176)
- MF-1163 - Fix influxdb-reader to use nanoseconds precision (#1171)
- Rename environment variable MF_MQTT_ADAPTER_PORT to MF_MQTT_ADAPTER_MQTT_PORT in docker environment (#1170)
- Rename environment variable MG_MQTT_ADAPTER_PORT to MG_MQTT_ADAPTER_MQTT_PORT in docker environment (#1170)
- Remove thing related code from twins service (#1169)
- MF-997 - Add twins service swagger file (#1167)
- MF-1079 - Add MQTT forwarder (#1164)
Expand Down Expand Up @@ -341,7 +341,7 @@ git log --pretty=oneline --abbrev-commit
- MF-898 - Add transactions to postgres connect (#940)
- Add missing user service tests (#945)
- Remove Normalizer service from compose (#937)
- MF-919 - Mainflux message updates (#924)
- MF-919 - Magistrala message updates (#924)
- NOISSUE - Remove ARM multi-arch images (#929)
- MF-906 - Change single creation endpoints to use bulk service calls (#927)
- MF-922 - Add UpdateUser endpoint (#923)
Expand Down Expand Up @@ -493,7 +493,7 @@ git log --pretty=oneline --abbrev-commit
- Fix CI with fixed plugin versions (#747)
- fix building problems (#741)
- fix docker-compose env (#775)
- Fix MF_THINGS_AUTH_GRPC_PORT in addons' docker-compose files (#781)
- Fix MG_THINGS_AUTH_GRPC_PORT in addons' docker-compose files (#781)
- Fix MQTT raw message deserialization (#753)
- fix variant option for manifest annotate (#765)
- fix to makefile for OSX/Darwin (#724)
Expand All @@ -510,7 +510,7 @@ git log --pretty=oneline --abbrev-commit


### Summary
https://github.com/mainflux/mainflux/milestone/10?closed=1
https://github.com/absmach/magistrala/milestone/10?closed=1

## 0.8.0 - 20. MAR 2019.
### Features
Expand Down Expand Up @@ -576,7 +576,7 @@ https://github.com/mainflux/mainflux/milestone/10?closed=1
- NOISSUE - Fix normalizer exposed port in docker-compose (#548)

### Summary
https://github.com/mainflux/mainflux/milestone/9?closed=1
https://github.com/absmach/magistrala/milestone/9?closed=1


## 0.7.0 - 08. DEC 2018.
Expand All @@ -601,10 +601,10 @@ https://github.com/mainflux/mainflux/milestone/9?closed=1
- MF-454 - Use message Time field as a time for InfluxDB points (#455)
- NOISSUE - Add .dockerignore to project root (#457)
- Update docker-compose so that every service has debug log level (#453)
- NOISSUE - Add TLS flag for Mainflux services (#452)
- NOISSUE - Add TLS flag for Magistrala services (#452)
- MF-448 - Option for Postgres SSL Mode (#449)
- MF-443 Update project dependencies (#444)
- MF-426 - Add optional MF_CA_CERTS env variable to allow GRPC client to use TLS certs (#430)
- MF-426 - Add optional MG_CA_CERTS env variable to allow GRPC client to use TLS certs (#430)
- Expose the InfluxDB and Cassandra ports to host (#441)
- MF-374 - Bring back CoAP adapter (#413)

Expand All @@ -613,7 +613,7 @@ https://github.com/mainflux/mainflux/milestone/9?closed=1
- MF-407 - Values of zero are being omitted (#434)

### Summary
https://github.com/mainflux/mainflux/milestone/8?closed=1
https://github.com/absmach/magistrala/milestone/8?closed=1


## 0.6.0 - 26. OCT 2018.
Expand Down Expand Up @@ -653,7 +653,7 @@ https://github.com/mainflux/mainflux/milestone/8?closed=1
- Vendor correct gRPC version (#340)

### Summary
https://github.com/mainflux/mainflux/milestone/6?closed=1
https://github.com/absmach/magistrala/milestone/6?closed=1


## 0.4.0 - 01. JUN 2018.
Expand Down
Loading

0 comments on commit 7066101

Please sign in to comment.