Blaz Smehov
f9f61afa27
chore: add health check for EMQX, bridge service awaits check
1 月之前
Blaz Smehov
080baae9d4
feat: basic Docker structure
1 月之前
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
1 月之前
Blaz Smehov
0674ca9112
feat: add kafka server connection to decoder, api server (beacons route only)
1 月之前
Blaz Smehov
940e619fc0
ignore vendor directory
1 月之前
Blaz Smehov
4bf1bee89f
feat: add MQTT -> kafka bridge, template for decoder
1 月之前
Blaz Smehov
0885f51815
fix: some errors, add prints, add log file for testing
1 月之前
Blaz Smehov
e276d091f6
fix: passing of the addr string
1 月之前
Blaz Smehov
69b3cfdb9f
chore: remove alpine from base image
1 月之前
Blaz Smehov
450977178b
chore: update gitignore, create Dockerfile
1 月之前
Blaz Smehov
feeb5723d3
fix: warning signes
1 月之前
Blaz Smehov
b6ef1bc1c2
chore: finished refactoring, without testing functionallity bar some API calls and one MQTT functionallity
1 月之前
Blaz Smehov
1244196d64
chore: refactor api server, add tests
1 月之前
Blaz Smehov
bd1cbe10be
chore: update gitignore
1 月之前
Blaz Smehov
8e7689328d
chore: modify project structure, move types into internal package, define main package boilerplate
1 月之前
Blaz Smehov
495baa41c9
chore: clean unused doc files
1 月之前
Alamgir Hosain
2523880930
Added README_bn.md for Bangla translation ( #276 )
* Add Bangla translation for README.md
* Added README_bn.md for Bangla translation
1 月之前
George Rodrigues
89dfdf01f6
Fix typo in README_ptBR.md ( #277 )
1 月之前
Alexey Lindin
aa203318ea
use correct ISO code for Belarusian language ( #265 )
10 月之前
Nguyen The Phuc Hiep
e0cefe8768
Update README.md ( #262 )
Co-authored-by: Nguyen The Phuc Hiep <99666324+ntphiep-amable@users.noreply.github.com>
1 年之前
Edvin Dulko
20f4258478
improve Belarusian translation from machine-generated to human-readable ( #263 )
* improve Belarusian translation from machine-generated to human-readable
* use more consistent vocabulary
1 年之前
Shurco
608700a5b7
add belarusian ( #261 )
1 年之前
Danny Ra
ff8f8a6dbf
fa: fix typo ( #260 )
* add Farsi
* fa : fix typo
1 年之前
Danny Ra
789fdd2841
add Farsi ( #259 )
1 年之前
Kyle Quest
aba985fe87
Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update
anazibinurasheed/README.md - update
1 年之前
Kyle Quest
086ccb1b38
Merge pull request #239 from highpon/fix/typo
README_ja: fix typo
1 年之前
Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
1 年之前
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
1 年之前
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
1 年之前
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
1 年之前
Kyle Quest
716d82ea3a
Merge pull request #247 from ardrabczyk/github-wiki-to-go.dev-wiki
Convert github.com/golang/go/wiki links to go.dev/wiki
1 年之前
Kyle Quest
68af5a70d5
Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md
Remove an executable bit from README_ru.md
1 年之前
Arkadiusz Drabczyk
8fb2e2bfe0
Remove an executable bit from README_ru.md
Accidentally added in 52e269a .
1 年之前
Arkadiusz Drabczyk
13f3654146
Convert github.com/golang/go/wiki links to go.dev/wiki
Go wiki has moved https://github.com/golang/go/issues/61940 . Wiki at
github.com/golang/go/wiki does not automatically move to go.dev/wiki
but says that wiki has moved.
I used the following shell one-liner to convert all links:
$ find . -type f -print0 | xargs -0 sed -i 's,github.com/golang/go/wiki,go.dev/wiki,g'
To verify if they return 200:
$ ag -a --nofilename -o 'https?.+wiki/.+?\b' | sort | uniq | xargs curl -sI
HTTP/2 200
(...)
HTTP/2 200
1 年之前
Harsh Rathod
46871d3a73
Added Hindi translation of README.md file
1 年之前
Kyle Quest
ae58eb192d
Update README.md
1 年之前
Kyle Quest
c874164eb8
Merge pull request #201 from dairidong/patch-1
Translation polishing
1 年之前
Kyle Quest
d9b3609cfc
Merge pull request #205 from nikpivkin/patch-1
fix typo
1 年之前
Kyle Quest
9b253ad196
Merge branch 'master' into patch-1
1 年之前
Kyle Quest
7c4a421316
Update README.md
removed minio
1 年之前
Kyle Quest
864bb33659
Update README.md
1 年之前
Kyle Quest
ff7fb82581
Update README.md
1 年之前
Kyle Quest
a177066853
Update README.md
1 年之前
Kyle Quest
9450d27c24
Update README.md
linked the `Organizing a Go module` doc page with the relevant project layout info
1 年之前
Kyle Quest
3cbb23ba17
Merge pull request #240 from barockok/patch-1
Update /vendor/README.md
1 年之前
Kyle Quest
4c9184a207
Update README.md
1 年之前
Kyle Quest
6a5696718b
Update README.md
1 年之前
Kyle Quest
fc69065944
Merge pull request #228 from aqyuki/fix-recommend-tool
docs : Change recommended linter
1 年之前
Kyle Quest
197a17dee1
Merge pull request #229 from nemre/patch-1
Create .gitattributes
1 年之前
Zidni Mubarok
a156be9f5c
Update /vendor/README.md
since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment.
2 年之前