Commit Graph

162 Commits

Author SHA1 Message Date
Denis Gukov
fc87dee759
Merge pull request #1855 from ansible-semaphore/global_integration_alias
Add global alias for Integrations
2024-03-23 14:24:10 +01:00
fiftin
8f9b9a74fe feat(integrations): add global alias 2024-03-23 13:37:15 +01:00
Denis Gukov
1159a6bf0d
Merge pull request #1852 from Fryie/1074/fix-duplicating-template
Fix #1074: duplicate template
2024-03-23 00:20:54 +01:00
fiftin
194a889957 feat(integrations): github auth method 2024-03-22 23:01:32 +01:00
fiftin
e5ba366663 feat(integrations): add auth header to ui 2024-03-22 22:02:18 +01:00
Pierpaolo Frasa
6162408b3d fix #1074: duplicate template
Previously, duplicating wouldn't work correctly and overwrite the
existing task. By explicitly setting the item's ID to null after copying
the data, we avoid this behaviour.
2024-03-21 22:04:45 +01:00
fiftin
d602cdf552 feat(integration): searchable checkox 2024-03-21 00:40:00 +01:00
fiftin
94b418fb56 Revert "feat: remove searchable"
This reverts commit 5757aab5b2.
2024-03-21 00:17:34 +01:00
fiftin
5757aab5b2 feat: remove searchable 2024-03-20 23:47:18 +01:00
fiftin
5d70cc476a feat(ui): copy to clipboard 2024-03-20 22:49:12 +01:00
fiftin
c708625fe9 feat(ui): copy to clipboard func 2024-03-20 22:44:22 +01:00
fiftin
02e13c7314 feat(integrations): allow multiple indices 2024-03-20 22:35:47 +01:00
fiftin
cfe279c6dc feat(integrations): implement alias gen/regen/remove 2024-03-20 16:30:55 +01:00
fiftin
dc799809a1 feat(integrations): add alias manipulations methods for sql 2024-03-20 14:55:47 +01:00
Eric Watkins
4b8a4d4e3f Improved Key Passwords with Hiding 2024-03-18 22:24:28 -05:00
fiftin
123135dd9d feat(be): sort oauth providers 2024-03-11 15:17:53 +01:00
fiftin
31e8caf314 feat(ui): new project type 2024-03-11 02:00:50 +01:00
fiftin
48bf414202 feat(ui): how history only for '' project type 2024-03-11 01:31:32 +01:00
fiftin
d9ea092c6c feat(ui): pass project type to router view 2024-03-11 01:27:23 +01:00
fiftin
09e94e717d feat(ui): check project type for side panel 2024-03-11 01:10:42 +01:00
fiftin
f59d48c641 feat(ui): forward query string 2024-03-11 00:23:34 +01:00
fiftin
b073e5ca8e feat(ui): rename restore button 2024-03-10 23:58:25 +01:00
fiftin
c150d90a75 feat(be): implement confirmation endpoint 2024-03-09 15:01:20 +01:00
fiftin
48febdeb03 feat(ui): support confirmations on ui 2024-03-09 14:51:32 +01:00
fiftin
2637543ddd feat(ui): hide integations if not enabled 2024-03-06 22:52:26 +01:00
fiftin
595fb28f80 feat(ui): add integration settings 2024-03-06 21:24:07 +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
06cf90770b feat: integration tests 2024-03-03 16:39:18 +01:00
fiftin
251376887a fix: merge conflict 2024-03-03 11:57:39 +01:00
Denis Gukov
7c0fed0809
Merge pull request #1784 from tboerger/embed-and-cache
feat: replace packr and add basic cache headers
2024-03-02 19:28:57 +01:00
Denis Gukov
b4b194048e
Merge pull request #1803 from NikitaDef/feature/fix_dev_move_alert_newtaskdialog
Fix Vue warn NewTaskDialog dev mode
2024-03-02 18:53:35 +01:00
gavrilov.nikita
2f95a6fb7e Fix Vue warn
[Vue warn]: Invalid prop: type check failed for prop "templateId". Expected Number with value NaN, got String with value "new".
2024-03-02 20:47:25 +03:00
Thomas Boerger
67954b95aa
feat: replace packr and add basic cache headers
Since packr have been deprecated in favor of go:embed for quite some
time now I have replaced it with plain go:embed functionality which
makes it more future proof.

The only downside is that go:embed can use relativ paths only, that's
why I have moved the web/dist folder into api/public.

Besides that I have refactored the static asset handling which includes
basic last modification and cache control headers to improve the cache
cache behavior for static assets.
2024-03-01 15:52:30 +01:00
Thomas Boerger
502bb4a978
fix: use right amount of empty lines on nl translation 2024-03-01 14:03:34 +01:00
Denis Gukov
10387f0ac8
Merge pull request #1798 from kwoot/Dutch_translation
Dutch translation
2024-03-01 10:54:25 +01:00
Jeroen Baten [NIPV]
e1dda0b4f3 Dutch translation 2024-03-01 10:10:24 +01:00
Thomas Boerger
0425d52a84
fix: drop console log statement from frontend 2024-02-27 12:09:32 +01:00
Thomas Boerger
ce37dab1bd
feat: upgrade browserlist as requested from build output 2024-02-26 12:31:24 +01:00
Thomas Boerger
badbb5ad5e
feat: show version within menu on ui 2024-02-26 12:30:43 +01:00
Denis Gukov
570a9d323a fix(web): change restore icon 2024-02-12 14:05:01 +05:00
Denis Gukov
95365d3a95 fix(web): add ... to restore translations 2024-02-12 14:03:56 +05:00
Denis Gukov
f02ff781f0 fix(web): restore key translation to Russian 2024-02-12 14:02:27 +05:00
Denis Gukov
aba28b97c1 feat(integrations): change icon 2024-02-12 13:59:47 +05:00
Denis Gukov
75d59d0890 fix(integrations): route and sql 2024-02-12 03:27:03 +05:00
Denis Gukov
a6e541ed64 Merge branch 'feat-support-integrations' into feat-support-webhooks 2024-02-12 02:03:13 +05:00
Denis Gukov
006d14ac2f refactor(integrations): rename files 2024-02-12 02:02:08 +05:00
Denis Gukov
2215fb5c87 fix(webhooks): merge conflict 2024-02-12 01:24:53 +05:00