fiftin
94b418fb56
Revert "feat: remove searchable"
...
This reverts commit 5757aab5b2
.
2024-03-21 00:17:34 +01:00
fiftin
fb1ef576b5
Revert "fix: remove ? from query"
...
This reverts commit ac284b5f4d
.
2024-03-21 00:17:34 +01:00
fiftin
ac284b5f4d
fix: remove ? from query
2024-03-20 23:59:53 +01:00
fiftin
5757aab5b2
feat: remove searchable
2024-03-20 23:47:18 +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
fiftin
65d7a467fa
feat(integrations): add alias management endpoints
2024-03-20 14:01:52 +01:00
fiftin
5551cd1a1e
feat: validate repo before save
2024-03-18 15:37:40 +01:00
fiftin
6e5bac8130
fix: validate inventory before save
2024-03-18 15:33:40 +01:00
fiftin
8486b43380
fix(be0: set null instead of cascade for holder_id
2024-03-11 23:12:57 +01:00
fiftin
0704828119
fix(be): save project type
2024-03-11 01:04:47 +01:00
fiftin
4c8312bc9b
feat(be): add none inventory type
2024-03-10 22:58:35 +01:00
fiftin
8a6d5821f8
Revert "feat: make inventory optional for template"
...
This reverts commit f6f3e4228f
.
2024-03-10 22:56:58 +01:00
fiftin
8aafae1417
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
2024-03-10 22:51:37 +01:00
fiftin
f6f3e4228f
feat: make inventory optional for template
2024-03-10 22:51:28 +01:00
Denis Gukov
f4edc70f08
Merge pull request #1818 from NikitaDef/feature/fix_deprecation
...
Fix deprecation io/ioutil
2024-03-10 20:50:45 +01:00
gavrilov.nikita
741a6748fd
Fix deprecation io/ioutil
2024-03-10 22:07:19 +03:00
fiftin
51c4a95268
feat: implement options for sql
2024-03-10 19:14:08 +01:00
fiftin
522513b375
feat(be): implement options for boltdb
2024-03-10 19:00:15 +01:00
fiftin
710c7df275
feat: implement options for boltdb
2024-03-10 18:55:42 +01:00
fiftin
a90b270dc5
feat(be): add fields to the models
2024-03-10 13:13:44 +01:00
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
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
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
ab90e98d3b
refactor: rename func param
2024-03-06 15:51:59 +01:00
fiftin
3f8af892e5
feat: remove extractor from openapi docs
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
fiftin
7cd250d4bf
fix(integrations): correct extractor list
2024-03-04 19:17:40 +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
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
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
a5055ff0be
fix(integrations): refs
2024-03-03 18:47:31 +01:00
fiftin
88ef65af49
feat(integrations): use only explicit intergations
2024-03-03 18:01:18 +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
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