Skip to content

Commit

Permalink
clean up older packages
Browse files Browse the repository at this point in the history
Auditors: mihir
  • Loading branch information
scottwmorris committed May 24, 2021
1 parent 2019b70 commit 4c260c7
Show file tree
Hide file tree
Showing 103 changed files with 10,907 additions and 23,480 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ All Lerna packages are in [packages](./packages) directory. Each individual proj
* [Rockset JS SDK](./packages/client)
* [Rockset CLI](./packages/cli)
* [Rockset VSCode Plugin](./packages/rscode)
* [Rockset Developer UI](./packages/dev-server)

## Contributing

Expand Down
11 changes: 0 additions & 11 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,17 +387,6 @@ You can also execute Query Lambda SQL direclty from the command line:
$ rockset local:queryLambda:execute commons.helloWorld
```

For more complex queries or queries with parameters, you can use the [Rockset Developer UI](/packages/dev-server). You can
start the Developer UI with the following command:

```
$ rockset local:serve
```

This command spins up a local webserver that displays all of the Query Lambdas found in your local project, allows
you to easily specify and manage query parameters, and offers fully featured data tables and JSON renderers to view your
SQL results.

### Deploy Query Lambdas to Rockset

Up to this point, none of the commands we've run have actually created or updated any resources in our Rockset account.
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@oclif/plugin-update": "^1.3.10",
"@rockset/client": "0.8.2",
"@rockset/core": "0.8.2",
"@rockset/dev-server": "0.8.2",
"@rockset/eslint-config": "0.8.2",
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^8.1.1",
Expand Down
16 changes: 0 additions & 16 deletions packages/cli/reference/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Manage your local Query Lambdas.
* [`rockset local:queryLambda:execute NAME`](#rockset-localquerylambdaexecute-name)
* [`rockset local:queryLambda:list`](#rockset-localquerylambdalist)
* [`rockset local:resolve NAME`](#rockset-localresolve-name)
* [`rockset local:serve`](#rockset-localserve)

## `rockset local:deploy`

Expand Down Expand Up @@ -187,18 +186,3 @@ EXAMPLES
```

_See code: [src/commands/local/resolve.ts](../src/commands/local/resolve.ts)_

## `rockset local:serve`

start development server and open the Developer UI. Used to configure parameters and execute SQL files in your local project

```
USAGE
$ rockset local:serve
OPTIONS
-h, --help show CLI help
-p, --port=port [default: 3001] the port to listen at
```

_See code: [src/commands/local/serve.ts](../src/commands/local/serve.ts)_
23 changes: 0 additions & 23 deletions packages/cli/src/commands/local/serve.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '0.8.0';
export const version = '0.8.2';
12 changes: 0 additions & 12 deletions packages/dev-server/.eslintrc.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/dev-server/LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions packages/dev-server/README.md

This file was deleted.

Binary file removed packages/dev-server/assets/dev-ui-usage.gif
Binary file not shown.
6 changes: 0 additions & 6 deletions packages/dev-server/jest.config.js

This file was deleted.

56 changes: 0 additions & 56 deletions packages/dev-server/package.json

This file was deleted.

118 changes: 0 additions & 118 deletions packages/dev-server/src/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/dev-server/test.js

This file was deleted.

Loading

0 comments on commit 4c260c7

Please sign in to comment.