Commit Graph

44 Commits

Author SHA1 Message Date
a63cdb896f updated gomarkdown 2024-09-17 11:16:07 +03:00
28b73ae09f fix tests, update for logging 2024-06-07 17:56:50 +03:00
96ac6a6940 integrate zap logger 2024-06-07 17:56:49 +03:00
e9e9c4c442 update adapters & fixes 2024-06-07 17:56:01 +03:00
a2eb85eb25 wip: structured logging 2024-06-07 17:56:01 +03:00
dependabot[bot]
0f162ebc13
Bump golang.org/x/net from 0.10.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 11:48:28 +00:00
14e5891052
Merge branch 'master' into dependabot/go_modules/google.golang.org/protobuf-1.33.0 2024-06-06 14:41:51 +03:00
14cdfa7075
Merge branch 'master' into dependabot/go_modules/google.golang.org/protobuf-1.33.0 2024-06-06 14:37:54 +03:00
dependabot[bot]
52bcb87ed8
Bump golang.org/x/crypto from 0.9.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 11:37:52 +00:00
d108e6d7a2 update gock 2024-04-17 11:47:10 +03:00
dependabot[bot]
42f0035dad
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 22:39:44 +00:00
dependabot[bot]
a532892ff6
Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 09:29:59 +00:00
b578ed291d
Bump github.com/gin-gonic/gin from 1.7.2 to 1.9.0 2023-08-11 12:29:25 +03:00
dependabot[bot]
3e8a882452
Bump github.com/gin-gonic/gin from 1.7.2 to 1.9.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 02:30:44 +00:00
Ефанов Руслан
4405f30535 refactoring upload to aws s3 2023-05-03 17:07:28 +03:00
6d1ce327e7 test coverage 2023-01-09 15:53:24 +03:00
c09319ce8c notifier func, sequential job execution 2023-01-09 15:53:24 +03:00
7bff09f467 WIP: healthcheck counters 2023-01-09 15:53:24 +03:00
1b39ec70a3 zabbix collector support 2022-12-19 10:06:57 +03:00
Tyschitskaya Maria
2812610eaa module features uploader 2022-12-15 15:37:17 +03:00
Maria Tyschitskaya
b94e16d3cc update api client 2022-05-17 14:13:49 +03:00
627ceae0bc
Replace old Sentry client with the new SDK
* replace old Sentry client with the new SDK
* do not initialize Sentry SDK twice, correct panic processing
* account prefix for panics
* log errors with account context data
* tests
* linter fixes
* removed 1.18 from available versions
2022-03-18 10:46:22 +03:00
52109ee4ba
Refactoring and new features (#35)
* new error collector & improvements for errors
* update golangci-lint, microoptimizations, linter fixes
* UseTLS10 method
* remove dead code
* add 1.17 to the test matrix
* fix for docstring
* split the core package symbols into the subpackages (if feasible)
2021-12-01 15:40:23 +03:00
b0d5488f5a
One-step connection middlewares (#34) 2021-11-18 10:43:30 +03:00
tishmaria90
65f0ecfa6a
Improve errors handling 2021-11-03 17:27:56 +03:00
RenCurs
db67f0bcb2
Add embed pack instead packr (#26) 2021-07-29 11:29:31 +03:00
Sergey Chazov
075b2b452a Bump gin version to 1.7.2 2021-07-27 15:29:08 +03:00
Сергей Чазов
5c010bffa4
New CRM url validator (#27) 2021-07-27 14:29:05 +03:00
6c029e905f
ability to set certificate pool into the HTTP client (#19) 2020-11-12 17:24:40 +03:00
1de2e5626f
Better stacktrace generation system, better tests for Sentry, new badge 2020-08-03 14:45:16 +03:00
48773fbccb adaptations for broken BC in gin 1.6.2, now gin 1.6.2 is the minimum supported version 2020-04-29 10:08:00 +03:00
b82d4e8258 better engine coverage 2019-12-26 17:23:26 +03:00
6290301815 updated gin, better code 2019-12-12 12:06:38 +03:00
3432853c8b csrf middleware 2019-10-31 14:21:39 +03:00
bd7f8f9547 [fix] corresponding changes to latest dependencies versions 2019-10-17 13:12:08 +03:00
c3a11afa3b [feature] migration generator 2019-10-17 12:45:28 +03:00
8f189ad14d fix for sentry error message, coverage 2019-09-19 15:26:08 +03:00
884cb53815 remove vendoring - it's not necessary for project 2019-09-19 14:37:16 +03:00
b81512cc85 badges, vendoring 2019-09-19 14:35:03 +03:00
4ddf6a5985 set lowest version of go to 1.11 2019-09-19 14:25:07 +03:00
bd5de124be part of tests 2019-09-18 18:02:40 +03:00
f26e535fd8 object migrations 2019-09-18 13:44:20 +03:00
bb0172bc8d resource embedding 2019-09-18 13:44:20 +03:00
Alex Lushpai
34cba277b9 init 2019-09-04 15:22:27 +03:00