0.2.1 • Published 5 months ago

@hubspot/project-parsing-lib v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

project-translation-layer

Description

This project is a translation layer that can be used to translate a project to its immediate representation prior to being uploaded to the project v2 service.

Flow Chart

sequenceDiagram
    autonumber
    
    actor dev as External Developer
    participant cli as HS CLI
    participant ppl as Project Parsing Library
    participant pv3 as Projects v3
    
    dev ->> cli: Developer runs `hs project upload`
    cli ->> cli: Loads project config
    cli ->> ppl: CLI calls `translate` function with the values required from the project config
    ppl ->> ppl: Walks the project directory looking for the hsmeta files
    loop For each hsmeta file
        ppl ->> ppl: Checks if file is valid JSON
        ppl ->> ppl: Checks if the file is in a valid location
        ppl ->> ppl: Generates the IR
    end
    ppl ->> pv3: Fetch the schemas used to validate the generated IR
    loop For each hsmeta file
        ppl ->> ppl: Validate the IR config block against the schema
    end
    alt Validation successful for all schemas
        ppl ->> cli: Pass the IR back to the CLI
        cli ->> cli: Zip the project contents
        cli ->> pv3: Upload the project and the IR
    else Validation failed for 1+ schema(s)
        ppl ->> cli: Log the error and exit the upload
end
0.2.1

5 months ago

0.2.1-beta.0

5 months ago

0.2.0

5 months ago

0.2.0-beta.1

5 months ago

0.2.0-beta.0

5 months ago

0.1.11

5 months ago

0.1.11-beta.0

5 months ago

0.1.10-beta.0

5 months ago

0.1.9-beta.0

5 months ago

0.1.8

6 months ago

0.1.8-beta.0

6 months ago

0.1.7

6 months ago

0.1.7-beta.0

6 months ago

0.1.6

6 months ago

0.1.6-beta.0

6 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.4-beta.0

7 months ago

0.1.3-beta.0

7 months ago

0.1.2

7 months ago

0.1.2-beta.0

7 months ago

0.1.1

7 months ago

0.1.1-beta.0

7 months ago

0.1.0

7 months ago

0.1.0-beta.0

7 months ago

0.0.10

7 months ago

0.0.10-beta.0

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.8-beta.0

7 months ago

0.0.7

7 months ago

0.0.7-beta.0

7 months ago

0.0.6-beta.0

8 months ago

0.0.5

8 months ago

0.0.5-beta.0

8 months ago

0.0.4

9 months ago

0.0.4-beta.0

9 months ago

0.0.1

10 months ago