Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Switch binary filesystem mode to nested path structure #7307

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2023

  1. Install aws4 and @types/aws4

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    745437f View commit details
    Browse the repository at this point in the history
  2. Add to config schema

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ccd3abb View commit details
    Browse the repository at this point in the history
  3. Set up object store service

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    afcc474 View commit details
    Browse the repository at this point in the history
  4. Set up temp dev code

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0f909b0 View commit details
    Browse the repository at this point in the history
  5. Comment out cache keys

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    96ea9ea View commit details
    Browse the repository at this point in the history
  6. Revert "Comment out cache keys"

    This reverts commit 96ea9ea.
    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3d76b21 View commit details
    Browse the repository at this point in the history
  7. Rename dir to TempBinaryData

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    455c327 View commit details
    Browse the repository at this point in the history
  8. Rename back to BinaryData

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    65b4fb0 View commit details
    Browse the repository at this point in the history
  9. Merge master

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3bf3430 View commit details
    Browse the repository at this point in the history
  10. Clear timers on shutdown

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    abe6d9d View commit details
    Browse the repository at this point in the history
  11. Set timers only on main instance

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2682b3d View commit details
    Browse the repository at this point in the history
  12. Also for clearing timers

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1c788fe View commit details
    Browse the repository at this point in the history
  13. Merge parent branch

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f248982 View commit details
    Browse the repository at this point in the history
  14. Rename back to localStoragePath

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    04f4b83 View commit details
    Browse the repository at this point in the history
  15. Remove unused arg

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    03264f9 View commit details
    Browse the repository at this point in the history
  16. Fix lint

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a6e33d4 View commit details
    Browse the repository at this point in the history
  17. Merge parent branch

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fa09435 View commit details
    Browse the repository at this point in the history
  18. Make as enterprise edition

    ivov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    552860a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    8823554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5def40 View commit details
    Browse the repository at this point in the history
  3. Switch info to debug

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    77955e4 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b930e3e View commit details
    Browse the repository at this point in the history
  5. Remove redundant checks for deletedAt being NULL

    The column `deletedAt` is marked `@DeleteDateColumn()` so all reads
    from the repository automatically add a `WHERE` clause checking
    that the column `IS NULL`.
    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e91f3de View commit details
    Browse the repository at this point in the history
  6. Fix lint

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2c3704d View commit details
    Browse the repository at this point in the history
  7. Fix last test

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    215f58e View commit details
    Browse the repository at this point in the history
  8. More setup

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fabecea View commit details
    Browse the repository at this point in the history
  9. Add sample path structure

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    33344bc View commit details
    Browse the repository at this point in the history
  10. Set up some errors

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    70ab53b View commit details
    Browse the repository at this point in the history
  11. Remove unused

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e22f0bf View commit details
    Browse the repository at this point in the history
  12. Cleanup

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d5c8935 View commit details
    Browse the repository at this point in the history
  13. Fix HEAD request

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    55b6b6f View commit details
    Browse the repository at this point in the history
  14. More missing loggers in tests

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c33d164 View commit details
    Browse the repository at this point in the history
  15. Add logger to even more test

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69764f7 View commit details
    Browse the repository at this point in the history
  16. Fix upload

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6b313ee View commit details
    Browse the repository at this point in the history
  17. Refactor logging for tests

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7c3e58d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f6d66a View commit details
    Browse the repository at this point in the history
  19. Cleanup

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3408a31 View commit details
    Browse the repository at this point in the history
  20. Support single deletion

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2aeb9ac View commit details
    Browse the repository at this point in the history
  21. Cleanup

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cc60aeb View commit details
    Browse the repository at this point in the history
  22. More cleanup

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e52ca88 View commit details
    Browse the repository at this point in the history
  23. Merge parent branch

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6fe79b8 View commit details
    Browse the repository at this point in the history
  24. Merge parent branch

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    eebadfd View commit details
    Browse the repository at this point in the history
  25. Remove sample image

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6008c41 View commit details
    Browse the repository at this point in the history
  26. Add listing

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f1b0ca6 View commit details
    Browse the repository at this point in the history
  27. Implement deleteMany

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d82749b View commit details
    Browse the repository at this point in the history
  28. Rename arg

    ivov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9e43623 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    09ace0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5810a1b View commit details
    Browse the repository at this point in the history
  3. Fix lint

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    04584b0 View commit details
    Browse the repository at this point in the history
  4. Merge master, fix conflicts

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4f025b2 View commit details
    Browse the repository at this point in the history
  5. Fix misresolved conflict

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    80a4fc5 View commit details
    Browse the repository at this point in the history
  6. Remove excess check on init

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    20d5ea7 View commit details
    Browse the repository at this point in the history
  7. Merge parent branch

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eb0849e View commit details
    Browse the repository at this point in the history
  8. Fix misresolved conflicts

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f99df11 View commit details
    Browse the repository at this point in the history
  9. Remove commented out bits

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4475773 View commit details
    Browse the repository at this point in the history
  10. Remove comment

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4362e23 View commit details
    Browse the repository at this point in the history
  11. Consistent naming

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0714d44 View commit details
    Browse the repository at this point in the history
  12. Merge parent branch

    ivov committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7614b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Reorder

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fa8e51d View commit details
    Browse the repository at this point in the history
  2. Better error message

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    91f0755 View commit details
    Browse the repository at this point in the history
  3. Remove ObjectStore from this PR

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6d0c271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa88894 View commit details
    Browse the repository at this point in the history
  5. Update deps

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    de61768 View commit details
    Browse the repository at this point in the history
  6. Remove missing dep

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    eb03437 View commit details
    Browse the repository at this point in the history
  7. Remove reference

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c9e4924 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c9453fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d04b9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f84eb6 View commit details
    Browse the repository at this point in the history
  11. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8d21370 View commit details
    Browse the repository at this point in the history
  12. Revert changes to lockfile

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9d3b7e5 View commit details
    Browse the repository at this point in the history
  13. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a4a915a View commit details
    Browse the repository at this point in the history
  14. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cd501d7 View commit details
    Browse the repository at this point in the history
  15. Remove unneeded comment

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    824fc21 View commit details
    Browse the repository at this point in the history
  16. Better naming

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    875188b View commit details
    Browse the repository at this point in the history
  17. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f3a9729 View commit details
    Browse the repository at this point in the history
  18. Move ensureDirExists to utils

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f85cf8b View commit details
    Browse the repository at this point in the history
  19. Consolidate errors

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    571fe0a View commit details
    Browse the repository at this point in the history
  20. Improve typings

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    03b3947 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ab615f View commit details
    Browse the repository at this point in the history
  22. Fix misresolved conflict

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    594aab1 View commit details
    Browse the repository at this point in the history
  23. Restore error

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e190efd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    605d02b View commit details
    Browse the repository at this point in the history
  25. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    922ce32 View commit details
    Browse the repository at this point in the history
  26. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6e6b28e View commit details
    Browse the repository at this point in the history
  27. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b49cb7a View commit details
    Browse the repository at this point in the history
  28. More accurate naming

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ba91b05 View commit details
    Browse the repository at this point in the history
  29. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ffc994d View commit details
    Browse the repository at this point in the history
  30. Missing renaming in test

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c430f22 View commit details
    Browse the repository at this point in the history
  31. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5a603d2 View commit details
    Browse the repository at this point in the history
  32. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    90a85eb View commit details
    Browse the repository at this point in the history
  33. Initial setup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    73b38df View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    73c0cb3 View commit details
    Browse the repository at this point in the history
  35. Tighten typings

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ed9d514 View commit details
    Browse the repository at this point in the history
  36. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6613f23 View commit details
    Browse the repository at this point in the history
  37. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f3c8983 View commit details
    Browse the repository at this point in the history
  38. Mark spots to update

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0fe0aeb View commit details
    Browse the repository at this point in the history
  39. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    06002ad View commit details
    Browse the repository at this point in the history
  40. Simplify

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f144cb9 View commit details
    Browse the repository at this point in the history
  41. More simplifications

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    94e5449 View commit details
    Browse the repository at this point in the history
  42. Better naming

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    47d5646 View commit details
    Browse the repository at this point in the history
  43. Merge parent branch

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a22818d View commit details
    Browse the repository at this point in the history
  44. Simplify stub

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1f485da View commit details
    Browse the repository at this point in the history
  45. Make getAsStream async

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    08ae523 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2d0325b View commit details
    Browse the repository at this point in the history
  47. Address user-written files

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a1f3d99 View commit details
    Browse the repository at this point in the history
  48. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a1b82ae View commit details
    Browse the repository at this point in the history
  49. Fix test

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bba6f76 View commit details
    Browse the repository at this point in the history
  50. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    caac8e1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    75eb2f0 View commit details
    Browse the repository at this point in the history
  52. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d79fbe3 View commit details
    Browse the repository at this point in the history
  53. Integrate manager into service

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    40df3d1 View commit details
    Browse the repository at this point in the history
  54. Add TODO

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ac90df9 View commit details
    Browse the repository at this point in the history
  55. Cleanup

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    06c80c6 View commit details
    Browse the repository at this point in the history
  56. Better typing

    ivov committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    414a357 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Dyamic imports

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    05034e2 View commit details
    Browse the repository at this point in the history
  2. Revert test changes

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dd6d085 View commit details
    Browse the repository at this point in the history
  3. Add metadata support

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fe52383 View commit details
    Browse the repository at this point in the history
  4. Adjust /data/:path

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    99c0371 View commit details
    Browse the repository at this point in the history
  5. Rename constant

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0cdfb79 View commit details
    Browse the repository at this point in the history
  6. Merge master

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    08ce3f7 View commit details
    Browse the repository at this point in the history
  7. Restore LogCatch

    `LogCatch` was merged into master at a different file: `/packages/core/binaryData/index.ts`, which is now at `BinaryData.service.ts`
    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    61c2f5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74adb24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bc2457 View commit details
    Browse the repository at this point in the history
  10. Merge parent branch

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3c96f2f View commit details
    Browse the repository at this point in the history
  11. Resolve more conflicts

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4c62df6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd3d202 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    672d0a5 View commit details
    Browse the repository at this point in the history
  14. Update per merge

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3fa72d0 View commit details
    Browse the repository at this point in the history
  15. Add breaking change

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8a28853 View commit details
    Browse the repository at this point in the history
  16. Refactor prepareRequestBody

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c90da67 View commit details
    Browse the repository at this point in the history
  17. Remove jest-injected args

    From what I can tell, `0` is the index of the call. Jest tracks how many times the function `defaultReducer` has been called, and it provides the call index as an argument. And `[{ name: 'foo.bar', value: 'baz' }]` is the list of arguments that `defaultReducer` was called with. Jest records all the arguments passed to the spy function during each call and provides them in an array. It would seem these Jest-injected args are no longer compatible with the async reducer. Since these values are already being checked in the first two args, in the interest of time I decided to remove the Jest-injected arguments.
    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fa0f6d0 View commit details
    Browse the repository at this point in the history
  18. Await for QS to build

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    092d212 View commit details
    Browse the repository at this point in the history
  19. Fix headers in HTTPRN

    ivov committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    40c054d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge master, fix conflicts

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0620800 View commit details
    Browse the repository at this point in the history
  2. Remove comment

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    00e4a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410c932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86580c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55062f3 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    91e60e1 View commit details
    Browse the repository at this point in the history
  7. Remove needless casting

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f66dfb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aac2bff View commit details
    Browse the repository at this point in the history
  9. Add unit tests

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0d5b425 View commit details
    Browse the repository at this point in the history
  10. Merge parent branch

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b546a4d View commit details
    Browse the repository at this point in the history
  11. Add license and schema flags

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    209b024 View commit details
    Browse the repository at this point in the history
  12. Merge master, fix conflicts

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c44925e View commit details
    Browse the repository at this point in the history
  13. Merge master, fix conflicts

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    de88aeb View commit details
    Browse the repository at this point in the history
  14. Merge parent branch

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1dfec1f View commit details
    Browse the repository at this point in the history
  15. Fix build

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    824ceb4 View commit details
    Browse the repository at this point in the history
  16. Remove integration parts

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c79ba57 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    84596ab View commit details
    Browse the repository at this point in the history
  18. Remove comment

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f556cee View commit details
    Browse the repository at this point in the history
  19. Initial setup

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c27b798 View commit details
    Browse the repository at this point in the history
  20. Merge master

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    596ae8d View commit details
    Browse the repository at this point in the history
  21. Cleanup

    ivov committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    923499f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Minor improvements

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6577851 View commit details
    Browse the repository at this point in the history
  2. Merge parent branch

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5278f4b View commit details
    Browse the repository at this point in the history
  3. Remove from FE settings

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2dbbfa8 View commit details
    Browse the repository at this point in the history
  4. Remmove from IN8nUISettings

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bbddb2a View commit details
    Browse the repository at this point in the history
  5. Missing spot

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    73b09b3 View commit details
    Browse the repository at this point in the history
  6. Initialize s3 binary manager

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    16503c5 View commit details
    Browse the repository at this point in the history
  7. Add rename

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e3cb832 View commit details
    Browse the repository at this point in the history
  8. Fix check

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b2bd541 View commit details
    Browse the repository at this point in the history
  9. Inject dependency

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    09d862e View commit details
    Browse the repository at this point in the history
  10. Missing spot

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2dd42b2 View commit details
    Browse the repository at this point in the history
  11. Fix serving to UI

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    769550b View commit details
    Browse the repository at this point in the history
  12. Fill out comment

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    377245b View commit details
    Browse the repository at this point in the history
  13. Better naming

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    310fa9a View commit details
    Browse the repository at this point in the history
  14. Rename env vars

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e3f7bf3 View commit details
    Browse the repository at this point in the history
  15. Remove deleteOne

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    145bce5 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    89919a1 View commit details
    Browse the repository at this point in the history
  17. Rename errors

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    98d0c3a View commit details
    Browse the repository at this point in the history
  18. Straighten out license checks

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    63c03d5 View commit details
    Browse the repository at this point in the history
  19. Fix tests

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d1ae8fa View commit details
    Browse the repository at this point in the history
  20. Adjust license checks

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    157d2ef View commit details
    Browse the repository at this point in the history
  21. Add explanatory comments

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7f65303 View commit details
    Browse the repository at this point in the history
  22. Merge master, fix conflicts

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b92d6d7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a3ecaed View commit details
    Browse the repository at this point in the history
  24. Add readonly mode

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24cc474 View commit details
    Browse the repository at this point in the history
  25. Implement copyByFilePath

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4afcb19 View commit details
    Browse the repository at this point in the history
  26. Remove logging

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    537bb0c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    63b2db2 View commit details
    Browse the repository at this point in the history
  28. Write docs

    ivov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8dcc087 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Write unit tests

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8575f49 View commit details
    Browse the repository at this point in the history
  2. Merge master, fix conflicts

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7e7902c View commit details
    Browse the repository at this point in the history
  3. Typo

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a444552 View commit details
    Browse the repository at this point in the history
  4. Better naming

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5af3015 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5aeb541 View commit details
    Browse the repository at this point in the history
  6. Remove inTest

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d768250 View commit details
    Browse the repository at this point in the history
  7. Add TODO

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    37cbdb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d53a2e2 View commit details
    Browse the repository at this point in the history
  9. Clarifications

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b6363c8 View commit details
    Browse the repository at this point in the history
  10. Update setting on doc

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    da4c118 View commit details
    Browse the repository at this point in the history
  11. Parameterize host

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5873b93 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c48a7b View commit details
    Browse the repository at this point in the history
  13. Cleanup

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a2f67dd View commit details
    Browse the repository at this point in the history
  14. Add example

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5b27a9b View commit details
    Browse the repository at this point in the history
  15. Avoid checking connection twice

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9c5d2be View commit details
    Browse the repository at this point in the history
  16. Remove logging

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    75d66f9 View commit details
    Browse the repository at this point in the history
  17. Fix tests

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c1e8fdf View commit details
    Browse the repository at this point in the history
  18. Add logging

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    889c8d3 View commit details
    Browse the repository at this point in the history
  19. Remove logging

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    05cea35 View commit details
    Browse the repository at this point in the history
  20. Fix tests

    ivov committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9b61f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Cleanup

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bc90500 View commit details
    Browse the repository at this point in the history
  2. Add more logging

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    258f218 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    07d2b1b View commit details
    Browse the repository at this point in the history
  4. Improve check

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b75cbbb View commit details
    Browse the repository at this point in the history
  5. Simplify check

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9fde3f0 View commit details
    Browse the repository at this point in the history
  6. Add examples

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2a3c1e2 View commit details
    Browse the repository at this point in the history
  7. Typo

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f98a467 View commit details
    Browse the repository at this point in the history
  8. Refactor test

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a398719 View commit details
    Browse the repository at this point in the history
  9. Expand tests

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e584be1 View commit details
    Browse the repository at this point in the history
  10. Improve error message

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    39b3188 View commit details
    Browse the repository at this point in the history
  11. Inject dependency

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fe56d4e View commit details
    Browse the repository at this point in the history
  12. Comment to clarify

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    05f2467 View commit details
    Browse the repository at this point in the history
  13. Merge master

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d4bb172 View commit details
    Browse the repository at this point in the history
  14. Refactor startup logic

    ivov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    02a54da View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    064ca8e View commit details
    Browse the repository at this point in the history
  2. Undo pruning test change

    ivov committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d45a3fa View commit details
    Browse the repository at this point in the history
  3. Fix unit test

    ivov committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2a8992b View commit details
    Browse the repository at this point in the history
  4. Fix lint

    ivov committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    50dd7d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Clarify comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b089e56 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    044c488 View commit details
    Browse the repository at this point in the history
  3. Update test to v2

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e0fa7bb View commit details
    Browse the repository at this point in the history
  4. Refactor for clarity

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d236d47 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    59c27f3 View commit details
    Browse the repository at this point in the history
  6. Clarify comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    68e7f21 View commit details
    Browse the repository at this point in the history
  7. Shorten comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    234ae05 View commit details
    Browse the repository at this point in the history
  8. Clarify comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c3c8cd2 View commit details
    Browse the repository at this point in the history
  9. Clarify comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    538b753 View commit details
    Browse the repository at this point in the history
  10. Fix unit test

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    47171c2 View commit details
    Browse the repository at this point in the history
  11. Shorten comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0fc900c View commit details
    Browse the repository at this point in the history
  12. Cleanup

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ef8314f View commit details
    Browse the repository at this point in the history
  13. Remove setup doc

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a8c39ed View commit details
    Browse the repository at this point in the history
  14. Rename envs

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4e99a90 View commit details
    Browse the repository at this point in the history
  15. Merge parent branch

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    53648f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3218e0e View commit details
    Browse the repository at this point in the history
  17. Remove Axios error from log

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    deb6076 View commit details
    Browse the repository at this point in the history
  18. Better var naming

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7a0039c View commit details
    Browse the repository at this point in the history
  19. Merge parent branch

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6ee5bcf View commit details
    Browse the repository at this point in the history
  20. Add unit tests

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7ff814c View commit details
    Browse the repository at this point in the history
  21. Typo

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4b154e2 View commit details
    Browse the repository at this point in the history
  22. Clarify comment

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f7e4b01 View commit details
    Browse the repository at this point in the history
  23. Remove irrelevant expect

    ivov committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cbb84c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Restore Promise.all

    ivov committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9558cdf View commit details
    Browse the repository at this point in the history
  2. Update deleteMany

    ivov committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    04adb51 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge master

    ivov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3b8c5ec View commit details
    Browse the repository at this point in the history
  2. Fix misresolved conflict

    ivov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e15b7b8 View commit details
    Browse the repository at this point in the history
  3. Revert 04adb51

    ivov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0fdb187 View commit details
    Browse the repository at this point in the history
  4. Merge master, fix conflicts

    ivov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    881d80c View commit details
    Browse the repository at this point in the history
  5. Post-merge cleanup

    ivov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3a1fe52 View commit details
    Browse the repository at this point in the history