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
build: false\nshallow_clone: false\nplatform:\n - x86\n - x64\nclone_folder: C:\projects\sodium_compat\n\ninstall:\n - cinst -y OpenSSL.Light\n - SET PATH=C:\Program Files\OpenSSL;%PATH%\n - sc config wuauserv start= auto\n - net start wuauserv\n - cinst -y php --version 5.6.30\n - cd c:\tools\php56\n - copy p...
dataset_sample\yaml\causefx_Organizr\api\vendor\paragonie\sodium_compat\appveyor.yml
appveyor.yml
YAML
762
0.8
0
0
react-lib
171
2023-08-19T08:51:50.844089
MIT
false
7ee9918eb03224082592a575bd6cea0f
language: php\nphp:\n - '7.3'\n - '7.4'\n - '8.0'\n - hhvm\n\nmatrix:\n allow_failures:\n - php: hhvm\n fast_finish: true\n\nsudo: false\n\ninstall:\n - curl -s http://getcomposer.org/installer | php\n - php composer.phar install --no-interaction\n\nscript:\n - XDEBUG_MODE=coverage php vendor/bin/phpunit -c...
dataset_sample\yaml\causefx_Organizr\api\vendor\peppeocchi\php-cron-scheduler\.travis.yml
.travis.yml
YAML
408
0.8
0
0
vue-tools
66
2024-10-19T00:21:50.402880
GPL-3.0
false
988f0d32dbefd5796fcc04210fe85ea9
checks:\n php:\n remove_extra_empty_lines: true\n remove_php_closing_tag: true\n remove_trailing_whitespace: true\n fix_use_statements:\n remove_unused: true\n preserve_multiple: false\n preserve_blanklines: true\n order_alphabetically: true\n ...
dataset_sample\yaml\causefx_Organizr\api\vendor\pragmarx\google2fa\.scrutinizer.yml
.scrutinizer.yml
YAML
946
0.8
0
0
react-lib
521
2025-03-24T12:55:03.994366
Apache-2.0
false
5d36cd85a01f491e590ce998add650a1
dist: trusty\nlanguage: php\n\nphp:\n - 5.4\n - 5.5\n - 5.6\n - 7.0\n - 7.1\n - 7.2\n - nightly\n\n# This triggers builds to run on the new TravisCI infrastructure.\n# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/\nsudo: false\n\n## Cache composer\ncache:\n directories:\n - $HOM...
dataset_sample\yaml\causefx_Organizr\api\vendor\pragmarx\google2fa\.travis.yml
.travis.yml
YAML
706
0.8
0.030303
0.111111
vue-tools
943
2023-09-12T20:03:28.329671
GPL-3.0
false
b9c4166b1c7cb75b8606a29498299cb6
extends: default\nreviewers:\n -\n name: contributors\n required: 1\n teams:\n - http-factory-contributors\n
dataset_sample\yaml\causefx_Organizr\api\vendor\psr\http-factory\.pullapprove.yml
.pullapprove.yml
YAML
136
0.85
0
0
python-kit
439
2024-08-22T18:32:12.699569
BSD-3-Clause
false
08732bd5c499ca3e78bf15a3ef9fa33b
codecov:\n notify:\n after_n_builds: 2\n\ncoverage:\n round: nearest\n # Status will be green when coverage is between 85 and 100%.\n range: "85...100"\n status:\n project:\n default:\n threshold: 1%\n paths:\n - "library"\n patch:\n default:\n threshold: 0%\n...
dataset_sample\yaml\causefx_Organizr\api\vendor\rmccue\requests\.codecov.yml
.codecov.yml
YAML
356
0.8
0
0.052632
awesome-app
152
2025-05-21T10:05:48.962716
GPL-3.0
false
da2342dd53926a51c33f0c3551a883b3
language: php\n\nphp:\n - 7.1\n - 7.2\n - nightly\n\nmatrix:\n allow_failures:\n - php: nightly\n\nsudo: false\n\ncache:\n directories:\n - $HOME/.composer/cache\n\nbefore_script:\n - travis_retry composer self-update\n - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist\n\nscri...
dataset_sample\yaml\causefx_Organizr\api\vendor\tightenco\collect\.travis.yml
.travis.yml
YAML
323
0.7
0
0
vue-tools
926
2023-11-20T08:10:31.594517
MIT
false
22ff02f762fdac0e381e55b28a2355af
language: php\n\nphp:\n - 7.2\n - 7.3\n - 7.4\n\nsudo: false\n\nenv:\n global:\n - PHPUNIT=1\n\nmatrix:\n include:\n - php: 7.4\n env: PHPCS=1 PHPUNIT=0\n\nbefore_script:\n - composer self-update\n - composer install --prefer-dist --no-interaction\n\nscript:\n - sh -c "if [ '$PHPUNIT' = '1' ]; then ....
dataset_sample\yaml\causefx_Organizr\api\vendor\zircote\swagger-php\.travis.yml
.travis.yml
YAML
462
0.7
0.076923
0
react-lib
378
2025-03-22T12:07:30.582603
BSD-3-Clause
false
4e0d2e549e47f8beb5a37029863aef6f
[\n # Docs: https://saucelabs.com/docs/platforms/webdriver\n\n {\n browserName: "safari",\n platform: "OS X 10.10"\n },\n {\n browserName: "chrome",\n platform: "OS X 10.10"\n },\n {\n browserName: "firefox",\n platform: "OS X 10.10"\n },\n\n # Mac Opera not currently supported by Sauce Labs\n...
dataset_sample\yaml\causefx_Organizr\bootstrap\grunt\sauce_browsers.yml
sauce_browsers.yml
YAML
1,439
0.8
0
0.225352
react-lib
591
2024-01-04T23:32:12.865592
BSD-3-Clause
false
0409d3c268a24304f521c5f6a171ddc2
[\n # Docs: https://saucelabs.com/docs/platforms/webdriver\n\n {\n browserName: "safari",\n platform: "OS X 10.10"\n },\n {\n browserName: "chrome",\n platform: "OS X 10.10"\n },\n {\n browserName: "firefox",\n platform: "OS X 10.10"\n },\n\n # Mac Opera not currently supported by Sauce Labs\n...
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\bootstrap-old\grunt\sauce_browsers.yml
sauce_browsers.yml
YAML
1,439
0.8
0
0.225352
node-utils
98
2024-05-31T05:15:45.678565
GPL-3.0
false
0409d3c268a24304f521c5f6a171ddc2
language: node_js\n\nnode_js:\n - "0.11"\n - "0.10"\n\nbefore_script:\n - npm install -g grunt-cli\n - npm install\n - bower install\n\nscript: grunt test --verbose --force
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\bootstrap-treeview-master\.travis.yml
.travis.yml
YAML
166
0.7
0
0
node-utils
289
2024-10-04T11:34:58.123512
Apache-2.0
false
efa4cc6a0f7fe5c30377a4238b1b7728
# Grunt Commands\n# ==============\n#\n# Use `grunt` in the root directory to select and run a specific task.\n\ndefault:\n - 'test'\n - 'build'\n\n# create the plugin\nbuild:\n - 'clean:dist'\n - 'sass:dist'\n - 'copy:dist'\n - 'umd'\n - 'uglify:dist'\n\n# tests\ntest:\n - 'clean:tmp'\n - 'jasmine'\n
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\chartist-plugin-tooltip-master\tasks\aliases.yml
aliases.yml
YAML
290
0.8
0
0.333333
python-kit
522
2025-04-27T09:32:53.077598
MIT
false
5c30bec682a8343e6294d78fad3e55e7
language: node_js\nnode_js:\n - 0.10\nbefore_install:\n - npm install -g grunt-cli\n - gem install sass\ninstall: npm install\nbefore_script:\n - grunt\nscript: ./test.sh compiled
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\dropzone-master\.travis.yml
.travis.yml
YAML
174
0.7
0
0
react-lib
643
2025-01-07T04:06:37.681540
BSD-3-Clause
false
d020fccbf13947ee38ee0ffcd9aef949
language: node_js\nnode_js:\n - '0.10'\nbefore_script:\n - 'npm install -g grunt-cli'\n\nscript: grunt test --verbose --force\n
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\jsgrid\.travis.yml
.travis.yml
YAML
122
0.7
0
0
node-utils
437
2024-04-22T19:55:17.428062
GPL-3.0
false
4b15bbc8506edea166707d0bd60aadd4
language: node_js\nnode_js:\n - 0.10\nbefore_script:\n - "npm install -g grunt-cli"\n - "npm install"\n - "cp -f bower.travis.json bower.json"\n - 'sed -i -e "s/JQUERY/$JQUERY/" bower.json'\n - 'sed -i -e "s/RAPHAEL/$RAPHAEL/" bower.json'\n - "bower install"\nenv:\n - JQUERY="~> 1.8.0" RAPHAEL="~> 2.0.0"\n - J...
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\morrisjs\.travis.yml
.travis.yml
YAML
590
0.7
0
0
node-utils
729
2024-01-02T22:52:37.102887
Apache-2.0
false
e5d595f36046e0091cf73ab02135fac3
[\n # Docs: https://saucelabs.com/docs/platforms/webdriver\n\n {\n browserName: "safari",\n platform: "OS X 10.10"\n },\n {\n browserName: "chrome",\n platform: "OS X 10.10"\n },\n {\n browserName: "firefox",\n platform: "OS X 10.10"\n },\n\n # Mac Opera not currently supported by Sauce Labs\n...
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\node_modules\bootstrap\grunt\sauce_browsers.yml
sauce_browsers.yml
YAML
1,439
0.8
0
0.225352
vue-tools
553
2024-06-10T21:51:58.375461
BSD-3-Clause
false
0409d3c268a24304f521c5f6a171ddc2
language: node_js\nnode_js:\n - '0.10'\nbefore_script:\n - npm install -g grunt-cli\n - npm install\nscript: grunt -v\nbranches:\n except:\n - gh-pages\nsudo: false
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\tablesaw-master\.travis.yml
.travis.yml
YAML
161
0.7
0
0
awesome-app
981
2025-05-17T12:25:59.325498
BSD-3-Clause
false
ac12316df4d7d47625ff68bd271619e8
language: node_js\nenv: \n matrix: \n - TEST_SUITE=unit\n - TEST_SUITE=integration BROWSER='firefox'\n - TEST_SUITE=integration BROWSER='firefox:3.5'\n - TEST_SUITE=integration BROWSER='firefox:3.6'\n - TEST_SUITE=integration BROWSER='safari:5'\n - TEST_SUITE=integration BROWSER='safari:6'\n - TEST_SUITE=integr...
dataset_sample\yaml\causefx_Organizr\plugins\bower_components\typeahead.js-master\.travis.yml
.travis.yml
YAML
1,201
0.7
0
0
react-lib
180
2023-07-23T17:04:29.378749
BSD-3-Clause
false
bb22efa13e5c59dc89c7f48d91c363a0
version: 135.0.170-CI{build}\n\nclone_depth: 10\n\nimage: Visual Studio 2019\n\nconfiguration: Release\n\nbuild_script:\n - ps: .\build.ps1\n - ps: .\build.ps1 -TargetFramework NetCore\n\ntest_script:\n # Test our Release x64 build\n - dotnet test CefSharp.Test\bin\x64\Release\win-x64\CefSharp.Test.dll --verbosity ...
dataset_sample\yaml\cefsharp_CefSharp\appveyor.yml
appveyor.yml
YAML
947
0.8
0.025641
0.096774
vue-tools
133
2023-09-24T21:07:34.078209
GPL-3.0
false
e74c8c04ed237dbd408643ebdef4081f
# Comment to be posted to on first time issues\nnewIssueWelcomeComment: >\n Welcome! We prefer to keep this issue track just for bug reports. If you have a question or need help with something I'd ask that you self close this issue and have a read over https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md...
dataset_sample\yaml\cefsharp_CefSharp\.github\config.yml
config.yml
YAML
1,217
0.95
0.125
0.071429
vue-tools
748
2025-01-17T04:06:02.427953
GPL-3.0
false
a19e08ca20bf7759f84007cb46051d6b
# These are supported funding model platforms\n\n#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n#patreon: # Replace with a single Patreon username\n#open_collective: # Replace with a single Open Collective username\n#ko_fi: # Replace with a single Ko-fi username\n#tidelift: # Re...
dataset_sample\yaml\cefsharp_CefSharp\.github\FUNDING.yml
FUNDING.yml
YAML
616
0.8
0
0.818182
node-utils
251
2025-01-24T21:02:40.336808
GPL-3.0
false
3ae1e0dcdb00127da0f81d5c834c0361
# 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\cefsharp_CefSharp\.github\no-response.yml
no-response.yml
YAML
711
0.8
0.333333
0.333333
node-utils
173
2025-05-08T13:18:13.996282
MIT
false
618d2b4506499b108c8c9a88ad9cfbd5
# 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\cefsharp_CefSharp\.github\support.yml
support.yml
YAML
1,310
0.8
0.185185
0.318182
node-utils
282
2025-05-19T08:34:15.765014
Apache-2.0
false
f2b4aa3e0279092a63643216fc1017cd
name: Bug Report\ndescription: Create a report for a reproducible bug\nlabels: []\nbody:\n - type: markdown\n attributes:\n value: |\n Please only open an issue if you have a **BUG** to report. for questions/assistance use [Discussions](https://github.com/cefsharp/CefSharp/discussions). If you are new t...
dataset_sample\yaml\cefsharp_CefSharp\.github\ISSUE_TEMPLATE\bug_report.yml
bug_report.yml
YAML
6,778
0.95
0.083871
0
react-lib
434
2024-09-03T23:34:51.237918
MIT
false
0cef1d36a92251b34a6b9e557fec52d4
# https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser\nblank_issues_enabled: false\ncontact_links:\n - name: stackoverflow\n url: http://stackoverflow.com/questions/tagged/cefsharp\n about: Please ask and answer questions ...
dataset_sample\yaml\cefsharp_CefSharp\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
485
0.8
0.111111
0.111111
vue-tools
239
2023-10-28T15:26:37.074617
BSD-3-Clause
false
2340fcc8f58b68a6d235a815f79a2f64
# License scanning information\nlicenseScanning:\n # URL with the repository's license scanning results\n #\n # CLOMonitor can extract license scanning results from FOSSA and Snyk badges\n # in the repository README.md file automatically. If your repository uses a\n # different scanning solution, this url can be s...
dataset_sample\yaml\cert-manager_cert-manager\.clomonitor.yml
.clomonitor.yml
YAML
427
0.8
0
0.777778
awesome-app
452
2024-07-25T00:55:27.538307
MIT
false
c70d7734788cdaf63a8a6e7706d3d2c2
---\nignore:\n - CVE-2021-41098 # https://github.com/chatwoot/chatwoot/issues/3097 (update once azure blob storage is updated)\n
dataset_sample\yaml\chatwoot_chatwoot\.bundler-audit.yml
.bundler-audit.yml
YAML
126
0.8
0
0
node-utils
944
2024-09-09T23:01:11.892991
Apache-2.0
false
9ebbc1a57b88d41d672dd179fd2cc926
version: '2'\nplugins:\n rubocop:\n enabled: false\n channel: rubocop-0-73\n eslint:\n enabled: false\n csslint:\n enabled: true\n scss-lint:\n enabled: true\n brakeman:\n enabled: false\nchecks:\n similar-code:\n enabled: false\n method-count:\n enabled: true\n config:\n threshol...
dataset_sample\yaml\chatwoot_chatwoot\.codeclimate.yml
.codeclimate.yml
YAML
1,790
0.8
0
0
react-lib
13
2023-11-13T08:40:38.002541
GPL-3.0
false
013262a84610926372b810f63145af0e
require:\n - rubocop-performance\n - rubocop-rails\n - rubocop-rspec\n - ./rubocop/use_from_email.rb\n - ./rubocop/custom_cop_location.rb\n\nLayout/LineLength:\n Max: 150\n\nMetrics/ClassLength:\n Max: 175\n Exclude:\n - 'app/models/message.rb'\n - 'app/models/conversation.rb'\nMetrics/MethodLength:\n Ma...
dataset_sample\yaml\chatwoot_chatwoot\.rubocop.yml
.rubocop.yml
YAML
3,989
0.95
0
0.012346
node-utils
521
2023-07-16T18:54:25.826428
MIT
false
17b9afc7b0b6330dfb66b7493b17eea3
# Default application configuration that all configurations inherit from.\n\nscss_files: '**/*.scss'\nplugin_directories: ['.scss-linters']\n\n# List of gem names to load custom linters from (make sure they are already\n# installed)\nplugin_gems: []\n\n# Default severity of all linters.\nseverity: warning\n\nlinters:\n...
dataset_sample\yaml\chatwoot_chatwoot\.scss-lint.yml
.scss-lint.yml
YAML
5,242
0.8
0
0.018182
node-utils
814
2025-06-23T00:27:36.427492
GPL-3.0
false
2ed7c6bb02c0a15a501a0806b4c61cd6
pull_request_title: "chore: Update translations"\ncommit_message: "[ci skip]"\nfiles:\n - source: /app/javascript/dashboard/i18n/locale/en/*.json\n translation: >-\n /app/javascript/dashboard/i18n/locale/%two_letters_code%/%original_file_name%\n - source: /config/locales/en.yml\n translation: /config/local...
dataset_sample\yaml\chatwoot_chatwoot\crowdin.yml
crowdin.yml
YAML
706
0.8
0
0
react-lib
302
2023-09-28T15:23:12.942941
MIT
false
326d5657a324feb3b7ba5a79f7954166
titleOnly: true\ntypes:\n - Feature\n - Fix\n - Docs\n - Style\n - Refactor\n - Perf\n - Test\n - Build\n - Chore\n - Revert\n
dataset_sample\yaml\chatwoot_chatwoot\semantic.yml
semantic.yml
YAML
124
0.7
0
0
awesome-app
617
2023-11-14T04:27:01.732088
Apache-2.0
false
c3637cc4608c4d2500ac5d34b7924470
version: 2.1\norbs:\n node: circleci/node@6.1.0\n\ndefaults: &defaults\n working_directory: ~/build\n machine:\n image: ubuntu-2204:2024.05.1\n resource_class: large\n environment:\n RAILS_LOG_TO_STDOUT: false\n COVERAGE: true\n LOG_LEVEL: warn\n parallelism: 4\n\njobs:\n build:\n <<: *defaults\n ...
dataset_sample\yaml\chatwoot_chatwoot\.circleci\config.yml
config.yml
YAML
6,590
0.8
0.005236
0.046243
awesome-app
868
2025-07-06T19:05:21.143929
BSD-3-Clause
false
cf209a847b76e0b8c3fd2c4b8da49dfc
version: 1\nupdate_configs:\n - package_manager: "ruby:bundler"\n directory: "/"\n update_schedule: "weekly"\n default_reviewers:\n - "sony-mathew"\n - "sojan-official"\n - "subintp"\n default_labels:\n - "dependencies"\n - "ruby"\n version_requirement_updates: "auto"\n - packa...
dataset_sample\yaml\chatwoot_chatwoot\.dependabot\config.yml
config.yml
YAML
551
0.85
0
0
react-lib
954
2024-04-06T20:03:39.174880
GPL-3.0
false
44feb8b36ab2209a4707dacb9e6524b5
# https://github.com/microsoft/vscode-dev-containers/blob/master/containers/python-3-postgres/.devcontainer/docker-compose.yml\n# https://github.com/microsoft/vscode-dev-containers/blob/master/containers/ruby-rails/.devcontainer/devcontainer.json\n#\n\nversion: '3'\n\nservices:\n base:\n build:\n context: ..\n...
dataset_sample\yaml\chatwoot_chatwoot\.devcontainer\docker-compose.yml
docker-compose.yml
YAML
1,786
0.95
0.045455
0.125
react-lib
510
2023-10-15T21:34:53.066842
GPL-3.0
false
6755985e36b391cb5db3bcbbcfbb2405
name: 🐞 Bug report\ndescription: Create a report to help us improve\nlabels: 'Bug'\nbody:\n - type: textarea\n attributes:\n label: Describe the bug\n description: A concise description of what you expected to happen along with screenshots if applicable.\n validations:\n required: true\n - type:...
dataset_sample\yaml\chatwoot_chatwoot\.github\ISSUE_TEMPLATE\bug_report.yml
bug_report.yml
YAML
2,323
0.85
0.025641
0
vue-tools
812
2024-03-29T10:43:52.456196
GPL-3.0
false
433a2ffd2f4883975031f2d3d1646e3c
blank_issues_enabled: false\ncontact_links:\n - name: Report a security issue\n url: https://www.chatwoot.com/docs/contributing-guide/security-reports/\n about: Guidelines and steps to report a security vulnerability. Please report security vulnerabilities here.\n - name: Product Documentation\n url: https:/...
dataset_sample\yaml\chatwoot_chatwoot\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
475
0.8
0
0
python-kit
810
2023-12-21T22:49:49.062743
GPL-3.0
false
9a4fa0a05b6e2884af555121d05efa7b
name: 🧙 Feature request\ndescription: Suggest an idea for this project\nlabels: 'feature-request'\nbody:\n - type: textarea\n attributes:\n label: Is your feature or enhancement related to a problem? Please describe.\n description: A clear and concise description of what the problem is. Ex. I'm always fr...
dataset_sample\yaml\chatwoot_chatwoot\.github\ISSUE_TEMPLATE\feature_request.yml
feature_request.yml
YAML
1,003
0.85
0.035714
0
node-utils
998
2024-06-17T10:59:49.330068
Apache-2.0
false
8712ea0c421d2cbb6f36249ff62b4660
## github action to check deployment success\n## curl the deployment url and check for 200 status\n## deployment url will be of the form chatwoot-pr-<pr_number>.herokuapp.com\nname: Deploy Check\n\non:\n pull_request:\n\njobs:\n deployment_check:\n name: Check Deployment\n runs-on: ubuntu-latest\n steps:\n ...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\deploy_check.yml
deploy_check.yml
YAML
1,771
0.8
0.133333
0.069767
react-lib
375
2023-08-24T05:23:24.364086
MIT
false
c8161fbeb52351e2a61e84abfd9dd95c
name: Frontend Lint & Test\n\non:\n push:\n branches:\n - develop\n pull_request:\n branches:\n - develop\n\njobs:\n test:\n runs-on: ubuntu-22.04\n\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ github.event.pull_request.head.ref }}\n repository: ${{ gi...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\frontend-fe.yml
frontend-fe.yml
YAML
829
0.7
0
0
vue-tools
33
2023-11-05T09:48:28.697895
GPL-3.0
false
28fdbec0bc6101d38bb1ab0631c41090
# ref: https://github.com/amannn/action-semantic-pull-request\n# ensure PR title is in semantic format\n\nname: "Lint PR"\n\non:\n pull_request_target:\n types:\n - opened\n - edited\n - synchronize\n\npermissions:\n pull-requests: read\n\njobs:\n main:\n name: Validate PR title\n runs-on: ub...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\lint_pr.yml
lint_pr.yml
YAML
443
0.8
0
0.105263
react-lib
30
2024-10-19T18:13:46.148144
BSD-3-Clause
false
3c2fe469e31ae969618f10f4fbba0586
# We often have cases where users would comment over stale closed Github Issues.\n# This creates unnecessary noise for the original reporter and makes it harder for triaging.\n# This action locks the closed threads once it is inactive for over a month.\n\nname: 'Lock Threads'\n\non:\n schedule:\n - cron: '0 * * * *...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\lock.yml
lock.yml
YAML
726
0.8
0.137931
0.125
awesome-app
879
2023-11-27T03:27:25.055971
MIT
false
8c66d144b5776aaa30879030df83acd9
name: Log Lines Percentage Check\n\non:\n pull_request:\n branches:\n - develop\n\njobs:\n log_lines_check:\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout repository\n uses: actions/checkout@v4\n\n - name: Check for log lines and calculate percentage\n run: |\n #...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\logging_percentage_check.yml
logging_percentage_check.yml
YAML
1,812
0.8
0.145455
0.181818
python-kit
894
2025-01-21T02:53:04.034963
GPL-3.0
false
316063f064e76cf20848c95a32681b48
# #\n# #\n# # Linux nightly installer action\n# # This action will try to install and setup\n# # chatwoot on an Ubuntu 22.04 machine using\n# # the linux installer script.\n# #\n# # This is set to run daily at midnight.\n# #\n\nname: Run Linux nightly installer\non:\n schedule:\n - cron: "0 0 * * *"\n workflow_dis...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\nightly_installer.yml
nightly_installer.yml
YAML
1,378
0.95
0.115385
0.4
vue-tools
799
2025-01-20T06:04:54.051221
BSD-3-Clause
false
c63ec1b41bff4476b7424587c3f5346f
name: Publish Codespace Base Image\n\non:\n workflow_dispatch:\n\njobs:\n publish-code-space-image:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n\n - name: Login to GitHub Container Registry\n uses: docker/login-action@v1\n with:\n registry: ghcr.io\n username...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\publish_codespace_image.yml
publish_codespace_image.yml
YAML
636
0.7
0
0
awesome-app
188
2024-10-07T02:56:51.314376
GPL-3.0
false
acafee31ffbac0c17fd8d86f311f7c92
# #\n# # This action will publish Chatwoot EE docker image.\n# # This is set to run against merges to develop, master\n# # and when tags are created.\n# #\n\nname: Publish Chatwoot EE docker images\n\non:\n push:\n branches:\n - develop\n - master\n tags:\n - v*\n workflow_dispatch:\n\nenv:\n DO...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\publish_ee_docker.yml
publish_ee_docker.yml
YAML
4,100
0.8
0.035714
0.041667
node-utils
632
2024-07-14T15:01:49.742758
MIT
false
518e1ef3d4af80e0ce5202c5704c1a1d
# #\n# # This action will publish Chatwoot CE docker image.\n# # This is set to run against merges to develop, master\n# # and when tags are created.\n# #\n\nname: Publish Chatwoot CE docker images\n\non:\n push:\n branches:\n - develop\n - master\n tags:\n - v*\n workflow_dispatch:\n\nenv:\n DO...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\publish_foss_docker.yml
publish_foss_docker.yml
YAML
4,231
0.8
0.034483
0.040323
node-utils
876
2023-07-24T08:23:01.987322
MIT
false
e568f8bf11ed94a535be4d861b84afec
name: Run Chatwoot CE spec\non:\n push:\n branches:\n - develop\n - master\n pull_request:\n workflow_dispatch:\n\njobs:\n test:\n runs-on: ubuntu-22.04\n services:\n postgres:\n image: pgvector/pgvector:pg15\n env:\n POSTGRES_USER: postgres\n POSTGRES_PASSWOR...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\run_foss_spec.yml
run_foss_spec.yml
YAML
2,097
0.8
0.012195
0.042254
awesome-app
508
2024-02-12T07:37:07.637012
MIT
false
dbd375d19a763e6131fe695ba22ff3fc
name: Run Size Limit Check\n\non:\n pull_request:\n branches:\n - develop\n\njobs:\n test:\n runs-on: ubuntu-22.04\n\n steps:\n - uses: actions/checkout@v4\n with:\n ref: ${{ github.event.pull_request.head.ref }}\n repository: ${{ github.event.pull_request.head.repo.full_na...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\size-limit.yml
size-limit.yml
YAML
1,000
0.8
0
0
python-kit
35
2025-06-07T08:04:34.564002
Apache-2.0
false
1ab742c6cff3ea35b952a6f31ec422f4
# This workflow warns and then closes PRs that have had no activity for a specified amount of time.\n#\n# You can adjust the behavior by modifying this file.\n# For more information, see:\n# https://github.com/actions/stale\nname: Mark stale issues and pull requests\n\non:\n schedule:\n - cron: '28 3 * * *'\n\njobs:\...
dataset_sample\yaml\chatwoot_chatwoot\.github\workflows\stale.yml
stale.yml
YAML
860
0.8
0.071429
0.208333
awesome-app
539
2024-04-23T03:22:18.495928
Apache-2.0
false
3b52e5bf47f9927e56318573c80d9874
shared: &shared\n version: '4.1.0'\n\ndevelopment:\n <<: *shared\n\nproduction:\n <<: *shared\n\nstaging:\n <<: *shared\n\ntest:\n <<: *shared\n
dataset_sample\yaml\chatwoot_chatwoot\config\app.yml
app.yml
YAML
135
0.7
0
0
python-kit
806
2023-10-14T15:37:23.571979
BSD-3-Clause
false
97a968e5e77fc0e0d3584c896b526ecf
default: &default\n adapter: redis\n url: <%= ENV.fetch('REDIS_URL', 'redis://127.0.0.1:6379') %>\n password: <%= ENV.fetch('REDIS_PASSWORD', nil).presence %>\n ssl_params: \n verify_mode: <%= Chatwoot.redis_ssl_verify_mode %>\n channel_prefix: <%= "chatwoot_#{Rails.env}_action_cable" %>\n\ndevelopment:\n <<:...
dataset_sample\yaml\chatwoot_chatwoot\config\cable.yml
cable.yml
YAML
460
0.8
0
0
vue-tools
40
2024-09-18T17:10:15.831007
GPL-3.0
false
b2e8c5d592042a54f18b91e16369db0b
default: &default\n adapter: postgresql\n encoding: unicode\n host: <%= ENV.fetch('POSTGRES_HOST', 'localhost') %>\n port: <%= ENV.fetch('POSTGRES_PORT', '5432') %>\n # ref: https://github.com/mperham/sidekiq/issues/2985#issuecomment-531097962\n pool: <%= Sidekiq.server? ? ENV.fetch('SIDEKIQ_CONCURRENCY', 10) : ...
dataset_sample\yaml\chatwoot_chatwoot\config\database.yml
database.yml
YAML
1,425
0.8
0
0.142857
node-utils
272
2024-10-12T01:01:09.793529
Apache-2.0
false
9b9eb06aa25080d29ee9d6704aef1ca8
# Disabled by default to prevent the agent starting up when not required\n# To enable, set your ELASTIC_APM_SERVER_URL and ELASTIC_APM_SECRET_TOKEN in your .env\n# Additional configuration options can be set below, as per the docs: https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html#configuration\...
dataset_sample\yaml\chatwoot_chatwoot\config\elastic_apm.yml
elastic_apm.yml
YAML
390
0.95
0
0.75
python-kit
337
2024-06-23T13:24:06.579929
MIT
false
73a212ec2a166ed00843a5c1b56cc2b2
# DO NOT change the order of features EVER\n############################################\n# name: the name to be used internally in the code\n# display_name: the name to be used in the UI\n# enabled: whether the feature is enabled by default\n# help_url: the url to the help center article\n# chatwoot_internal: whether ...
dataset_sample\yaml\chatwoot_chatwoot\config\features.yml
features.yml
YAML
4,458
0.8
0.005952
0.047619
python-kit
171
2024-06-22T00:44:37.849534
GPL-3.0
false
743ce0ea179a30a1cb1c493531dad806
# This file contains all the installation wide configuration which controls various settings in Chatwoot\n# This is internal config and should not be modified by the user directly in database\n# Chatwoot might override and modify these values during the upgrade process\n# Configs which can be modified by the user are a...
dataset_sample\yaml\chatwoot_chatwoot\config\installation_config.yml
installation_config.yml
YAML
12,048
0.8
0.127726
0.127036
awesome-app
603
2025-03-30T22:35:55.424635
Apache-2.0
false
249b5b1b8d7cea0dd28186907c7766ad
#\n# This file configures the New Relic Agent. New Relic monitors Ruby, Java,\n# .NET, PHP, Python, Node, and Go applications with deep visibility and low\n# overhead. For more information, visit www.newrelic.com.\n#\n#\n# For full documentation of agent configuration options, please refer to\n# https://docs.newrelic...
dataset_sample\yaml\chatwoot_chatwoot\config\newrelic.yml
newrelic.yml
YAML
2,791
0.95
0.047619
0.480769
react-lib
190
2023-09-01T05:12:27.886755
BSD-3-Clause
false
defdf93b75d4c65d99f88527540dd58d
# https://github.com/ondrejbartas/sidekiq-cron\n# use https://crontab.guru/ to validate\n# validations for this file exist in /spec/configs/schedule_spec.rb\n\n# executed At 12:00 on every day-of-month.\ninternal_check_new_versions_job:\n cron: '0 12 */1 * *'\n class: 'Internal::CheckNewVersionsJob'\n queue: schedul...
dataset_sample\yaml\chatwoot_chatwoot\config\schedule.yml
schedule.yml
YAML
1,197
0.8
0.170732
0.444444
node-utils
1,000
2024-10-13T04:25:38.581821
BSD-3-Clause
false
a65513f6cd9bc41b20280abde0a8e265
common: &defaults\n name: <%= ENV.fetch('SCOUT_NAME', '') %>\n key: <%= ENV.fetch('SCOUT_KEY', '') %>\n monitor: <%= ENV['SCOUT_KEY'].present? && ENV.fetch('SCOUT_MONITOR', true) %>\n\ntest:\n monitor: <%= ENV['SCOUT_KEY'].present? && ENV.fetch('SCOUT_MONITOR', true) %>\n\nproduction:\n <<: *defaults\n
dataset_sample\yaml\chatwoot_chatwoot\config\scout_apm.yml
scout_apm.yml
YAML
300
0.7
0
0
python-kit
410
2024-08-14T08:37:03.829993
MIT
false
bb0014fee98c9383e6e2d2c7b8cc77a2
# Be sure to restart your server when you modify this file.\n\n# Your secret key is used for verifying the integrity of signed cookies.\n# If you change this key, all old signed cookies will become invalid!\n\n# Make sure the secret is at least 30 characters and all random,\n# no regular words or you'll be exposed to d...
dataset_sample\yaml\chatwoot_chatwoot\config\secrets.yml
secrets.yml
YAML
1,024
0.8
0.08
0.555556
node-utils
21
2024-10-26T01:51:42.845992
BSD-3-Clause
false
953e572ae37c62e8eaac7d328505082b
# Sample configuration file for Sidekiq.\n# Options here can still be overridden by cmd line args.\n# Place this file at config/sidekiq.yml and Sidekiq will\n# pick it up automatically.\n---\n:verbose: false\n:concurrency: <%= ENV.fetch("SIDEKIQ_CONCURRENCY", 10) %>\n:timeout: 25\n:max_retries: 3\n\n# Sidekiq will run ...
dataset_sample\yaml\chatwoot_chatwoot\config\sidekiq.yml
sidekiq.yml
YAML
1,129
0.8
0.057143
0.333333
node-utils
188
2025-04-30T08:42:21.521406
BSD-3-Clause
false
414b975cc718778d355f786eef8fad3f
test:\n service: Disk\n root: <%= Rails.root.join("tmp/storage") %>\n\nlocal:\n service: Disk\n root: <%= Rails.root.join("storage") %>\n\n# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)\namazon:\n service: S3\n access_key_id: <%= ENV.fetch('AWS_ACCESS_KEY_ID', '') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\storage.yml
storage.yml
YAML
1,587
0.8
0
0.210526
awesome-app
721
2024-09-20T10:11:56.868245
GPL-3.0
false
5707fe9169982af14ed0e52ef6522131
###### Attributes Supported by Integration Apps #######\n# id: Internal Id for the integrations, used by the hooks\n# logo: place the image in /public/dashboard/images/integrations and reference here\n# i18n_key: the key under which translations for the integration is placed in en.yml\n# action: if integration require...
dataset_sample\yaml\chatwoot_chatwoot\config\integration\apps.yml
apps.yml
YAML
5,218
0.95
0.021277
0.053476
node-utils
792
2024-10-05T00:25:03.478132
BSD-3-Clause
false
ac7c04e2a146087141598a6bb8a3180d
af: 'Afrikaans'\n af_NA: 'Afrikaans (Namibia)'\n af_ZA: 'Afrikaans (South Africa)'\n ak: 'Akan'\n ak_GH: 'Akan (Ghana)'\n sq: 'Albanian'\n sq_AL: 'Albanian (Albania)'\n sq_XK: 'Albanian (Kosovo)'\n sq_MK: 'Albanian (Macedonia)'\n am: 'Amharic'\n am_ET: 'Amharic (Ethiopia)'\n ar: 'Arabic'\n ar_DZ: 'Arabic ...
dataset_sample\yaml\chatwoot_chatwoot\config\languages\language_map.yml
language_map.yml
YAML
16,216
0.7
0
0
react-lib
993
2023-07-23T20:34:54.577232
MIT
false
154691d6f372ddf9d7fadb3005efb891
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\am.yml
am.yml
YAML
13,389
0.95
0.088028
0.06338
vue-tools
285
2024-04-20T00:26:14.220580
MIT
false
a876f9e526e55c822803ae34e4b6546f
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\ar.yml
ar.yml
YAML
17,426
0.95
0.013333
0.06
react-lib
876
2025-04-13T03:52:16.733918
BSD-3-Clause
false
a78e79b1bcd6339923bca1de551f2ea5
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\az.yml
az.yml
YAML
13,389
0.95
0.088028
0.06338
node-utils
526
2025-06-14T08:59:04.643745
BSD-3-Clause
false
6af960a6f46896318ad796cd5d609fbd
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\bg.yml
bg.yml
YAML
13,489
0.95
0.088028
0.06338
react-lib
61
2023-11-16T18:21:18.839238
Apache-2.0
false
f509fdb5c33c2ee68ef16295452039a6
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\ca.yml
ca.yml
YAML
14,207
0.95
0.021127
0.06338
vue-tools
556
2024-03-02T23:54:01.363708
BSD-3-Clause
false
07d81bbcd72803733c28b52d676badb4
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\cs.yml
cs.yml
YAML
13,718
0.95
0.075342
0.061644
node-utils
520
2024-03-22T03:58:05.307075
GPL-3.0
false
42727ef4af2f3e0d5a51092482dece7f
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\da.yml
da.yml
YAML
13,437
0.95
0.066901
0.06338
vue-tools
894
2025-04-06T14:29:20.131221
GPL-3.0
false
27a7e9c55887aae0e8764a5eeea5ba25
#Files in the config/locales directory are used for internationalization\n#and are automatically loaded by Rails. If you want to use locales other\n#than English, add the necessary files in this directory.\n#To use the locales, use `I18n.t`:\n#I18n.t 'hello'\n#In views, this is aliased to just `t`:\n#<%= t('hello') %>\...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\de.yml
de.yml
YAML
14,352
0.95
0.021127
0.06338
vue-tools
65
2025-02-16T09:43:01.743685
Apache-2.0
false
fd1bc99feb41f798b75fdac281c9123b
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nam:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.am.yml
devise.am.yml
YAML
4,110
0.8
0.081967
0.016393
awesome-app
931
2023-11-03T06:37:30.635987
MIT
false
6afa8e42ac1f6c100b4f013c66e11640
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nar:\n devise:\n confirmations:\n confirmed: "تم تأكيد عنوان بريدك الإلكتروني بنجاح."\n send_instructions: "سوف تتلقى رسالة بريد إلكتروني تحتوي على تعليمات لكيفية تأكيد عنوان البريد الإلكتروني الخاص بك خلال بضع دقائق."\n se...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ar.yml
devise.ar.yml
YAML
6,099
0.8
0
0.015385
vue-tools
195
2025-04-26T15:54:34.465565
Apache-2.0
false
16a1c71ff99ae79d78cf80106df6edd1
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\naz:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.az.yml
devise.az.yml
YAML
4,110
0.8
0.081967
0.016393
node-utils
440
2023-12-13T21:12:30.391812
BSD-3-Clause
false
64f2e9f3ce726899c814aa8d96ec0fa3
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nbg:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.bg.yml
devise.bg.yml
YAML
4,110
0.8
0.081967
0.016393
python-kit
608
2023-11-16T06:31:58.829165
GPL-3.0
false
5979631023639eeec73c17e1de7c9482
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nca:\n devise:\n confirmations:\n confirmed: "El teu compte ha estat confirmat correctament. Si us plau, inicia la sessió."\n send_instructions: "En breu rebràs un correu electrònic amb instruccions sobre com confirmar el teu co...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ca.yml
devise.ca.yml
YAML
4,351
0.8
0
0.016393
react-lib
67
2024-08-06T10:21:00.478630
BSD-3-Clause
false
50350ff99131066780619c52f8b4d3b2
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\ncs:\n devise:\n confirmations:\n confirmed: "Vaše e-mailová adresa byla úspěšně potvrzena."\n send_instructions: "Za několik minut obdržíte e-mail s pokyny, jak potvrdit vaši e-mailovou adresu."\n send_paranoid_instruction...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.cs.yml
devise.cs.yml
YAML
4,273
0.8
0
0.015873
react-lib
674
2025-03-01T03:50:29.801988
Apache-2.0
false
9d5709f20bdd1e6c9bd1f7925363ec53
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nda:\n devise:\n confirmations:\n confirmed: "Din e-mailadresse er blevet bekræftet."\n send_instructions: "Du vil modtage en e-mail med instruktioner til, hvordan du bekræfter din e-mail-adresse om et par minutter."\n send...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.da.yml
devise.da.yml
YAML
4,062
0.8
0.098361
0.016393
python-kit
695
2023-12-04T19:33:26.282288
BSD-3-Clause
false
135350387ae14cb4d75916887367ab2f
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nde:\n devise:\n confirmations:\n confirmed: "Ihre E-Mail-Adresse wurde erfolgreich bestätigt."\n send_instructions: "Sie erhalten in wenigen Minuten eine E-Mail mit Anweisungen zur Bestätigung Ihrer E-Mail-Adresse."\n send...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.de.yml
devise.de.yml
YAML
4,558
0.8
0
0.016393
node-utils
222
2024-05-02T11:39:20.105441
MIT
false
600059c5e6694e8b35c92579ca9193e9
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nel:\n devise:\n confirmations:\n confirmed: "Η διεύθυνση του email έχει επιβεβαιωθεί."\n send_instructions: "Θα λάβετε ένα email με οδηγίες για την επιβεβαίωση της διεύθυνσης email σε λίγα λεπτά."\n send_paranoid_instructi...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.el.yml
devise.el.yml
YAML
6,160
0.8
0
0.016393
vue-tools
203
2025-05-12T15:02:43.589253
GPL-3.0
false
2351a6c8dfb4c4c6613a8a85402d9d45
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n\n\nen:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.en.yml
devise.en.yml
YAML
4,112
0.8
0.080645
0.016393
node-utils
123
2024-11-15T04:11:45.128983
BSD-3-Clause
false
0d6ffb8998d671fa10397ac20a0a4dcb
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nes:\n devise:\n confirmations:\n confirmed: "Su dirección de correo electrónico ha sido confirmada con éxito."\n send_instructions: "Recibirás un correo electrónico con instrucciones para confirmar tu dirección de correo electr...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.es.yml
devise.es.yml
YAML
4,590
0.8
0
0.016393
python-kit
122
2024-10-10T08:11:44.338757
BSD-3-Clause
false
3aa08342dc9d33d055a4004522c7b538
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nfa:\n devise:\n confirmations:\n confirmed: "ایمیل شما با موفقیت فعال شد."\n send_instructions: "ظرف چند دقیقه ایمیلی حاوی روش فعال کردن حساب خود دریافت خواهید کرد."\n send_paranoid_instructions: "در صورت موجود بودن ایمیل ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.fa.yml
devise.fa.yml
YAML
5,913
0.8
0
0.016393
node-utils
772
2024-05-20T08:43:53.409475
MIT
false
89e2ff4d06ceb1bbae43baa85dbca655
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nfi:\n devise:\n confirmations:\n confirmed: "Sähköpostiosoitteesi on vahvistettu onnistuneesti."\n send_instructions: "Saat sähköpostiviestin, jossa on ohjeet siitä, miten voit vahvistaa sähköpostiosoitteesi muutamassa minuutis...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.fi.yml
devise.fi.yml
YAML
4,311
0.8
0
0.016393
react-lib
981
2023-11-09T08:24:56.544697
Apache-2.0
false
3e77fc24c0ed6ec335878c502812f5e3
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nfr:\n devise:\n confirmations:\n confirmed: "Votre adresse e-mail a été confirmée avec succès."\n send_instructions: "Vous allez recevoir dans quelques minutes un e-mail contenant les instructions pour confirmer votre adresse e...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.fr.yml
devise.fr.yml
YAML
4,655
0.8
0
0.016393
vue-tools
554
2025-02-14T23:48:51.166141
MIT
false
d5e9ff750c666e3083842665cc646a9b
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nhe:\n devise:\n confirmations:\n confirmed: "כתובת המייל שלך אושרה בהצלחה."\n send_instructions: "אתה תקבל הוראות לאישרור המייל לתיבת המייל שלך תוך כמה דקות."\n send_paranoid_instructions: "אם המייל שלך רשום אצלינו, אתה תק...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.he.yml
devise.he.yml
YAML
4,828
0.8
0.015873
0.015873
react-lib
550
2023-10-05T09:00:23.700389
Apache-2.0
false
ca045d4095805a062bd42ed679a91dd6
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nhi:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.hi.yml
devise.hi.yml
YAML
4,110
0.8
0.081967
0.016393
awesome-app
680
2023-12-15T20:29:56.712858
Apache-2.0
false
4b275296351eb42b492b68143e4ab7d6
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nhr:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.hr.yml
devise.hr.yml
YAML
4,186
0.8
0.080645
0.016129
awesome-app
176
2023-08-25T00:44:17.466696
GPL-3.0
false
a240e1a45072b7939293783eac867529
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nhu:\n devise:\n confirmations:\n confirmed: "Az email címed megerősítése sikerült."\n send_instructions: "Néhány percen belül egy emailt fogsz kapni az email címed megerősítéséhez szükséges teendőkkel."\n send_paranoid_ins...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.hu.yml
devise.hu.yml
YAML
4,249
0.8
0
0.016393
node-utils
445
2024-03-29T14:33:33.254255
Apache-2.0
false
a7423036a9bda65b878ed6b7a7e314bd
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nhy:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.hy.yml
devise.hy.yml
YAML
4,110
0.8
0.081967
0.016393
vue-tools
124
2025-01-11T09:38:32.089218
MIT
false
5b9fbc190887abb39ddfa31cf3d5f754
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nid:\n devise:\n confirmations:\n confirmed: "Alamat email Anda telah berhasil dikonfirmasi."\n send_instructions: "Anda akan menerima email dengan instruksi bagaimana untuk mengkonfirmasi alamat email Anda dalam beberapa menit....
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.id.yml
devise.id.yml
YAML
4,071
0.8
0
0.016667
vue-tools
610
2024-12-29T21:27:04.057471
BSD-3-Clause
false
991d17bf5f3b5d4899ddbfef162e4bc0
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nis:\n devise:\n confirmations:\n confirmed: "Netfangið þitt hefur verið staðfest."\n send_instructions: "Þú færð tölvupóst með leiðbeiningum um hvernig á að staðfesta netfangið þitt eftir nokkrar mínútur."\n send_paranoid_...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.is.yml
devise.is.yml
YAML
4,586
0.8
0
0.016393
node-utils
296
2024-11-25T03:25:35.806976
Apache-2.0
false
0560d84bfd479002467dd6cfa713e30e
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nit:\n devise:\n confirmations:\n confirmed: "Il tuo indirizzo email è stato confermato con successo."\n send_instructions: "Riceverai una email con le istruzioni per confermare il tuo indirizzo email in pochi minuti."\n se...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.it.yml
devise.it.yml
YAML
4,232
0.8
0
0.016393
vue-tools
612
2024-05-13T08:23:54.993806
MIT
false
f55f28538ecb2c2dc855d614cf44e2f4
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nja:\n devise:\n confirmations:\n confirmed: "あなたのメールアドレスは正常に確認されました。"\n send_instructions: "数分以内にメールアドレスを確認する方法が記載されたメールが届きます。"\n send_paranoid_instructions: "メールアドレスがデータベースに存在する場合、数分以内にメールアドレスの確認方法が記載されたメールが届きます。"\n fa...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ja.yml
devise.ja.yml
YAML
5,190
0.8
0
0.016667
vue-tools
258
2025-03-28T19:34:00.849911
MIT
false
25520d127fc7f180edadac9d5d703b3f
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nka:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ka.yml
devise.ka.yml
YAML
4,110
0.8
0.081967
0.016393
awesome-app
501
2024-10-01T07:34:00.014051
MIT
false
cc88c8f22da510b4645d07b78a347ed3
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nko:\n devise:\n confirmations:\n confirmed: "귀하의 이메일 주소가 성공적으로 확인되었습니다."\n send_instructions: "몇 분 안에 이메일 주소를 인증하는 방법에 대한 지침이 발송될 것입니다."\n send_paranoid_instructions: "귀하의 이메일 주소가 당사 데이터베이스에 있는 경우 몇 분 안에 이메일 주소를 인증하는 방법에 대...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ko.yml
devise.ko.yml
YAML
4,281
0.8
0.05
0.016667
vue-tools
0
2025-06-13T21:15:19.771065
GPL-3.0
false
f4de2f9bbb143c1ec0259d6aa06009a3
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nlt:\n devise:\n confirmations:\n confirmed: "Jūsų el. pašto adresas sėkmingai patvirtintas."\n send_instructions: "Po kelių minučių gausite el. laišką su instrukcijomis, kaip patvirtinti jūsų el. pašto adresą."\n send_para...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.lt.yml
devise.lt.yml
YAML
4,469
0.8
0
0.015873
python-kit
543
2025-01-28T20:28:34.036560
MIT
false
f6e8a797df25f01f12713899fab7c6b4
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nlv:\n devise:\n confirmations:\n confirmed: "Jūsu e-pasta adrese ir veiksmīgi apstiprināta."\n send_instructions: "Dažu minūšu laikā jūs saņemsit e-pasta ziņojumu ar norādījumiem, kā apstiprināt savu e-pasta adresi."\n sen...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.lv.yml
devise.lv.yml
YAML
4,463
0.8
0
0.016129
python-kit
971
2025-01-11T08:04:22.638319
Apache-2.0
false
8f3885340d5b1764feff9de8b6764e16
#Additional translations at https://github.com/plataformatec/devise/wiki/I18n\nml:\n devise:\n confirmations:\n confirmed: "നിങ്ങളുടെ ഇമെയിൽ വിലാസം വിജയകരമായി സ്ഥിരീകരിച്ചു."\n send_instructions: "കുറച്ച് മിനിറ്റിനുള്ളിൽ നിങ്ങളുടെ ഇമെയിൽ വിലാസം എങ്ങനെ സ്ഥിരീകരിക്കാമെന്നതിനുള്ള നിർദ്ദേശങ്ങളുള്ള ഒരു ഇമെയിൽ ...
dataset_sample\yaml\chatwoot_chatwoot\config\locales\devise.ml.yml
devise.ml.yml
YAML
10,428
0.8
0
0.016393
react-lib
551
2025-02-23T16:40:49.687496
BSD-3-Clause
false
fbedf2a1321788a22e6db5a9dec1cc3f