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

use single root package.json, do not build intermediate shared code #936

Merged
merged 79 commits into from Nov 12, 2018

Conversation

sqs
Copy link
Member

@sqs sqs commented Nov 10, 2018

This branch uses a single root package.json. See https://sourcegraph.com/github.com/sourcegraph/sourcegraph@master/-/blob/doc/dev/typescript/build.md and https://sourcegraph.slack.com/archives/C07KZF47K/p1541878567271600 for context.

  • dev/launch.sh and enterprise/dev/start.sh work
  • unit tests work, buildkite works, etc.
  • browser extension build works
  • browser extension storybooks work
  • vscode typescript support works
  • prettier/tslint/etc. work

I am going to merge it now because (1) the plan has been reviewed/discussed already and the PR is not going to be very useful to review since it's so large/mechanical, and (2) it would otherwise start generating a lot of merge conflicts.

@keegancsmith keegancsmith removed their request for review November 12, 2018 08:40
@sqs sqs changed the title WIP: remove yarn workspaces use single root package.json, do not build intermediate shared code Nov 12, 2018
@sqs
Copy link
Member Author

sqs commented Nov 12, 2018

@ijsnow the browser extension has been moved to client/browser/

@felixfbecker the web app has been moved to web/ (as discussed)

@chrismwendt extensions-client-common and all impl code for Sourcegraph extensions has been moved to shared/ (sourcegraph.d.ts is still in packages/sourcegraph-extension-api for now)

@sqs sqs merged commit c4f70b5 into master Nov 12, 2018
@sqs sqs deleted the ts-build branch November 12, 2018 09:05
# Sourcegraph browser extensions

[![build](https://travis-ci.org/sourcegraph/browser-extensions.svg?branch=master)](https://travis-ci.org/sourcegraph/browser-extensions)
[![dependencies](https://david-dm.org/sourcegraph/browser-extensions/status.svg)](https://david-dm.org/sourcegraph/browser-extensions)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This badge doesn't work anymore because it references the old repo.

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.

None yet

2 participants