Commit graph

44 commits

Author SHA1 Message Date
Joey Orlando
627afe37e1
Remove references to Alert.migrator_lock attribute
This commit patches issue related to #708.

#708 forgot to remove attributes on models outside of the migration_tool django app that were referencing model attributes from migration_tool.

The only attribute that referenced a field in migration_tool was migrator_lock on the Alert model. This commit removes any references to that attribute.
2022-10-27 13:52:03 +02:00
Ildar Iskhakov
440a5ee004
Update CHANGELOG.md 2022-10-27 16:02:05 +08:00
Joey Orlando
d19f135756
revert object destructuring changes which affect the value of 'this' (#719)
* revert object destructuring changes which affect the value of 'this'

* update CHANGELOG.md
2022-10-27 15:51:19 +08:00
Michael Derynck
c46e3bef01 Update changelog for v1.0.43 2022-10-25 13:42:32 -06:00
Vadim Stepanov
e83249ac31
Update CHANGELOG.md 2022-10-24 16:32:53 +01:00
Ildar Iskhakov
a60e14c3c6
Update CHANGELOG.md 2022-10-24 19:22:56 +08:00
Matias Bordese
f65430fbca
Update CHANGELOG.md 2022-10-05 14:55:33 -03:00
Michael Derynck
0ee8f3e42b Update changelog for v1.0.39 2022-10-03 11:18:49 -06:00
Michael Derynck
2bfb834e92 Update changelog for v1.0.38 2022-09-30 12:40:22 -06:00
Joey Orlando
9f3f691ea4
Feat 549 - add telegram permalink to alert groups http response (#551)
* rename AlertGroup.permalink to slack_permalink

* add telegram key to alert_groups permalinks object in public API response
2022-09-28 16:59:57 +02:00
Vadim Stepanov
2dbd64105a
Update CHANGELOG.md 2022-09-23 12:10:19 +01:00
Vadim Stepanov
5859e883c5
Update CHANGELOG.md 2022-09-23 12:10:01 +01:00
Joey Orlando
e16064c6ba
#539 - add slack permalink to alert group public API response (#543)
* add .python-version to .gitignore

* add .nvmrc to frontend

Also update DEVELOPER.md to mention optionally using nvm

* update DEVELOPER.md to reflect running successfully locally

* markdown autoformatter styling changes

* add slack permalink to alertgroup public api http response

* update changelog

* address PR comments

- rename permalink to permalinks in alert group public api seralizer
- add permalinks property to AlertGroup model
- update public api alert groups test
- update alertgroups public documentation to include permalinks property

* add default DEBUG = True in dev.py settings
2022-09-22 15:17:17 +02:00
Matias Bordese
a606a6de2e
Update CHANGELOG.md 2022-09-12 10:20:08 -03:00
Vadim Stepanov
f5a8d859c7
Update CHANGELOG.md 2022-09-07 11:35:41 +01:00
Innokentii Konstantinov
0432f6f72a Update CHANGELOG.md 2022-09-06 20:18:03 +05:00
Vadim Stepanov
727dd438d4
Update CHANGELOG.md 2022-09-06 13:11:12 +01:00
Vadim Stepanov
b6e667928f
update changelog 2022-09-01 14:48:14 +01:00
Innokentii Konstantinov
0d24c1850d Update CHANGELOG.md 2022-09-01 16:22:58 +05:00
Michael Derynck
b71b92e8dd Update changelog for v1.0.30 2022-08-31 12:29:56 -06:00
Vadim Stepanov
86c0e816c5
Update CHANGELOG.md (#443)
* Update CHANGELOG.md

* update CHANGELOG.md
2022-08-31 11:56:03 +01:00
Vadim Stepanov
b4e7bbb35f
Update CHANGELOG.md 2022-08-30 14:31:04 +01:00
Innokentii Konstantinov
25c3d19a05 Update CHANGELOG.md 2022-08-26 16:06:21 +05:00
Matias Bordese
79692b2497
Update CHANGELOG.md 2022-08-24 16:16:27 -03:00
Innokentii Konstantinov
87f1ead6f4 Update CHANGELOG.md 2022-08-24 13:27:23 +05:00
Innokentii Konstantinov
a5c69cc6ca Update CHANGELOG.md 2022-08-24 13:27:04 +05:00
Matias Bordese
5df716a65b
Update CHANGELOG.md 2022-08-23 17:20:08 -03:00
Michael Derynck
af0fcda7db
Update CHANGELOG.md 2022-08-16 09:47:23 -06:00
Michael Derynck
775dec75c0
Update CHANGELOG.md 2022-08-12 10:23:15 -06:00
Matias Bordese
83d5ccb95c
Update CHANGELOG.md 2022-08-10 12:33:46 -03:00
Vadim Stepanov
352c0a8370
Update CHANGELOG.md 2022-08-03 12:54:36 +01:00
Vadim Stepanov
36716bd60c
Update CHANGELOG.md 2022-08-03 11:57:44 +01:00
Vadim Stepanov
f71ec3982c
Update CHANGELOG.md (#301) 2022-07-27 15:03:05 +03:00
Matias Bordese
879e157f05
Update CHANGELOG.md 2022-07-26 10:13:02 -03:00
Innokentii Konstantinov
c9c6df88c5 Update CHANGELOG.md 2022-07-22 15:24:24 +04:00
Vadim Stepanov
f216c9a84a
Update CHANGELOG.md 2022-07-21 16:00:38 +01:00
Vadim Stepanov
11a3a79560
Update CHANGELOG.md (#265) 2022-07-21 10:46:44 +01:00
Vadim Stepanov
548b055a43
Update CHANGELOG.md (#247) 2022-07-18 09:21:15 -06:00
Innokentii Konstantinov
35a31701f6 Update CHANGELOG 2022-07-12 14:15:46 +04:00
Matias Bordese
57117614e6
Update changelog 2022-06-28 16:02:37 -03:00
Innokentii Konstantinov
0651e5923c changelog 2022-06-27 13:42:24 +04:00
Michael Derynck
856c6d5302
Update changelog for v1.0.2 (#107) 2022-06-17 10:23:38 -06:00
Michael Derynck
66e8cf2cbc
Merge dev to main (#54)
* Log (failed) attempt to notify a user with viewer role

* Remove https:// prefix from BASE_URL docker env var

* Fix cloud heartbeat name

* Polishing telegram

* Update docker-compose.yml

* Update plugin README  (#48)

* Update README and screenshot, remove plop for build info since version is now displayed prominently

* Sign build

Co-authored-by: Michael Derynck <michael.derynck@grafana.com>

* Build actions (#38)

* Drone, github action changes

* Minor version updates

* Update frontend dependencies

* Re-enable unit test

Co-authored-by: Michael Derynck <michael.derynck@grafana.com>

* Revert stylelint version (#52)

* Revert stylelint version

* Build plugin as well as lint

* Build in previous step

Co-authored-by: Michael Derynck <michael.derynck@grafana.com>

* Update screenshot (#53)

Co-authored-by: Michael Derynck <michael.derynck@grafana.com>

Co-authored-by: Matias Bordese <mbordese@gmail.com>
Co-authored-by: Matvey Kukuy <Matvey-Kuk@users.noreply.github.com>
Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
Co-authored-by: Matvey Kukuy <matvey@amixr.io>
Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
2022-06-13 16:39:58 -06:00
Michael Derynck
6b40f95033 World, meet OnCall!
Co-authored-by: Eve832 <eve.meelan@grafana.com>
    Co-authored-by: Francisco Montes de Oca <nevermind89x@gmail.com>
    Co-authored-by: Ildar Iskhakov <ildar.iskhakov@grafana.com>
    Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
    Co-authored-by: Julia <ferril.darkdiver@gmail.com>
    Co-authored-by: maskin25 <kengurek@gmail.com>
    Co-authored-by: Matias Bordese <mbordese@gmail.com>
    Co-authored-by: Matvey Kukuy <motakuk@gmail.com>
    Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
    Co-authored-by: Richard Hartmann <richih@richih.org>
    Co-authored-by: Robby Milo <robbymilo@fastmail.com>
    Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
    Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
    Co-authored-by: Yulia Shanyrova <yulia.shanyrova@grafana.com>
2022-06-03 08:09:47 -06:00