- Foo
- Bar zip
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
$ mkdir testrepo | |
$ git init | |
$ git lfs install | |
Updated git hooks. | |
Git LFS initialized. | |
$ git lfs track "*.psd" | |
Tracking "*.psd" | |
$ git add .gitattributes | |
$ git commit -m "attributes" | |
[master (root-commit) 4a725e5] attributes |
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
const PRIMITIVE_PROTO_TYPES = new Set([ | |
'double', | |
'float', | |
'int32', | |
'int64', | |
'uint32', | |
'uint64', | |
'sint32', | |
'sint64', | |
'fixed32', |
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
from atg.buildkite.cli import BuildkiteCli | |
from atg.buildkite.environment import is_buildkite_build | |
from atg.devex.ci import execution_environment | |
from atg.devex.ci.buildkite.log import print_separator | |
from atg.devex.ci.changedtargets import ( | |
JSON_TARGET_FILENAME, | |
BAZEL_PROTOBUF_FILENAME, | |
changed_targets_report, | |
determine_changed_targets, |
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
{ | |
"data": { | |
"__schema": { | |
"queryType": { | |
"name": "Query", | |
"description": "The query root for this schema", | |
"kind": "OBJECT" | |
}, | |
"mutationType": { | |
"name": "Mutation", |
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
{ | |
"queryType": { | |
"name": "Query", | |
"description": "The query root for this schema", | |
"kind": "OBJECT" | |
}, | |
"mutationType": { | |
"name": "Mutation", | |
"description": "The root for mutations in this schema", | |
"kind": "OBJECT" |
See the this JavaClient for the API: https://sourcegraph.com/github.com/bjansen/IDEALeek/-/blob/src/com/plopiplop/leekwars/apiclient/LeekWarsApiClient.java
Looks like the flow:
- list all scripts
OlderNewer