Search is not available for this dataset
id
stringlengths
1
8
text
stringlengths
72
9.81M
addition_count
int64
0
10k
commit_subject
stringlengths
0
3.7k
deletion_count
int64
0
8.43k
file_extension
stringlengths
0
32
lang
stringlengths
1
94
license
stringclasses
10 values
repo_name
stringlengths
9
59
10072550
<NME> dual_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::DualAdapter do let(:context){ "some context" } let(:just_adapter){ Class.new } let(:selected_adapter_instance){ double } let(:selected_adapter){ c = Class.new expect(c).to receive(:new){ ...
160
Merge pull request #588 from santib/improve-dual-adapter
68
.rb
rb
mit
splitrb/split
10072551
<NME> dual_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::DualAdapter do let(:context){ "some context" } let(:just_adapter){ Class.new } let(:selected_adapter_instance){ double } let(:selected_adapter){ c = Class.new expect(c).to receive(:new){ ...
160
Merge pull request #588 from santib/improve-dual-adapter
68
.rb
rb
mit
splitrb/split
10072552
<NME> dual_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::DualAdapter do let(:context){ "some context" } let(:just_adapter){ Class.new } let(:selected_adapter_instance){ double } let(:selected_adapter){ c = Class.new expect(c).to receive(:new){ ...
160
Merge pull request #588 from santib/improve-dual-adapter
68
.rb
rb
mit
splitrb/split
10072553
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/trial" describe Split::Trial do let(:user) { mock_user } let(:alternatives) { ["basket", "cart"] } let(:experiment) do Split::Experiment.new("basket_text", alternatives: alternatives).save end it "should be ini...
18
Update trial to init with goals instead
19
.rb
rb
mit
splitrb/split
10072554
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/trial" describe Split::Trial do let(:user) { mock_user } let(:alternatives) { ["basket", "cart"] } let(:experiment) do Split::Experiment.new("basket_text", alternatives: alternatives).save end it "should be ini...
18
Update trial to init with goals instead
19
.rb
rb
mit
splitrb/split
10072555
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/trial" describe Split::Trial do let(:user) { mock_user } let(:alternatives) { ["basket", "cart"] } let(:experiment) do Split::Experiment.new("basket_text", alternatives: alternatives).save end it "should be ini...
18
Update trial to init with goals instead
19
.rb
rb
mit
splitrb/split
10072556
<NME> 7.0.gemfile <BEF> # This file was generated by Appraisal source "https://rubygems.org" gem "appraisal" gem "codeclimate-test-reporter" gem "rails", "~> 7.0" gem "matrix" gem "matrix" gemspec path: "../" <MSG> Merge pull request #676 from splitrb/cleanup-appraisals Remove appraisals configuration <DFF> @@ -1,...
0
Merge pull request #676 from splitrb/cleanup-appraisals
3
.gemfile
0
mit
splitrb/split
10072557
<NME> 7.0.gemfile <BEF> # This file was generated by Appraisal source "https://rubygems.org" gem "appraisal" gem "codeclimate-test-reporter" gem "rails", "~> 7.0" gem "matrix" gem "matrix" gemspec path: "../" <MSG> Merge pull request #676 from splitrb/cleanup-appraisals Remove appraisals configuration <DFF> @@ -1,...
0
Merge pull request #676 from splitrb/cleanup-appraisals
3
.gemfile
0
mit
splitrb/split
10072558
<NME> 7.0.gemfile <BEF> # This file was generated by Appraisal source "https://rubygems.org" gem "appraisal" gem "codeclimate-test-reporter" gem "rails", "~> 7.0" gem "matrix" gem "matrix" gemspec path: "../" <MSG> Merge pull request #676 from splitrb/cleanup-appraisals Remove appraisals configuration <DFF> @@ -1,...
0
Merge pull request #676 from splitrb/cleanup-appraisals
3
.gemfile
0
mit
splitrb/split
10072559
<NME> ariaHelper.js <BEF> ADDFILE <MSG> chore(core): Added core module and ariaHelper service <DFF> @@ -0,0 +1,20 @@ +(function() { +'use strict'; + +angular + .module('semantic.ui.angular.core') + + .service('ariaHelper', ['$log', function($log) { + + return { + hasAttribute: hasAttribute + }; + + fun...
20
chore(core): Added core module and ariaHelper service
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072560
<NME> ariaHelper.js <BEF> ADDFILE <MSG> chore(core): Added core module and ariaHelper service <DFF> @@ -0,0 +1,20 @@ +(function() { +'use strict'; + +angular + .module('semantic.ui.angular.core') + + .service('ariaHelper', ['$log', function($log) { + + return { + hasAttribute: hasAttribute + }; + + fun...
20
chore(core): Added core module and ariaHelper service
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072561
<NME> ariaHelper.js <BEF> ADDFILE <MSG> chore(core): Added core module and ariaHelper service <DFF> @@ -0,0 +1,20 @@ +(function() { +'use strict'; + +angular + .module('semantic.ui.angular.core') + + .service('ariaHelper', ['$log', function($log) { + + return { + hasAttribute: hasAttribute + }; + + fun...
20
chore(core): Added core module and ariaHelper service
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072562
<NME> version.rb <BEF> # frozen_string_literal: true module Split MAJOR = 3 MINOR = 3 PATCH = 0 VERSION = [MAJOR, MINOR, PATCH].join('.') end <MSG> Update changelog for 3.3.1 <DFF> @@ -2,6 +2,6 @@ module Split MAJOR = 3 MINOR = 3 - PATCH = 0 + PATCH = 1 VERSION = [MAJOR, MINOR, PATCH...
1
Update changelog for 3.3.1
1
.rb
rb
mit
splitrb/split
10072563
<NME> version.rb <BEF> # frozen_string_literal: true module Split MAJOR = 3 MINOR = 3 PATCH = 0 VERSION = [MAJOR, MINOR, PATCH].join('.') end <MSG> Update changelog for 3.3.1 <DFF> @@ -2,6 +2,6 @@ module Split MAJOR = 3 MINOR = 3 - PATCH = 0 + PATCH = 1 VERSION = [MAJOR, MINOR, PATCH...
1
Update changelog for 3.3.1
1
.rb
rb
mit
splitrb/split
10072564
<NME> version.rb <BEF> # frozen_string_literal: true module Split MAJOR = 3 MINOR = 3 PATCH = 0 VERSION = [MAJOR, MINOR, PATCH].join('.') end <MSG> Update changelog for 3.3.1 <DFF> @@ -2,6 +2,6 @@ module Split MAJOR = 3 MINOR = 3 - PATCH = 0 + PATCH = 1 VERSION = [MAJOR, MINOR, PATCH...
1
Update changelog for 3.3.1
1
.rb
rb
mit
splitrb/split
10072565
<NME> helper_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" # TODO change some of these tests to use Rack::Test describe Split::Helper do include Split::Helper let(:experiment) { Split::ExperimentCatalog.find_or_create("link_color", "blue", "red") } describe "ab_test" do it "shou...
7
Merge pull request #34 from layflags/master
0
.rb
rb
mit
splitrb/split
10072566
<NME> helper_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" # TODO change some of these tests to use Rack::Test describe Split::Helper do include Split::Helper let(:experiment) { Split::ExperimentCatalog.find_or_create("link_color", "blue", "red") } describe "ab_test" do it "shou...
7
Merge pull request #34 from layflags/master
0
.rb
rb
mit
splitrb/split
10072567
<NME> helper_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" # TODO change some of these tests to use Rack::Test describe Split::Helper do include Split::Helper let(:experiment) { Split::ExperimentCatalog.find_or_create("link_color", "blue", "red") } describe "ab_test" do it "shou...
7
Merge pull request #34 from layflags/master
0
.rb
rb
mit
splitrb/split
10072568
<NME> parser.ts <BEF> import { strictEqual as equal } from 'assert'; import parser, { ParseOptions, FunctionCall } from '../src/parser'; import tokenizer from '../src/tokenizer'; import stringify from './assets/stringify'; const parse = (abbr: string, opt?: ParseOptions) => parser(tokenizer(abbr), opt); const expand =...
5
Do not allow whitespace in CSS abbreviations
1
.ts
ts
mit
emmetio/emmet