Commit Graph

  • 3d4ebad9a9
    Merge 165f1eec89 into 2e77e6463a #35 stellarpower 2024-06-02 15:21:54 +0000
  • 165f1eec89 Basic implementation of pretty-printing a tree. Generated by copilot and could do with some expansion and customisation options (indentation, display characters like unix tree; display payload or not), but is a starting point. #35 stellarpower 2024-06-02 16:20:52 +0100
  • 2e77e6463a Switch dev tooling to containers master Luis Lavena 2021-11-27 13:05:37 +0100
  • e2e402fcaf Prepare for release: v0.4.1 v0.4.1 Luis Lavena 2021-03-23 09:15:56 -0300
  • a7f887ed36 Update CHANGELOG with changes from PRs Luis Lavena 2021-03-23 09:12:16 -0300
  • 443c325b53
    Merge pull request #32 from carlhoerberg/patch-1 Luis Lavena 2021-03-23 09:07:54 -0300
  • 4f8685e37e
    Crystal 1.0.0 compability #32 Carl Hörberg 2021-03-23 09:15:20 +0100
  • 9dac238444 Prepare for release: v0.4.0 v0.4.0 Luis Lavena 2021-01-31 00:01:06 -0300
  • c6a0701a44
    Merge pull request #31 from luislavena/fix/non-root-lookup Luis Lavena 2021-01-30 23:37:27 -0300
  • f764b3aed2 Fix incorrect lookup in non-root nodes #31 Luis Lavena 2021-01-30 23:31:19 -0300
  • f8df18baf1
    Merge pull request #30 from luislavena/fix/partial-shared-key-glob Luis Lavena 2021-01-30 22:39:31 -0300
  • 93247cd33a Correct lookup with shared key and glob #30 Luis Lavena 2021-01-30 22:25:26 -0300
  • edcdddcd73
    Merge pull request #28 from luislavena/fix/remove-unused-key Luis Lavena 2021-01-30 21:59:28 -0300
  • 3d0e8de952 Remove Radix::Result#key usage in the codebase #28 Luis Lavena 2021-01-30 20:15:47 -0300
  • 09a334a53d
    Add CI status badge Luis Lavena 2021-01-30 21:08:30 -0300
  • 410dbc01c4
    Merge pull request #29 from luislavena/dev/use-github-ci Luis Lavena 2021-01-30 21:04:48 -0300
  • 9a1b56c020 Use GitHub Actions for CI #29 Luis Lavena 2021-01-30 20:56:30 -0300
  • b7fcf6fcb0 Remove Travis from CI Luis Lavena 2021-01-30 20:42:39 -0300
  • 97b16625a4 Merge branch 'remove-dead-code' Luis Lavena 2021-01-30 19:11:47 -0300
  • c57ad82282 cleanup: remove old deprecation approach Luis Lavena 2021-01-30 19:01:37 -0300
  • cc7b59ec77 Prepare for release: v0.3.9 v0.3.9 Luis Lavena 2019-01-02 19:02:51 +0100
  • 27ca183bd9 CHANGELOG: document merges Luis Lavena 2019-01-02 18:59:44 +0100
  • 461509d7c1
    Merge pull request #26 from silasb/catch-all-continues-to-check-for-key-chars-when-path-chars-differ Luis Lavena 2019-01-02 18:53:50 +0100
  • 728aea392e Explaination of why we are returning early #26 silasb 2018-09-08 14:36:20 -0400
  • 2346312185 Fixing test description silasb 2018-09-08 14:30:12 -0400
  • 1e410910e4 Catch all will continue checking key chars when path chars differ silasb 2018-09-08 14:10:46 -0400
  • 905bd9e14b Add simper spec runners (with make) Luis Lavena 2017-09-22 17:55:42 -0300
  • 211418416a Prepare for release: v0.3.8 v0.3.8 Luis Lavena 2017-03-12 13:02:56 -0300
  • 7a398d463c Merge pull request #20 from luislavena/improve-unicode-support Luis Lavena 2017-03-12 12:59:16 -0300
  • 97ef407aec Improves support for non-ascii keys in a tree #20 Luis Lavena 2017-02-18 20:30:05 -0300
  • 7460033db3 Merge pull request #22 from luislavena/fix-incorrect-shared-key Luis Lavena 2017-03-12 12:46:27 -0300
  • 9895655a8a Fix incorrect lookup on non-shared partial keys #22 Luis Lavena 2017-03-12 12:36:05 -0300
  • b81ac70758 Prepare for release: v0.3.7 v0.3.7 Luis Lavena 2017-02-04 13:00:14 -0300
  • c04be1b4bd Display latest release badge in README Luis Lavena 2017-01-19 13:23:51 -0300
  • 68e21bcff1 Merge pull request #19 from luislavena/improve-node-sorting Luis Lavena 2017-02-04 17:47:17 +0200
  • 1764332123 Makes node prioritization insertion-independent #19 Luis Lavena 2017-02-04 12:10:51 -0300
  • 0dc6e174d2 Prepare for release: v0.3.6 v0.3.6 Luis Lavena 2017-01-18 12:29:43 -0300
  • 1eabf1a23f Merge pull request #17 from luislavena/fix-sorting-named-parameters Luis Lavena 2017-01-18 12:24:52 -0300
  • 9163860e4d Lowers named and glob node priority to fix lookup issue #17 Luis Lavena 2017-01-17 14:30:20 -0300
  • 40b8e26ba5 spec(Tree): Replace deprecated MemoryIO Luis Lavena 2016-12-03 10:55:48 -0300
  • bed664a936 misc(git): update ignores for latest version of Crystal Luis Lavena 2016-11-24 21:28:53 -0300
  • a0fcdb896e misc(Travis): silence annoying success emails Luis Lavena 2016-11-24 21:26:36 -0300
  • 6c8981af91 Prepare for release: v0.3.5 v0.3.5 Luis Lavena 2016-11-24 21:04:15 -0300
  • c81694fbec Merge pull request #15 from luislavena/14-fix-catch-all-lookup Luis Lavena 2016-11-24 21:00:50 -0300
  • 95b6638f1a fix(Tree): corrects lookup issue with catch all and shared key #15 Luis Lavena 2016-11-24 20:52:07 -0300
  • 6880b341a6 Prepare for release: v0.3.4 v0.3.4 Luis Lavena 2016-11-12 15:47:10 -0300
  • 82b9c915e1 Prepare for release: v0.3.3 v0.3.3 Luis Lavena 2016-11-12 13:58:42 -0300
  • 61f58207fd Merge pull request #13 from luislavena/inclusive-catch-all Luis Lavena 2016-11-12 13:45:26 -0300
  • c8d20afc54 fix(Tree): allows catch all to be used as optional globbing #13 Luis Lavena 2016-11-12 12:49:23 -0300
  • e4c53ba7b9 Prepare for release: v0.3.2 v0.3.2 Luis Lavena 2016-11-05 15:32:44 -0300
  • 961a98dd02 Ensure code samples in docs can be executed Luis Lavena 2016-11-05 15:24:27 -0300
  • a6984844bd spec(VERSION): format naming for better verbose output Luis Lavena 2016-11-05 15:02:45 -0300
  • 07f7576895 Merge pull request #10 from luislavena/fix-shared-key-branching Luis Lavena 2016-11-05 14:56:29 -0300
  • d7c0779ac9 fix(Tree): allows insert paths with shared keys unordered #10 Luis Lavena 2016-11-05 13:42:20 -0300
  • e55d144413 doc(Tree): adjust documentation for correct usage Luis Lavena 2016-08-14 11:14:28 +0100
  • 95d2d0aedb Prepare for release: v0.3.1 v0.3.1 Luis Lavena 2016-07-29 18:27:51 +0200
  • 77789be285 Add VERSION constant for runtime usage Luis Lavena 2016-05-16 20:37:41 -0300
  • 54d3b627a2 Prepare for release: v0.3.0 v0.3.0 Luis Lavena 2016-04-16 17:19:29 -0300
  • 08db441c9a Merge pull request #8 from luislavena/define-payload-type Luis Lavena 2016-04-16 17:06:16 -0300
  • 9003075ec7 Introduce types for forward compiler compatiblity #8 Luis Lavena 2016-04-14 20:46:12 -0300
  • 656bdf5338 Merge 1546915ecb into 18bf9b132e #7 Serdar Dogruyol 2016-04-14 15:39:08 +0000
  • 1546915ecb All specs passing <3 #7 Serdar Dogruyol 2016-04-14 18:39:02 +0300
  • 8f62dadc92 Last failing spec Serdar Dogruyol 2016-04-14 18:34:52 +0300
  • e65c789d2c Tree can't infer node type Serdar Dogruyol 2016-04-14 11:47:12 +0300
  • 5f3cc9a345 Updating to instance types Serdar Dogruyol 2016-04-12 14:44:15 +0300
  • 18bf9b132e Prepare for release: v0.2.1 v0.2.1 Luis Lavena 2016-03-15 20:52:58 -0300
  • be420ec875 Fix incorrect return type Luis Lavena 2016-03-15 20:49:36 -0300
  • 2c9279e51e Prepare for release: v0.2.0 v0.2.0 Luis Lavena 2016-03-15 20:39:35 -0300
  • 303a70dbfe Add Type annotations and remove Symbol usage Luis Lavena 2016-03-15 20:28:14 -0300
  • 9e3316c93f Use Crystal's shortcut to assign variables Luis Lavena 2016-03-10 20:52:50 -0300
  • ca41d21294 Remove deprecation on shared named parameters Luis Lavena 2016-03-10 20:49:52 -0300
  • ae814c608c Prepare for release: v0.1.2 v0.1.2 Luis Lavena 2016-03-10 20:18:59 -0300
  • 85d565c321 Merge pull request #6 from luislavena/correctly-split-named-parameters Luis Lavena 2016-03-10 20:16:12 -0300
  • e0ef8d83da Correctly split named parameters on tree insert #6 Luis Lavena 2016-03-10 09:55:10 -0300
  • 689625acfe Correct typos in documentation Luis Lavena 2016-03-10 17:49:41 -0300
  • 2c80485986 Merge ad7976a0c7 into 8e8cd530ea #4 Al S-M 2016-03-10 19:54:14 +0000
  • 8e8cd530ea Add more details to Change Log Luis Lavena 2016-03-10 16:49:49 -0300
  • ad7976a0c7 Correctly split and place child nodes #4 alsm 2016-03-10 10:25:56 +0000
  • 2f18e7cbd7 Ensure children are put in the right place alsm 2016-03-08 07:47:08 +0000
  • 9f2c7dd88f Skip named parameters when looking for key/path differences alsm 2016-03-07 21:11:40 +0000
  • c54767a9b1 Prepare for release: v0.1.1 v0.1.1 Luis Lavena 2016-02-29 12:11:12 -0300
  • 60acd49794 doc: Add CHANGELOG.md file with list of changes Luis Lavena 2016-02-29 12:08:48 -0300
  • 88863daab2 Merge pull request #3 from luislavena/detect-multiple-params Luis Lavena 2016-02-29 11:49:43 -0300
  • fe1ebb7d76 Correctly build key from detected parameters #3 Luis Lavena 2016-02-29 11:35:57 -0300
  • 2a7a3b77bc Merge pull request #1 from askn/master Luis Lavena 2016-01-24 20:04:41 -0300
  • 63bdc343f4 doc: Correct usage sample styles Luis Lavena 2016-01-24 20:01:05 -0300
  • b33839e5f1 Update README.md #1 Aşkın Gedik 2016-01-25 01:00:30 +0200
  • cc0f5ca225 doc: Correct typo in documentation link Luis Lavena 2016-01-24 19:58:29 -0300
  • 4543af0ae3 doc: Link to documentation (docrystal.org) v0.1.0 Luis Lavena 2016-01-24 19:42:05 -0300
  • f320d9fb1a ci: Add Travis build badge to README Luis Lavena 2016-01-24 19:35:39 -0300
  • c9f474b927 ci: adjust Travis build options Luis Lavena 2016-01-24 19:23:48 -0300
  • c79f4e5c21 spec: ensure Node usage is tracked Luis Lavena 2016-01-24 19:21:19 -0300
  • 7f348cae8c Extraction: initial import Luis Lavena 2016-01-24 19:05:28 -0300