- The
bitbucketserver.exclude
setting in Bitbucket Server external service config additionally allows you to exclude repositories matched by a regular expression (so that they won't be synced).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE EXTENSION IF NOT EXISTS dblink; | |
CREATE OR REPLACE FUNCTION remote_exec(suffix text, query text) RETURNS void AS $$ | |
BEGIN | |
PERFORM dblink_exec('dbname=' || current_database() || suffix || ' password=MYPASSWORD user=' || current_user, query); | |
END; | |
$$ | |
LANGUAGE plpgsql; | |
CREATE OR REPLACE FUNCTION create_lsif_db() RETURNS void AS $$ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ec2-user@ip-10-0-0-145 zoekt-shared-disk]$ pwd | |
/data/zoekt-shared-disk | |
[ec2-user@ip-10-0-0-145 zoekt-shared-disk]$ du -m -a | sort -n | |
0 ./.trash | |
1 ./50.112.230.151%2FTEST%2F00benallen--gui_core_00_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F00benallen--gui_core_00_v16.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F057a3dd61f99517a3afea0051a49cb27994f94d--rslinux_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F057a3dd61f99517a3afea0051a49cb27994f94d--rslinux_v16.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F0ang3el--hibernate-injection-study_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F0ang3el--hibernate-injection-study_v16.00000.zoekt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ec2-user@ip-10-0-0-145 zoekt-shared-disk]$ pwd | |
/data/zoekt-shared-disk | |
[ec2-user@ip-10-0-0-145 zoekt-shared-disk]$ du -m -a | sort -n | |
0 ./.trash | |
1 ./50.112.230.151%2FTEST%2F00benallen--gui_core_00_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F057a3dd61f99517a3afea0051a49cb27994f94d--rslinux_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F0ang3el--hibernate-injection-study_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F0ovicero0--serverspeeder_install_v15.00000.zoekt | |
1 ./50.112.230.151%2FTEST%2F0ovicero0--serverspeeder_install_v15.00001.zoekt | |
1 ./50.112.230.151%2FTEST%2F0rkgrrr1--hello-world_v15.00000.zoekt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"facebook/create-react-app", | |
"reduxjs/redux", | |
"GoogleChrome/puppeteer", | |
"trekhleb/javascript-algorithms", | |
"30-seconds/30-seconds-of-code", | |
"zeit/next.js", | |
"yarnpkg/yarn", | |
"storybooks/storybook", | |
"thedaviddias/Front-End-Checklist", | |
"NARKOZ/hacker-scripts", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// +build ignore | |
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WebSocket connection to TypeScript backend at wss://typescript.sourcegraph.com opened | |
extension.ts:133 Initializing TypeScript backend... | |
extension.ts:104 1:41:40 PM TypeScript backend [conn 609b2510-fcc4-11e8-ad49-c36481de55ad] Trace initialize https://app.lightstep.com/cbb1e22b27954f252b7ec9e394363309/trace?span_guid=4bf2ce4d0421f9f2&at_micros=1544478099984279 | |
extension.ts:104 1:41:40 PM TypeScript backend [conn 609b2510-fcc4-11e8-ad49-c36481de55ad] rootUri https://sourcegraph.com/github.com/sourcegraph/sourcegraph@REDACTED/-/raw/ | |
extension.ts:104 1:41:40 PM TypeScript backend [conn 609b2510-fcc4-11e8-ad49-c36481de55ad] Fetching archive from https://sourcegraph.com/github.com/sourcegraph/sourcegraph@REDACTED/-/raw/ | |
extension.ts:104 1:41:40 PM TypeScript backend [conn 609b2510-fcc4-11e8-ad49-c36481de55ad] Extracting to /home/node/cache/lang-typescript-7cdd8b84ff-bxnhw/609b2510-fcc4-11e8-ad49-c36481de55ad/repo | |
extension.ts:104 1:41:41 PM TypeScript backend [conn 609b2510-fcc4-11e8-ad49-c36481de55ad] package.j |
- Enable / install Docker for Mac's Kubernetes support via Docker > Preferences > Kubernetes:
-
Ensure Docker has lots of memory (e.g. 8GB).
-
Delete all
resources
andlimits
references in our repository. Otherwise all pods will fail to start due to hitting the resource requests. Unless you have something like a 90 core 300GB RAM dev laptop, I don't know of a better way to do this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NewRouter returns a new router instance. | |
func NewRouter() *Router { | |
return &Router{namedRoutes: make(map[string]*Route), KeepContext: false} | |
} |
1)---0:28-0:35-------------------------- | - | 2)---0:35-0:42-------------------------
βββ βββ | βββ βββ | βββ βββ | βββ βββ | - | βββ βββ | βββ βββ | βββ βββ | βββ βββ
βββ βββ | βββ βββ | βββ βββ | βββ βββ | - | βββ βββ | βββ βββ | βββ βββ | βββ βββ
βββ βββ | βββ βββ | - | βββ βββ | βββ βββ
-------------------------------------- | - | -------------------------------------