1. 09 Jan, 2020 3 commits
  2. 08 Jan, 2020 1 commit
  3. 07 Jan, 2020 5 commits
  4. 31 Dec, 2019 2 commits
  5. 30 Dec, 2019 1 commit
  6. 27 Dec, 2019 1 commit
  7. 24 Dec, 2019 1 commit
  8. 20 Dec, 2019 1 commit
  9. 19 Dec, 2019 2 commits
  10. 16 Dec, 2019 1 commit
  11. 13 Dec, 2019 3 commits
  12. 11 Dec, 2019 2 commits
  13. 06 Dec, 2019 1 commit
  14. 04 Dec, 2019 1 commit
  15. 28 Nov, 2019 3 commits
  16. 27 Nov, 2019 1 commit
    • Cristian Maglie's avatar
      Added library dependency support (#351) · b544181e
      Cristian Maglie authored
      * Added infrastructure to handle 'dependency' field in library index
      
      * Added globals.ParseLibraryReferenceArgs method
      
      * Added check for missing library version/name in args
      
      * Added check for missing core/arch/version in core arg parsing
      
      * 100% test coverage for librariesindexer module
      
      * Added grpc call LibraryResolveDependencies (WIP)
      
      This is just the body of the call, no implementation yet.
      
      * Use semver.Dependency interface to represent a library dependency
      
      * Added library-dep resolution function in core modules
      
      * Added implementation for LibraryResolveDependency grpc call
      
      * Implementation of deps install in 'lib install' command
      
      * Added no-deps flag in lib install command
      
      * Added lib deps command
      b544181e
  17. 26 Nov, 2019 1 commit
  18. 21 Nov, 2019 1 commit
  19. 20 Nov, 2019 1 commit
    • Cristian Maglie's avatar
      Terminate daemon command when parent process exits; added "--daemonize" flag... · c30151b0
      Cristian Maglie authored
      Terminate daemon command when parent process exits; added "--daemonize" flag to keep old behaviour (#488)
      
      * daemon: terminate on parent process ending; added --daemonize flag
      
      This is useful when the cli daemon is launched from an external process
      to avoid leaving zombie process if the parent process unexpectedly dies.
      
      If daemonization (so no stdin/stdout) is the intended behaviour the
      --daemonize flag must be used.
      
      * (cosmetic) reorganized runDaemonCommand in a more straighforward way
      c30151b0
  20. 19 Nov, 2019 1 commit
  21. 13 Nov, 2019 2 commits
  22. 11 Nov, 2019 2 commits
  23. 08 Nov, 2019 2 commits
  24. 07 Nov, 2019 1 commit