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
10054550
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-RC2 PROGRAM_BUILD=2016071801 IS_STABLE=yes ## FUNC_BUILD=2016071902 ## BEGIN Generic func...
5
Bumped version to v1.1
8
.sh
sh
bsd-3-clause
deajan/osync
10054551
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Working Development Server - Added a server for development using Webpack <DFF> @@ -0,0 +1,63 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; +...
63
Working Development Server
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10054552
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Working Development Server - Added a server for development using Webpack <DFF> @@ -0,0 +1,63 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; +...
63
Working Development Server
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10054553
<NME> webpack.config.ts <BEF> ADDFILE <MSG> Working Development Server - Added a server for development using Webpack <DFF> @@ -0,0 +1,63 @@ +import * as webpack from 'webpack'; +import { resolve } from 'path'; +import { AotPlugin } from '@ngtools/webpack'; +import * as HtmlWebpackPlugin from 'html-webpack-plugin'; +...
63
Working Development Server
0
.ts
config
mit
nicky-lenaers/ngx-scroll-to
10054554
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Typo in README.md
1
.md
md
bsd-3-clause
deajan/osync
10054555
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Typo in README.md
1
.md
md
bsd-3-clause
deajan/osync
10054556
<NME> index.ts <BEF> import { NgModule } from '@angular/core'; import { ChartComponent } from './ChartComponent'; export { ChartComponent } import { ChartSeriesComponent } from './ChartSeriesComponent'; export { ChartSeriesComponent }; import { ChartPointComponent } from './ChartPointComponent'; export { ChartPointCom...
9
allow to select between highcharts and highstock modules
9
.ts
ts
mit
gevgeny/angular2-highcharts
10054557
<NME> index.ts <BEF> import { NgModule } from '@angular/core'; import { ChartComponent } from './ChartComponent'; export { ChartComponent } import { ChartSeriesComponent } from './ChartSeriesComponent'; export { ChartSeriesComponent }; import { ChartPointComponent } from './ChartPointComponent'; export { ChartPointCom...
9
allow to select between highcharts and highstock modules
9
.ts
ts
mit
gevgeny/angular2-highcharts
10054558
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Lower sleep time per cycle.
1
.sh
sh
bsd-3-clause
deajan/osync
10054559
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Lower sleep time per cycle.
1
.sh
sh
bsd-3-clause
deajan/osync
10054560
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
14
Another set of conflictLog issue isolation
9
.sh
sh
bsd-3-clause
deajan/osync
10054561
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
14
Another set of conflictLog issue isolation
9
.sh
sh
bsd-3-clause
deajan/osync
10054562
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
32
Final fix for #175 correcting symlinks too
36
.sh
sh
bsd-3-clause
deajan/osync
10054563
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
32
Final fix for #175 correcting symlinks too
36
.sh
sh
bsd-3-clause
deajan/osync
10054564
<NME> percentage-non-number-argument.txt <BEF> ADDFILE <MSG> Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `percentage`: argument must be a number in {path}percentage-non-number-argument.less...
4
Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553
0
.txt
txt
apache-2.0
less/less.js
10054565
<NME> percentage-non-number-argument.txt <BEF> ADDFILE <MSG> Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `percentage`: argument must be a number in {path}percentage-non-number-argument.less...
4
Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553
0
.txt
txt
apache-2.0
less/less.js
10054566
<NME> percentage-non-number-argument.txt <BEF> ADDFILE <MSG> Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `percentage`: argument must be a number in {path}percentage-non-number-argument.less...
4
Percentage should work the same way as other math functions (round, floor, etc) and throw error on NaN. #2553
0
.txt
txt
apache-2.0
less/less.js
10054567
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
5
Still doing apple BS fixes
1
.sh
sh
bsd-3-clause
deajan/osync
10054568
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
5
Still doing apple BS fixes
1
.sh
sh
bsd-3-clause
deajan/osync
10054569
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2018070201 # 4 tests: # quicklocal ## From current terminal run sudo -s in order to get a new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
24
Trying various travis fixes
21
.sh
sh
bsd-3-clause
deajan/osync
10054570
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2018070201 # 4 tests: # quicklocal ## From current terminal run sudo -s in order to get a new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
24
Trying various travis fixes
21
.sh
sh
bsd-3-clause
deajan/osync
10054571
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
20
Enabled all tests again
20
.sh
sh
bsd-3-clause
deajan/osync
10054572
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
20
Enabled all tests again
20
.sh
sh
bsd-3-clause
deajan/osync
10054573
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): test resume system #TODO(critical): test new WaitForTaskCompletion behavior with self=true #TODO(low): add keep logging & preserve attr conf entries to preflight check #TODO(low): test ...
74
Improved resume to bypass succeed substeps
5
.sh
sh
bsd-3-clause
deajan/osync
10054574
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(high): test resume system #TODO(critical): test new WaitForTaskCompletion behavior with self=true #TODO(low): add keep logging & preserve attr conf entries to preflight check #TODO(low): test ...
74
Improved resume to bypass succeed substeps
5
.sh
sh
bsd-3-clause
deajan/osync
10054575
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta PROGRAM_BUILD=2...
195
Rendered associative like arrays bash 3 compatible
178
.sh
sh
bsd-3-clause
deajan/osync
10054576
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta PROGRAM_BUILD=2...
195
Rendered associative like arrays bash 3 compatible
178
.sh
sh
bsd-3-clause
deajan/osync
10054577
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parall...
119
Merge branch 'master' of https://github.com/deajan/osync
89
.sh
sh
bsd-3-clause
deajan/osync
10054578
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parall...
119
Merge branch 'master' of https://github.com/deajan/osync
89
.sh
sh
bsd-3-clause
deajan/osync
10054579
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
3
Added patch from Vladimirek
3
.sh
sh
bsd-3-clause
deajan/osync
10054580
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
3
Added patch from Vladimirek
3
.sh
sh
bsd-3-clause
deajan/osync
10054581
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
improved error message for undefined variable in js eval statement.
0
.txt
txt
apache-2.0
less/less.js
10054582
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
improved error message for undefined variable in js eval statement.
0
.txt
txt
apache-2.0
less/less.js
10054583
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
improved error message for undefined variable in js eval statement.
0
.txt
txt
apache-2.0
less/less.js
10054584
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Removed unused variable
3
.sh
sh
bsd-3-clause
deajan/osync
10054585
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Removed unused variable
3
.sh
sh
bsd-3-clause
deajan/osync
10054586
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-gradient6.le...
4
Merge branch 'master' of https://github.com/less/less.js
0
.txt
txt
apache-2.0
less/less.js
10054587
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-gradient6.le...
4
Merge branch 'master' of https://github.com/less/less.js
0
.txt
txt
apache-2.0
less/less.js
10054588
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-gradient6.le...
4
Merge branch 'master' of https://github.com/less/less.js
0
.txt
txt
apache-2.0
less/less.js
10054589
<NME> url-file-manager.js <BEF> const isUrlRe = /^(?:https?:)?\/\//i; import url from 'url'; let request; import AbstractFileManager from '../less/environment/abstract-file-manager.js'; import logger from '../less/logger'; const UrlFileManager = function() {} UrlFileManager.prototype = Object.assign(new AbstractFileMa...
1
Fix needle dependency warning typo. (#3630)
1
.js
js
apache-2.0
less/less.js
10054590
<NME> url-file-manager.js <BEF> const isUrlRe = /^(?:https?:)?\/\//i; import url from 'url'; let request; import AbstractFileManager from '../less/environment/abstract-file-manager.js'; import logger from '../less/logger'; const UrlFileManager = function() {} UrlFileManager.prototype = Object.assign(new AbstractFileMa...
1
Fix needle dependency warning typo. (#3630)
1
.js
js
apache-2.0
less/less.js
10054591
<NME> url-file-manager.js <BEF> const isUrlRe = /^(?:https?:)?\/\//i; import url from 'url'; let request; import AbstractFileManager from '../less/environment/abstract-file-manager.js'; import logger from '../less/logger'; const UrlFileManager = function() {} UrlFileManager.prototype = Object.assign(new AbstractFileMa...
1
Fix needle dependency warning typo. (#3630)
1
.js
js
apache-2.0
less/less.js
10054592
<NME> boolean.js <BEF> ADDFILE <MSG> special functions: add `boolean` and `if`, clean up `alpha` <DFF> @@ -0,0 +1,15 @@ + +var functionRegistry = require("./function-registry"), + Anonymous = require("../tree/anonymous"), + Keyword = require("../tree/keyword"); + +functionRegistry.addMultiple({ + boolean: fun...
15
special functions: add `boolean` and `if`, clean up `alpha`
0
.js
js
apache-2.0
less/less.js
10054593
<NME> boolean.js <BEF> ADDFILE <MSG> special functions: add `boolean` and `if`, clean up `alpha` <DFF> @@ -0,0 +1,15 @@ + +var functionRegistry = require("./function-registry"), + Anonymous = require("../tree/anonymous"), + Keyword = require("../tree/keyword"); + +functionRegistry.addMultiple({ + boolean: fun...
15
special functions: add `boolean` and `if`, clean up `alpha`
0
.js
js
apache-2.0
less/less.js
10054594
<NME> boolean.js <BEF> ADDFILE <MSG> special functions: add `boolean` and `if`, clean up `alpha` <DFF> @@ -0,0 +1,15 @@ + +var functionRegistry = require("./function-registry"), + Anonymous = require("../tree/anonymous"), + Keyword = require("../tree/keyword"); + +functionRegistry.addMultiple({ + boolean: fun...
15
special functions: add `boolean` and `if`, clean up `alpha`
0
.js
js
apache-2.0
less/less.js
10054595
<NME> actions.js <BEF> /* global XMLHttpRequest */ 'use strict' const debug = require('debug')('HeadlessChrome:actions') const Promise = require('bluebird') const fs = require('mz/fs') const _ = require('lodash') const { browserIsInitialized, sleep, fixSelector, interleaveArrayToObject, promiseTimeout, o...
41
Fix setValue for HTMLSelectElement node types
7
.js
js
mit
LucianoGanga/simple-headless-chrome
10054596
<NME> PULL_REQUEST_TEMPLATE.md <BEF> ADDFILE <MSG> Create PULL_REQUEST_TEMPLATE.md <DFF> @@ -0,0 +1,4 @@ +When submitting a pull request, please modify the files in dev directory rather than those generated on-the-fly. + +You may find all code contained in osync.sh in n_osync.sh and ofunctions.sh +You may run your modi...
4
Create PULL_REQUEST_TEMPLATE.md
0
.md
md
bsd-3-clause
deajan/osync
10054597
<NME> PULL_REQUEST_TEMPLATE.md <BEF> ADDFILE <MSG> Create PULL_REQUEST_TEMPLATE.md <DFF> @@ -0,0 +1,4 @@ +When submitting a pull request, please modify the files in dev directory rather than those generated on-the-fly. + +You may find all code contained in osync.sh in n_osync.sh and ofunctions.sh +You may run your modi...
4
Create PULL_REQUEST_TEMPLATE.md
0
.md
md
bsd-3-clause
deajan/osync
10054598
<NME> CHANGELOG.md <BEF> ## Change Log 2014-10-19 - Public Beta / Release Candidate - Feedback welcome For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide) - no longer including old versions of less in the repo or npm - not including test less and gradle files in npm ...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10054599
<NME> CHANGELOG.md <BEF> ## Change Log 2014-10-19 - Public Beta / Release Candidate - Feedback welcome For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide) - no longer including old versions of less in the repo or npm - not including test less and gradle files in npm ...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10054600
<NME> CHANGELOG.md <BEF> ## Change Log 2014-10-19 - Public Beta / Release Candidate - Feedback welcome For a guide to breaking changes see [the v2 upgrade guide](lesscss.org/usage/#v2-upgrade-guide) - no longer including old versions of less in the repo or npm - not including test less and gradle files in npm ...
1
Update CHANGELOG.md
1
.md
md
apache-2.0
less/less.js
10054601
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
More comment fixes
2
.sh
sh
bsd-3-clause
deajan/osync
10054602
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
More comment fixes
2
.sh
sh
bsd-3-clause
deajan/osync
10054603
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
6
cmdline arg improvements
2
.sh
sh
bsd-3-clause
deajan/osync
10054604
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
6
cmdline arg improvements
2
.sh
sh
bsd-3-clause
deajan/osync
10054605
<NME> Mocks.ts <BEF> ADDFILE <MSG> add more tests <DFF> @@ -0,0 +1,29 @@ +import { Injectable } from 'angular2/core'; + +let opts; + +export class ChartEventEmitter { + static emitChartEvent(eventName) { + opts.chart.events[eventName](); + } +} + +export class HighchartsChartObjectMock { + constructor ...
29
add more tests
0
.ts
ts
mit
gevgeny/angular2-highcharts
10054606
<NME> Mocks.ts <BEF> ADDFILE <MSG> add more tests <DFF> @@ -0,0 +1,29 @@ +import { Injectable } from 'angular2/core'; + +let opts; + +export class ChartEventEmitter { + static emitChartEvent(eventName) { + opts.chart.events[eventName](); + } +} + +export class HighchartsChartObjectMock { + constructor ...
29
add more tests
0
.ts
ts
mit
gevgeny/angular2-highcharts
10054607
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parallel-unstable ...
63
Rebuilt targets
39
.sh
sh
bsd-3-clause
deajan/osync
10054608
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-parallel-unstable ...
63
Rebuilt targets
39
.sh
sh
bsd-3-clause
deajan/osync
10054609
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BU...
56
Various coding style compliance changes
54
.sh
sh
bsd-3-clause
deajan/osync
10054610
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BU...
56
Various coding style compliance changes
54
.sh
sh
bsd-3-clause
deajan/osync
10054611
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.3 * http://lesscss.org * * Copyright (c) 2009-2017, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * */ */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el...
7
Add dist files
7
.js
min
apache-2.0
less/less.js
10054612
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.3 * http://lesscss.org * * Copyright (c) 2009-2017, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * */ */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el...
7
Add dist files
7
.js
min
apache-2.0
less/less.js
10054613
<NME> less.min.js <BEF> /*! * Less - Leaner CSS v2.7.3 * http://lesscss.org * * Copyright (c) 2009-2017, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * */ */ /** * @license Apache-2.0 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el...
7
Add dist files
7
.js
min
apache-2.0
less/less.js
10054614
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102101 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
11
Prefered C style boolean values
10
.sh
sh
bsd-3-clause
deajan/osync
10054615
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102101 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
11
Prefered C style boolean values
10
.sh
sh
bsd-3-clause
deajan/osync
10054616
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
4
WIP debug github actions tests
1
.sh
sh
bsd-3-clause
deajan/osync
10054617
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
4
WIP debug github actions tests
1
.sh
sh
bsd-3-clause
deajan/osync
10054618
<NME> LICENSE <BEF> Copyright (c) 2009-2010 cloudhead Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publ...
179
moved to apache license
20
LICENSE
apache-2.0
less/less.js
10054619
<NME> LICENSE <BEF> Copyright (c) 2009-2010 cloudhead Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publ...
179
moved to apache license
20
LICENSE
apache-2.0
less/less.js
10054620
<NME> LICENSE <BEF> Copyright (c) 2009-2010 cloudhead Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publ...
179
moved to apache license
20
LICENSE
apache-2.0
less/less.js
10054621
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.sublime-* # npm # npm node_modules !package-lock.json npm-debug.log <MSG> Merge pull request #2677 from betaorbust/master Reference inline comments. <DFF> @@ -4,6 +4,7 @@ *~ .#* .idea +*.iml *.sublime-* # npm
1
Merge pull request #2677 from betaorbust/master
0
gitignore
apache-2.0
less/less.js
10054622
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.sublime-* # npm # npm node_modules !package-lock.json npm-debug.log <MSG> Merge pull request #2677 from betaorbust/master Reference inline comments. <DFF> @@ -4,6 +4,7 @@ *~ .#* .idea +*.iml *.sublime-* # npm
1
Merge pull request #2677 from betaorbust/master
0
gitignore
apache-2.0
less/less.js
10054623
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.sublime-* # npm # npm node_modules !package-lock.json npm-debug.log <MSG> Merge pull request #2677 from betaorbust/master Reference inline comments. <DFF> @@ -4,6 +4,7 @@ *~ .#* .idea +*.iml *.sublime-* # npm
1
Merge pull request #2677 from betaorbust/master
0
gitignore
apache-2.0
less/less.js
10054624
<NME> ssh_filter.sh <BEF> #!/usr/bin/env bash ##### osync / obackup ssh command filter ##### This script should be located in /usr/local/bin in the remote system to sync / backup ##### It will filter the commands that can be run remotely via ssh. ##### Please chmod 755 and chown root:root this file ##### Any command ...
15
Coding style compliance
30
.sh
sh
bsd-3-clause
deajan/osync
10054625
<NME> ssh_filter.sh <BEF> #!/usr/bin/env bash ##### osync / obackup ssh command filter ##### This script should be located in /usr/local/bin in the remote system to sync / backup ##### It will filter the commands that can be run remotely via ssh. ##### Please chmod 755 and chown root:root this file ##### Any command ...
15
Coding style compliance
30
.sh
sh
bsd-3-clause
deajan/osync
10054626
<NME> import-inline-invalid-css.less <BEF> ADDFILE <MSG> Import inline located inside file imported by reference should not be present in output. Close #2620 <DFF> @@ -0,0 +1,1 @@ +@import (inline) "invalid-css.less"; \ No newline at end of file
1
Import inline located inside file imported by reference should not be present in output. Close #2620
0
.less
less
apache-2.0
less/less.js
10054627
<NME> import-inline-invalid-css.less <BEF> ADDFILE <MSG> Import inline located inside file imported by reference should not be present in output. Close #2620 <DFF> @@ -0,0 +1,1 @@ +@import (inline) "invalid-css.less"; \ No newline at end of file
1
Import inline located inside file imported by reference should not be present in output. Close #2620
0
.less
less
apache-2.0
less/less.js
10054628
<NME> import-inline-invalid-css.less <BEF> ADDFILE <MSG> Import inline located inside file imported by reference should not be present in output. Close #2620 <DFF> @@ -0,0 +1,1 @@ +@import (inline) "invalid-css.less"; \ No newline at end of file
1
Import inline located inside file imported by reference should not be present in output. Close #2620
0
.less
less
apache-2.0
less/less.js
10054629
<NME> utils.js <BEF> export function extractId(href) { return href.replace(/^[a-z-]+:\/+?[^\/]+/, '') // Remove protocol & domain .replace(/[\?\&]livereload=\w+/, '') // Remove LiveReload cachebuster .replace(/^\//, '') // Remove root / .replace(/\.[a-zA-Z]+$...
1
Update utils.js (#3656)
0
.js
js
apache-2.0
less/less.js
10054630
<NME> utils.js <BEF> export function extractId(href) { return href.replace(/^[a-z-]+:\/+?[^\/]+/, '') // Remove protocol & domain .replace(/[\?\&]livereload=\w+/, '') // Remove LiveReload cachebuster .replace(/^\//, '') // Remove root / .replace(/\.[a-zA-Z]+$...
1
Update utils.js (#3656)
0
.js
js
apache-2.0
less/less.js
10054631
<NME> utils.js <BEF> export function extractId(href) { return href.replace(/^[a-z-]+:\/+?[^\/]+/, '') // Remove protocol & domain .replace(/[\?\&]livereload=\w+/, '') // Remove LiveReload cachebuster .replace(/^\//, '') // Remove root / .replace(/\.[a-zA-Z]+$...
1
Update utils.js (#3656)
0
.js
js
apache-2.0
less/less.js
10054632
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta PROGRAM_BUILD=201...
9
Rebuilt targets
3
.sh
sh
bsd-3-clause
deajan/osync
10054633
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta PROGRAM_BUILD=201...
9
Rebuilt targets
3
.sh
sh
bsd-3-clause
deajan/osync
10054634
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
3
Fixed unlocking
3
.sh
sh
bsd-3-clause
deajan/osync
10054635
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
3
Fixed unlocking
3
.sh
sh
bsd-3-clause
deajan/osync
10054636
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Replaced Logger with RemoteLogger in triggerUpdate
2
.sh
sh
bsd-3-clause
deajan/osync
10054637
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Replaced Logger with RemoteLogger in triggerUpdate
2
.sh
sh
bsd-3-clause
deajan/osync
10054638
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080204 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode if ! type "...
43
Various minor fixes
33
.sh
sh
bsd-3-clause
deajan/osync
10054639
<NME> ofunctions.sh <BEF> ## FUNC_BUILD=2016080204 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode if ! type "...
43
Various minor fixes
33
.sh
sh
bsd-3-clause
deajan/osync
10054640
<NME> navigateTwoTabs.js <BEF> const HeadlessChrome = require('../../') const test = require('tap').test test('Headless Chrome - Tabs', async function (group) { group.comment(`Initializing HeadlessChrome...`) const browser = new HeadlessChrome({ headless: true }) await browser.init() const tabA = await...
2
test fix
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10054641
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: osync v1.2.3 release ! Refactored time control and parallel execution functions into one single function dd Mmm YYYY: osync v1.2.2 release ! Added an option to log conflictual files ! Presence of conflictual files can trigger a special mail ! new op...
19
Updated changelog to reflect roadmap
8
.md
md
bsd-3-clause
deajan/osync
10054642
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: osync v1.2.3 release ! Refactored time control and parallel execution functions into one single function dd Mmm YYYY: osync v1.2.2 release ! Added an option to log conflictual files ! Presence of conflictual files can trigger a special mail ! new op...
19
Updated changelog to reflect roadmap
8
.md
md
bsd-3-clause
deajan/osync
10054643
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Fixed introduced bug with IsNumericExpand
2
.sh
sh
bsd-3-clause
deajan/osync
10054644
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013...
2
Fixed introduced bug with IsNumericExpand
2
.sh
sh
bsd-3-clause
deajan/osync
10054645
<NME> condition.js <BEF> ADDFILE <MSG> mixin guards Allows functional-style guard expressions: .mixin (@a) ? @a > 0 {...} <DFF> @@ -0,0 +1,28 @@ +(function (tree) { + +tree.Condition = function (op, l, r, i) { + this.op = op.trim(); + this.lvalue = l; + this.rvalue = r; + this.index = i; +}; +tree.Co...
28
mixin guards
0
.js
js
apache-2.0
less/less.js
10054646
<NME> condition.js <BEF> ADDFILE <MSG> mixin guards Allows functional-style guard expressions: .mixin (@a) ? @a > 0 {...} <DFF> @@ -0,0 +1,28 @@ +(function (tree) { + +tree.Condition = function (op, l, r, i) { + this.op = op.trim(); + this.lvalue = l; + this.rvalue = r; + this.index = i; +}; +tree.Co...
28
mixin guards
0
.js
js
apache-2.0
less/less.js
10054647
<NME> condition.js <BEF> ADDFILE <MSG> mixin guards Allows functional-style guard expressions: .mixin (@a) ? @a > 0 {...} <DFF> @@ -0,0 +1,28 @@ +(function (tree) { + +tree.Condition = function (op, l, r, i) { + this.op = op.trim(); + this.lvalue = l; + this.rvalue = r; + this.index = i; +}; +tree.Co...
28
mixin guards
0
.js
js
apache-2.0
less/less.js
10054648
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
1
Typo fix
1
.sh
sh
bsd-3-clause
deajan/osync
10054649
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
1
Typo fix
1
.sh
sh
bsd-3-clause
deajan/osync