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

chore(copybara): sync commits from Aspect-internal silo #453

Merged
merged 4 commits into from
Jun 3, 2023

Conversation

gregmagolan
Copy link
Member

@gregmagolan gregmagolan commented Jun 2, 2023

@gregmagolan gregmagolan requested a review from jbedard June 2, 2023 23:29
@gregmagolan
Copy link
Member Author

We now have Aspect Workflows Buildkite, CircleCI and GitHub Actions integrations on AWS turned on for this repository 🌮

Fix #422

GitOrigin-RevId: d009c6c127f4c4e887c2b523d9e1caf477c34183
@gregmagolan gregmagolan force-pushed the 9E6ED7960E7C1C7500F98C1F23B6018B branch from 3c1a0ff to 5a8e4fc Compare June 3, 2023 01:11
Ref #440

GitOrigin-RevId: d6167e5a5e99992dc56dc357bed110be7e1b8239
Add `js_custom[_test]_files` directives to generate custom targets in addition to the default library + tests targets.

Example:
```
# gazelle:js_custom_files {dirname}_po *.po.ts
# gazelle:js_custom_test_files e2e *.e2e.ts
```

will generate:

```
ts_project(
    name = "{dirname}_po",
    srcs = ["a.po.ts"],
)

ts_project(
    name = "e2e",
    srcs = ["b.e2e.ts"],
    testonly = True,
)
```

Close #427

GitOrigin-RevId: d982ebac0091253dc35302a9a580d8ec74cccf4d
Upgrades to the latest version of msolo/jsonr which the aspect-cli repo
also has, this changes the error strings with invalid json requiring the
test change.

### Type of change

- Chore (any other change that doesn't affect source or test files, such
as configuration)

### Test plan

- Covered by existing test cases

GitOrigin-RevId: cf991558bf10e1550d4ecbf95136e861a9aebf9b
@gregmagolan gregmagolan enabled auto-merge (rebase) June 3, 2023 01:12
@gregmagolan gregmagolan merged commit 20caf9a into main Jun 3, 2023
@gregmagolan gregmagolan deleted the 9E6ED7960E7C1C7500F98C1F23B6018B branch June 3, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants