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

Experiment: Monorepo refactor #30247

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1617cd1
just moving some core around
ndelangen Jan 10, 2025
a2f0a32
install
ndelangen Jan 10, 2025
9c79233
fix references to ../scripts
ndelangen Jan 10, 2025
8edfc4c
adjust scripts paths
ndelangen Jan 10, 2025
ac06f03
adjust scripts paths
ndelangen Jan 10, 2025
fd8cb1f
cleanup
ndelangen Jan 11, 2025
f6b8958
working check in core
ndelangen Jan 11, 2025
b1a229e
successful compile of core
ndelangen Jan 11, 2025
cd778e1
working compile
ndelangen Jan 11, 2025
36160bd
linting config fixes
ndelangen Jan 11, 2025
557433b
fix linting config file
ndelangen Jan 11, 2025
e518577
apply linting fixes
ndelangen Jan 11, 2025
bf7c88f
linting fixes
ndelangen Jan 11, 2025
35d38b5
fix markdown linting
ndelangen Jan 11, 2025
53be741
cleanup
ndelangen Jan 11, 2025
c19b85c
fix mocks paths
ndelangen Jan 11, 2025
df79790
Merge branch 'next' into norbert/monorepo-unsplit
ndelangen Jan 11, 2025
a62eed4
improve CI config
ndelangen Jan 11, 2025
d54794c
fix CI config
ndelangen Jan 11, 2025
b84e002
fix lockfile
ndelangen Jan 11, 2025
91a2c33
use --immutable
ndelangen Jan 11, 2025
ba4f0f5
fixes
ndelangen Jan 11, 2025
ee883be
fix for CI config
ndelangen Jan 11, 2025
53ffc20
fix CI config
ndelangen Jan 11, 2025
d26420a
somehow not available in CI, but is locally
ndelangen Jan 11, 2025
46a4f51
cleanup
ndelangen Jan 11, 2025
1514a11
fix verdaccio paths
ndelangen Jan 11, 2025
6b31bde
rename
ndelangen Jan 11, 2025
46326b2
overhaul workspace restore
ndelangen Jan 11, 2025
f8b352f
fix paths in package.json
ndelangen Jan 11, 2025
a1dea9d
fix knip config file paths
ndelangen Jan 11, 2025
d19f5aa
do not detect our monorepo as nx project
ndelangen Jan 11, 2025
355608e
dedupe typescript lib
ndelangen Jan 11, 2025
21c6c19
fix problem with addon docs not getting detected by nx
ndelangen Jan 11, 2025
74fab79
disable catch-all story pattern in main.ts
ndelangen Jan 11, 2025
af32484
fix path
ndelangen Jan 11, 2025
1a15887
fix a few tests
ndelangen Jan 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use --immutable
ndelangen committed Jan 11, 2025
commit 91a2c337533f4f7a9e623a44f2bfed3a28ed4f08
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ jobs:
- prettydocs-cache-v7--{{ checksum "yarn.lock" }}
- run:
name: Install
command: yarn install
command: yarn install --immutable
- save_cache:
name: Save Yarn cache
key: prettydocs-cache-v7--{{ checksum "yarn.lock" }}
@@ -262,7 +262,7 @@ jobs:
workflow-name: << pipeline.parameters.workflow >>
- run:
name: install
command: yarn install
command: yarn install --immutable
- run:
name: Compile
command: |
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
node-version-file: '.nvmrc'

- name: install
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: compile
run: yarn task --task compile --start-from=auto