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

RNV bootstrapping #1471

Merged
merged 184 commits into from Apr 3, 2024
Merged

RNV bootstrapping #1471

merged 184 commits into from Apr 3, 2024

Commits on Mar 12, 2024

  1. move taskNew to sub package

    pavjacko committed Mar 12, 2024
    Copy the full SHA
    5c3fc61 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    db54050 View commit details
    Browse the repository at this point in the history
  3. update questions

    pavjacko committed Mar 12, 2024
    Copy the full SHA
    b434c0a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    be70f89 View commit details
    Browse the repository at this point in the history
  5. update tackNew logic

    pavjacko committed Mar 12, 2024
    Copy the full SHA
    22aa7ab View commit details
    Browse the repository at this point in the history
  6. Merge branch 'chore/release_sync_2' of github.com:flexn-io/renative i…

    …nto chore/release_sync_2
    
    * 'chore/release_sync_2' of github.com:flexn-io/renative:
      fix kaios sim run command
      small fix
    pavjacko committed Mar 12, 2024
    Copy the full SHA
    af2538e View commit details
    Browse the repository at this point in the history
  7. fix optionals

    pavjacko committed Mar 12, 2024
    Copy the full SHA
    445a3d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. support local templates

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    d970194 View commit details
    Browse the repository at this point in the history
  2. taskNew updates

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    5f77b55 View commit details
    Browse the repository at this point in the history
  3. fix cwd context switching

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    789a0e5 View commit details
    Browse the repository at this point in the history
  4. updates and fixes

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    05d1e65 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7811dff View commit details
    Browse the repository at this point in the history
  6. fix bootstrapping

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    df72e6d View commit details
    Browse the repository at this point in the history
  7. bootstrap logic

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    c27c70d View commit details
    Browse the repository at this point in the history
  8. template selection update

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    29443f6 View commit details
    Browse the repository at this point in the history
  9. update schema

    pavjacko committed Mar 13, 2024
    Copy the full SHA
    9b85628 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bbd62eb View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e4f25e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Copy the full SHA
    8c943e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Copy the full SHA
    64f9979 View commit details
    Browse the repository at this point in the history
  2. refactor adapters

    pavjacko committed Mar 15, 2024
    Copy the full SHA
    8e4749e View commit details
    Browse the repository at this point in the history
  3. fixes

    pavjacko committed Mar 15, 2024
    Copy the full SHA
    83e4266 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ad9f49c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fa850d5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/1.0' into feat/rnv_new

    * release/1.0:
      fix UT due to migration to getContext DI
      fix styling on tizenwear
      fix schemeTarget for ios
      add RNV_SKIP_LINKING env to androidRunner
      use build folder only when bundling assets
      chore: disable apple e2e
      chore: enable android e2e
      chore: remove intel label from e2e
      add react-native-photo-editor for ios + fix copying of builds folder from external pluginTemplatess
      clean code
      remove unnecessary changes
      add react-native-photo-editor overrides
      fix fetchAndMovePhoto
      add PhotoEditor for android
      add tests for getAndroidDeviceToRunOn
      add tests for getAndroidDeviceToRunOn
      chore: enable e2e on ios, tvos, atv, android
    
    # Conflicts:
    #	packages/app-harness/package.json
    #	packages/app-harness/src/app/index.tsx
    #	packages/template-starter/package.json
    pavjacko committed Mar 15, 2024
    Copy the full SHA
    9d7c6b6 View commit details
    Browse the repository at this point in the history
  7. fix ios skip linking for ios

    pavjacko committed Mar 15, 2024
    Copy the full SHA
    e5fad43 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. update UTs

    pavjacko committed Mar 16, 2024
    Copy the full SHA
    454ad59 View commit details
    Browse the repository at this point in the history
  2. fix UTs

    pavjacko committed Mar 16, 2024
    Copy the full SHA
    737cbdc View commit details
    Browse the repository at this point in the history
  3. refactor bootstrap payload

    pavjacko committed Mar 16, 2024
    Copy the full SHA
    90fe365 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a3c55a View commit details
    Browse the repository at this point in the history
  5. fix plugin filtering

    pavjacko committed Mar 16, 2024
    Copy the full SHA
    9b2f876 View commit details
    Browse the repository at this point in the history
  6. fix sdk-rn watch folders to be mono root instead of project root. (fi…

    …xes @babel/runtime errors when running rn in monorepo based projects)
    pavjacko committed Mar 16, 2024
    Copy the full SHA
    a4496e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. rnv link updates

    pavjacko committed Mar 17, 2024
    Copy the full SHA
    0254ae8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    982e31f View commit details
    Browse the repository at this point in the history
  3. fix UTs

    pavjacko committed Mar 17, 2024
    Copy the full SHA
    4656af4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8f4a974 View commit details
    Browse the repository at this point in the history
  5. remove press any key func

    pavjacko committed Mar 17, 2024
    Copy the full SHA
    565e0ea View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fa923eb View commit details
    Browse the repository at this point in the history
  7. rnv migration fixes

    pavjacko committed Mar 17, 2024
    Copy the full SHA
    19fc200 View commit details
    Browse the repository at this point in the history
  8. split core project submodule into smaller parts. move configureFonts …

    …to sdk-utils to separate specific implementation from @rnv/core
    pavjacko committed Mar 17, 2024
    Copy the full SHA
    a92ba2a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0edd19b View commit details
    Browse the repository at this point in the history
  10. refactor template files

    pavjacko committed Mar 17, 2024
    Copy the full SHA
    dbef43d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Copy the full SHA
    5f9a083 View commit details
    Browse the repository at this point in the history
  2. fix/flipper_xcode_15.3

    ElenaDiachenko committed Mar 18, 2024
    Copy the full SHA
    e43accc View commit details
    Browse the repository at this point in the history
  3. context paths, objs refactor

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    5621825 View commit details
    Browse the repository at this point in the history
  4. fix: change e2e selector because renative text has been removed from …

    …mobiles
    pauliusguzas committed Mar 18, 2024
    Copy the full SHA
    9dde487 View commit details
    Browse the repository at this point in the history
  5. fix errors

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    a0c746d View commit details
    Browse the repository at this point in the history
  6. update plugin templates

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    222572f View commit details
    Browse the repository at this point in the history
  7. migrate templates

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    896297b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b0a2694 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c783d0f View commit details
    Browse the repository at this point in the history
  10. cleanup ignore files

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    d85d8e7 View commit details
    Browse the repository at this point in the history
  11. migrate config structure

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    8766e3e View commit details
    Browse the repository at this point in the history
  12. update config structures

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    77939a1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d7d8241 View commit details
    Browse the repository at this point in the history
  14. reuse rnvFileName enum

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    b9b81be View commit details
    Browse the repository at this point in the history
  15. update schema

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    07c22ef View commit details
    Browse the repository at this point in the history
  16. fixes

    pavjacko committed Mar 18, 2024
    Copy the full SHA
    c24eec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Copy the full SHA
    4592065 View commit details
    Browse the repository at this point in the history
  2. fix UTs

    pavjacko committed Mar 19, 2024
    Copy the full SHA
    5c484b9 View commit details
    Browse the repository at this point in the history
  3. logging refactor

    pavjacko committed Mar 19, 2024
    Copy the full SHA
    fa493ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bc33a3 View commit details
    Browse the repository at this point in the history
  5. fix overrides

    pavjacko committed Mar 19, 2024
    Copy the full SHA
    6e20734 View commit details
    Browse the repository at this point in the history
  6. fix UTs

    pavjacko committed Mar 19, 2024
    Copy the full SHA
    7839bcb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix/flipper_xcode_15.3' into feat/rnv_new

    * fix/flipper_xcode_15.3:
      make flipper usage configurable
      fix: change e2e selector because renative text has been removed from mobiles
      fix/flipper_xcode_15.3
    pavjacko committed Mar 19, 2024
    Copy the full SHA
    df8b3d3 View commit details
    Browse the repository at this point in the history
  8. reverting to RN 0.73.3. 0.73.6 contains bug where non node_module fol…

    …ders are ignored by metro bundler thus packages/** linked libs do not work
    pavjacko committed Mar 19, 2024
    Copy the full SHA
    e47b3c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Copy the full SHA
    67a0297 View commit details
    Browse the repository at this point in the history
  2. upgrate o RN 0.73.4

    ElenaDiachenko committed Mar 20, 2024
    Copy the full SHA
    faeac41 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    46dfa29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1477 from flexn-io/fix/rn_version

    upgrate to RN 0.73.4
    pavjacko committed Mar 20, 2024
    Copy the full SHA
    da0b2e1 View commit details
    Browse the repository at this point in the history
  5. rename rnv enums

    pavjacko committed Mar 20, 2024
    Copy the full SHA
    c0dee78 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat/rnv_new' of github.com:flexn-io/renative into feat…

    …/rnv_new
    
    * 'feat/rnv_new' of github.com:flexn-io/renative:
      upgrate o RN 0.73.4
    pavjacko committed Mar 20, 2024
    Copy the full SHA
    8d7fa9a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1762e41 View commit details
    Browse the repository at this point in the history
  8. fix platform selector

    pavjacko committed Mar 20, 2024
    Copy the full SHA
    c861ccb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f4f126 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8d8dcee View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Copy the full SHA
    6c154d7 View commit details
    Browse the repository at this point in the history
  2. selective linking options

    pavjacko committed Mar 21, 2024
    Copy the full SHA
    fedabc8 View commit details
    Browse the repository at this point in the history
  3. support --yes as core option

    pavjacko committed Mar 21, 2024
    Copy the full SHA
    1349d50 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix template key

    pavjacko committed Mar 22, 2024
    Copy the full SHA
    fa7fe57 View commit details
    Browse the repository at this point in the history
  2. refactor platforms defs

    pavjacko committed Mar 22, 2024
    Copy the full SHA
    d743deb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b5a9cbb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9001967 View commit details
    Browse the repository at this point in the history
  5. fix tvos metro runner

    pavjacko committed Mar 22, 2024
    Copy the full SHA
    2f676c3 View commit details
    Browse the repository at this point in the history
  6. fix macos bootstrap

    pavjacko committed Mar 22, 2024
    Copy the full SHA
    795b3e5 View commit details
    Browse the repository at this point in the history
  7. fix @rnv/adapter withRNVWebpack, add metro-react-native-babel-preset …

    …to rn-electron and rn-web engines so they can be used standalone
    pavjacko committed Mar 22, 2024
    Copy the full SHA
    44e6584 View commit details
    Browse the repository at this point in the history
  8. load babel preset directly instead of string to work correctly in lin…

    …ked mode, fix macos, make src/pages dir excluded from non next projects
    pavjacko committed Mar 22, 2024
    Copy the full SHA
    0cbfadf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b66e303 View commit details
    Browse the repository at this point in the history
  10. expose sdk tasks to engines

    pavjacko committed Mar 22, 2024
    Copy the full SHA
    03777e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Copy the full SHA
    42e5f23 View commit details
    Browse the repository at this point in the history
  2. categorize task options

    pavjacko committed Mar 23, 2024
    Copy the full SHA
    27493df View commit details
    Browse the repository at this point in the history
  3. cleanup task options

    pavjacko committed Mar 23, 2024
    Copy the full SHA
    566f6ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d147b4 View commit details
    Browse the repository at this point in the history
  5. fix task execution

    pavjacko committed Mar 23, 2024
    Copy the full SHA
    da14429 View commit details
    Browse the repository at this point in the history
  6. fix ut

    pavjacko committed Mar 23, 2024
    Copy the full SHA
    a37a709 View commit details
    Browse the repository at this point in the history
  7. refactor bootstrap logic

    pavjacko committed Mar 23, 2024
    Copy the full SHA
    883d6fc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Copy the full SHA
    8543d0c View commit details
    Browse the repository at this point in the history
  2. app config modifier

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    bd41e6e View commit details
    Browse the repository at this point in the history
  3. update bootstrap logic

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    73f6392 View commit details
    Browse the repository at this point in the history
  4. refactor helpers

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    a0dc259 View commit details
    Browse the repository at this point in the history
  5. migrate taskNew

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    85b71c2 View commit details
    Browse the repository at this point in the history
  6. tasks migration

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    816fc10 View commit details
    Browse the repository at this point in the history
  7. task migration pt2

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    c18bb48 View commit details
    Browse the repository at this point in the history
  8. task migration pt3

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    6c8a173 View commit details
    Browse the repository at this point in the history
  9. task migration pt4

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    0579189 View commit details
    Browse the repository at this point in the history
  10. task migration pt5

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    479f1a2 View commit details
    Browse the repository at this point in the history
  11. task migration fixes

    pavjacko committed Mar 24, 2024
    Copy the full SHA
    26c33d8 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0b4a8b8 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    67c7b62 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix UTs

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    9df8b24 View commit details
    Browse the repository at this point in the history
  2. bootstrap fixes

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    9f7e2a4 View commit details
    Browse the repository at this point in the history
  3. upgrade commander

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    51cd2f2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ae73d2 View commit details
    Browse the repository at this point in the history
  5. fix help options

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    0b20f6c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3a6528f View commit details
    Browse the repository at this point in the history
  7. fix UTs

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    d77ae22 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1c0e0bd View commit details
    Browse the repository at this point in the history
  9. fix template gen

    pavjacko committed Mar 25, 2024
    Copy the full SHA
    d9d386b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Copy the full SHA
    fbcc7c5 View commit details
    Browse the repository at this point in the history
  2. refactor task system pt1

    pavjacko committed Mar 26, 2024
    Copy the full SHA
    dd8adef View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. task system refactor pt2

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    2c4925c View commit details
    Browse the repository at this point in the history
  2. task system refactor pt3

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    6d2be44 View commit details
    Browse the repository at this point in the history
  3. engine reg fixes

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    cb87521 View commit details
    Browse the repository at this point in the history
  4. cleanup, fixes, schema regen

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    a8f23e0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f968292 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f55b8c0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2416391 View commit details
    Browse the repository at this point in the history
  8. UT fixes

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    e6f252d View commit details
    Browse the repository at this point in the history
  9. fix rnv run

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    a15d469 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2e5d192 View commit details
    Browse the repository at this point in the history
  11. e2e fix

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    3bcbfb9 View commit details
    Browse the repository at this point in the history
  12. e2e fix

    pauliusguzas committed Mar 27, 2024
    Copy the full SHA
    9dba8fc View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b89b1bd View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feat/rnv_new' of github.com:flexn-io/renative into feat…

    …/rnv_new
    
    * 'feat/rnv_new' of github.com:flexn-io/renative:
      e2e fix
    pavjacko committed Mar 27, 2024
    Copy the full SHA
    8cf9caa View commit details
    Browse the repository at this point in the history
  15. fix tizen build sdk

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    55ecd3e View commit details
    Browse the repository at this point in the history
  16. fix harness web e2e

    pauliusguzas committed Mar 27, 2024
    Copy the full SHA
    1f96a48 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    276f952 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'feat/rnv_new' of github.com:flexn-io/renative into feat…

    …/rnv_new
    
    * 'feat/rnv_new' of github.com:flexn-io/renative:
      fix harness web e2e
    pavjacko committed Mar 27, 2024
    Copy the full SHA
    0e7a55b View commit details
    Browse the repository at this point in the history
  19. file mutations

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    7eaf8c0 View commit details
    Browse the repository at this point in the history
  20. context mutations

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    bc2a813 View commit details
    Browse the repository at this point in the history
  21. handle mutations

    pavjacko committed Mar 27, 2024
    Copy the full SHA
    3481172 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Copy the full SHA
    8de41d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13e7ff1 View commit details
    Browse the repository at this point in the history
  3. fix UTs

    pavjacko committed Mar 28, 2024
    Copy the full SHA
    2ef34f7 View commit details
    Browse the repository at this point in the history
  4. fix bootstrap

    pavjacko committed Mar 28, 2024
    Copy the full SHA
    ec05120 View commit details
    Browse the repository at this point in the history
  5. fix tvos

    pavjacko committed Mar 28, 2024
    Copy the full SHA
    6b96130 View commit details
    Browse the repository at this point in the history
  6. change e2e ports

    pauliusguzas committed Mar 28, 2024
    Copy the full SHA
    4ac42d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix rnv new

    pavjacko committed Mar 29, 2024
    Copy the full SHA
    82caba1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/rnv_new' of github.com:flexn-io/renative into feat…

    …/rnv_new
    
    * 'feat/rnv_new' of github.com:flexn-io/renative:
      change e2e ports
    pavjacko committed Mar 29, 2024
    Copy the full SHA
    194386e View commit details
    Browse the repository at this point in the history
  3. add better logging

    pavjacko committed Mar 29, 2024
    Copy the full SHA
    bd264b6 View commit details
    Browse the repository at this point in the history
  4. check empty assetsFolder

    pavjacko committed Mar 29, 2024
    Copy the full SHA
    51bc0fa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3a61558 View commit details
    Browse the repository at this point in the history
  6. cleanup template system

    pavjacko committed Mar 29, 2024
    Copy the full SHA
    70f145b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. template bootstrap

    pavjacko committed Mar 30, 2024
    Copy the full SHA
    0802555 View commit details
    Browse the repository at this point in the history
  2. update next runner

    pavjacko committed Mar 30, 2024
    Copy the full SHA
    1dc5060 View commit details
    Browse the repository at this point in the history
  3. reduce def size pt1

    pavjacko committed Mar 30, 2024
    Copy the full SHA
    f048c47 View commit details
    Browse the repository at this point in the history
  4. refactor pt2

    pavjacko committed Mar 30, 2024
    Copy the full SHA
    d4f0b2c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. refactor schemas

    pavjacko committed Mar 31, 2024
    Copy the full SHA
    a2a2f4d View commit details
    Browse the repository at this point in the history
  2. type fixes

    pavjacko committed Mar 31, 2024
    Copy the full SHA
    becbda8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. refactor schema types

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    9bb3faa View commit details
    Browse the repository at this point in the history
  2. type fixes

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    3b17253 View commit details
    Browse the repository at this point in the history
  3. update schemas

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    d79a254 View commit details
    Browse the repository at this point in the history
  4. types refactor

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    65205de View commit details
    Browse the repository at this point in the history
  5. types refactor

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    70b4935 View commit details
    Browse the repository at this point in the history
  6. update schema types

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    26ddc1e View commit details
    Browse the repository at this point in the history
  7. update schema types

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    accce28 View commit details
    Browse the repository at this point in the history
  8. update types, cleanup

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    e1af1ef View commit details
    Browse the repository at this point in the history
  9. cleanup platform key types

    pavjacko committed Apr 1, 2024
    Copy the full SHA
    c036cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Copy the full SHA
    0b9b08a View commit details
    Browse the repository at this point in the history
  2. task logic updates

    pavjacko committed Apr 2, 2024
    Copy the full SHA
    bbbfb65 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c502a77 View commit details
    Browse the repository at this point in the history
  4. fix beforeDependsOn

    pavjacko committed Apr 2, 2024
    Copy the full SHA
    e0bd1c2 View commit details
    Browse the repository at this point in the history
  5. update install logic

    pavjacko committed Apr 2, 2024
    Copy the full SHA
    ac02b52 View commit details
    Browse the repository at this point in the history
  6. logging, install flag fixes

    pavjacko committed Apr 2, 2024
    Copy the full SHA
    3cda065 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/context_decorators' into feat/rnv_new

    * feat/context_decorators:
      engine creator with task options infering
    
    # Conflicts:
    #	packages/engine-core/src/index.ts
    pavjacko committed Apr 2, 2024
    Copy the full SHA
    61e83cd View commit details
    Browse the repository at this point in the history
  8. refactor engine generators

    pavjacko committed Apr 2, 2024
    Copy the full SHA
    b84546d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c197fcf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    afb9941 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    abb176c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Copy the full SHA
    c17cbf3 View commit details
    Browse the repository at this point in the history
  2. update axios refs

    pavjacko committed Apr 3, 2024
    Copy the full SHA
    d195b86 View commit details
    Browse the repository at this point in the history
  3. fix template hosted

    pavjacko committed Apr 3, 2024
    Copy the full SHA
    7a4c926 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cc79441 View commit details
    Browse the repository at this point in the history
  5. fix typos

    pavjacko committed Apr 3, 2024
    Copy the full SHA
    d5afffb View commit details
    Browse the repository at this point in the history