Commit graph

  • c19637df51 fix2 main royalcat 2023-05-24 14:04:29 +0300
  • b68755771b update module path royalcat 2023-05-24 14:01:50 +0300
  • 013f781b29 [CRUTCH] json tag royalcat 2023-05-24 13:51:55 +0300
  • d2338b8f46
    Implement FindTopN to limit number of results in find many operations (#37) sunboyy 2023-05-21 22:34:30 +0700
  • 021de6214c
    Fix struct tag with spaces as values (#36) sunboyy 2023-04-19 19:42:08 +0700
  • bdb63c8129
    Move function body generation into codegen package (#35) sunboyy 2023-04-18 20:21:46 +0700
  • b00c2ac77a
    Remove ignoring One from query (#34) sunboyy 2023-04-14 11:16:51 +0700
  • 1e0ab5d701
    Add new comparators: Exists and NotExists (#33) sunboyy 2022-11-12 16:09:59 +0700
  • 482dd095a6
    Enforce new linting rules: errname, errorlint, lll, stylecheck (#32) sunboyy 2022-11-09 11:21:11 +0700
  • ec08a5a918
    Segregate base code generation logic to a new package (#31) sunboyy 2022-10-18 19:37:50 +0700
  • 737c1a4044
    Scan directory to find source code in multiple files in the same package (#30) sunboyy 2022-10-17 17:57:49 +0700
  • 0a1d5c8545
    Add comment to interface method (#28) sunboyy 2022-05-16 22:37:03 +0700
  • 440b92a742
    Init GoReleaser (#27) sunboyy 2021-11-27 12:20:30 +0700
  • 8081ffcb0f
    Fix error when a method argument is assigned with map type (#26) sunboyy 2021-11-27 11:54:18 +0700
  • dd206ba46b
    Merge pull request #25 from sunboyy/finalize-v0.2 sunboyy 2021-06-05 16:43:36 +0700
  • 8e741fda64 Finalize v0.2.0 sunboyy 2021-06-02 18:39:15 +0700
  • 1368386584
    Merge pull request #24 from sunboyy/update-inc sunboyy 2021-05-06 18:25:11 +0700
  • 66c63d4d6c Add increment update operator sunboyy 2021-05-03 14:12:58 +0700
  • 0538f87a91
    Merge pull request #23 from sunboyy/update-push sunboyy 2021-04-01 23:25:19 +0700
  • 295f457e64 Add push update operator sunboyy 2021-03-31 18:44:31 +0700
  • b3d9bf3f8f Add -version flag, add CONTRIBUTING.md, update dependencies sunboyy 2021-03-30 19:16:46 +0700
  • aa16d6f1b6
    Merge pull request #22 from sunboyy/deep-reference sunboyy 2021-03-09 09:45:32 +0700
  • d4f3591912 Support referencing field of another struct sunboyy 2021-03-03 21:01:32 +0700
  • 706706e91e
    Merge pull request #21 from sunboyy/find-sort sunboyy 2021-02-28 13:04:22 +0700
  • 962779ce40 Add functionality to sort in find operation sunboyy 2021-02-26 10:27:00 +0700
  • 6c00fa860b Add issue templates sunboyy 2021-02-26 10:16:17 +0700
  • 1bc82ed16b
    Merge pull request #20 from sunboyy/update-model sunboyy 2021-02-26 10:11:44 +0700
  • 87ecd3704b Add functionality to update the whole model sunboyy 2021-02-24 19:02:57 +0700
  • f7b0df5463
    Merge pull request #19 from sunboyy/notin-true-false sunboyy 2021-02-24 19:01:57 +0700
  • 2383e5da86 Add NotIn, True and False comparators sunboyy 2021-02-23 19:10:25 +0700
  • cbcaf377d2
    Merge pull request #18 from sunboyy/improve-error sunboyy 2021-02-15 09:45:12 +0700
  • fa109a09a8 Improve error message sunboyy 2021-02-14 11:48:09 +0700
  • 18f37a3328
    Merge pull request #17 from sunboyy/query-doc sunboyy 2021-02-12 22:21:35 +0700
  • 50b3a3c536 Create query spec documentation sunboyy 2021-02-12 22:19:31 +0700
  • a2892425d6
    Merge pull request #16 from sunboyy/refactor-extractor sunboyy 2021-02-11 22:19:18 +0700
  • d8e476a434 Refactor code extractor sunboyy 2021-02-11 22:17:21 +0700
  • 94a7ca6b62
    Merge pull request #15 from sunboyy/method-spec-doc sunboyy 2021-02-08 21:59:53 +0700
  • 9b04e89697 Add method specification document sunboyy 2021-02-07 12:51:51 +0700
  • 8b19829a3c
    Merge pull request #14 from sunboyy/operation-count sunboyy 2021-02-06 18:08:45 +0700
  • 496f9541cb Add count operation sunboyy 2021-02-06 18:05:47 +0700
  • c752849518
    Merge pull request #13 from sunboyy/getting-started sunboyy 2021-02-04 22:10:19 +0700
  • 1319114071 Create a getting started document and example sunboyy 2021-02-04 22:08:04 +0700
  • 7cdff6dcc0
    Merge pull request #12 from sunboyy/operation-insert sunboyy 2021-02-01 21:43:54 +0700
  • 25e1b2aa85 Add insert operation sunboyy 2021-02-01 21:39:20 +0700
  • 7f07de08af
    Merge pull request #11 from sunboyy/operation-update sunboyy 2021-01-30 21:56:35 +0700
  • 25da70933f Add update operation sunboyy 2021-01-27 19:15:25 +0700
  • 11e62de57c
    Merge pull request #10 from sunboyy/operation-delete sunboyy 2021-01-27 18:58:57 +0700
  • e78f9180da Add delete operation sunboyy 2021-01-26 20:23:52 +0700
  • c5c4542a80
    Merge pull request #9 from sunboyy/comparator-between sunboyy 2021-01-26 18:51:26 +0700
  • e37f4dbb2f Add comparator BETWEEN and fix multi-names parameter code extractor sunboyy 2021-01-24 15:31:21 +0700
  • 63d11de866
    Merge pull request #8 from sunboyy/entrypoint sunboyy 2021-01-24 15:25:21 +0700
  • 489edbd9e2 Add entrypoint to the program sunboyy 2021-01-23 20:03:16 +0700
  • f677158d69
    Merge pull request #7 from sunboyy/comparator-in sunboyy 2021-01-23 16:56:33 +0700
  • ba77c93d64 Add IN comparator sunboyy 2021-01-22 09:56:30 +0700
  • 847d5add53
    Merge pull request #6 from sunboyy/method-signature-validation sunboyy 2021-01-21 18:58:05 +0700
  • f799a284b1 Validate parameter types in method signature sunboyy 2021-01-21 18:56:30 +0700
  • 26feb0e0e3 Add codecov.yml sunboyy 2021-01-21 18:52:40 +0700
  • 45eab1ee2e
    Merge pull request #5 from sunboyy/operator-or sunboyy 2021-01-20 19:38:31 +0700
  • 153deb8f7d Add Or operator sunboyy 2021-01-19 19:35:54 +0700
  • bc878c778c Add simple comparison predicates sunboyy 2021-01-19 19:26:26 +0700
  • 5e7d773e1b Add CodeCov to GitHub Actions sunboyy 2021-01-19 19:11:25 +0700
  • b1c6611b55 Add golangci-lint in GitHub Actions sunboyy 2021-01-19 17:20:26 +0700
  • a24a9f81d7 Generate Mongo repository code from repository spec sunboyy 2021-01-17 10:29:50 +0700
  • 3808684ed0
    Add functionality to parse repository specification from method name (#2) sunboyy 2021-01-16 13:36:44 +0700
  • e9505d91c4 Add build status badge to README.md sunboyy 2021-01-16 13:34:06 +0700
  • e04a9184dd
    Add license file sunboyy 2021-01-16 10:36:57 +0700
  • 5b27902897
    Merge pull request #1 from sunboyy/code-struct sunboyy 2021-01-15 22:41:45 +0700
  • 933efaabe5 Add functionality to extract code components sunboyy 2021-01-14 23:01:00 +0700
  • b851cef07e Add GitHub action for Go project sunboyy 2021-01-15 22:29:46 +0700
  • d0b5bcccf4 Initialize project sunboyy 2021-01-14 19:44:15 +0700