content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
# This is a simple wrapper for eng/pipeline.yml to get around the limitation of\n# user-defined variables not being available in yaml template expressions.\n\n# Parameters ARE available in template expressions, and parameters can have default values,\n# so they can be used to control yaml flow.\n#\n\nvariables:\n # ...
dataset_sample\yaml\csharp\azure-pipelines1.yml
azure-pipelines1.yml
YAML
2,096
0.8
0.088235
0.3
vue-tools
770
2024-04-22T08:28:34.983081
GPL-3.0
false
7becc5d65142217be5d24ccc36a4882e
# CI build for developer builds.\n\nvariables:\n- template: config/settings.yml\n- name: packagingEnabled\n value: false\n\njobs:\n- job: Unity2019Validation\n timeoutInMinutes: 120\n pool:\n name: On-Prem Unity\n demands:\n - ${{ variables.Unity2019Version }}\n - COG-UnityCache-WUS2-01\n - SDK_18362 ...
dataset_sample\yaml\csharp\ci-daily.yml
ci-daily.yml
YAML
812
0.8
0.027778
0.030303
node-utils
660
2025-01-24T12:03:36.637106
Apache-2.0
false
c07b4171714965088e40cd791398453b
# CI build producing developer packages.\n\nvariables:\n- template: config/settings.yml\n\njobs:\n- job: UnityValidation\n timeoutInMinutes: 90\n pool:\n name: On-Prem Unity\n demands:\n - ${{ variables.Unity2018Version }}\n - COG-UnityCache-WUS2-01\n - SDK_18362 -equals TRUE\n steps:\n - template: t...
dataset_sample\yaml\csharp\ci-packaging-dontpublish.yml
ci-packaging-dontpublish.yml
YAML
384
0.8
0
0.0625
vue-tools
302
2025-06-10T12:02:04.650297
MIT
false
bef31a7d3f0814a6b91671ef9f5f99d0
# CI build producing developer packages.\n\nvariables:\n- template: config/settings.yml\n\njobs:\n- job: CodeValidation\n pool:\n vmImage: windows-latest\n steps:\n - template: templates/validation.yml\n\n- job: UnityValidation\n timeoutInMinutes: 90\n pool:\n name: Analog-Unity\n demands:\n - ImageV...
dataset_sample\yaml\csharp\ci-packaging-internal.yml
ci-packaging-internal.yml
YAML
650
0.8
0
0.041667
react-lib
377
2024-06-28T07:49:11.136500
BSD-3-Clause
false
7330d90f49f53988eb235d092ed57d2e
# Weekly build for compliance tasks\npr: none\ntrigger: none\nschedules:\n- cron: 0 8 * * 1 # every Monday at 8:00 UTC\n displayName: Weekly build\n branches:\n include:\n - main\n\nvariables:\n- template: config/settings.yml\n- name: 'SOMWorkspaceID'\n value: '9aee72fc-a4e1-4f86-8343-8bcb69b03955'\n- name: '...
dataset_sample\yaml\csharp\ci-weekly-internal.yml
ci-weekly-internal.yml
YAML
2,336
0.8
0.012346
0.041096
react-lib
893
2024-12-11T18:31:05.339695
MIT
false
c4460eb454f48956b292f00bd93a4100
# Documentation: https://docs.codecov.io/docs/codecov-yaml\n\ncodecov:\n # Avoid "Missing base report"\n # https://github.com/codecov/support/issues/363\n # https://docs.codecov.io/docs/comparing-commits\n allow_coverage_offsets: true\n\n # Avoid Report Expired\n # https://docs.codecov.io/docs/codecov...
dataset_sample\yaml\csharp\codecov.yml
codecov.yml
YAML
645
0.8
0
0.555556
vue-tools
77
2023-09-21T08:50:21.930984
BSD-3-Clause
false
4a86c9ebfc678dd0f7493b00258baaf9
################################################################################\n# ML.NET's Code Coverage validation build\n################################################################################\n\npr:\n branches:\n include:\n - main\n - feature/*\n - release/*\n paths:\n include:\n - '*'...
dataset_sample\yaml\csharp\codecoverage-ci.yml
codecoverage-ci.yml
YAML
1,011
0.8
0
0.0625
awesome-app
544
2025-06-16T04:39:38.641371
Apache-2.0
false
0cf7f276943111ef76f7088816281a3c
{% metadata_file .yamato/coverage_tests.metafile %}\n---\n{% for package in coverage_test_packages %}\n{% for editor in coverage_test_editors %}\n{% for platform in coverage_test_platforms %}\n{% capture coverageOptions %} --enable-code-coverage --code-coverage-options 'generateHtmlReport;assemblyFilters:+{{ package.as...
dataset_sample\yaml\csharp\com.unity.ml-agents-coverage.yml
com.unity.ml-agents-coverage.yml
YAML
2,120
0.8
0.116279
0
node-utils
844
2024-10-24T10:59:05.429233
BSD-3-Clause
false
a03e7d14cfa62a1567796932a2716339
pack:\n name: Pack\n agent:\n type: Unity::VM\n image: ml-agents/ml-agents-ubuntu-18.04:latest\n flavor: b1.small\n commands:\n - |\n eval "$($HOME/anaconda/bin/conda shell.bash hook)"\n conda activate python3.10\n python3 -m pip install unity-downloader-cli --index-url https://artifactory...
dataset_sample\yaml\csharp\com.unity.ml-agents-pack.yml
com.unity.ml-agents-pack.yml
YAML
853
0.8
0
0
python-kit
820
2024-05-22T03:36:00.705261
MIT
false
9095c39402d4b4a38066c37a262db16a
#disabling mac perf tests until utr issue is resolved.\n#test_editors:\n# - version: 2023.2\n#---\n#{% for editor in test_editors %}\n#Run_Mac_Perfomance_Tests{{ editor.version }}:\n# name: Run Mac Performance Tests {{ editor.version }}\n# agent:\n# type: Unity::VM::osx\n# image: package-ci/macos-13:v4\n# f...
dataset_sample\yaml\csharp\com.unity.ml-agents-performance.yml
com.unity.ml-agents-performance.yml
YAML
1,206
0.8
0.033333
1
awesome-app
511
2024-02-25T11:56:58.526372
BSD-3-Clause
false
50782ffeec7b5158bb7f347a3c5fdf79
test_editors:\n - version: 2023.2\ntest_platforms:\n - name: win\n type: Unity::VM\n image: package-ci/win11:v4\n flavor: b1.large\n---\n\n{% for editor in test_editors %}\n{% for platform in test_platforms %}\npromotion_test_{{ platform.name }}_{{ editor.version }}:\n name : Promotion Test {{ editor.versio...
dataset_sample\yaml\csharp\com.unity.ml-agents-promotion.yml
com.unity.ml-agents-promotion.yml
YAML
1,948
0.8
0.089552
0.063492
python-kit
472
2025-03-23T12:25:10.108964
MIT
false
7c994affd808026b2a9f86a9ae9d1487
publish:\n name: Publish ML-Agents to Internal Registry\n agent:\n type: Unity::VM\n image: package-ci/win11:v4\n flavor: b1.large\n variables:\n UPMCI_ENABLE_PACKAGE_SIGNING: 1\n commands:\n - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/...
dataset_sample\yaml\csharp\com.unity.ml-agents-publish.yml
com.unity.ml-agents-publish.yml
YAML
711
0.8
0
0.130435
awesome-app
885
2025-05-31T02:27:43.955268
GPL-3.0
false
dbab3a5f0ecb3cf0db145170794858ab
# Configuration for welcome - https://github.com/behaviorbot/welcome\n\n## Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome\n\n# Comment to be posted to on first time issues\n#newIssueWelcomeComment: >\n# Thanks for opening your first issue here! Be sure to follow the issue templa...
dataset_sample\yaml\csharp\config.yml
config.yml
YAML
1,344
0.8
0.26087
0.647059
awesome-app
25
2023-10-31T08:05:14.640324
GPL-3.0
false
a6db0fce4338148c53c5a373b034d313
"base_path": ".."\n"preserve_hierarchy": true\n"files": [\n {\n "source": "/ArchiSteamFarm/Localization/Strings.resx",\n "translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",\n "translation_replace": {\n ".bs-BA.resx": ".bs-Latn.resx",\n ".lol-US.resx": ".qps-Ploc.resx",\n ".sr-C...
dataset_sample\yaml\csharp\crowdin.yml
crowdin.yml
YAML
2,133
0.8
0
0
python-kit
29
2025-01-11T22:09:08.850060
MIT
false
fd46b87245f7efe92bbc720f3666519f
version: 2\nupdates:\n- package-ecosystem: nuget\n directory: "/"\n schedule:\n interval: weekly\n time: "01:00"\n open-pull-requests-limit: 10\n labels:\n - kind/dependency\n - do-not-merge/work-in-progress\n ignore:\n - dependency-name: Microsoft.VisualStudio.Telemetry\n versions:\n - "> 16.3.2"\n...
dataset_sample\yaml\csharp\dependabot.yml
dependabot.yml
YAML
14,253
0.7
0
0
node-utils
708
2025-03-07T11:10:52.170285
GPL-3.0
false
a63c02b23441a98e6e6a469d6e6ce49b
name: Docker gcr.io/google-appengine/aspnetcore\n\non:\n pull_request:\n types: [synchronize, opened]\n\nenv:\n DEBIAN_FRONTEND: noninteractive\n\njobs:\n build:\n\n runs-on: ubuntu-18.04\n \n steps:\n - uses: actions/checkout@v2\n with:\n fetch-depth: 1\n \n - name: do...
dataset_sample\yaml\csharp\docker-appengine.yml
docker-appengine.yml
YAML
454
0.7
0
0
node-utils
553
2023-08-13T12:31:39.703672
GPL-3.0
false
bcae23b0495440c0f891c3ddcb4da215
services:\n postgres:\n image: postgres:latest\n command: -c 'max_connections=2000'\n environment:\n POSTGRES_USER: elsa\n POSTGRES_PASSWORD: elsa\n POSTGRES_DB: elsa\n volumes:\n - postgres-data:/var/lib/postgresql/data\n ports:\n - "5432:5432"\n \n rabbitmq:\n image: "rab...
dataset_sample\yaml\csharp\docker-compose-datadog+otel-collector.yml
docker-compose-datadog+otel-collector.yml
YAML
3,737
0.8
0.008772
0.019048
node-utils
802
2024-08-24T09:16:55.744132
Apache-2.0
false
946776107614ce22f6a59b8bf42a4331
---\nversion: '2'\nservices:\n\n broker:\n image: confluentinc/cp-kafka:7.7.1\n hostname: broker\n container_name: broker\n ports:\n - "9092:9092"\n - "9101:9101"\n environment:\n KAFKA_NODE_ID: 1\n KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: 'CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT,PLAIN...
dataset_sample\yaml\csharp\docker-compose-kafka.yml
docker-compose-kafka.yml
YAML
6,528
0.95
0.017964
0.018868
awesome-app
401
2023-12-24T09:06:11.302735
BSD-3-Clause
false
098449105f72100b4344966db78fe162
version: "3"\n\n# Run `docker-compose up dev` for bootstrapping your development environment\n# Doing so will expose NBXplorer, Bitcoind RPC and postgres port to the host so that tests can Run,\n# The Visual Studio launch setting `Docker-regtest` is configured to use this environment.\nservices:\n\n tests:\n build:...
dataset_sample\yaml\csharp\docker-compose.altcoins.yml
docker-compose.altcoins.yml
YAML
11,105
0.8
0.005155
0.01084
node-utils
735
2023-10-10T04:36:40.021285
Apache-2.0
false
cedc8d21b46cb80881861616c6ffb69c
version: "3"\n\n# Run `docker-compose up dev` for bootstrapping your development environment\n# Doing so will expose NBXplorer, Bitcoind RPC and postgres port to the host so that tests can Run,\n# The Visual Studio launch setting `Docker-signet` is configured to use this environment.\nservices:\n\n # The dev container...
dataset_sample\yaml\csharp\docker-compose.mutinynet.yml
docker-compose.mutinynet.yml
YAML
7,971
0.8
0.006711
0.014134
python-kit
681
2024-01-13T23:21:36.308422
MIT
false
c2aa4a0dd887925c0200211c4f686e56
version: '3.4'\nservices:\n eshopwebmvc:\n environment:\n - ASPNETCORE_ENVIRONMENT=Docker\n - ASPNETCORE_URLS=http://+:8080\n ports:\n - "5106:8080"\n volumes:\n - ~/.aspnet/https:/root/.aspnet/https:ro\n - ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro\n eshoppublicapi:\n environm...
dataset_sample\yaml\csharp\docker-compose.override.yml
docker-compose.override.yml
YAML
537
0.8
0
0
vue-tools
549
2023-12-02T20:35:31.103295
BSD-3-Clause
false
6be19e2980f0fc637b96378b3d44f5fc
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "mcr.microsoft.com/mssql/server:2019-latest"\n container_name: nopcommerce_mssql_server...
dataset_sample\yaml\csharp\docker-compose.yml
docker-compose.yml
YAML
486
0.7
0
0
react-lib
9
2024-08-31T05:07:14.226571
MIT
false
91b9b31c9f1b5c99ac401c202fc9ef64
variables:\n- template: config/settings.yml\n\ntrigger:\n- releases/*\npr: none\n\njobs:\n- job: BuildUnity2020\n pool:\n name: Analog-Unity\n demands:\n - ImageVersionOverride -equals 20220218.0.1\n\n steps:\n - checkout: self\n clean: true\n fetchDepth: 1\n\n - task: NuGetToolInstaller@1\n\n - t...
dataset_sample\yaml\csharp\docs-binaries.yml
docs-binaries.yml
YAML
1,587
0.8
0.030769
0
python-kit
135
2024-11-07T04:22:28.294034
GPL-3.0
false
c3bce8dddf24e5b5dc676293bde7a3e7
name: storytelling\nchannels:\n - conda-forge\ndependencies:\n - python=3.5\n - pygpu\n - mkl-service\n - pip:\n - forbiddenfruit \n - azureml-defaults\n - scipy\n - nltk\n - sklearn\n - Cython\n - theano\n - nose\n - https://github.com/Lasagne/Lasagne/archive/master.zip\n - scikit-im...
dataset_sample\yaml\csharp\environment.yml
environment.yml
YAML
375
0.8
0
0
python-kit
249
2024-01-27T05:43:04.555893
Apache-2.0
false
4200bd3f39864ab9bb65aae3c3775978
apiRules:\n- exclude:\n uidRegex: ^System\.Object\n type: member # Avoid list of inherited Object members for each type.\n
dataset_sample\yaml\csharp\filter.yml
filter.yml
YAML
124
0.8
0.25
0
python-kit
472
2023-11-01T10:04:19.916422
Apache-2.0
false
ce4a61424d1aa547fe09125e789050a4
# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace...
dataset_sample\yaml\csharp\FUNDING.yml
FUNDING.yml
YAML
676
0.8
0
0.090909
node-utils
524
2024-05-18T20:05:00.038930
MIT
false
9d38427fd7bf7eeaa9798f235ec4c8a4
assembly-versioning-scheme: Major\nassembly-file-versioning-scheme: MajorMinorPatchTag\nmode: ContinuousDeployment\nnext-version: 3.0.0\nbranches:\n master:\n regex: ^main\n mode: ContinuousDeployment\n tag: rc\n prevent-increment-of-merged-branch-version: true\n track-merge-target: false\n is-releas...
dataset_sample\yaml\csharp\GitVersion.yml
GitVersion.yml
YAML
526
0.7
0
0
vue-tools
171
2025-06-15T22:00:04.948313
BSD-3-Clause
false
05eb66a37c80dac3c367d096997c2dd7
### YamlMime:Hub\n\ntitle: ASP.NET documentation\nsummary: Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more. \nbrand: aspnet\n\nmetadata:\n title: ASP.NET documentation\n description: L...
dataset_sample\yaml\csharp\index.yml
index.yml
YAML
15,894
0.95
0.018617
0.09434
node-utils
739
2024-08-17T21:10:25.170215
BSD-3-Clause
false
60b17311f9863364e38a467a2c9024fa
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - /tools/install-powershell.*\n - /tools/installps...
dataset_sample\yaml\csharp\install-ps.yml
install-ps.yml
YAML
5,632
0.8
0.055901
0.047619
react-lib
950
2024-12-15T18:25:27.436013
MIT
false
a88d81c67b6dbda64e058a1209d7ce7c
# automatically invite contributors to this particular team in the organization when their pull-requests\n# are merged which enables maintainers to assign issues to these individuals.\nteam: community\n
dataset_sample\yaml\csharp\invite-contributors.yml
invite-contributors.yml
YAML
199
0.8
0
0.666667
python-kit
236
2024-03-27T16:31:55.075220
BSD-3-Clause
false
be900f6101fde213818c4bf72c93ccad
# Configuration for Label Actions - https://github.com/dessant/label-actions\n\n'Type: Support':\n comment: >\n :wave: @{issue-author}, we use the issue tracker exclusively\n for bug reports and feature requests. However, this issue appears\n to be a support request. Please hop over onto our [Discord](https:/...
dataset_sample\yaml\csharp\label-actions.yml
label-actions.yml
YAML
754
0.8
0.133333
0.071429
node-utils
255
2024-07-07T08:37:20.112247
GPL-3.0
false
2cadac346dcfe808fdf0698f669a0dd9
# https://github.com/actions/labeler\n\narea/automation:\n - src/SamplesApp/*\n - src/SamplesApp/**/*\n - src/Uno.UI.Tests/*\n - src/Uno.UI.Tests/**/*\n - src/Uno.UI.Wasm.Tests/*\n - src/Uno.UI.Wasm.Tests/**/*\n\narea/build:\n - build/*\n - build/**/*\n - '**/*.yml'\n - src/Uno.UI.TestComparer/*\n - src/Uno....
dataset_sample\yaml\csharp\labeler.yml
labeler.yml
YAML
2,260
0.8
0
0.012821
react-lib
78
2024-01-04T16:38:49.367041
GPL-3.0
false
051ee63baaf9e2fb20bb8d5a60a1092e
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exclude:\n - /.vsts-ci/misc-analysis.ym...
dataset_sample\yaml\csharp\linux-daily.yml
linux-daily.yml
YAML
4,656
0.8
0.026667
0.022556
node-utils
136
2025-07-04T18:32:39.034941
MIT
false
53239868875103c671c1f804e40844f5
# Pipeline to run Linux CI internally\nname: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exc...
dataset_sample\yaml\csharp\linux-internal.yml
linux-internal.yml
YAML
2,638
0.8
0.025862
0.028037
react-lib
623
2025-03-07T03:08:34.734440
GPL-3.0
false
6a7802c2daa5a9358ff66a838c919e71
parameters:\n - name: ContainerPattern\n displayName: |\n Pattern to match JobName of the container.\n Update this to force a container.\n `.` will match everything\n type: string\n default: .\n\nname: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch me...
dataset_sample\yaml\csharp\linux.yml
linux.yml
YAML
1,832
0.8
0.025
0.026667
python-kit
630
2024-08-23T19:06:45.800015
MIT
false
e1cdd70175fbb16f5de74239a3f6d630
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app\n\n# Number of days of inactivity before a closed issue or pull request is locked\ndaysUntilLock: 30\n\n# Skip issues and pull requests created before a given timestamp. Timestamp must\n# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to dis...
dataset_sample\yaml\csharp\lock.yml
lock.yml
YAML
1,153
0.8
0.108108
0.678571
vue-tools
188
2024-02-29T20:07:58.727610
MIT
false
a9bec34f3213c79adb1a4ca1118dc566
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exclude:\n - tools/releaseBuild/**/*\n ...
dataset_sample\yaml\csharp\mac.yml
mac.yml
YAML
2,647
0.95
0.026087
0.028571
awesome-app
538
2023-11-22T01:51:53.545274
MIT
false
1423874f6138c7d761bc41c582e7bc1a
# Checks for changes in one branch not present in another branch. Opens a PR into the second branch if needed.\n\n# schedules:\n# Cron schedules use UTC time. This is 2pm UTC on every weekday.\n# Uncomment the following lines (and line 3 above!) and update sourceBranch below when mergetool is needed again.\n# - cron: 0...
dataset_sample\yaml\csharp\mergetool.yml
mergetool.yml
YAML
1,560
0.95
0.041667
0.243902
awesome-app
583
2023-12-10T21:38:42.439649
MIT
false
c108daa59481b2e03ab6e180807ab43a
pull_request_rules: \n - name: automatic merge for pull request based on label and ci success\n conditions:\n - label~=LGTM$\n - check-success=continuous-integration/appveyor/pr\n actions:\n merge:\n method: squash\n - name: automatic merge for Dependabot pull requests based on ci success...
dataset_sample\yaml\csharp\mergify.yml
mergify.yml
YAML
924
0.7
0.137931
0
node-utils
500
2024-10-04T01:18:03.816095
MIT
false
cf59dbe8a6fef5c2fb8c69477338c61e
site_name: Unity ML-Agents Toolkit\nsite_url: https://unity-technologies.github.io/ml-agents/\nrepo_url: https://github.com/Unity-Technologies/ml-agents\nedit_uri: edit/main/docs/\nsite_description: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to ser...
dataset_sample\yaml\csharp\mkdocs.yml
mkdocs.yml
YAML
2,162
0.8
0.050847
0.034483
awesome-app
840
2024-01-17T02:01:57.459209
Apache-2.0
false
8f98cadb1e587acdeeda3aa8af8f549f
# Configuration for Move Issues - https://github.com/dessant/move-issues\n\n# Delete the command comment when it contains no other content\ndeleteCommand: true\n\n# Close the source issue after moving\ncloseSourceIssue: true\n\n# Lock the source issue after moving\nlockSourceIssue: false\n\n# Mention issue and comment ...
dataset_sample\yaml\csharp\move.yml
move.yml
YAML
612
0.8
0.074074
0.684211
node-utils
920
2023-10-03T05:26:01.610219
BSD-3-Clause
false
02427ed3b1958976676a7288e2911d50
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "mysql:latest"\n container_name: nopcommerce_mysql_server\n restart: "always"\n ...
dataset_sample\yaml\csharp\mysql-docker-compose.yml
mysql-docker-compose.yml
YAML
426
0.7
0
0
python-kit
253
2023-09-16T09:14:28.043909
GPL-3.0
false
ca31bda81ac65f05ffc2a01a3f58e35c
# Configuration for probot-no-response - https://github.com/probot/no-response\n\n# Number of days of inactivity before an Issue is closed for lack of response\ndaysUntilClose: 14\n\n# Label requiring a response\nresponseRequiredLabel: more-details-needed-from-op\n\n# Comment to post when closing an Issue for lack of r...
dataset_sample\yaml\csharp\no-response.yml
no-response.yml
YAML
711
0.8
0.333333
0.333333
vue-tools
815
2024-05-09T04:42:05.721297
MIT
false
618d2b4506499b108c8c9a88ad9cfbd5
#\n# This file should be kept in sync across https://www.github.com/dotnet/wpf and dotnet-wpf-int repos. \n#\n# \n\nparameters:\n # Needed because runAsPublic is used in template expressions, which can't read from user-defined variables\n # Defaults to true\n runAsPublic: true\n repoName: dotnet/wpf\n TSAEnabled: ...
dataset_sample\yaml\csharp\pipeline-pr.yml
pipeline-pr.yml
YAML
14,895
0.8
0.067093
0.415225
awesome-app
218
2025-01-23T01:53:02.973380
BSD-3-Clause
false
39ea7e518af6df4a288a83baedcc84b4
#\n# This file should be kept in sync across https://www.github.com/dotnet/wpf and dotnet-wpf-int repos. \n#\n# \nparameters:\n runAsPublic: true\n repoName: dotnet/wpf\n TSAEnabled: true\njobs:\n- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables...
dataset_sample\yaml\csharp\pipeline.yml
pipeline.yml
YAML
7,352
0.8
0.101266
0.116129
node-utils
44
2025-03-29T12:08:11.080706
BSD-3-Clause
false
244d52d78f14099ad50255860e839420
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "postgres:latest"\n container_name: nopcommerce_postgres_server\n restart: "alwa...
dataset_sample\yaml\csharp\postgresql-docker-compose.yml
postgresql-docker-compose.yml
YAML
430
0.7
0
0
vue-tools
283
2025-03-04T19:45:32.051076
MIT
false
bdc63199a49348a733c364a1b73e7d11
name: bins-$(BUILD.SOURCEBRANCHNAME)-$(Build.BuildId)\ntrigger: none\n\nparameters:\n - name: InternalSDKBlobURL\n displayName: URL to the blob having internal .NET SDK\n type: string\n default: ' '\n - name: ReleaseTagVar\n displayName: Release Tag\n type: string\n default: 'fromBranch'\n - name: ...
dataset_sample\yaml\csharp\PowerShell-Coordinated_Packages-Official.yml
PowerShell-Coordinated_Packages-Official.yml
YAML
10,476
0.95
0.013115
0.010714
node-utils
725
2023-07-30T15:03:34.568552
GPL-3.0
false
548aa004f25dd6734d243471c810497e
trigger: none\n\nparameters: # parameters are shown up in ADO UI in a build queue time\n - name: ForceAzureBlobDelete\n displayName: Delete Azure Blob\n type: string\n values:\n - true\n - false\n default: false\n - name: 'debug'\n displayName: 'Enable debug output'\n type: boolean\n defaul...
dataset_sample\yaml\csharp\PowerShell-Packages-Official.yml
PowerShell-Packages-Official.yml
YAML
8,075
0.95
0.003968
0.008889
react-lib
482
2024-03-10T04:33:44.016625
MIT
false
5db613b9950c12e7d1dbfda0dc9b1ac1
trigger: none\n\nparameters: # parameters are shown up in ADO UI in a build queue time\n - name: 'debug'\n displayName: 'Enable debug output'\n type: boolean\n default: false\n - name: skipPublish\n displayName: Skip PMC Publish\n type: boolean\n default: false\n - name: SKIP_SIGNING\n displayNa...
dataset_sample\yaml\csharp\PowerShell-Release-Official-Azure.yml
PowerShell-Release-Official-Azure.yml
YAML
3,003
0.8
0.009709
0.010526
node-utils
121
2024-07-16T01:45:06.019408
GPL-3.0
false
0499fb0dc89a245ca4a10558d545a240
trigger: none\n\nparameters: # parameters are shown up in ADO UI in a build queue time\n - name: 'debug'\n displayName: 'Enable debug output'\n type: boolean\n default: false\n - name: InternalSDKBlobURL\n displayName: URL to the blob having internal .NET SDK\n type: string\n default: ' '\n - name:...
dataset_sample\yaml\csharp\PowerShell-Release-Official.yml
PowerShell-Release-Official.yml
YAML
15,083
0.95
0.011013
0.024331
node-utils
188
2025-02-22T23:46:04.387017
BSD-3-Clause
false
b9439d794b99f09a4dbf2dec2ebca6b7
trigger: none\n\nparameters: # parameters are shown up in ADO UI in a build queue time\n- name: 'createVPack'\n displayName: 'Create and Submit VPack'\n type: boolean\n default: true\n- name: 'debug'\n displayName: 'Enable debug output'\n type: boolean\n default: false\n- name: 'architecture'\n type: string\n d...
dataset_sample\yaml\csharp\PowerShell-vPack-Official.yml
PowerShell-vPack-Official.yml
YAML
8,209
0.95
0.03125
0.010101
react-lib
31
2024-08-28T21:44:49.137859
GPL-3.0
false
17742fcefc48754b8cfe58811576b064
# The bot always updates the labels, add/remove as necessary [default: false]\nalwaysReplace: false\n# Treats the text and labels as case sensitive [default: true]\ncaseSensitive: false\n# Array of labels to be applied to the PR [default: []]\ncustomLabels:\n # Finds the `text` within the PR title and body and applies...
dataset_sample\yaml\csharp\pr-labeler.yml
pr-labeler.yml
YAML
940
0.8
0.096774
0.225806
python-kit
170
2024-06-08T15:17:37.008607
MIT
false
b7616ebedbbd49e38aba548e249c912d
version: '1.1.0'\ninvalidStatus: "pending"\nlabelRule:\n values:\n - "bug"\n - "feature"\n - "enhancement"\n - "area-infrastructure"\n
dataset_sample\yaml\csharp\pr_labels.yml
pr_labels.yml
YAML
139
0.7
0
0
awesome-app
173
2024-06-08T19:20:43.460620
BSD-3-Clause
false
909ae5d58114b7333606326f575e1bf9
# Copyright (c) Microsoft Corporation.\n# Licensed under the MIT License.\n\nname: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n pa...
dataset_sample\yaml\csharp\psresourceget-acr.yml
psresourceget-acr.yml
YAML
5,421
0.95
0.019108
0.043796
node-utils
663
2024-09-24T04:34:47.308409
Apache-2.0
false
6636eb39f3b8032d3ef4d24f6a910c46
pr:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n - pipelinev3*\n paths:\n include:\n - "*"\n\n exclude:\n - eng/packages/http-client-csharp/\n\nparameters:\n - name: Service\n type: string\n default: auto\n\nextends:\n template: /eng/pipelines/templa...
dataset_sample\yaml\csharp\pullrequest.yml
pullrequest.yml
YAML
505
0.8
0
0
awesome-app
69
2024-06-01T03:09:32.191022
MIT
false
485b301e61eda533a12da3afc1028c2e
merges:\n - action: delete_branch\nlabels:\n 'needs info':\n action: close\n delay: 7 days\n comment: "Please add the requested info, so we could help you better! (This issue will be closed in 7 days)"\n
dataset_sample\yaml\csharp\ranger.yml
ranger.yml
YAML
207
0.7
0
0
python-kit
14
2025-01-14T11:13:46.257297
GPL-3.0
false
2b1a4458f90b71e9df320ce61309c8be
changelog:\n exclude:\n authors:\n - Weblate\n - SonarrBot\n categories:\n - title: Changes\n labels:\n - '*'\n
dataset_sample\yaml\csharp\release.yml
release.yml
YAML
133
0.7
0
0
vue-tools
350
2025-04-08T08:30:12.666879
MIT
false
c850893112d62a26b90c5ded8b638ef6
#csharp:\n# name: Sonarqube Scan for ml-agents python repo\n# agent:\n# type: Unity::metal::macmini\n# image: package-ci/mac:v1.8.1-822785\n# flavor: m1.mac\n# variables:\n# SONARQUBE_PROJECT_KEY: ai-ml-agents-toolkit\n# TARGET_BRANCH: develop\n# commands:\n# - npm install shellcheck --save-dev\n#...
dataset_sample\yaml\csharp\sonar-python-package.yml
sonar-python-package.yml
YAML
1,345
0.8
0.047619
1
python-kit
210
2023-09-22T22:04:43.713186
MIT
false
85c4f76aeb626888e8332a35411cb213
# Configuration for probot-stale - https://github.com/probot/stale\n\n# General configuration\n# Label to use when marking as stale\nstaleLabel: stale\n\n# Only run on issues\nonly: issues\n\n# Issue specific configuration\nissues:\n limitPerRun: 5\n daysUntilStale: 90\n daysUntilClose: 30\n markComment: >\n Thi...
dataset_sample\yaml\csharp\stale.yml
stale.yml
YAML
798
0.8
0.153846
0.217391
awesome-app
410
2024-04-10T22:00:29.216962
Apache-2.0
false
99f4f7c454ccd547c548754aab0f69b2
# Configuration for Support Requests - https://github.com/dessant/support-requests\n\n# Label used to mark issues as support requests\nsupportLabel: support\n\n# Comment to post on issues marked as support requests, `{issue-author}` is an\n# optional placeholder. Set to `false` to disable\nsupportComment: >\n :wave: @...
dataset_sample\yaml\csharp\support.yml
support.yml
YAML
1,310
0.8
0.185185
0.318182
vue-tools
927
2023-09-04T23:03:21.947992
Apache-2.0
false
f2b4aa3e0279092a63643216fc1017cd
# Configuration for top-issue-bot - https://github.com/adamzolyak/gh-vote-bot\nlabelName: "triage/most-wanted"\nlabelColor: "#BB8FCE"\nnumberOfIssuesToLabel: 30\n
dataset_sample\yaml\csharp\topissuebot.yml
topissuebot.yml
YAML
158
0.8
0.25
0.25
react-lib
40
2023-08-13T04:45:04.238905
MIT
false
9279a34613b2de8187d6136d56a7146c
git:\n\n filters:\n - filter_type: file\n # all supported i18n types: https://docs.transifex.com/formats\n file_format: XLIFF\n source_language: en\n source_file: GitUI/Translation/English.xlf\n # path expression to translation files, must contain <lang> placeholder\n translation_files...
dataset_sample\yaml\csharp\transifex.yml
transifex.yml
YAML
1,173
0.8
0
0.108108
vue-tools
45
2024-12-18T16:51:48.863841
BSD-3-Clause
false
cb0b91c9e08efd67952e3878b6e89e5d
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exclude:\n - .vsts-ci/misc-analysis.yml...
dataset_sample\yaml\csharp\windows-arm64.yml
windows-arm64.yml
YAML
2,111
0.8
0.031579
0.022989
python-kit
114
2023-08-08T13:19:21.964390
Apache-2.0
false
4ead2239f9ccfed2b4a4c8686e8a5b58
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exclude:\n - /.vsts-ci/misc-analysis.ym...
dataset_sample\yaml\csharp\windows-daily.yml
windows-daily.yml
YAML
4,682
0.8
0.020134
0.030534
react-lib
519
2025-05-14T20:39:58.519521
GPL-3.0
false
5ff2aba70775d0292023522824930562
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)\ntrigger:\n # Batch merge builds together while a merge build is running\n batch: true\n branches:\n include:\n - master\n - release*\n - feature*\n paths:\n include:\n - '*'\n exclude:\n - .vsts-ci/misc-analysis.yml...
dataset_sample\yaml\csharp\windows.yml
windows.yml
YAML
1,866
0.8
0.035714
0.026316
vue-tools
285
2023-07-18T02:17:13.494112
MIT
false
0a6cc567bdefbbfb7a5d6ebf508f8704
variables:\n- name: DefaultBuildPlatform\n value: 'any cpu'\n- name: ApkName\n value: AndroidControlGallery.AndroidControlGallery.apk\n- name: BuildVersion\n value: $[counter('nuget-counter-1', 2400)]\n- name: NUGET_VERSION\n value: 5.8.1\n- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE\n value: true\n- name: DOTNET_VER...
dataset_sample\yaml\csharp\xf-release.yml
xf-release.yml
YAML
6,440
0.7
0.005556
0
react-lib
214
2024-08-01T03:58:48.893218
BSD-3-Clause
false
f00639c6d1b4f1a1152878ec4129512b
### YamlMime:ZonePivotGroups\ngroups:\n- id: operating-systems\n title: Operating System\n prompt: Choose an operating system\n pivots:\n - id: windows\n title: Windows\n - id: linux-macos\n title: Linux / macOS\n- id: blazor-hosting-models\n title: Blazor Hosting Model\n prompt: Choose a Blazor ho...
dataset_sample\yaml\csharp\zone-pivot-groups.yml
zone-pivot-groups.yml
YAML
2,737
0.8
0.018182
0.009091
node-utils
955
2024-04-25T23:55:08.671449
Apache-2.0
false
a126f427f84322c64612db28c203a08c
theme: jekyll-theme-cayman\nshow_downloads: false\ntitle: CloudMoe Windows 10 Toolkit Digital Edition\ndescription: CloudMoe Windows 10 Acivation Toolkit get digital license, the best open source Win 10 activator in GitHub. <br>GitHub 上最棒的开源 Win10 数字权利(数字许可证)激活工具!\n# SEORelate\ngoogle_site_verification :\nbing_site_ve...
dataset_sample\yaml\csharp\_config.yml
_config.yml
YAML
627
0.8
0
0.071429
vue-tools
50
2023-07-14T03:14:10.105350
MIT
false
fa88f2a88335cc8e7ba5fdebbe17bf6c
coverage:\n round: down\n range: "70...100"\n status:\n project:\n default:\n informational: true\n target: auto\n threshold: 2%\n patch:\n default:\n informational: true\n
dataset_sample\yaml\cube-js_cube\codecov.yml
codecov.yml
YAML
207
0.7
0
0
react-lib
347
2023-08-22T19:14:32.863109
GPL-3.0
false
8c8e62862159ae04b5774f68793c155c
version: 2\nupdates:\n - package-ecosystem: "npm"\n directory: "/packages"\n schedule:\n interval: "weekly"\n - package-ecosystem: "npm"\n directory: "/examples"\n schedule:\n interval: "monthly"\n labels: [ ]\n ignore:\n - dependency-name: "*"\n
dataset_sample\yaml\cube-js_cube\.github\dependabot.yml
dependabot.yml
YAML
268
0.7
0
0
vue-tools
897
2025-02-06T16:17:25.378483
MIT
false
b9b29c316963c29bd3599dc7df34873a
"help wanted":\n comment: |\n If you are interested in working on this issue, please go ahead and provide PR for that.\n We'd be happy to review it and merge it.\n If this is the first time you are contributing a Pull Request to Cube, please check our [contribution guidelines](https://github.com...
dataset_sample\yaml\cube-js_cube\.github\label-actions.yml
label-actions.yml
YAML
494
0.8
0.333333
0
vue-tools
632
2025-02-19T07:04:17.009855
BSD-3-Clause
false
d996516401723f26c25a22486c3688e6
name: Cross Images\n\non:\n push:\n paths:\n - '.github/workflows/cross-images.yml'\n - 'rust/cubestore/cross/**'\n branches:\n - 'master'\n pull_request:\n paths:\n - '.github/workflows/cross-images.yml'\n - 'rust/cubestore/cross/**'\n\njobs:\n docker-dev:\n name: Build cross im...
dataset_sample\yaml\cube-js_cube\.github\workflows\cross-images.yml
cross-images.yml
YAML
1,556
0.8
0.057692
0
vue-tools
175
2023-11-01T10:50:25.861009
Apache-2.0
false
0a57aed4c60a432e67163b25700ec5dd
name: Issue Labeler\non:\n issues:\n types: [labeled]\n\njobs:\n main:\n name: Process Label Action\n runs-on: ubuntu-24.04\n steps:\n - uses: actions/checkout@v4\n - name: Process Label Action\n uses: hramos/label-actions@v1\n with:\n repo-token: ${{ secrets.GITHUB_TOKEN ...
dataset_sample\yaml\cube-js_cube\.github\workflows\issue-labeler.yml
issue-labeler.yml
YAML
309
0.7
0
0
awesome-app
708
2024-11-04T18:32:01.427478
GPL-3.0
false
b32204731344937be8fe82e9b248cc27
name: Master\non:\n push:\n paths:\n - '.github/workflows/push.yml'\n - '.github/workflows/master.yml'\n - 'packages/**'\n - '.eslintrc.js'\n - '.prettierrc'\n - 'lerna.json'\n - 'package.json'\n - 'rollup.config.js'\n - 'yarn.lock'\n - 'rust/cubesqlplanner/**'\n ...
dataset_sample\yaml\cube-js_cube\.github\workflows\master.yml
master.yml
YAML
5,644
0.8
0.018405
0.025316
react-lib
370
2024-11-06T18:37:35.613335
BSD-3-Clause
false
21cae50a420d1e0dcbbeb55866c1c90e
name: 'Post release'\non:\n workflow_dispatch:\n inputs:\n version:\n description: 'Version'\n required: true\n default: 'latest'\n workflow_run:\n workflows: [ "Release" ]\n types:\n - completed\n push:\n paths:\n - '.github/workflows/post-release.yml'\n branches:\...
dataset_sample\yaml\cube-js_cube\.github\workflows\post-release.yml
post-release.yml
YAML
6,682
0.95
0.013514
0.022936
node-utils
811
2024-10-02T20:17:40.191278
Apache-2.0
false
16a00bdcff085271043b6acd837394cc
name: Pull Requests\non:\n pull_request_target:\n types: [opened]\n pull_request:\n types: [opened]\n\njobs:\n authorDetector:\n name: Detect PR's author\n runs-on: ubuntu-24.04\n steps:\n - name: Checkout Actions\n uses: actions/checkout@v4\n with:\n repository: 'cube-js/g...
dataset_sample\yaml\cube-js_cube\.github\workflows\pr.yml
pr.yml
YAML
645
0.7
0
0
react-lib
226
2024-12-11T11:46:52.073999
MIT
false
b732a9d8ddafcb046b16e042da5e1353
name: Release\n\non:\n push:\n tags:\n - 'v*.*.*'\n - 'v*.*.*-*'\nenv:\n CARGO_INCREMENTAL: 0\n CARGO_NET_RETRY: 10\n RUSTUP_MAX_RETRIES: 10\n\njobs:\n npm:\n runs-on: ubuntu-24.04\n timeout-minutes: 30\n permissions:\n contents: write\n steps:\n - name: Checkout\n uses: a...
dataset_sample\yaml\cube-js_cube\.github\workflows\publish.yml
publish.yml
YAML
31,898
0.95
0.047847
0.032258
awesome-app
162
2024-12-18T13:22:54.785455
GPL-3.0
false
a22edb71e0b83f934c76e6bbd1c61ba6
name: Build native\n\non:\n push:\n paths:\n - '.github/workflows/rust-cubesql.yml'\n - 'packages/cubejs-backend-native/**'\n - 'rust/cubenativeutils/**'\n - 'rust/cubesqlplanner/**'\n - 'rust/cubesql/**'\n branches:\n - 'master'\n pull_request:\n paths:\n - '.github/workfl...
dataset_sample\yaml\cube-js_cube\.github\workflows\rust-cubesql.yml
rust-cubesql.yml
YAML
13,877
0.8
0.036745
0.05163
python-kit
716
2024-03-03T00:02:14.360916
Apache-2.0
false
2b8ce518d7e9b8c710ab67bcfbd4427d
name: Rust\n\non:\n push:\n paths:\n - '.github/workflows/rust-cubestore.yml'\n - 'rust/cubestore/**'\n branches-ignore:\n - master\n pull_request:\n paths:\n - '.github/workflows/rust-cubestore.yml'\n - 'rust/cubestore/**'\n\nenv:\n CARGO_INCREMENTAL: 0\n CARGO_NET_RETRY: 10\n RU...
dataset_sample\yaml\cube-js_cube\.github\workflows\rust-cubestore.yml
rust-cubestore.yml
YAML
9,764
0.95
0.079245
0.065637
react-lib
481
2024-08-01T21:40:34.099649
Apache-2.0
false
42da5375be53c5da4c11c895f9924ccf
name: Lint CI Workflows\n\non:\n push:\n branches: [ master ]\n paths:\n - .github/workflows/**\n pull_request:\n paths:\n - .github/workflows/**\n\njobs:\n lint:\n name: Lint workflows yaml\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n ...
dataset_sample\yaml\cube-js_cube\.github\workflows\workflow-lint.yml
workflow-lint.yml
YAML
617
0.8
0
0
awesome-app
434
2023-09-29T01:19:20.105933
GPL-3.0
false
bdf3ed9f4a88fcaf256b127c6ccafb3c
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf
dataset_sample\yaml\cube-js_cube\examples\advanced-pre-aggregations-workshop\docker-compose.yml
docker-compose.yml
YAML
163
0.7
0
0
awesome-app
193
2024-09-21T21:17:34.457792
MIT
false
967a6cf3f6bc1593c2cf0a295a994639
service: event-collection\n\nprovider:\n name: aws\n runtime: nodejs8.10\n\n iamRoleStatements:\n - Effect: "Allow"\n Action:\n - "kinesis:PutRecord"\n Resource:\n - "*"\n\nfunctions:\n collect:\n handler: handler.collect\n events:\n - http:\n path: collect\n ...
dataset_sample\yaml\cube-js_cube\examples\aws-web-analytics\event-collection\serverless.yml
serverless.yml
YAML
335
0.85
0
0
awesome-app
865
2025-03-30T17:19:21.893092
MIT
false
c230a5f2210c7e8ab039365f52fb43ea
\nversion: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:v0.26.38\n ports:\n - 4000:4000 # Cube.js API and Developer Playground\n - 3000:3000 # Dashboard app, if created\n env_file: .env\n volumes:\n - .:/cube/conf\n # We ignore Cube.js deps, because they are built-in inside the off...
dataset_sample\yaml\cube-js_cube\examples\bigquery-public-datasets\docker-compose.yml
docker-compose.yml
YAML
383
0.8
0.071429
0.083333
python-kit
815
2023-07-16T18:40:14.164339
BSD-3-Clause
false
b855870d8e7221ac32fb52604622b652
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf
dataset_sample\yaml\cube-js_cube\examples\building-a-data-app-with-cube-workshop\docker-compose.yml
docker-compose.yml
YAML
163
0.7
0
0
react-lib
709
2024-09-07T04:42:46.112132
GPL-3.0
false
967a6cf3f6bc1593c2cf0a295a994639
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf
dataset_sample\yaml\cube-js_cube\examples\building-an-open-source-data-stack-with-clickhouse-and-cube-workshop\docker-compose.yml
docker-compose.yml
YAML
163
0.7
0
0
vue-tools
18
2024-10-15T22:03:47.407425
GPL-3.0
false
967a6cf3f6bc1593c2cf0a295a994639
version: '2.2'\n\nservices:\n cube:\n image: nginx:latest\n ports:\n - 4000:4000\n volumes:\n - ./nginx:/etc/nginx/conf.d\n depends_on:\n - cube_api_1\n - cube_api_2\n\n cube_api_1:\n restart: always\n image: cubejs/cube:v0.31.67\n environment:\n - CUBEJS_DB_TYPE=postgres...
dataset_sample\yaml\cube-js_cube\examples\bye-redis\docker-compose.yml
docker-compose.yml
YAML
3,428
0.8
0
0.025
awesome-app
772
2023-07-28T22:00:12.990676
Apache-2.0
false
26475c98795505775915f37c1b4d973c
cubes:\n - name: Orders\n sql: SELECT * FROM public.orders\n\n measures:\n - name: count\n type: count\n\n dimensions:\n - name: created_at\n sql: created_at\n type: time
dataset_sample\yaml\cube-js_cube\examples\bye-redis\schema\Orders.yml
Orders.yml
YAML
190
0.7
0
0
vue-tools
378
2023-12-15T13:14:37.657767
BSD-3-Clause
false
4f4e5fec677196dc2082020075ac4385
\nversion: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:v0.26.16\n ports:\n - 4000:4000 # Cube.js API and Developer Playground\n - 3000:3000 # Dashboard app, if created\n env_file: .env\n volumes:\n - .:/cube/conf\n # We ignore Cube.js deps, because they are built-in inside the off...
dataset_sample\yaml\cube-js_cube\examples\clickhouse-dashboard\docker-compose.yml
docker-compose.yml
YAML
383
0.8
0.071429
0.083333
vue-tools
98
2023-09-13T12:37:12.459351
GPL-3.0
false
75d93686636ea18caa2b60dacecfaa84
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4001:4000\n - 3001:3000\n environment:\n - CUBEJS_REFRESH_WORKER=false\n - CUBEJS_ROLLUP_ONLY=true\n # - CUBEJS_DEV_MODE=true\n\n - CUBEJS_DB_TYPE=bigquery\n - CUBEJS_DB_BQ_PROJECT_ID=${CUBEJS_DB_BQ...
dataset_sample\yaml\cube-js_cube\examples\cubestore-benchmark\cubejs-cubestore\docker-compose.yml
docker-compose.yml
YAML
3,698
0.8
0
0.009091
react-lib
188
2025-03-03T03:46:29.592579
Apache-2.0
false
a1b98f0b23d9f80869ff4e303d9c1aac
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4002:4000\n - 3002:3000\n environment:\n - CUBEJS_REFRESH_WORKER=false\n - CUBEJS_ROLLUP_ONLY=true\n # - CUBEJS_DEV_MODE=true\n\n - CUBEJS_DB_TYPE=bigquery\n - CUBEJS_DB_BQ_PROJECT_ID=${CUBEJS_DB_BQ...
dataset_sample\yaml\cube-js_cube\examples\cubestore-benchmark\cubejs-postgres\docker-compose.yml
docker-compose.yml
YAML
1,855
0.8
0
0.015625
python-kit
890
2024-06-12T16:27:42.074189
Apache-2.0
false
c6b2291a7c28a617ca182a87b7291b70
service: event-analytics-example-backend\n\npackage:\n exclude:\n - secrets.yml\n\ncustom:\n secrets: ${file(secrets.yml):${self:provider.stage}}\n\nprovider:\n stage: ${opt:stage, 'dev'}\n name: aws\n runtime: nodejs8.10\n iamRoleStatements:\n - Effect: "Allow"\n Action:\n - "sns:*"\n - ...
dataset_sample\yaml\cube-js_cube\examples\event-analytics\backend\serverless.yml
serverless.yml
YAML
1,883
0.95
0
0.015873
node-utils
594
2025-02-18T19:16:27.507680
MIT
false
eda407d869439c7e7b433135ee50561f
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf\n
dataset_sample\yaml\cube-js_cube\examples\external-rollups\docker-compose.yml
docker-compose.yml
YAML
164
0.7
0
0
vue-tools
585
2024-09-06T09:06:01.120121
MIT
false
15880afee89334c043ed66bfe5576755
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:dev\n ports:\n - 4000:4000\n environment:\n - CUBEJS_DEV_MODE=true\n volumes:\n - .:/cube/conf
dataset_sample\yaml\cube-js_cube\examples\github-commits-stats\docker-compose.yml
docker-compose.yml
YAML
169
0.7
0
0
awesome-app
618
2025-04-07T01:35:27.312739
GPL-3.0
false
14a65017fd4cec2c75dd7b3035f9970e
name: 'github_commit_stats'\nversion: '1.0.0'\nconfig-version: 2\n\nprofile: 'default'\n\nmodel-paths: ["models"]
dataset_sample\yaml\cube-js_cube\examples\github-commits-stats\dbt\dbt_project.yml
dbt_project.yml
YAML
107
0.7
0
0
vue-tools
844
2023-10-22T03:38:34.137348
MIT
false
50d8358ab0fcd77fc9c99ff1c433f499
version: 2\n\nmetrics:\n - name: commits_count\n label: Commits Count\n model: ref('commits')\n description: "A count metric for commits"\n\n type: count\n\n timestamp: timestamp\n time_grains: [day, week, month, year]\n\n dimensions:\n - author_domain\n - author_name\n\n - name: users_...
dataset_sample\yaml\cube-js_cube\examples\github-commits-stats\dbt\models\schema.yml
schema.yml
YAML
553
0.7
0.068966
0
vue-tools
199
2024-08-25T17:15:48.031976
BSD-3-Clause
false
5e9bcd2dccf023659816b1176fb2ba2e
version: '2.2'\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf\n
dataset_sample\yaml\cube-js_cube\examples\google-charts-moma\docker-compose.yml
docker-compose.yml
YAML
163
0.7
0
0
node-utils
47
2024-11-09T21:48:39.063865
MIT
false
d7770b26223ad9dea140f3fa2abe5624
###########\n## Uncomment this workflow job to enable deployment automation\n###########\n# # Demo Deployment automation\n\n# name: My Cube.js App\n# on:\n# push:\n# paths:\n# - '**'\n# branches:\n# - 'master'\n# jobs:\n# deploy:\n# name: Deploy My Cube.js App\n# runs-on: ubuntu-latest\n...
dataset_sample\yaml\cube-js_cube\examples\introduction-to-cube-cloud-workshop\.github\workflows\deploy-cube-cloud.yml
deploy-cube-cloud.yml
YAML
857
0.8
0
1
awesome-app
476
2024-09-08T17:37:35.108662
GPL-3.0
false
e258a73e623a48b08100f6691131da7f
version: '2.2'\n\nservices:\n materialize:\n image: materialize/materialized:v0.26.1\n ports:\n - 6875:6875\n\n seed:\n image: jbergknoff/postgresql-client\n volumes:\n - .:/seed\n entrypoint: ["sh", "seed/seed.sh"]\n depends_on:\n - materialize\n\n cube:\n image: cubejs/cube:late...
dataset_sample\yaml\cube-js_cube\examples\materialize\docker-compose.yml
docker-compose.yml
YAML
644
0.7
0
0
node-utils
329
2024-11-06T12:16:47.202452
BSD-3-Clause
false
14d819e9a30452415a6de5e828aaca50
\nversion: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:v0.26.49\n ports:\n - 4000:4000 # Cube.js API and Developer Playground\n - 3000:3000 # Dashboard app, if created\n env_file: .env\n volumes:\n - .:/cube/conf\n # We ignore Cube.js deps, because they are built-in inside the off...
dataset_sample\yaml\cube-js_cube\examples\multi-tenant-analytics\docker-compose.yml
docker-compose.yml
YAML
383
0.8
0.071429
0.083333
awesome-app
759
2023-12-10T09:29:52.898137
Apache-2.0
false
20bdd33d0f25d3bff5d2c757bb6442f3
version: '2.2'\n\nservices:\n cube:\n image: cubejs/cube:latest\n ports:\n - 4000:4000\n - 3000:3000\n env_file: .env\n volumes:\n - .:/cube/conf
dataset_sample\yaml\cube-js_cube\examples\multitenancy-workshop\docker-compose.yml
docker-compose.yml
YAML
163
0.7
0
0
react-lib
427
2024-09-09T03:20:07.820594
MIT
false
967a6cf3f6bc1593c2cf0a295a994639