Skip to content

Commit

Permalink
chore: Remove replicache and zero (#1)
Browse files Browse the repository at this point in the history
This removes the following directories:
- packages/replicache
- packages/replicache-perf
- packages/zero-*
- packages/zql*
- apps/zeppliear

And then removes and fixes files referencing zero and zql


To allow this to work we need a small update to replicache so this includes a tgz for now

The tgz has minor changes.
- Picks up the replicache/impl added in
  d88383f
- Locally export MakeMutator and MakeMutators from replicache. I will
  update mono later.
  • Loading branch information
arv authored Jul 30, 2024
1 parent a293ec0 commit 59580a1
Show file tree
Hide file tree
Showing 787 changed files with 23,400 additions and 564,048 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/bundle-sizes.js.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/perf-smoke.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/perf-v2.js.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ next-env.d.ts
reflect.config.json
.reflect/
bundle-sizes.json
packages/zero-cache/coverage
__screenshots__/
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ lib

packages/reflect-server/out
packages/reflect/out
packages/replicache/out
packages/replicache/doc/build/
packages/replicache/doc/docs/api
packages/replicache/doc/.docusaurus/
**/.next
**/.vercel
renderer
Expand Down
4 changes: 0 additions & 4 deletions apps/reflect.net/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ lib

packages/reflect-server/out
packages/reflect/out
packages/replicache/out
packages/replicache/doc/build/
packages/replicache/doc/docs/api
packages/replicache/doc/.docusaurus/
public/*
**/.next
**/.vercel
Expand Down
8 changes: 4 additions & 4 deletions apps/reflect.net/api-utils/cors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ function isOriginAllowed(origin: string, allowed: StaticOrigin): boolean {
return Array.isArray(allowed)
? allowed.some(o => isOriginAllowed(origin, o))
: typeof allowed === 'string'
? origin === allowed
: allowed instanceof RegExp
? allowed.test(origin)
: !!allowed;
? origin === allowed
: allowed instanceof RegExp
? allowed.test(origin)
: !!allowed;
}

function getOriginHeaders(reqOrigin: string | undefined, origin: StaticOrigin) {
Expand Down
10 changes: 0 additions & 10 deletions apps/zeppliear/.eslintignore

This file was deleted.

18 changes: 0 additions & 18 deletions apps/zeppliear/.eslintrc.cjs

This file was deleted.

25 changes: 0 additions & 25 deletions apps/zeppliear/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions apps/zeppliear/LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions apps/zeppliear/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions apps/zeppliear/docker/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions apps/zeppliear/docker/create-indexes.sh

This file was deleted.

55 changes: 0 additions & 55 deletions apps/zeppliear/docker/docker-compose.yml

This file was deleted.

Binary file removed apps/zeppliear/docker/init_upstream/comments.csv.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 59580a1

Please sign in to comment.