Matias Bordese
4dc8adee1f
Update CHANGELOG.md
2022-11-09 15:05:55 -03:00
Joey Orlando
fd4877408a
remove grafana_plugin_management django app ( #812 )
...
* remove grafana_plugin_management django app
it seems to be no longer used or referenced. In addition apps.api.serializers.organization.PluginOrganizationSerializer was only
referenced from within grafana_plugin_management and is thereby safe
to remove.
2022-11-09 13:53:59 +01:00
Michael Derynck
f01d754851
Merge dev
2022-11-08 10:14:35 -07:00
Michael Derynck
9311b530c2
Update changelog
2022-11-05 00:44:55 -06:00
Michael Derynck
81702ba52d
Merge dev
2022-11-03 12:42:36 -06:00
Matias Bordese
54204bad3b
Update CHANGELOG.md
2022-11-03 15:33:34 -03:00
Michael Derynck
71c8d17c78
Changelog cleanup
2022-11-01 18:29:28 -06:00
Michael Derynck
2905423bad
Merge dev
2022-11-01 17:56:03 -06:00
Vadim Stepanov
ae485beded
Update CHANGELOG.md
2022-11-01 14:34:31 +00:00
Innokentii Konstantinov
ca6f7ef691
Update changelog
2022-11-01 19:03:01 +08:00
Innokentii Konstantinov
6d5853d1ff
Update changelog
2022-11-01 19:02:10 +08:00
Innokentii Konstantinov
882851e0b8
Revert "Modify CHANGELOG.md"
...
This reverts commit fd8ad47a55 .
2022-11-01 17:39:18 +08:00
Innokentii Konstantinov
fd8ad47a55
Modify CHANGELOG.md
2022-11-01 17:13:39 +08:00
Joey Orlando
5a4c3d6d77
remove POST /api/internal/v1/custom_buttons/{id}/action ( #734 )
...
* remove POST /api/internal/v1/custom_buttons/{id}/action
2022-10-28 10:44:37 +02:00
Ildar Iskhakov
00315e5c2d
Merge branch 'main' into dev
2022-10-27 21:28:44 +08:00
Joey Orlando
726650fe4c
Update CHANGELOG.md ( #728 )
2022-10-27 15:23:17 +02:00
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
Joey Orlando
945d29cf47
Update CHANGELOG.md
2022-10-27 12:17:20 +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
Michael Derynck
363f019356
Update CHANGELOG.md
2022-10-18 16:12:57 -06: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