Commit Graph

220 Commits

Author SHA1 Message Date
dependabot[bot]
18af32cc70
chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.3 in /web
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.3.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.3)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:23:05 +00:00
dependabot[bot]
5f92cd24e2
chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.3 in /web
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:22:51 +00:00
dependabot[bot]
fd5a8c048a
chore(deps): bump axios from 0.21.4 to 0.28.0 in /web
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 18:20:51 +00:00
Denis Gukov
49cd47e8f8
fix(templates): delete template -> delete schedule (#1889)
* fix(templates): delete template -> delete schedule

* fix(templates): reset build temlate id and version if type is task
2024-04-02 19:43:49 +02:00
fiftin
ec036fd0c2 fix(sql): do not check of affected rows bacause it can return incorrect number 2024-03-31 12:34:05 +02:00
dragon
01dae33e24 fix i18n error 2024-03-27 15:46:45 +08:00
dragon
bed595f055 fix i18n error 2024-03-27 15:34:29 +08:00
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
tothakos-code
21f9b50b66 feat: add secret survey field type 2024-03-19 09:49:33 +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
Denis Gukov
647501b90b refactor: webhook -> integration 2024-02-12 00:52:14 +05:00
Andreas Marschke
b1177a287a Try to make Webhook API more consistent 2024-02-10 18:18:56 +01:00
Denis Gukov
b52f2ef348 fix(backup): translation 2024-02-10 18:41:25 +05:00
samerbahri98
5abc531872
feat(ui): restore 2024-02-07 22:19:24 +01:00
samerbahri98
8cfdb25337
feat(ui) backup 2024-02-07 22:19:23 +01:00
Denis Gukov
dcba92a3e8
Merge pull request #1651 from marbad1994/extra_variables_validation_error
Fix: Extra variables validation error #1141
2024-02-06 04:07:59 +05:00
fiftin
595add22d6 fix(ui): spaces in output (https://github.com/ansible-semaphore/semaphore/issues/1709) 2024-02-06 02:50:26 +05:00
Thomas Boerger
7f81faf0db
feat: enable proxy for frontend dev server 2024-02-05 22:14:40 +01:00
fiftin
44579cf1da feat(ui): add private badge for email field 2024-02-01 16:37:01 +05:00
fiftin-quiz
3c5aaac576 feat: add confirmation state 2024-01-30 17:47:03 +05:00
dragon
f06b3a6f9c add zh_hant 2024-01-29 17:34:54 +08:00
dragon
3ede3b9a65 modify ambiguous language type 2024-01-29 17:12:46 +08:00
dragon
26eb277417 modify ambiguous language type 2024-01-29 17:07:01 +08:00
dragon
00d3326fb6 style clean 2024-01-29 16:49:41 +08:00
dragon
64bc327e57 Supplementary Chinese translation. 2024-01-29 16:45:15 +08:00
Andrea Guarnaccia
09a4db3bfb Italian translation 2024-01-27 18:03:02 +01:00
Davide Schiaroli
b3329ed727
Vue directive rendered instead of text 2024-01-18 15:09:07 +01:00
Andreas Marschke
203b169962 Fixup api 2024-01-15 22:08:16 +01:00
Andreas Marschke
4f4d8c51a0 Polish UI to allow crumb-style navigation 2024-01-15 22:08:16 +01:00
Andreas Marschke
183a8536f1 Fix param reception 2024-01-15 22:08:16 +01:00
Andreas Marschke
54d103105f Webhook Feature implementation 2024-01-15 22:08:16 +01:00
Denis Gukov
30f8c5a7fa
Merge pull request #1668 from Stiverton/develop
Update Cron docs link to v3
2024-01-08 00:54:06 +05:00
Denis Gukov
ce8b4d7b41
Merge pull request #1667 from Pshemas/develop
Polish translation
2024-01-08 00:52:26 +05:00
Denis Gukov
8a27443065
Merge pull request #1672 from AndresJ551/develop
Spanish Translation
2024-01-08 00:51:44 +05:00
Denis Gukov
607f5c5943 feat(web): remove extra page 2023-12-24 14:49:11 +05:00
Andres Jalinton
59d04a9b6e Replace tabs for spaces on App.vue for Spanish Translation. 2023-12-09 20:32:28 -03:00
Andres Jalinton
ac244f4151 Spanish Translation. 2023-12-09 20:30:12 -03:00
Andrew
3aaff9f937 Update Cron docs link to v3 2023-12-06 14:15:22 -05:00
Przemek Jeske
14f1939a94 Polish translation. Added newline at the end. 2023-12-05 22:29:11 +01:00
Przemek Jeske
1807689a0b Polish translation. Fixed indentation to 2 spaces. 2023-12-05 22:24:41 +01:00
Przemek Jeske
003e2f7684 Polish translation. Some tweaks in artifact wording needed. 2023-12-05 22:10:13 +01:00
Przemek Jeske
45227efc44 Polish translation. Some tweaks in artifact wording needed. 2023-12-05 22:02:27 +01:00
Marcus Bader
c96b82328e Fix: extra variables validation error 2023-11-25 12:24:37 +01:00
Denis Gukov
16248d0fe9
Merge pull request #1582 from alexporto2200/develop
translate into Brazilian Portuguese
2023-11-17 11:39:24 +05:00
Denis Gukov
993f12f183
Merge pull request #1583 from Airler/patch-1
Typo fix for german translation
2023-11-17 11:38:09 +05:00
Denis Gukov
0608591945 chore: remove unused option 2023-11-17 02:41:36 +05:00
Denis Gukov
c601bb8a08 fix(ui): remove extra var 2023-11-17 02:38:32 +05:00
Torben Erler
78355ea632
Update de.js
Fixed typo in alert translation
2023-10-21 17:27:46 +02:00
Alex
70c6a50842 feat: Add pt_br translate 2023-10-20 23:32:28 -03:00
Alex
92fcbe36d4 feat: Add pt_br translate 2023-10-20 23:11:41 -03:00
Denis Gukov
b7c1eea8e6 fix: merge conflict 2023-09-23 17:54:46 +02:00
Denis Gukov
58850e9129 refactor: create package db_lib 2023-09-23 17:12:35 +02:00