diff --git a/README.md b/README.md index 980a1bbe92b..cf5c8317094 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ The `doc` directory has additional documentation for developing and understandin ## License This repository contains primarily non-OSS-licensed files. See [LICENSE](LICENSE). +Hello World diff --git a/client/README.md b/client/README.md index 50e8944c050..e0c6ca8aa8c 100644 --- a/client/README.md +++ b/client/README.md @@ -27,3 +27,4 @@ 5. **shared** contains utility functions, types, polyfills, etc which is not a part of the Wildcard component library. These modules should be moved into **utils** package and other new packages: e.g. **api** for GraphQL client and type generators, etc. 6. Packages should use package name (e.g. `@sourcegraph/wildcard`) for imports instead of the relative paths (e.g. `../../../../wildcard/src/components/Markdown`) to avoid long relative-paths and make dependency graph between packages clear. (Typescript will warn if packages have circular dependencies). It's easy to refactor such isolated packages, extract functionality into new ones, or even into new repositories. +Hello World diff --git a/client/branded/README.md b/client/branded/README.md index be94166a22e..8d16e61264f 100644 --- a/client/branded/README.md +++ b/client/branded/README.md @@ -4,3 +4,4 @@ This folder contains client code that is **branded**, i.e. it implements the vis Code here can use global classes and must not adapt styles of the code host (for more details, see [Styling UI in the handbook](../../doc/dev/background-information/web/styling.md)). Any code that is code host agnostic should go into [`../shared`](../shared) instead. +Hello World diff --git a/client/branded/src/search-ui/README.md b/client/branded/src/search-ui/README.md index dad0a328542..571ae728e41 100644 --- a/client/branded/src/search-ui/README.md +++ b/client/branded/src/search-ui/README.md @@ -1,3 +1,4 @@ # Search UI This contains search UI components with branded styling that are shared between clients. For example, the `` component that is used in both the web application and VS Code extension. +Hello World diff --git a/client/branded/src/search-ui/input/codemirror/README.md b/client/branded/src/search-ui/input/codemirror/README.md index c82da03cd9a..7e4384d55b1 100644 --- a/client/branded/src/search-ui/input/codemirror/README.md +++ b/client/branded/src/search-ui/input/codemirror/README.md @@ -1,2 +1,3 @@ This folder contains various extensions used for the CodeMirror based search query input. +Hello World diff --git a/client/branded/src/search-ui/input/experimental/README.md b/client/branded/src/search-ui/input/experimental/README.md index 27abfad14f8..262bace5824 100644 --- a/client/branded/src/search-ui/input/experimental/README.md +++ b/client/branded/src/search-ui/input/experimental/README.md @@ -4,3 +4,4 @@ input. IT SHOULD NOT BE USED! If you have questions about it reach out the search product team. +Hello World diff --git a/client/browser/README.md b/client/browser/README.md index 0dfec2d32bb..cfeb9794823 100644 --- a/client/browser/README.md +++ b/client/browser/README.md @@ -260,3 +260,4 @@ This is an adjusted version of @lguychard's [comment here](https://github.com/so 9. Navigated to `http://127.0.0.1/source/jrpc/browse/master/async.go` Whenever you make changes to the native extension code, you need to run `pnpm build` inside the `client/browser` directory before seeing the changes in effect on the Phabricator instance. +Hello World diff --git a/client/browser/src/browser-extension/web-extension-api/README.md b/client/browser/src/browser-extension/web-extension-api/README.md index 6a4ae050e41..46e2fa66add 100644 --- a/client/browser/src/browser-extension/web-extension-api/README.md +++ b/client/browser/src/browser-extension/web-extension-api/README.md @@ -1,3 +1,4 @@ # Browser APIs This directory contains a set of helper functions that wrap the [APIs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API) exposed by the browser to browser extensions. This originally came about while implementing support for Safari. Rather than write an entirely new extension, we wrapped the APIs and implemented pseudo support for these APIs in Safari. At this time, we no longer support Safari, however we have kept these because there are still differences in the APIs between Chrome and Firefox. This abstraction also allowed us to have a more type safe interaction with the APIs in actual application code. +Hello World diff --git a/client/build-config/README.md b/client/build-config/README.md index 0d5f6795ff5..20de2fb94f5 100644 --- a/client/build-config/README.md +++ b/client/build-config/README.md @@ -1,3 +1,4 @@ # Build config Shared build configuration. +Hello World diff --git a/client/client-api/README.md b/client/client-api/README.md index 7462bfb2bf4..e2eb036e207 100644 --- a/client/client-api/README.md +++ b/client/client-api/README.md @@ -1,3 +1,4 @@ # Client API Sourcegraph Client API +Hello World diff --git a/client/codeintellify/src/README.md b/client/codeintellify/src/README.md index 7a6bfffae4c..e2f39dff101 100644 --- a/client/codeintellify/src/README.md +++ b/client/codeintellify/src/README.md @@ -30,3 +30,4 @@ You need to provide your own UI component (referred to as the HoverOverlay) that | Hover overlay | Also called tooltip | | hoverify | To attach all the listeners needed to a code view so that it will display overlay on hovers and clicks. | | unhoverify | To unsubscribe from the Subscription returned by `hoverifier.hoverify()`. Removes all event listeners from the code view again and hides the hover overlay if it was triggered by the unhoverified code view. | +Hello World diff --git a/client/common/README.md b/client/common/README.md index b082196f040..272c762754d 100644 --- a/client/common/README.md +++ b/client/common/README.md @@ -2,3 +2,4 @@ Generic utilities without any specific domain. This package should not depend on any other Sourcegraph monorepo package. +Hello World diff --git a/client/eslint-plugin-wildcard/README.md b/client/eslint-plugin-wildcard/README.md index 1147e60b852..834c20bb705 100644 --- a/client/eslint-plugin-wildcard/README.md +++ b/client/eslint-plugin-wildcard/README.md @@ -12,3 +12,4 @@ Update your `.eslintrc` file to add the following configuration: ``` This will enable the plugin in your project and enforce our recommended rules. +Hello World diff --git a/client/extension-api-types/README.md b/client/extension-api-types/README.md index 60f5f7f9ef3..44409fbe58a 100644 --- a/client/extension-api-types/README.md +++ b/client/extension-api-types/README.md @@ -2,3 +2,4 @@ Extensions should use the `sourcegraph` package, not this package. This package is only for client applications that embed Sourcegraph extensions and need to communicate with them. +Hello World diff --git a/client/extension-api/README.md b/client/extension-api/README.md index c2b0d3f5aac..48299fb0c36 100644 --- a/client/extension-api/README.md +++ b/client/extension-api/README.md @@ -1,3 +1,4 @@ # Sourcegraph extension API This package contains only the types for the DEPRECATED [Sourcegraph extension API](https://unpkg.com/sourcegraph/dist/docs/index.html) ([`sourcegraph.d.ts`](https://github.com/sourcegraph/sourcegraph/blob/main/packages/extension-api/src/sourcegraph.d.ts)). +Hello World diff --git a/client/http-client/README.md b/client/http-client/README.md index 27b74b39621..f8d06e6b17a 100644 --- a/client/http-client/README.md +++ b/client/http-client/README.md @@ -3,3 +3,4 @@ Generic logic for sending and handling HTTP requests from our client applications. Use the `getGraphQLClient` client utility to create an app-specific instance of the Apollo Client, which is the recommended way to interact with Sourcegraph API from web applications. +Hello World diff --git a/client/jetbrains/README.md b/client/jetbrains/README.md index e6da4440239..a50dbca9f94 100644 --- a/client/jetbrains/README.md +++ b/client/jetbrains/README.md @@ -26,3 +26,4 @@ Run the following commands to preview the components in a standalone HTML file. ```sh pnpm standalone && open http://localhost:3000/ ``` +Hello World diff --git a/client/observability-client/README.md b/client/observability-client/README.md index cd920be032c..a81c3cd105d 100644 --- a/client/observability-client/README.md +++ b/client/observability-client/README.md @@ -1,3 +1,4 @@ # Observability client Shared browser observability tools based on `@opentelemetry` packages. +Hello World diff --git a/client/observability-server/README.md b/client/observability-server/README.md index 4fd31a2cffb..10ab71005ff 100644 --- a/client/observability-server/README.md +++ b/client/observability-server/README.md @@ -10,3 +10,4 @@ Shared client infrastructure observability tools. - observability event schemas, - environment variable validators, - unit tests. +Hello World diff --git a/client/shared/README.md b/client/shared/README.md index bdee9c6e1f3..4c34459980c 100644 --- a/client/shared/README.md +++ b/client/shared/README.md @@ -7,3 +7,4 @@ In particular, components cannot make use of global CSS classes but must accept For more details, see [Styling UI in the handbook](../../doc/dev/background-information/web/styling.md). Code that is only used in branded contexts (web app, options menu of the browser extension, ...) should go into [`../branded`](../branded) instead. +Hello World diff --git a/client/shared/src/react-shortcuts/README.md b/client/shared/src/react-shortcuts/README.md index 8c6f91a2c0d..6b4961740bd 100644 --- a/client/shared/src/react-shortcuts/README.md +++ b/client/shared/src/react-shortcuts/README.md @@ -3,3 +3,4 @@ was a fork of @shopify/quilt at commit 51d2e87343f4f6dfac2a5f63b536a04399ba47c9 plus some additional changes. We moved this code in-house to make it easier to to make adjustments. +Hello World diff --git a/client/shared/src/testing/integration/README.md b/client/shared/src/testing/integration/README.md index 337fe4b474b..ccabb7484cf 100644 --- a/client/shared/src/testing/integration/README.md +++ b/client/shared/src/testing/integration/README.md @@ -3,3 +3,4 @@ This folder contains shared testing helpers for the Sourcegraph webapp and browser extensions. For more information about integration tests and how to run them, read the [Client integration tests documentation](https://sourcegraph.com/docs/dev/how-to/testing#client-integration-tests). +Hello World diff --git a/client/storybook/README.md b/client/storybook/README.md index 7853c98320b..2be8a6cb7c3 100644 --- a/client/storybook/README.md +++ b/client/storybook/README.md @@ -19,3 +19,4 @@ pnpm storybook:build # Load only a subset of stories to boost build performance. STORIES_GLOB='client/web/src/**/*.story.tsx' pnpm start ``` +Hello World diff --git a/client/template-parser/README.md b/client/template-parser/README.md index 77837cb13bf..92044a31190 100644 --- a/client/template-parser/README.md +++ b/client/template-parser/README.md @@ -1 +1,2 @@ # Template Parser +Hello World diff --git a/client/testing/README.md b/client/testing/README.md index 45b58d5833d..f17102be2d6 100644 --- a/client/testing/README.md +++ b/client/testing/README.md @@ -2,3 +2,4 @@ Package-agnostic utilities for unit and integration tests. App or package-specific utilities should live in `client/{packageName}/src/testing`. +Hello World diff --git a/client/vscode/README.md b/client/vscode/README.md index 27fd25ea32d..4c74260b3e8 100644 --- a/client/vscode/README.md +++ b/client/vscode/README.md @@ -149,3 +149,4 @@ The Sourcegraph extension uses major.EVEN_NUMBER.patch (eg. 2.0.1) for release v Please see the [CONTRIBUTING](./CONTRIBUTING.md) document if you are interested in contributing directly to our code base. +Hello World diff --git a/client/vscode/src/README.md b/client/vscode/src/README.md index 624451ba8e9..e3948104721 100644 --- a/client/vscode/src/README.md +++ b/client/vscode/src/README.md @@ -51,3 +51,4 @@ As detailed in our CONTRIBUTING.md file, this extension runs code in the followi ## List of Files and Folders See the File Structure section in our CONTRIBUTING.md file to learn more about the folders and files in this directory. +Hello World diff --git a/client/vscode/src/webview/search-panel/alias/README.md b/client/vscode/src/webview/search-panel/alias/README.md index 1c30b92b256..ad8b2470320 100644 --- a/client/vscode/src/webview/search-panel/alias/README.md +++ b/client/vscode/src/webview/search-panel/alias/README.md @@ -17,3 +17,4 @@ by changes in the way that base code interacts with forked code. - Create a React context to wrap around `StreamingSearchResultsList` (shared) to pass VS Code extension APIs to forked search result components. - Change links to buttons, call VS Code file handlers from context on click. +Hello World diff --git a/client/web-sveltekit/README.md b/client/web-sveltekit/README.md index 3b7b6d2512b..2b2b3d15b05 100644 --- a/client/web-sveltekit/README.md +++ b/client/web-sveltekit/README.md @@ -109,3 +109,4 @@ pnpm run build Currently SvelteKit is configured to create a client-side single page application. +Hello World diff --git a/client/web/README.md b/client/web/README.md index abb930c3386..fd5c92c7f32 100644 --- a/client/web/README.md +++ b/client/web/README.md @@ -42,3 +42,4 @@ Note: If you are unable to use the above commands (e.g. you can't install Caddy) ### API proxy In both environments, server proxies API requests to `SOURCEGRAPH_API_URL` provided as the `.env` variable. +Hello World diff --git a/client/web/src/components/README.md b/client/web/src/components/README.md index 8a178569b43..ab398dfbd92 100644 --- a/client/web/src/components/README.md +++ b/client/web/src/components/README.md @@ -1 +1,2 @@ Components that are shared through the app +Hello World diff --git a/client/web/src/enterprise/embed/README.md b/client/web/src/enterprise/embed/README.md index ab64882fa54..870c6a4f651 100644 --- a/client/web/src/enterprise/embed/README.md +++ b/client/web/src/enterprise/embed/README.md @@ -7,3 +7,4 @@ - Start (or restart) your local dev environment - Navigate to a 3rd party site (e.g., codepen.io), create a new page, and embed an iframe using the ngrok URL - Example iframe tag: `` +Hello World diff --git a/client/web/src/repo/blob/codemirror/codeintel/README.md b/client/web/src/repo/blob/codemirror/codeintel/README.md index a197d8471d1..78fb979d080 100644 --- a/client/web/src/repo/blob/codemirror/codeintel/README.md +++ b/client/web/src/repo/blob/codemirror/codeintel/README.md @@ -92,3 +92,4 @@ loosing focus and interrupting token navigation. Additional measures are taken to ensure that the focus stays within the editor. [1]: https://codemirror.net/docs/guide/#facets +Hello World diff --git a/client/web/src/search/README.md b/client/web/src/search/README.md index b9c63c97e40..a4d900e7294 100644 --- a/client/web/src/search/README.md +++ b/client/web/src/search/README.md @@ -1 +1,2 @@ Components for search UI in the app. +Hello World diff --git a/client/web/src/search/results/README.md b/client/web/src/search/results/README.md index 6885a6baa91..90471769a8b 100644 --- a/client/web/src/search/results/README.md +++ b/client/web/src/search/results/README.md @@ -1 +1,2 @@ Components for the search results page +Hello World diff --git a/client/wildcard/README.md b/client/wildcard/README.md index 4dc634caff2..744c9919c63 100644 --- a/client/wildcard/README.md +++ b/client/wildcard/README.md @@ -13,3 +13,4 @@ The Wildcard component library is a collection of design-approved reusable compo Reusable React hooks. Typically utilities or headless components See [Wildcard documentation](https://sourcegraph.com/docs/dev/background-information/web/wildcard) for more information. +Hello World diff --git a/client/wildcard/src/components/Charts/README.md b/client/wildcard/src/components/Charts/README.md index fb1e9ab2139..5afb326432d 100644 --- a/client/wildcard/src/components/Charts/README.md +++ b/client/wildcard/src/components/Charts/README.md @@ -134,3 +134,4 @@ related issues. If you see something missing, feel free to file an issue with th If you need any help around this package chart or data-visualization in general, feel free to reach out to [code-insights FE team](https://github.com/orgs/sourcegraph/teams/code-insights-frontend) (@code-insights-fe mention in slack). +Hello World diff --git a/client/wildcard/src/components/Charts/components/bar-chart/README.md b/client/wildcard/src/components/Charts/components/bar-chart/README.md index ded014056af..ab2ff037cfa 100644 --- a/client/wildcard/src/components/Charts/components/bar-chart/README.md +++ b/client/wildcard/src/components/Charts/components/bar-chart/README.md @@ -27,3 +27,4 @@ algorithm doesn't work well in all cases. Sometimes when you're using bright col To solve this problem, if you need to use bright colors on the chart, and you want to get control over active/non-active colors, you can specify colors for the bar non-active state manually with `getDatumFadeColor` prop. If you set this prop, this turns off the generic color algorithm for non-active bars and takes the color provided by you. +Hello World diff --git a/client/wildcard/src/components/Combobox/README.md b/client/wildcard/src/components/Combobox/README.md index 9404f4e12ab..1a849f4bd99 100644 --- a/client/wildcard/src/components/Combobox/README.md +++ b/client/wildcard/src/components/Combobox/README.md @@ -46,3 +46,4 @@ Where - `` is a suggestions text component (it implements text highlighting logic by default) [See Combobox storybook stories for more examples](https://storybook.sgdev.org/?path=/story/wildcard-combobox--combobox-demo). +Hello World diff --git a/client/wildcard/src/components/Popover/README.md b/client/wildcard/src/components/Popover/README.md index edf32af4a10..53272876eb8 100644 --- a/client/wildcard/src/components/Popover/README.md +++ b/client/wildcard/src/components/Popover/README.md @@ -226,3 +226,4 @@ enum Strategy { ``` - **_targetPadding_** (optional) - Adds space/padding between target and popover elements +Hello World diff --git a/client/wildcard/src/components/Tree/react-accessible-treeview/README.md b/client/wildcard/src/components/Tree/react-accessible-treeview/README.md index 4a950c71e63..c519e2ef61e 100644 --- a/client/wildcard/src/components/Tree/react-accessible-treeview/README.md +++ b/client/wildcard/src/components/Tree/react-accessible-treeview/README.md @@ -6,3 +6,4 @@ The modifications are: - Apply fix from https://github.com/dgreene1/react-accessible-treeview/pull/81 - Remove PropTypes API +Hello World diff --git a/client/wildcard/src/testing/README.md b/client/wildcard/src/testing/README.md index 3611035c7f4..39fd5df42f2 100644 --- a/client/wildcard/src/testing/README.md +++ b/client/wildcard/src/testing/README.md @@ -8,3 +8,4 @@ cannot import ES modules using ES6 import statements. For example, there's no wa `@apollo/client` as we do today because Typescript will complain: > "The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"{0}\")' call instead. To convert this file to an ECMAScript module, change its file extension to '.mts', or add the field `"type": "module"` to '/package.json'" +Hello World diff --git a/cmd/README.md b/cmd/README.md index 46d86b4b018..a1ef6cbe474 100644 --- a/cmd/README.md +++ b/cmd/README.md @@ -1,3 +1,4 @@ This directory contains Sourcegraph services and binaries. When a services is added, removed, or when a service's dependencies change, update [our architecture diagram](../doc/dev/background-information/architecture/index.md). +Hello World diff --git a/cmd/batcheshelper/README.md b/cmd/batcheshelper/README.md index a30a1e95e28..93b0afb1177 100644 --- a/cmd/batcheshelper/README.md +++ b/cmd/batcheshelper/README.md @@ -78,3 +78,4 @@ When running the following `sg` commands, `batcheshelper` will automatically be - `batcheshelper-builder` - `batches` +Hello World diff --git a/cmd/blobstore/README.md b/cmd/blobstore/README.md index cd353df6f47..7e6e8803040 100644 --- a/cmd/blobstore/README.md +++ b/cmd/blobstore/README.md @@ -9,3 +9,4 @@ Implements a very simple S3-compatible API subset which can: - List a bucket's objects It provides the blob storage that Sourcegraph uses by default out-of-the-box (i.e. if not configured to use an external S3 or GCS bucket.) +Hello World diff --git a/cmd/bundled-executor/README.md b/cmd/bundled-executor/README.md index 99e994600cd..634ade20124 100644 --- a/cmd/bundled-executor/README.md +++ b/cmd/bundled-executor/README.md @@ -28,3 +28,4 @@ create a new instance when it exits. - Java 11 (OpenJDK) - Maven 3.6.3 - `yq` +Hello World diff --git a/cmd/cody-gateway/qa/README.md b/cmd/cody-gateway/qa/README.md index a1577f6fd02..8ce2a0e6869 100644 --- a/cmd/cody-gateway/qa/README.md +++ b/cmd/cody-gateway/qa/README.md @@ -17,3 +17,4 @@ To run against prod using a dotcom user ($TOKEN is a `sgd_` token): ``` bazel test --test_output=all //cmd/cody-gateway/qa:qa_test --test_env=E2E_GATEWAY_ENDPOINT=https://cody-gateway.sourcegraph.com --test_env=E2E_GATEWAY_TOKEN=$TOKEN ``` +Hello World diff --git a/cmd/executor/README.md b/cmd/executor/README.md index 17a624310eb..517ab8770ad 100644 --- a/cmd/executor/README.md +++ b/cmd/executor/README.md @@ -50,3 +50,4 @@ As with the VM image, we're producing an AMI for both AWS and GCP, there are two - `bazel run //cmd/executor/docker-mirror:ami.push` takes the AMIs from above and publish them (adjust perms, naming). While `gcloud` is provided by Bazel, AWS cli is expected to be available on the host running Bazel. +Hello World diff --git a/cmd/executor/kubernetes/README.md b/cmd/executor/kubernetes/README.md index 147ea8e09a0..d79a8769704 100644 --- a/cmd/executor/kubernetes/README.md +++ b/cmd/executor/kubernetes/README.md @@ -98,3 +98,4 @@ Run the following command to delete the executor. ```bash kubectl delete -f . ``` +Hello World diff --git a/cmd/frontend/README.md b/cmd/frontend/README.md index 1593ac188b0..5add5bfb209 100644 --- a/cmd/frontend/README.md +++ b/cmd/frontend/README.md @@ -7,3 +7,4 @@ Typically there are multiple replicas running in production to scale with load. Application data is stored in our PostgreSQL database. Session data is stored in the Redis store, and non-persistent data is stored in the Redis cache. +Hello World diff --git a/cmd/frontend/graphqlbackend/README.md b/cmd/frontend/graphqlbackend/README.md index dca62f568d2..1295eaca666 100644 --- a/cmd/frontend/graphqlbackend/README.md +++ b/cmd/frontend/graphqlbackend/README.md @@ -1,3 +1,4 @@ # README See [Developing the Sourcegraph GraphQL API](../../../doc/dev/background-information/graphql_api.md) and [How to add a GraphQL query](../../../doc/dev/how-to/add_graphql_query.md). +Hello World diff --git a/cmd/frontend/internal/executorqueue/README.md b/cmd/frontend/internal/executorqueue/README.md index abb399476eb..acaf0b3d8ab 100644 --- a/cmd/frontend/internal/executorqueue/README.md +++ b/cmd/frontend/internal/executorqueue/README.md @@ -6,3 +6,4 @@ The executor-queue maintains the executor work queues. Executor instances poll f - The `codeintel` queue contains unprocessed lsif_index records - The `batches` queue contains unprocessed batch_spec_execution records +Hello World diff --git a/cmd/gitserver/README.md b/cmd/gitserver/README.md index 5e03801d90a..c09c0b4e581 100644 --- a/cmd/gitserver/README.md +++ b/cmd/gitserver/README.md @@ -69,3 +69,4 @@ That wrapper shell script is `p4-fusion-wrapper-detect-kill.sh`, and in order to 1. Ensure all three of those are executable. After those steps, when a native `gitserver` process runs `p4-fusion`, it will run the wrapper shell script, which will itself run the `p4-fusion-binary` executable, and the `process-stats-watcher.sh` executable. +Hello World diff --git a/cmd/gitserver/internal/cacert/README.md b/cmd/gitserver/internal/cacert/README.md index ccc3da47b6c..ca3f03f5315 100644 --- a/cmd/gitserver/internal/cacert/README.md +++ b/cmd/gitserver/internal/cacert/README.md @@ -5,3 +5,4 @@ This package exists to expose the internal code in the stdlib x509 package relat To update run `update.bash`. It will copy the relevant code from your go installation and then patch it. Note: This does mean this won't work on darwin. So for example our code which depends on this package will not have system certificates to use in our development environments. +Hello World diff --git a/cmd/migrator/README.md b/cmd/migrator/README.md index 0a22d5d36ae..c5875c021e3 100644 --- a/cmd/migrator/README.md +++ b/cmd/migrator/README.md @@ -1,3 +1,4 @@ # Migrator The migrator service is deployed ahead of a Sourcegraph version upgrade to synchronously run database migrations required by the next version. Successful exit of the migrator denotes that the new version can be deployed. Database migrations are written to be backwards-compatible so that running the migrator for the next upgrade does not cause issues with a working instance. +Hello World diff --git a/cmd/migrator/airgappedgen/README.md b/cmd/migrator/airgappedgen/README.md index 2dec38516e1..a4b82cab0e6 100644 --- a/cmd/migrator/airgappedgen/README.md +++ b/cmd/migrator/airgappedgen/README.md @@ -130,3 +130,4 @@ Yes, as long as the content didn't change in the GCS bucket and nobody re-tagged The `genrule` that creates the tarball has the `stamp = 1` attribute, so Bazel will inspect the stable status variables and will rebuild this if it changes. And the `VERSION` is a stable attribute, so it will get rebuilt every time it changes, .i.e. on each release. +Hello World diff --git a/cmd/msp-example/README.md b/cmd/msp-example/README.md index d8a9e15d0ef..e88e1b6a304 100644 --- a/cmd/msp-example/README.md +++ b/cmd/msp-example/README.md @@ -7,3 +7,4 @@ This service is an example service testing and demonstrating how to build Manage ```sh bazel run //cmd/msp-example:candidate_push --stamp -- --tag insiders --repository us.gcr.io/sourcegraph-dev/msp-example ``` +Hello World diff --git a/cmd/pings/README.md b/cmd/pings/README.md index 5c39d500139..a7728612eb6 100644 --- a/cmd/pings/README.md +++ b/cmd/pings/README.md @@ -29,3 +29,4 @@ A "200 OK" status code is expected. This would send an entry to the GCP Pub/Sub topic `server-update-checks-test`, and once processed, should be available in the BigQuery table [`sourcegraph_analytics.update_checks_test`](https://console.cloud.google.com/bigquery?project=telligentsourcegraph&ws=!1m5!1m4!4m3!1stelligentsourcegraph!2ssourcegraph_analytics!3supdate_checks_test). You need to make the [Entitle request](https://app.entitle.io/request?targetType=resource&duration=10800&justification=Test%20pings%20service&integrationId=52e29e01-d551-4186-88a3-65ff4f28b8c3&resourceId=53946931-0002-469c-9b5f-c5af70bd1ffe&roleId=ea1606fd-2302-487d-83eb-d1f140478416&grantMethodId=ea1606fd-2302-487d-83eb-d1f140478416) to access this page. When there is an error processing the Pub/Sub message, the entry would be instead sent to another BigQuery table [`sourcegraph_analytics.update_checks_test_error_records`](https://console.cloud.google.com/bigquery?project=telligentsourcegraph&ws=!1m5!1m4!4m3!1stelligentsourcegraph!2ssourcegraph_analytics!3supdate_checks_test_error_records). +Hello World diff --git a/cmd/precise-code-intel-worker/README.md b/cmd/precise-code-intel-worker/README.md index 482d9e5ae59..0cdbb6e5e68 100644 --- a/cmd/precise-code-intel-worker/README.md +++ b/cmd/precise-code-intel-worker/README.md @@ -1,3 +1,4 @@ # Precise code intel worker The precise-code-intel-worker service converts LSIF upload file into Postgres data. This service is horizontally scalable. +Hello World diff --git a/cmd/repo-updater/README.md b/cmd/repo-updater/README.md index d10ccfe152a..40d72e4b61c 100644 --- a/cmd/repo-updater/README.md +++ b/cmd/repo-updater/README.md @@ -1,3 +1,4 @@ # repo-updater Repo-updater tracks the state of repos, and is responsible for automatically scheduling updates ("git fetch" runs) using gitserver. Other apps which desire updates or fetches should be telling repo-updater, rather than using gitserver directly, so repo-updater can take their changes into account. It is a singleton service by design, so there must only be one replica. +Hello World diff --git a/cmd/searcher/README.md b/cmd/searcher/README.md index 4b711a58ef4..0374ab9fb51 100644 --- a/cmd/searcher/README.md +++ b/cmd/searcher/README.md @@ -5,3 +5,4 @@ Provides on-demand unindexed search for repositories. It scans through a git arc This service should be scaled up the more on-demand searches that need to be done at once. For a search the frontend will scatter the search for each repo@commit across the replicas. The frontend will then gather the results. Like gitserver this is an IO and compute bound service. However, its state is just a disk cache which can be lost at anytime without being detrimental. [Life of a search query](../../doc/dev/background-information/architecture/life-of-a-search-query.md) +Hello World diff --git a/cmd/server/internal/goreman/README.md b/cmd/server/internal/goreman/README.md index a9735f2f374..8447ffa039f 100644 --- a/cmd/server/internal/goreman/README.md +++ b/cmd/server/internal/goreman/README.md @@ -3,3 +3,4 @@ This is a fork of github.com/mattn/goreman at commit d0ee41b21be92ce6fd3e55ad11c This fork turns the command into a library. github.com/mattn/goreman is licensed as MIT. +Hello World diff --git a/cmd/symbols/README.md b/cmd/symbols/README.md index 5b917df3e2f..794c192944d 100644 --- a/cmd/symbols/README.md +++ b/cmd/symbols/README.md @@ -7,3 +7,4 @@ The ctags output is stored in SQLite files on disk (one per repository@commit). It is used by [basic-code-intel](https://github.com/sourcegraph/sourcegraph-basic-code-intel) to provide the jump-to-definition feature. It supports regex queries, with prefix queries (`^foo`) and exact match queries (`^foo$`) optimized to perform index lookups. The symbols sidebar and search-based code intel benefit from these optimizations. +Hello World diff --git a/cmd/symbols/squirrel/README.md b/cmd/symbols/squirrel/README.md index 676ca44041e..79874c52883 100644 --- a/cmd/symbols/squirrel/README.md +++ b/cmd/symbols/squirrel/README.md @@ -1,3 +1,4 @@ # Squirrel Squirrel is an HTTP server for fast and precise local code intelligence using tree-sitter. +Hello World diff --git a/cmd/syntactic-code-intel-worker/README.md b/cmd/syntactic-code-intel-worker/README.md index 6502b93e12e..1651e4d91fb 100644 --- a/cmd/syntactic-code-intel-worker/README.md +++ b/cmd/syntactic-code-intel-worker/README.md @@ -6,3 +6,4 @@ Stateless service that handles generating SCIP data for codebases using Tree-sitter for powering syntax-based code navigation. [Design docs](https://docs.google.com/document/d/14MHauv52o4zTFiV6gC6NOJZxcJpglK-ElWa64gqeKDo/edit) (Sourcegraph internal) +Hello World diff --git a/cmd/telemetry-gateway/README.md b/cmd/telemetry-gateway/README.md index 4936e4b7346..74376778aee 100644 --- a/cmd/telemetry-gateway/README.md +++ b/cmd/telemetry-gateway/README.md @@ -3,3 +3,4 @@ Telemetry Gateway is a managed service that ingests events exported from Sourcegraph instances, manipulates them as needed, and exports them to designated Pub/Sub topics or other destinations for processing. Refer to [the Telemetry Gateway development documentation](https://sourcegraph.com/docs/dev/how-to/telemetry_gateway) for more development guidance. +Hello World diff --git a/cmd/worker/README.md b/cmd/worker/README.md index d28554f3ab5..723873b197e 100644 --- a/cmd/worker/README.md +++ b/cmd/worker/README.md @@ -1,3 +1,4 @@ # Worker The worker service is a collection of the background jobs performed by a Sourcegraph instance. Jobs registered to the worker will run periodically or in response to some event read from the database. +Hello World diff --git a/dev/auth-provider/README.md b/dev/auth-provider/README.md index d6fd5859b67..29778fe2920 100644 --- a/dev/auth-provider/README.md +++ b/dev/auth-provider/README.md @@ -23,3 +23,4 @@ If you need to edit client or user information and want to persist your changes: 1. Run `RESET=1 scripts/configure-keycloak.sh` to clobber the existing configuration with the `config/*.json` files' configuration. Not sure how to edit the JSON to achieve your desired outcome? Use the Keycloak admin interface at http://localhost:3220/auth (login as `root`/`q`) to change configuration, and then export to JSON. +Hello World diff --git a/dev/authtest/README.md b/dev/authtest/README.md index 99dcba3c331..530c718d0a4 100644 --- a/dev/authtest/README.md +++ b/dev/authtest/README.md @@ -1 +1,2 @@ While this test suite focuses on authentication and authorization related tests, you may still refer to [`dev/gqltest`'s README](../gqltest/README.md) for background and how to run it both locally and in CI. +Hello World diff --git a/dev/bkstats/README.md b/dev/bkstats/README.md index 1eb74589ac5..543137cef87 100644 --- a/dev/bkstats/README.md +++ b/dev/bkstats/README.md @@ -23,3 +23,4 @@ On 2021-10-22, the pipeline was red for 1h8m32.856s - Check `sourcegraph` organization - `read_builds` - `read_pipelines` +Hello World diff --git a/dev/build-tracker/README.md b/dev/build-tracker/README.md index 0689a27590a..7460a520a99 100644 --- a/dev/build-tracker/README.md +++ b/dev/build-tracker/README.md @@ -33,3 +33,4 @@ go test . -RunSlackIntegrationTest ``` You can enable Slack client debugging by exporting the following environment variable `BUILD_TRACKER_SLACK_DEBUG=1` +Hello World diff --git a/dev/buildchecker/README.md b/dev/buildchecker/README.md index 04c1b872819..5c9ea408a9e 100644 --- a/dev/buildchecker/README.md +++ b/dev/buildchecker/README.md @@ -70,3 +70,4 @@ Required for all `buildchecker` commands, except for `buildchecker history -load - `branch_test.go` contains integration tests against the GitHub API. Normally runs against recordings in `testdata` - to update `testdata`, run the tests with the `-update` flag. - All other tests are strictly unit tests. +Hello World diff --git a/dev/ci/README.md b/dev/ci/README.md index 147fe2f8ae6..76ac0aded36 100644 --- a/dev/ci/README.md +++ b/dev/ci/README.md @@ -2,3 +2,4 @@ We dynamically generate our CI pipeline for [Buildkite](https://buildkite.com/sourcegraph/sourcegraph) based on the output of [gen-pipeline.go](./gen-pipeline.go). To learn more, refer to the [continuous integration docs](https://sourcegraph.com/docs/dev/background-information/ci). +Hello World diff --git a/dev/ci/trivy/README.md b/dev/ci/trivy/README.md index 65ca4099d91..1e0ba6eb7c6 100644 --- a/dev/ci/trivy/README.md +++ b/dev/ci/trivy/README.md @@ -3,3 +3,4 @@ The folder contains the scripts that our CI pipeline uses to run vulnerability scans with [Trivy](https://aquasecurity.github.io/trivy/). See https://sourcegraph.com/docs/dev/background-information/ci for more information. +Hello World diff --git a/dev/clustering/README.md b/dev/clustering/README.md index 0c0ad3377a1..f0fdc496412 100644 --- a/dev/clustering/README.md +++ b/dev/clustering/README.md @@ -45,3 +45,4 @@ The output TSV file contains the original data plus a new "cluster" column with - SentenceTransformers - generating embeddings - sklearn - KMeans clustering - matplotlib - visualization +Hello World diff --git a/dev/codehost_testing/README.md b/dev/codehost_testing/README.md index f6f5a65f8b4..80341ebd34b 100644 --- a/dev/codehost_testing/README.md +++ b/dev/codehost_testing/README.md @@ -108,3 +108,4 @@ After the scenario has been successfully been applied, the corresponding Codehos ``` **IMPORTANT** Calling `Get()` on any scenario resource before the scenario has been applied will result in an error. **Get() will only return the Codehost resource if the scenario has been applied**. +Hello World diff --git a/dev/codeintel-qa/README.md b/dev/codeintel-qa/README.md index 409fd3f50bc..5eeb77b3a35 100644 --- a/dev/codeintel-qa/README.md +++ b/dev/codeintel-qa/README.md @@ -86,3 +86,4 @@ rm -rf testdata/indexes/ ``` Then run the `clone-and-index` step described above. +Hello World diff --git a/dev/depgraph/README.md b/dev/depgraph/README.md index 0be43038e59..5fa84ea5394 100644 --- a/dev/depgraph/README.md +++ b/dev/depgraph/README.md @@ -43,3 +43,4 @@ This command ensures the following lint passes. Violations of the lint rules wil - **NoLooseCommands**: Report main packages outside of known command roots - **NoReachingIntoCommands**: Report packages that import code from an unrelated command - **NoUnusedSharedCommandCode**: Report packages that could be moved into an internal package +Hello World diff --git a/dev/deployment-lag-notifier/README.md b/dev/deployment-lag-notifier/README.md index ba6ebea3c4c..49c4d46989b 100644 --- a/dev/deployment-lag-notifier/README.md +++ b/dev/deployment-lag-notifier/README.md @@ -23,3 +23,4 @@ If you would like to actually post the message, either configure the `-slack-web ## How it works This is inspired by `sg live cloud`. It is run on a [fixed schedule]() to check that code deployed to Cloud is recent. If it detects that the deployed version on Cloud differs by more than an allowed number of commits from the tip of `sourcegraph/sourcegraph@main`, an alert will be sent to a Slack channel. +Hello World diff --git a/dev/deployment-notifier/README.md b/dev/deployment-notifier/README.md index bb227df492a..85246fbce51 100644 --- a/dev/deployment-notifier/README.md +++ b/dev/deployment-notifier/README.md @@ -42,3 +42,4 @@ To avoid spamming comments, Deployment Notifier comes with a few flags to help: The tests uses recorded responses from GitHub, to update the cassettes, uses the `-update` flag when running `go test`. Make sure that the `GITHUB_TOKEN` environment is defined when doing so. +Hello World diff --git a/dev/gqltest/README.md b/dev/gqltest/README.md index 14c7e6ca1e3..687b8021a03 100644 --- a/dev/gqltest/README.md +++ b/dev/gqltest/README.md @@ -109,3 +109,4 @@ Adding new tests to this test suite is as easy as adding a Go test, here are som - Delete external services created during the test. - Although, sometimes you would not want to delete an entity so you could login and inspect the failure state. - Prefix your branch name with `backend-integration/` will run integration tests in CI on your pull request. +Hello World diff --git a/dev/insight-data-gen/README.md b/dev/insight-data-gen/README.md index 934d1d38629..ea915d36536 100644 --- a/dev/insight-data-gen/README.md +++ b/dev/insight-data-gen/README.md @@ -85,3 +85,4 @@ salami 2. Launch `src-cli` and mount generated repos to Sourcegraph 3. Gracefully handle duplicate commits 4. Generate the manifest with some help input rather than require the manifest manually created +Hello World diff --git a/dev/linters/staticcheck/README.md b/dev/linters/staticcheck/README.md index 5e53b8bee49..4df0b4f2f5a 100644 --- a/dev/linters/staticcheck/README.md +++ b/dev/linters/staticcheck/README.md @@ -13,3 +13,4 @@ Set the importpath to github.com/sourcegraph/sourcegraph/dev/llinters/staticchec ## How to regenerate the analyzers To regenerate the `BUILD.bazel` and `analyzer.bzl` files run `go generate` in `dev/linters/staticcheck`. This effectively runs `go run ./cmd/gen.go` +Hello World diff --git a/dev/managedservicesplatform/internal/resource/README.md b/dev/managedservicesplatform/internal/resource/README.md index 3508a6087b1..ce91013b8cb 100644 --- a/dev/managedservicesplatform/internal/resource/README.md +++ b/dev/managedservicesplatform/internal/resource/README.md @@ -25,3 +25,4 @@ In each resource, apply the following conventions to all CDKTF resources created - Use IDs _prefixed_ with the resource's `id` using `(resourceid.ID).TerraformID(...)`, to avoid collisions. Within each scope/[stack](../stack/README.md), IDs must be unique. - Set _display_ names to the resource's `id`, as these do not have uniqueness constraints. +Hello World diff --git a/dev/managedservicesplatform/stacks/README.md b/dev/managedservicesplatform/stacks/README.md index dd75e5618ea..e941ef57727 100644 --- a/dev/managedservicesplatform/stacks/README.md +++ b/dev/managedservicesplatform/stacks/README.md @@ -28,3 +28,4 @@ func NewStack(stacks *stack.Set, vars Variables) (*CrossStackOutput, error) { // ... } ``` +Hello World diff --git a/dev/perforce/test-helpers/README.md b/dev/perforce/test-helpers/README.md index e6fa26e5fd0..e76310534a6 100644 --- a/dev/perforce/test-helpers/README.md +++ b/dev/perforce/test-helpers/README.md @@ -60,3 +60,4 @@ A helper script that idempotently: **Run this script whenever you run a new test case and need to change the group membership.** _The address of the Perforce server, the superuser credentials to use, the test user credentials, and the depot name are all configurable via environment variables. See the beginning of [./p4-setup-protections.sh](./p4-setup-protections.sh) for more information._ +Hello World diff --git a/dev/pr-auditor/README.md b/dev/pr-auditor/README.md index f2c4d477e17..dfe30e122c1 100644 --- a/dev/pr-auditor/README.md +++ b/dev/pr-auditor/README.md @@ -1,3 +1,4 @@ # pr-auditor This action has been moved to https://github.com/sourcegraph/pr-auditor +Hello World diff --git a/dev/prometheus/README.md b/dev/prometheus/README.md index 4b66da659be..78c966a3d05 100644 --- a/dev/prometheus/README.md +++ b/dev/prometheus/README.md @@ -5,3 +5,4 @@ This directory contains configuration for the [Prometheus](https://prometheus.io This directory is mounted into the `prometheus` container. After making your changes to this directory, simply `docker restart prometheus` for your changes to take effect (depending on your change, Prometheus may respond to it as soon as you save the file). +Hello World diff --git a/dev/release/README.md b/dev/release/README.md index e1a1d2a7340..0c1d00af2e0 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -12,3 +12,4 @@ pnpm run release help # add 'all' to see test commands as well Before using this tool, please verify that the [release configuration](./release-config.jsonc) is set up correctly. +Hello World diff --git a/dev/scaletesting/README.md b/dev/scaletesting/README.md index d5c7954798b..01e21e815e1 100644 --- a/dev/scaletesting/README.md +++ b/dev/scaletesting/README.md @@ -7,3 +7,4 @@ This package is a collection of CLI tools to perform various operations in batch - `codehostcopy`: copies repositories from one codehost to another. Please see the individual READMEs for how to use these tools. +Hello World diff --git a/dev/scaletesting/bulkrepocreate/README.md b/dev/scaletesting/bulkrepocreate/README.md index a4b8446e9a1..ac5de53be69 100644 --- a/dev/scaletesting/bulkrepocreate/README.md +++ b/dev/scaletesting/bulkrepocreate/README.md @@ -35,3 +35,4 @@ _The script will run `git push` which requires to authenticate as the user pushi > Can I `ctrl-c` the script as we have a `-resume` flag? No. The script is made to handle errors from third parties, it's not handling anything else. +Hello World diff --git a/dev/scaletesting/bulkreposettings/README.md b/dev/scaletesting/bulkreposettings/README.md index 30ba88cca93..4efac173878 100644 --- a/dev/scaletesting/bulkreposettings/README.md +++ b/dev/scaletesting/bulkreposettings/README.md @@ -23,3 +23,4 @@ Flags: - Managing the workload - `state`: sqlite database name to create or resume from (default `state.db`) - `retry`: Number of times to retry pushind (can be tedious at high concurrency) +Hello World diff --git a/dev/scaletesting/codehostcopy/README.md b/dev/scaletesting/codehostcopy/README.md index 84b72b5d931..6c868dd4575 100644 --- a/dev/scaletesting/codehostcopy/README.md +++ b/dev/scaletesting/codehostcopy/README.md @@ -15,3 +15,4 @@ To get an example config, you can do: ``` codehostcopy example > my-config.cue ``` +Hello World diff --git a/dev/scaletesting/syntheticgithubdata/README.md b/dev/scaletesting/syntheticgithubdata/README.md index 628ed82db29..338d5ec46dd 100644 --- a/dev/scaletesting/syntheticgithubdata/README.md +++ b/dev/scaletesting/syntheticgithubdata/README.md @@ -23,3 +23,4 @@ A CLI tool that seeds a GitHub Enterprise instance with synthetic organisations, - `action`: Whether to 'create', 'delete', or 'validate' the synthetic data (default: `create`) - `resume`: Temporary state to use to resume progress if interrupted (default: `state.db`) - `generateTokens`: "Whether to generate new impersonation OAuth tokens for users (default: `false`) +Hello World diff --git a/dev/sg/README.md b/dev/sg/README.md index cc3e737af0f..81722a499e4 100644 --- a/dev/sg/README.md +++ b/dev/sg/README.md @@ -27,3 +27,4 @@ `sg` is the CLI tool that Sourcegraph developers can use to develop Sourcegraph. Learn more about it [here](https://sourcegraph.com/docs/dev/background-information/sg). +Hello World diff --git a/dev/sg/internal/usershell/autocomplete/README.md b/dev/sg/internal/usershell/autocomplete/README.md index fe18ab4f20c..cc5c0e98f0d 100644 --- a/dev/sg/internal/usershell/autocomplete/README.md +++ b/dev/sg/internal/usershell/autocomplete/README.md @@ -1,3 +1,4 @@ # autocomplete scripts Autocomplete scripts are sourced from [`urfave/cli/autocomplete`](https://github.com/urfave/cli/tree/main/autocomplete). +Hello World diff --git a/dev/sg/root/README.md b/dev/sg/root/README.md index b3c285e0118..917e7f9a11c 100644 --- a/dev/sg/root/README.md +++ b/dev/sg/root/README.md @@ -1 +1,2 @@ TODO: Move me into some shared area. This code is also used in dev/depgraph +Hello World diff --git a/dev/tilt/README.md b/dev/tilt/README.md index ce4630fa121..edc4a268641 100644 --- a/dev/tilt/README.md +++ b/dev/tilt/README.md @@ -30,3 +30,4 @@ Tilt will start an initial build of the frontend and deploy it. Whenever you are Similar to the `frontend` you can add other `custom_build` statements to your `Tiltfile` to build and watch the other servers. There are many `Tiltfile` modifications that can help accelerate the edit/build/deploy cycle: https://docs.tilt.dev/example_go.html +Hello World diff --git a/dev/update-embeddings-list/README.md b/dev/update-embeddings-list/README.md index 2454842ac4e..32b82a4d8e7 100644 --- a/dev/update-embeddings-list/README.md +++ b/dev/update-embeddings-list/README.md @@ -14,3 +14,4 @@ To work on this file: Alternatively you can also: 1. run `pnpm run start` +Hello World diff --git a/dev/zoekt/README.md b/dev/zoekt/README.md index ddbbeb34848..26503e619f4 100644 --- a/dev/zoekt/README.md +++ b/dev/zoekt/README.md @@ -4,3 +4,4 @@ This directory contains utilities that are useful for Zoekt development. - [update](./update) Updates the version of zoekt in `go.mod`. - [wrapper](./wrapper) Is used by our dev Procfile to control behaviour. +Hello World diff --git a/docker-images/README.md b/docker-images/README.md index 9c811653e1d..9905272a145 100644 --- a/docker-images/README.md +++ b/docker-images/README.md @@ -19,3 +19,4 @@ All images in this directory are built and published automatically on CI: 1. Create a `build.sh` and add your publishing script to it - the script should end with `docker tag ... "$IMAGE"`. See the scripts in this directory for examples. 2. Ensure your new script is executable with `chmod +x build.sh` (you can try it via e.g. `IMAGE=fake-repo/cadvisor:latest docker-images/$SERVICE/build.sh`, or by [building a test image](https://handbook.sourcegraph.com/engineering/deployments#building-docker-images-for-a-specific-branch)) 3. Add an image to the automated builds pipeline by adding it to [`SourcegraphDockerImages`](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+file:%5Edev/ci/images/images%5C.go+SourcegraphDockerImages&patternType=literal). +Hello World diff --git a/docker-images/cadvisor/README.md b/docker-images/cadvisor/README.md index 77886d7aa7d..3b7363206bf 100644 --- a/docker-images/cadvisor/README.md +++ b/docker-images/cadvisor/README.md @@ -40,3 +40,4 @@ Linux c74b74199c86 5.10.104-linuxkit #1 SMP Thu Mar 17 17:08:06 UTC 2022 x86_64 To update sourcegraph/cadvisor, modify by the digest in the Dockerfile's `FROM:` line to the digest of the multi-arch image you identified above, and update the `com.sourcegraph.cadvisor.version` label. The image is built by Buildkite CI, so after merging it will be built and deployed automatically. +Hello World diff --git a/docker-images/codeinsights-db/README.md b/docker-images/codeinsights-db/README.md index 14b6029999a..2d64a4e2f22 100644 --- a/docker-images/codeinsights-db/README.md +++ b/docker-images/codeinsights-db/README.md @@ -19,3 +19,4 @@ Please note that migrating from the Alpine image, this require a manual step to - Build: `bazel build //docker-images/codeinsights-db:image_tarball` - Test: `bazel build //docker-images/codeinsights-db:image_test` +Hello World diff --git a/docker-images/codeintel-db/README.md b/docker-images/codeintel-db/README.md index d1b28014ff0..f1e4e160221 100644 --- a/docker-images/codeintel-db/README.md +++ b/docker-images/codeintel-db/README.md @@ -19,3 +19,4 @@ Please note that migrating from the Alpine image, this require a manual step to - Build: `bazel build //docker-images/codeintel-db:image_tarball` - Test: `bazel build //docker-images/codeintel-db:image_test` +Hello World diff --git a/docker-images/executor-vm/README.md b/docker-images/executor-vm/README.md index 65bca3bb8b5..a7f6eecdd31 100644 --- a/docker-images/executor-vm/README.md +++ b/docker-images/executor-vm/README.md @@ -3,3 +3,4 @@ We produce a version of Ubuntu 20.04 (Focal Fossa), losely inspired by [weaveworks/ignite-ubuntu:20.04-amd64](https://github.com/weaveworks/ignite/blob/46bdd5d48425c4245fbe895e7da3621f491c3660/images/ubuntu/Dockerfile) that contains additional dependencies and config tweaks for the Sourcegraph executor fircracker VMs. This image serves as the base image for [Firecracker](https://github.com/firecracker-microvm/firecracker) virtual machines in which we run user configured containers and code. +Hello World diff --git a/docker-images/grafana/README.md b/docker-images/grafana/README.md index 0bcfb369cca..667aa78a8df 100644 --- a/docker-images/grafana/README.md +++ b/docker-images/grafana/README.md @@ -24,3 +24,4 @@ will be detected automatically while Grafana is running. More behavior can be controlled with [environmental variables](https://grafana.com/docs/installation/configuration/). +Hello World diff --git a/docker-images/initcontainer/README.md b/docker-images/initcontainer/README.md index c64e2c87fff..c3cfdb0255c 100644 --- a/docker-images/initcontainer/README.md +++ b/docker-images/initcontainer/README.md @@ -1 +1,2 @@ Simple container used as an initContainer in several places, to replace the use of sourcegraph/alpine-3.14. +Hello World diff --git a/docker-images/opentelemetry-collector/README.md b/docker-images/opentelemetry-collector/README.md index 4c3330fa8ba..da6e85a76b4 100644 --- a/docker-images/opentelemetry-collector/README.md +++ b/docker-images/opentelemetry-collector/README.md @@ -34,3 +34,4 @@ Each configuration requires environment variables to configure certain values - To learn more about configuration in general, see the official [collector configuration docs](https://opentelemetry.io/docs/collector/configuration). In the out-of-the-box configurations, debug pages ("zPages") are available at port 55679 by default - see [Exposed zPages routes](https://github.com/open-telemetry/opentelemetry-collector/blob/main/extension/zpagesextension/README.md#exposed-zpages-routes). +Hello World diff --git a/docker-images/postgres-12-alpine/README.md b/docker-images/postgres-12-alpine/README.md index a82f1631f1f..2a6af03c4c6 100644 --- a/docker-images/postgres-12-alpine/README.md +++ b/docker-images/postgres-12-alpine/README.md @@ -19,3 +19,4 @@ Please note that migrating from the Alpine image, this require a manual step to - Build: `bazel build //docker-images/postgres-12-alpine:image_tarball` - Test: `bazel build //docker-images/postgres-12-alpine:image_test` +Hello World diff --git a/docker-images/prometheus/README.md b/docker-images/prometheus/README.md index fb9043b5f50..d0f06c740f2 100644 --- a/docker-images/prometheus/README.md +++ b/docker-images/prometheus/README.md @@ -29,3 +29,4 @@ You can specify additional flags to pass to Prometheus by setting the environmen `prom-wrapper` also accepts a few configuration options through environment variables - see [`cmd/prom-wrapper/main.go`](./cmd/prom-wrapper/main.go) for more details. Alertmanager components can be disabled entirely with `DISABLE_ALERTMANAGER=true`. +Hello World diff --git a/docker-images/prometheus/cmd/prom-wrapper/README.md b/docker-images/prometheus/cmd/prom-wrapper/README.md index 265339d5cb2..22d2f5d9616 100644 --- a/docker-images/prometheus/cmd/prom-wrapper/README.md +++ b/docker-images/prometheus/cmd/prom-wrapper/README.md @@ -1,3 +1,4 @@ # prom-wrapper Prom-wrapper is a service that ships with the [Sourcegraph Prometheus image](https://sourcegraph.com/docs/dev/background-information/observability/prometheus). +Hello World diff --git a/docker-images/syntax-highlighter/README.md b/docker-images/syntax-highlighter/README.md index 0de4df488c7..febe25d4bf4 100644 --- a/docker-images/syntax-highlighter/README.md +++ b/docker-images/syntax-highlighter/README.md @@ -102,3 +102,4 @@ $ cargo update -p syntect ## Supported languages: Run: `cargo run --bin syntect_server` to see supported languages. +Hello World diff --git a/docker-images/syntax-highlighter/crates/scip-syntax/README.md b/docker-images/syntax-highlighter/crates/scip-syntax/README.md index 9a48dd9b537..b55dc96eed8 100644 --- a/docker-images/syntax-highlighter/crates/scip-syntax/README.md +++ b/docker-images/syntax-highlighter/crates/scip-syntax/README.md @@ -118,3 +118,4 @@ cargo run -- index --language java --out ./index.scip file1.java file2.java ... ```bash bazel run //docker-images/syntax-highlighter/crates/scip-syntax -- index --language java --out ./index.scip file1.java file2.java ... ``` +Hello World diff --git a/docker-images/syntax-highlighter/crates/syntax-analysis/README.md b/docker-images/syntax-highlighter/crates/syntax-analysis/README.md index 9f45b1cb2d6..9640cf63697 100644 --- a/docker-images/syntax-highlighter/crates/syntax-analysis/README.md +++ b/docker-images/syntax-highlighter/crates/syntax-analysis/README.md @@ -41,3 +41,4 @@ fn main() { [locals query DSL]: docs/locals-query-dsl.md [locals scoping]: docs/locals-scoping.md [tree-sitter query]: https://tree-sitter.github.io/tree-sitter/using-parsers#pattern-matching-with-queries +Hello World diff --git a/docker-images/syntax-highlighter/crates/tree-sitter-all-languages/README.md b/docker-images/syntax-highlighter/crates/tree-sitter-all-languages/README.md index 1c7a7f32363..fd906e270ea 100644 --- a/docker-images/syntax-highlighter/crates/tree-sitter-all-languages/README.md +++ b/docker-images/syntax-highlighter/crates/tree-sitter-all-languages/README.md @@ -14,3 +14,4 @@ we are building and loading grammars and sync them all on the same tree-sitter v - Enable the highlights in `src/highlight.rs` - Add a snapshot test - Done! +Hello World diff --git a/internal/authz/providers/perforce/cmd/scanprotects/README.md b/internal/authz/providers/perforce/cmd/scanprotects/README.md index 423614bb1df..bfc315d400a 100644 --- a/internal/authz/providers/perforce/cmd/scanprotects/README.md +++ b/internal/authz/providers/perforce/cmd/scanprotects/README.md @@ -87,3 +87,4 @@ p4 protects -u USER | ./scanprotects -d "//some/test/depot/" |& jq '{"Body": .Bo } ... ``` +Hello World diff --git a/internal/cmd/ghe-feeder/README.md b/internal/cmd/ghe-feeder/README.md index d9cf39f30f0..0dba39b4f40 100644 --- a/internal/cmd/ghe-feeder/README.md +++ b/internal/cmd/ghe-feeder/README.md @@ -1,3 +1,4 @@ # GHE feeder tool Please see [Handbook entry](https://handbook.sourcegraph.com/engineering/distribution/tools/ghe_feeder). +Hello World diff --git a/internal/cmd/git-combine/README.md b/internal/cmd/git-combine/README.md index b08f68bb9f4..7e14c2285c4 100644 --- a/internal/cmd/git-combine/README.md +++ b/internal/cmd/git-combine/README.md @@ -58,3 +58,4 @@ This script will print the size of the working copy in Gb: git ls-tree -r --long HEAD | awk '$4 != "-" { total += $4 } END { print total / 1024 / 1024 / 1024.0 }' ``` +Hello World diff --git a/internal/cmd/init-sg/README.md b/internal/cmd/init-sg/README.md index 23b28fc4c21..af9161d6c67 100644 --- a/internal/cmd/init-sg/README.md +++ b/internal/cmd/init-sg/README.md @@ -77,3 +77,4 @@ The format for the external service json file is as follows, multiple github ext } ] ``` +Hello World diff --git a/internal/cmd/progress-bot/README.md b/internal/cmd/progress-bot/README.md index d97b5ff5f71..cb32e52f0c9 100644 --- a/internal/cmd/progress-bot/README.md +++ b/internal/cmd/progress-bot/README.md @@ -17,3 +17,4 @@ Usage of ./progress-bot: The `progress-bot` is deployed with [this GitHub action](../../../.github/workflows/progress.yml). In order to deploy a new version, first run `docker build -t sourcegraph/progress-bot .` and then `docker push sourcegraph/progress-bot`. +Hello World diff --git a/internal/cmd/search-blitz/README.md b/internal/cmd/search-blitz/README.md index 716e98c11de..f936a649cf5 100644 --- a/internal/cmd/search-blitz/README.md +++ b/internal/cmd/search-blitz/README.md @@ -40,3 +40,4 @@ kubectl port-forward search-blitz-0 3000:3000 -n monitoring ``` open http://localhost:3000 +Hello World diff --git a/internal/cmd/tracking-issue/README.md b/internal/cmd/tracking-issue/README.md index 481a7491386..0098ddcb13e 100644 --- a/internal/cmd/tracking-issue/README.md +++ b/internal/cmd/tracking-issue/README.md @@ -27,3 +27,4 @@ In order to deploy a new version, first run `docker build -t sourcegraph/trackin Run the tests with `go test`, update fixtures (i.e. GitHub issues and PRs data) with `go test -update.fixture` and update the generated tracking issue golden file with `go test -update`. You can also run the tool manually in `-dry` mode to visualize the resulting tracking issues without updating them on GitHub. +Hello World diff --git a/internal/codeintel/autoindexing/internal/inference/lua/README.md b/internal/codeintel/autoindexing/internal/inference/lua/README.md index e19290a1e8a..dbf9716c6cf 100644 --- a/internal/codeintel/autoindexing/internal/inference/lua/README.md +++ b/internal/codeintel/autoindexing/internal/inference/lua/README.md @@ -7,3 +7,4 @@ this directory. We could investigate using something like Selene or other tools to enforce that we don't have any typos across Lua-Go boundary, but I'll leave the for future exploration. +Hello World diff --git a/internal/codeintel/ranking/README.md b/internal/codeintel/ranking/README.md index 33f25e3643a..bdb09c433f7 100644 --- a/internal/codeintel/ranking/README.md +++ b/internal/codeintel/ranking/README.md @@ -1,3 +1,4 @@ # Ranking This package is an experimental service to show value in ranking search results. Do not depend on this API as it's unlikely to remain stable for some time. +Hello World diff --git a/internal/codeintel/uploads/internal/commitgraph/README.md b/internal/codeintel/uploads/internal/commitgraph/README.md index 803a5f05ef3..f14d62f0b95 100644 --- a/internal/codeintel/uploads/internal/commitgraph/README.md +++ b/internal/codeintel/uploads/internal/commitgraph/README.md @@ -124,3 +124,4 @@ We then run a query to compare the actual table and the temporary table and inse ### TODO: Queries for commits not yet in the annotated commit graph When information is requested for an unknown commit in a repository we ask git server for a fragment of the commit graph that includes the commit and "graft" it onto our existing graph +Hello World diff --git a/internal/database/migration/cliutil/drift-schemas/README.md b/internal/database/migration/cliutil/drift-schemas/README.md index 02787975ba0..dfe5fa3c10e 100644 --- a/internal/database/migration/cliutil/drift-schemas/README.md +++ b/internal/database/migration/cliutil/drift-schemas/README.md @@ -3,3 +3,4 @@ This directory contains the script that generates squashed definitions from historic tagged commits. This data allows the drift utilities to work on instances prior to Sourcegraph 3.42, when the squashed definitions were stored reliably in the Git tree. +Hello World diff --git a/internal/database/migration/shared/data/cmd/generator/README.md b/internal/database/migration/shared/data/cmd/generator/README.md index 80466b078cb..d8f6e923a78 100644 --- a/internal/database/migration/shared/data/cmd/generator/README.md +++ b/internal/database/migration/shared/data/cmd/generator/README.md @@ -45,3 +45,4 @@ Once we roll out the new release process, we'll automate that step, so nobody ha TODO @jhchabran. If something goes wrong with the GCP bucket, the `internal/database/migration/shared/data/cmd/migrationdump/` tool can be used to regenerate all previous migration dumps. +Hello World diff --git a/internal/encryption/README.md b/internal/encryption/README.md index e1088aa0cf9..a744de7eda5 100644 --- a/internal/encryption/README.md +++ b/internal/encryption/README.md @@ -45,3 +45,4 @@ The `encryption.Key` interface was built to be simple, and intended to be extend - AWS KMS - Mounted Key - No Op +Hello World diff --git a/internal/hostmatcher/README.md b/internal/hostmatcher/README.md index 4d173b75c08..16dc3e053fd 100644 --- a/internal/hostmatcher/README.md +++ b/internal/hostmatcher/README.md @@ -5,3 +5,4 @@ This was done since depending on the full gitea source code created issues in tracking dependencies due to the large number of deps that change in the gitea project. In particular we had trouble updating and resolving a CVE from the dependency. +Hello World diff --git a/internal/own/codeowners/README.md b/internal/own/codeowners/README.md index eeecb210f48..b28fdc96e67 100644 --- a/internal/own/codeowners/README.md +++ b/internal/own/codeowners/README.md @@ -5,3 +5,4 @@ If making changes to the proto file, please refresh the generated Go code by run ``` sg generate buf ``` +Hello World diff --git a/internal/requestclient/geolocation/data/README.md b/internal/requestclient/geolocation/data/README.md index e887977bad4..f334c59a6ab 100644 --- a/internal/requestclient/geolocation/data/README.md +++ b/internal/requestclient/geolocation/data/README.md @@ -12,3 +12,4 @@ The full licensing terms are available [here](https://db-ip.com/db/lite.php). This database was last updated 11/16/2023. We should aim to update this yearly to stay in sync with any changes. The database should be downloaded in MMDB format the ["IP to Country Lite" database page](https://db-ip.com/db/download/ip-to-country-lite). +Hello World diff --git a/lib/README.md b/lib/README.md index 2b2c601122c..9e76ba8c9f2 100644 --- a/lib/README.md +++ b/lib/README.md @@ -3,3 +3,4 @@ This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo. Code in this module should _not_ import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module. +Hello World diff --git a/lib/codeintel/lsif/protocol/README.md b/lib/codeintel/lsif/protocol/README.md index 0f55400c3aa..5d4b1c5249c 100644 --- a/lib/codeintel/lsif/protocol/README.md +++ b/lib/codeintel/lsif/protocol/README.md @@ -1,3 +1,4 @@ # LSIF protocol utilities for Go This repository contains LSIF protocol struct definitions. +Hello World diff --git a/lib/codeintel/tools/README.md b/lib/codeintel/tools/README.md index 7d2252326eb..115e1994fbf 100644 --- a/lib/codeintel/tools/README.md +++ b/lib/codeintel/tools/README.md @@ -135,3 +135,4 @@ This command validates the output of an LSIF indexer. The following properties a ## lsif-visualize Documentation coming soon. +Hello World diff --git a/lib/codeintel/tools/merge-tries/README.md b/lib/codeintel/tools/merge-tries/README.md index dda04a3e781..3b18e8654c2 100644 --- a/lib/codeintel/tools/merge-tries/README.md +++ b/lib/codeintel/tools/merge-tries/README.md @@ -17,3 +17,4 @@ from 125334 rows to 100428 rows reduction by 19.87% ``` +Hello World diff --git a/migrations/README.md b/migrations/README.md index c2421f53ed7..5802727df8d 100644 --- a/migrations/README.md +++ b/migrations/README.md @@ -41,3 +41,4 @@ To pass CI, you'll additionally need to: ### Reverting a migration If a reverted PR contains a DB migration, it may still have been applied to Sourcegraph.com, k8s.sgdev.org, etc. due to their rollout schedules. In some cases, it may also have been part of a Sourcegraph release. To fix this, you should create a PR to revert the migrations of that commit. The `sg migration revert ` command automates all the necessary changes the migration definitions. +Hello World diff --git a/monitoring/README.md b/monitoring/README.md index 2d7dbbfe21e..d07d562ac97 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -27,3 +27,4 @@ The Sourcegraph monitoring generator consists of three components: This is where the API for service monitoring definitions is defined, as well as the generator code that provides [its features](https://sourcegraph.com/docs/dev/background-information/observability/monitoring-generator#features). All features and capabilities for developed for the generator should align with the [Sourcegraph monitoring pillars](https://handbook.sourcegraph.com/engineering/observability/monitoring_pillars). +Hello World diff --git a/monitoring/monitoring/README.md b/monitoring/monitoring/README.md index 683ca836294..a4648746f1b 100755 --- a/monitoring/monitoring/README.md +++ b/monitoring/monitoring/README.md @@ -10,3 +10,4 @@ For more details about this package, refer to the [API documentation](https://so To learn more about developing monitoring for Sourcegraph, refer to [the observability developer's guide](https://sourcegraph.com/docs/dev/background-information/observability). To learn more about the Sourcegraph monitoring generator, refer to [the monitoring generator overview](https://sourcegraph.com/docs/dev/background-information/observability/monitoring-generator). +Hello World diff --git a/schema/README.md b/schema/README.md index f89c24949e7..63b6df781d5 100644 --- a/schema/README.md +++ b/schema/README.md @@ -18,3 +18,4 @@ Sourcegraph uses the following JSON Schemas: ## Known issues - The JSON Schema IDs (URIs) are of the form `https://sourcegraph.com/v1/*.schema.json#`, but these are not actually valid URLs. This means you generally need to supply them to JSON Schema validation libraries manually instead of having the validator fetch the schema from the web. +Hello World diff --git a/tools/md2mdx/README.md b/tools/md2mdx/README.md index fbd15b38955..f3be1cfd499 100644 --- a/tools/md2mdx/README.md +++ b/tools/md2mdx/README.md @@ -31,3 +31,4 @@ eliminates the trailing slash for index pages, but doesn't account for that when As mentioned above, it's pretty empirical. When finding some broken rendering, add a unit test in `main_test.go` and work out some way to get it right. +Hello World diff --git a/tools/release/README.md b/tools/release/README.md index 130abd6f744..3c464ecb3f5 100644 --- a/tools/release/README.md +++ b/tools/release/README.md @@ -5,3 +5,4 @@ When a build is triggered with `RELEASE_PUBLIC=true`, the pipeline will consists of a single step that runs `promote_images.sh`. See TODO for the reference documentation for the new release process. +Hello World diff --git a/wolfi-images/README.md b/wolfi-images/README.md index 501844c034d..b5e5a2c110e 100644 --- a/wolfi-images/README.md +++ b/wolfi-images/README.md @@ -3,3 +3,4 @@ Wolfi base images - these are used as base images by our Dockerfiles in `cmd/` a - `sourcegraph`: minimal image, used by simple images that don't have any additional dependencies. - `sourcegraph-dev`: contains additional tooling making it useful for development; not for production use. - Other images are bases for specific Dockerfiles, and include the packages required by each container. +Hello World