ErickSkrauch
|
ed0b9bb040
|
Resolves #6. Remove hash field from the project structures
|
2019-05-01 02:16:11 +03:00 |
|
ErickSkrauch
|
a81c6fc9f8
|
Resolves #4. Fix Gopkg.toml structure, update all outdated dependencies, use middlewares introduced in gorilla/mux 1.6.1, replace gopkg.in/h2non/gock.v1 with it's GitHub link github.com/h2non/gock
|
2019-05-01 02:15:57 +03:00 |
|
ErickSkrauch
|
8aeb1929b5
|
Merge pull request #3 from elyby/1_mojang_skins_proxy
Restore Mojang skins proxy implementation
|
2019-05-01 00:56:11 +03:00 |
|
ErickSkrauch
|
b97647318f
|
Enable codecov
|
2019-04-30 14:31:04 +03:00 |
|
KolFoxy
|
8d619d52cd
|
#1: Fixed misspells in README and CHANGELOG
Co-Authored-By: erickskrauch <erickskrauch@ely.by>
|
2019-04-30 11:03:58 +03:00 |
|
ErickSkrauch
|
a5daae3cb8
|
#1: Add CHANGELOG.md, update README.md
|
2019-04-30 01:55:59 +03:00 |
|
ErickSkrauch
|
94b930f388
|
#1: Add test case for panic when trying to store response without textures
|
2019-04-30 00:45:29 +03:00 |
|
ErickSkrauch
|
f213ed45c7
|
#1: Log unexpected errors from Mojang API
|
2019-04-30 00:36:51 +03:00 |
|
ErickSkrauch
|
6daec4dc4b
|
#1: Fix GolangCI issues
|
2019-04-28 20:30:55 +03:00 |
|
ErickSkrauch
|
90ce22f687
|
#1: Attempt to fix travis tests run
|
2019-04-28 20:24:08 +03:00 |
|
ErickSkrauch
|
9250d53fb3
|
#1: Remove comments about compatibility check with exists Authlibs
|
2019-04-28 20:21:46 +03:00 |
|
ErickSkrauch
|
2c7a1625f3
|
#1: Tests for http layer are restored
|
2019-04-28 00:43:22 +03:00 |
|
ErickSkrauch
|
f7cdab243f
|
#1: Integrate queue to the application
|
2019-04-27 01:46:15 +03:00 |
|
ErickSkrauch
|
f3690686ec
|
#1: Implement UuidsStorage in Redis
|
2019-04-25 02:23:10 +03:00 |
|
ErickSkrauch
|
533afcc689
|
#1: Add logging mechanic and remove awaiting of finishing of all textures requests in usernames queue
|
2019-04-25 00:45:04 +03:00 |
|
ErickSkrauch
|
50a19202a5
|
#1: Fix build
|
2019-04-21 20:35:35 +03:00 |
|
ErickSkrauch
|
d7f03ce182
|
#1: Implemented in-memory storage for textures
|
2019-04-21 20:28:58 +03:00 |
|
ErickSkrauch
|
ad300e8c1c
|
#1: Implemented helper to decode/encode base64 textures value
|
2019-04-21 20:27:54 +03:00 |
|
ErickSkrauch
|
7d1506d0d9
|
#1: Fix Mojang's API HTTPClient default configuration, make mojang.ResponseError interface not applicable to any type, add handling of some possible network errors
|
2019-04-21 03:04:03 +03:00 |
|
ErickSkrauch
|
a8bbacf8b1
|
#1: Handle Mojang's server errors too
|
2019-04-20 23:04:29 +03:00 |
|
ErickSkrauch
|
c2921400b0
|
#1: Add case when Mojang's API returns empty response
|
2019-04-20 22:39:17 +03:00 |
|
ErickSkrauch
|
e7c0fac346
|
#1: Split textures processing to 2 separate steps
|
2019-04-20 22:22:02 +03:00 |
|
ErickSkrauch
|
bd099cfb2a
|
#1: User golang 1.12 for travis build. Improve random usernames generator
|
2019-04-20 20:04:57 +03:00 |
|
ErickSkrauch
|
96af45b2a1
|
#1: Disallow to query invalid Mojang usernames
|
2019-04-20 19:51:55 +03:00 |
|
ErickSkrauch
|
b1e18d0d01
|
#1: Add storage integration
|
2019-04-20 19:35:37 +03:00 |
|
ErickSkrauch
|
abea94a41f
|
#1: Add broadcaster structure to broadcast results of the same usernames
|
2019-04-20 03:23:49 +03:00 |
|
ErickSkrauch
|
8244351bb5
|
#1: Fix race conditions errors and rewrite tests
|
2019-04-19 01:41:52 +03:00 |
|
ErickSkrauch
|
e14619e079
|
#1: add initial tests for queue, upgrade github.com/stretchr/testify
|
2019-04-18 02:56:20 +03:00 |
|
ErickSkrauch
|
fd4e5eb9ca
|
#1: Pull queue into struct, add storage interface
|
2019-04-15 02:52:00 +03:00 |
|
ErickSkrauch
|
879a33344b
|
#1: Renaming
|
2019-04-15 01:32:22 +03:00 |
|
ErickSkrauch
|
d2d6d07fa6
|
#1: Rough implementation of textures queue
|
2019-04-15 00:52:10 +03:00 |
|
ErickSkrauch
|
44f3ee7413
|
#1: Improve uuidToTextures method, organize tests
|
2019-04-15 00:31:09 +03:00 |
|
ErickSkrauch
|
7db4d27fba
|
#1: Implemented necessary Mojang APIs
|
2019-04-14 17:36:46 +03:00 |
|
ErickSkrauch
|
4386054ca1
|
Latest dep structure changes [skip ci]
|
2019-04-14 17:34:10 +03:00 |
|
ErickSkrauch
|
b73582bbf4
|
Do not limit hash format only to md5
|
2018-03-19 02:16:07 +03:00 |
|
ErickSkrauch
|
34598e39bc
|
Allow any uuid version
|
2018-03-19 01:16:37 +03:00 |
|
ErickSkrauch
|
9fc6ca54d9
|
Fix latest tag condition
|
2018-02-17 02:21:03 +03:00 |
|
ErickSkrauch
|
aed957a896
|
Fix latest tag condition
|
2018-02-17 02:15:20 +03:00 |
|
ErickSkrauch
|
2cd97dda8b
|
Compile without CGO usage
|
2018-02-17 01:25:24 +03:00 |
|
ErickSkrauch
|
ded50df8b8
|
Build chrly statically to work with Alpine image
|
2018-02-17 01:14:43 +03:00 |
|
ErickSkrauch
|
d7bc77e5a7
|
Adjust Travis setup
|
2018-02-16 20:58:29 +03:00 |
|
ErickSkrauch
|
befa163f0e
|
Merge branch 'develop'
|
2018-02-16 20:44:12 +03:00 |
|
ErickSkrauch
|
cb7adab3df
|
Merge branch '4.1' into develop
|
2018-02-16 18:31:56 +03:00 |
|
ErickSkrauch
|
87a302c7da
|
Hello, Travis?
|
2018-02-16 00:46:20 +03:00 |
|
ErickSkrauch
|
ce4dce49a2
|
Completely rename project to the Chrly and make it ready to be opensourced
|
2018-02-16 00:13:57 +03:00 |
|
ErickSkrauch
|
11647f2eae
|
Remove gitlab-ci
|
2018-02-16 00:02:05 +03:00 |
|
ErickSkrauch
|
acd0237fac
|
Update Dockerfile, add docker-compose for prod and dev environment, cleanup some old things
|
2018-02-16 00:01:46 +03:00 |
|
ErickSkrauch
|
55f52d0ad4
|
Add project README
|
2018-02-15 23:57:57 +03:00 |
|
ErickSkrauch
|
778bc615aa
|
The configuration file was deleted in favor of using environment variables.
Token generation functionality remove. Secret token now provided via CHRLY_SECRET env variable.
|
2018-02-15 23:57:23 +03:00 |
|
ErickSkrauch
|
235f65f11c
|
Add LICENSE
|
2018-02-15 01:03:40 +03:00 |
|