Commit Graph

45 Commits

Author SHA1 Message Date
dependabot[bot]
3b3d19d359 chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Updates `golangci/golangci-lint-action` from 8 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 11:04:52 +00:00
Daniel Thomas
f18489c623 Merge pull request #5 from foomo/feature/document-converter
feat: add document converter and option to remove documents from indexing
v0.0.12
2025-05-21 14:56:37 +02:00
Daniel Thomas
32f94353e6 feat: use noIndex flag to skip documents for indexing 2025-05-21 14:54:24 +02:00
Daniel Thomas
24460f6be7 Merge branch 'main' into feature/document-converter 2025-05-21 14:51:47 +02:00
Kevin Franklin Kim
898ffa7146 feat: bump golangci-lint 2025-05-21 14:49:51 +02:00
Miroslav Cvetic
1f5d1f9849 feat: remove restircted paths and use node.Hidden field + supported mime type list to filter out documents v0.0.11 2025-05-20 14:49:22 +02:00
Miroslav Cvetic
5a3e72f0a0 feat: change simple search endpoint params v0.0.10 2025-05-19 16:09:24 +02:00
Miroslav Cvetic
12fc7c8448 feat: allow multiple presets v0.0.9 2025-05-19 11:43:15 +02:00
Miroslav Cvetic
dba6561ba1 Reapply "feat: add queryBy param to SimpleSearch"
This reverts commit cc2074d954.
v0.0.8
2025-05-14 10:51:21 +02:00
Miroslav Cvetic
cc2074d954 Revert "feat: add queryBy param to SimpleSearch"
This reverts commit 7f014afa06.
v0.0.7
2025-04-17 08:33:35 +02:00
Miroslav Cvetic
7f014afa06 feat: add queryBy param to SimpleSearch v0.0.6 2025-04-16 10:41:07 +02:00
Miroslav Cvetic
7b963e742b fix: change logic for resticted paths v0.0.5-alpha.3 2025-03-20 20:48:45 +01:00
Miroslav Cvetic
2d2f1163d0 fix: filter by resticted paths v0.0.5-alpha.2 2025-03-20 20:13:48 +01:00
Miroslav Cvetic
82e8704ace feat: add option to restict paths v0.0.5-alpha.1 2025-03-20 16:42:31 +01:00
Miroslav Cvetic
625a19cb07 feat: add document converter v0.0.5-alpha 2025-03-13 14:30:03 +01:00
Daniel Thomas
4a4d334336 Merge pull request #3 from foomo/feature/go-1.24.1
feat: go 1.24.1
2025-03-13 09:23:26 +01:00
Miroslav Cvetic
4e7ef6b03c refactor: log messages 2025-03-13 08:37:33 +01:00
Miroslav Cvetic
05e2881851 chore: lower log messages v0.0.5 2025-03-12 12:05:22 +01:00
Miroslav Cvetic
8203d4ed67 docs: update readme 2025-03-12 11:58:26 +01:00
Kevin Franklin Kim
6a5c7f7c44 docs: fix links 2025-03-11 16:52:21 +01:00
Kevin Franklin Kim
8f1accab54 docs: add README 2025-03-11 16:03:49 +01:00
Kevin Franklin Kim
bed69b24a2 fix: lint issues 2025-03-11 16:03:42 +01:00
Kevin Franklin Kim
98a9928a30 feat: go 1.24.1 2025-03-11 16:03:34 +01:00
Kevin Franklin Kim
23fe013d57 chore: update goreleaser config 2025-03-11 16:03:27 +01:00
Kevin Franklin Kim
0fbb768773 chore: update golangci lint config 2025-03-11 16:03:20 +01:00
Kevin Franklin Kim
4310369135 chore: update gitignore 2025-03-11 16:03:14 +01:00
Kevin Franklin Kim
94a3ec420d chore: add husky 2025-03-11 16:03:04 +01:00
Kevin Franklin Kim
cf7e70262c chore: add github files 2025-03-11 16:02:54 +01:00
Miroslav Cvetic
21da1fdc84 Merge pull request #2 from foomo/feature/support-filter-by-multiple-values
feature: support filter by multiple values, pass uri map to documentProviders
v0.0.4 v0.0.3
2025-03-07 08:34:16 +01:00
Miroslav Cvetic
4a129315c1 ensure safe indexing v0.0.3-alpha.2 2025-03-06 16:15:37 +01:00
Miroslav Cvetic
7ba353715a pr fixes v0.0.3-alpha.1 2025-03-06 15:45:08 +01:00
Miroslav Cvetic
51e1dca878 feat: PR prepare 2025-03-06 09:55:45 +01:00
Miroslav Cvetic
64cea36c6a feat: go version v0.0.3-alpha 2025-03-04 17:15:08 +01:00
Miroslav Cvetic
8b2b415ae3 feat: go version 2025-03-04 17:01:02 +01:00
Miroslav Cvetic
9f858f42ea feat: pass uriMap to documentProvider 2025-03-04 16:51:11 +01:00
Miroslav Cvetic
c3c0fe35a2 feature: add total results to search response 2025-03-04 15:25:24 +01:00
Miroslav Cvetic
6a1a8e796f feat: support filter by multiple values 2025-03-04 14:07:49 +01:00
Daniel Thomas
50b4b69567 feat: api and indexer implementation
feat: api and indexer implementation
v0.0.2
2025-02-25 12:27:47 +01:00
Miroslav Cvetic
b3c7653ca1 BKSDEV-508 chore: prepare for pr 2025-02-25 10:42:11 +01:00
Miroslav Cvetic
fb6bd03e08 BKSDEV-508 feat: remove mimeType from queryBy 2025-02-24 20:12:10 +01:00
Miroslav Cvetic
534bb385a6 BKSDEV-508 feat: base api, collection and alias create 2025-02-19 16:51:47 +01:00
Daniel Thomas
a2db899437 chore: use better variable naming 2025-02-07 14:57:31 +01:00
Daniel Thomas
f0df6a40da feat: bootstrap application lifecycle v0.0.1 2025-02-07 13:26:09 +01:00
Daniel Thomas
db786e6c6f feat: initial boostrapping of api structure 2025-02-05 16:46:14 +01:00
Daniel Thomas
36a558f25e Initial commit 2025-02-05 08:35:50 +01:00