Commit Graph

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