Commit Graph

1895 Commits

Author SHA1 Message Date
fiftin
2bdcc8b043 feat: add fields to migrations 2024-03-10 13:08:45 +01:00
fiftin
479eb889f8 refactor: add type InventoryType 2024-03-09 20:23:38 +01:00
fiftin
84f7dae074 feat: remove type for inventory :) 2024-03-09 20:05:12 +01:00
fiftin
1951e8ebb2 feat: add type for inventory 2024-03-09 20:03:19 +01:00
fiftin
c150d90a75 feat(be): implement confirmation endpoint 2024-03-09 15:01:20 +01:00
fiftin
bdd758e59d feat(be): add confirm endpoint 2024-03-09 14:54:27 +01:00
fiftin
48febdeb03 feat(ui): support confirmations on ui 2024-03-09 14:51:32 +01:00
fiftin
60976d1afb fix(bolt): return not nil 2024-03-08 18:13:16 +01:00
fiftin
b1396dcae2 feat: add project type 2024-03-07 19:50:48 +01:00
fiftin
13e1cac83e feat(integrations): manipulation by aliases in boltdb 2024-03-07 11:06:12 +01:00
fiftin
2c2e7df311 feat(integrations): add alias methods 2024-03-07 10:32:25 +01:00
fiftin
3e052de57f feat(integrations): add alias table 2024-03-07 09:49:34 +01:00
fiftin
2637543ddd feat(ui): hide integations if not enabled 2024-03-06 22:52:26 +01:00
fiftin
80407b36b5 feat: pass integations flag to user info 2024-03-06 22:48:40 +01:00
fiftin
e8a679cec6 feat: add flag for integrations 2024-03-06 22:47:01 +01:00
fiftin
dc9b2c271b feat: add field searchable for intagrations 2024-03-06 22:20:23 +01:00
fiftin
193d57a66c fix(be): add migation 2024-03-06 22:17:34 +01:00
fiftin
595fb28f80 feat(ui): add integration settings 2024-03-06 21:24:07 +01:00
Denis Gukov
a176fde4ba
Merge pull request #1809 from ansible-semaphore/develop_remove_extractors
Remove Integration Extractors
2024-03-06 17:03:40 +01:00
fiftin
3a0b7346dc feat: update ids 2024-03-06 16:28:54 +01:00
fiftin
ab90e98d3b refactor: rename func param 2024-03-06 15:51:59 +01:00
fiftin
2af6cdf07c feat(ui): breadcrubs 2024-03-06 15:07:33 +01:00
fiftin
1b3a6e1659 feat: remove extractors from ui 2024-03-06 15:02:17 +01:00
fiftin
3f8af892e5 feat: remove extractor from openapi docs 2024-03-06 15:02:16 +01:00
fiftin
2ec8609fd8 feat: remove usage of extractors 2024-03-06 15:02:16 +01:00
fiftin
c540e3b6ef feat: remove extractor from routes 2024-03-06 15:02:16 +01:00
fiftin
77c2c87033 feat: remove extractor 2024-03-06 15:02:16 +01:00
fiftin
3a225afd93 fix: is global ignores project id 2024-03-06 13:20:48 +01:00
Denis Gukov
3ba035ffe5
Merge pull request #1365 from andreas-marschke/feat-support-webhooks
Add Support for Webhooks
2024-03-04 20:17:47 +01:00
fiftin
44e45c19fc test: return put for extractors 2024-03-04 20:06:10 +01:00
fiftin
50615d0d96 test: inject id 2024-03-04 20:05:18 +01:00
fiftin
7cd250d4bf fix(integrations): correct extractor list 2024-03-04 19:17:40 +01:00
fiftin
3f73cc7747 fix(integration): project id 0 2024-03-04 18:53:20 +01:00
fiftin
b1ce6d1e97 fix(integrations): project id 2024-03-04 18:44:15 +01:00
fiftin
e944cf2db8 fix(integration): return correct value list 2024-03-04 18:39:15 +01:00
fiftin
7b6394ae12 chore(bolt): fix integrations 2024-03-04 14:40:40 +01:00
fiftin
bf20ffb6cf feat(bolt): use project id 2024-03-04 14:39:48 +01:00
fiftin
fac442013c refactor(integrations): remove extra code 2024-03-04 14:21:51 +01:00
fiftin
f4a54d9010 feat: use project id 2024-03-04 14:00:06 +01:00
fiftin
09a37ee6f9 feat(integrations): use project id 2024-03-04 12:42:21 +01:00
fiftin
582a3c91e4 feat(integrations): add project param 2024-03-04 12:36:24 +01:00
fiftin
1ef9012067 feat(integrations): add param 2024-03-04 12:24:47 +01:00
fiftin
e8973fd72e Merge branch 'develop' into feat-support-webhooks 2024-03-04 09:30:09 +01:00
Denis Gukov
7d0bcf591f
Merge pull request #1788 from tboerger/alert-refactoring
feat: refactoring of alerts and send correct email alerts
2024-03-04 08:22:14 +01:00
Thomas Boerger
dba0b8e35e
feat: add more logs to alerts and use same structure for teams alerts 2024-03-03 22:29:37 +01:00
Thomas Boerger
5c8b87620e
feat: refactoring of alerts and send correct email alerts
Previously the sent email alerts have been missing mandatory headers
like `Date` and it was also missing content type, content transfer
encoding and mime version. I have taken proper examples form the
unmaintained gomail library to build right emails.

Besides that I have refactored the calls for alerts, they git the same
structure now and it should be prepared to inject custom templates for
all altering methods at some later point. Generally it is prepared for a
more flexible alert handling.
2024-03-03 20:12:28 +01:00
fiftin
ffdf8188ef fix(integrations): sql query 2024-03-03 19:49:00 +01:00
fiftin
cfcfc8ea4a fix(integrations): escape pg keyword 2024-03-03 19:21:50 +01:00
fiftin
f3c17a34c8 ci: white unlil db started 2024-03-03 19:08:26 +01:00
fiftin
a5055ff0be fix(integrations): refs 2024-03-03 18:47:31 +01:00