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
10052950
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Merge bran...
2
Merge branch 'master' of https://github.com/cloudhead/less.js
1
gitattributes
apache-2.0
less/less.js
10052951
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Merge bran...
2
Merge branch 'master' of https://github.com/cloudhead/less.js
1
gitattributes
apache-2.0
less/less.js
10052952
<NME> .gitattributes <BEF> *.js text eol=lf *.svg text eol=lf *.less text eol=lf *.css text eol=lf *.htm text eol=lf *.jpg binary *.png binary *.jpeg binary # From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes *.lock text -diff package-lock.json text -diff <MSG> Merge bran...
2
Merge branch 'master' of https://github.com/cloudhead/less.js
1
gitattributes
apache-2.0
less/less.js
10052953
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.98 OSYNC_BUILD=0408201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS...
12
Update README.md file, also added --stats option in rsync execution.
12
.sh
sh
bsd-3-clause
deajan/osync
10052954
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.98 OSYNC_BUILD=0408201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS...
12
Update README.md file, also added --stats option in rsync execution.
12
.sh
sh
bsd-3-clause
deajan/osync
10052955
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # Allows the following environment variables # TRAVIS_RUN=[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 sudo -s in order to get a new terminal as root ##...
29
Reactivated all tests
24
.sh
sh
bsd-3-clause
deajan/osync
10052956
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # Allows the following environment variables # TRAVIS_RUN=[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 sudo -s in order to get a new terminal as root ##...
29
Reactivated all tests
24
.sh
sh
bsd-3-clause
deajan/osync
10052957
<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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n...
32
Replaced IFS for loops with while
48
.sh
sh
bsd-3-clause
deajan/osync
10052958
<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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n...
32
Replaced IFS for loops with while
48
.sh
sh
bsd-3-clause
deajan/osync
10052959
<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.00pre PROGRAM_BU...
19
Improved error logging
9
.sh
sh
bsd-3-clause
deajan/osync
10052960
<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.00pre PROGRAM_BU...
19
Improved error logging
9
.sh
sh
bsd-3-clause
deajan/osync
10052961
<NME> parse-error-missing-parens.txt <BEF> ADDFILE <MSG> some code review changes and test for the new extra/missing parens check <DFF> @@ -0,0 +1,3 @@ +ParseError: missing closing `)` in {path}parse-error-missing-parens.less on line 6, column 1: +5 } +6
3
some code review changes and test for the new extra/missing parens check
0
.txt
txt
apache-2.0
less/less.js
10052962
<NME> parse-error-missing-parens.txt <BEF> ADDFILE <MSG> some code review changes and test for the new extra/missing parens check <DFF> @@ -0,0 +1,3 @@ +ParseError: missing closing `)` in {path}parse-error-missing-parens.less on line 6, column 1: +5 } +6
3
some code review changes and test for the new extra/missing parens check
0
.txt
txt
apache-2.0
less/less.js
10052963
<NME> parse-error-missing-parens.txt <BEF> ADDFILE <MSG> some code review changes and test for the new extra/missing parens check <DFF> @@ -0,0 +1,3 @@ +ParseError: missing closing `)` in {path}parse-error-missing-parens.less on line 6, column 1: +5 } +6
3
some code review changes and test for the new extra/missing parens check
0
.txt
txt
apache-2.0
less/less.js
10052964
<NME> less-1.0.34.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.34 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.34 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(e){return z.less[e.split("/")[1]]}function S(){for(var e=d...
67
(dist) build 1.0.34
0
.js
0
apache-2.0
less/less.js
10052965
<NME> less-1.0.34.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.34 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.34 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(e){return z.less[e.split("/")[1]]}function S(){for(var e=d...
67
(dist) build 1.0.34
0
.js
0
apache-2.0
less/less.js
10052966
<NME> less-1.0.34.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.34 <DFF> @@ -0,0 +1,67 @@ +// +// LESS - Leaner CSS v1.0.34 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(z){function q(e){return z.less[e.split("/")[1]]}function S(){for(var e=d...
67
(dist) build 1.0.34
0
.js
0
apache-2.0
less/less.js
10052967
<NME> screenCapture.js <BEF> const HeadlessChrome = require('../index') const browser = new HeadlessChrome({ headless: true }) async function navigateWebsite () { try { await browser.init() // Open a new Tab const mainTab = await browser.newTab({ privateTab: false }) // Navigate to a URL awai...
3
Add the screenshots examples
3
.js
js
mit
LucianoGanga/simple-headless-chrome
10052968
<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...
2
Updated readme file
1
.md
md
bsd-3-clause
deajan/osync
10052969
<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...
2
Updated readme file
1
.md
md
bsd-3-clause
deajan/osync
10052970
<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...
1
Fix typo
1
.sh
sh
bsd-3-clause
deajan/osync
10052971
<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...
1
Fix typo
1
.sh
sh
bsd-3-clause
deajan/osync
10052972
<NME> runner-production.js <BEF> ADDFILE <MSG> test production browser mode does not output log messages <DFF> @@ -0,0 +1,7 @@ +less.env = "production"; + +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +})...
7
test production browser mode does not output log messages
0
.js
js
apache-2.0
less/less.js
10052973
<NME> runner-production.js <BEF> ADDFILE <MSG> test production browser mode does not output log messages <DFF> @@ -0,0 +1,7 @@ +less.env = "production"; + +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +})...
7
test production browser mode does not output log messages
0
.js
js
apache-2.0
less/less.js
10052974
<NME> runner-production.js <BEF> ADDFILE <MSG> test production browser mode does not output log messages <DFF> @@ -0,0 +1,7 @@ +less.env = "production"; + +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +})...
7
test production browser mode does not output log messages
0
.js
js
apache-2.0
less/less.js
10052975
<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
Quick note about file updates
2
.sh
sh
bsd-3-clause
deajan/osync
10052976
<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
Quick note about file updates
2
.sh
sh
bsd-3-clause
deajan/osync
10052977
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016111201 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb...
22
Fixed bogus busybox detection
17
.sh
sh
bsd-3-clause
deajan/osync
10052978
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016111201 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Deb...
22
Fixed bogus busybox detection
17
.sh
sh
bsd-3-clause
deajan/osync
10052979
<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...
2
Increased TSTAMP randomization
2
.sh
sh
bsd-3-clause
deajan/osync
10052980
<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...
2
Increased TSTAMP randomization
2
.sh
sh
bsd-3-clause
deajan/osync
10052981
<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...
9
Add warning about truncated output
9
.sh
sh
bsd-3-clause
deajan/osync
10052982
<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...
9
Add warning about truncated output
9
.sh
sh
bsd-3-clause
deajan/osync
10052983
<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-dev-parallel-unstabl...
145
Ported fixes from v1.1-maint branch
127
.sh
sh
bsd-3-clause
deajan/osync
10052984
<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-dev-parallel-unstabl...
145
Ported fixes from v1.1-maint branch
127
.sh
sh
bsd-3-clause
deajan/osync
10052985
<NME> interpolation-vars.less <BEF> ADDFILE <MSG> Merge pull request #2246 from less/import-sequence Attempt to fix import sequencing <DFF> @@ -0,0 +1,6 @@ +@in: "in"; +@terpolation: "terpolation"; + +// should be ignored because its already imported +// and it uses a variable from the parent scope +@import "import-@{...
6
Merge pull request #2246 from less/import-sequence
0
.less
less
apache-2.0
less/less.js
10052986
<NME> interpolation-vars.less <BEF> ADDFILE <MSG> Merge pull request #2246 from less/import-sequence Attempt to fix import sequencing <DFF> @@ -0,0 +1,6 @@ +@in: "in"; +@terpolation: "terpolation"; + +// should be ignored because its already imported +// and it uses a variable from the parent scope +@import "import-@{...
6
Merge pull request #2246 from less/import-sequence
0
.less
less
apache-2.0
less/less.js
10052987
<NME> interpolation-vars.less <BEF> ADDFILE <MSG> Merge pull request #2246 from less/import-sequence Attempt to fix import sequencing <DFF> @@ -0,0 +1,6 @@ +@in: "in"; +@terpolation: "terpolation"; + +// should be ignored because its already imported +// and it uses a variable from the parent scope +@import "import-@{...
6
Merge pull request #2246 from less/import-sequence
0
.less
less
apache-2.0
less/less.js
10052988
<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 #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-dev _OFUNCTIONS_BUILD=2016121106 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
14
Minor changes & fixes
10
.sh
sh
bsd-3-clause
deajan/osync
10052989
<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 #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-dev _OFUNCTIONS_BUILD=2016121106 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
14
Minor changes & fixes
10
.sh
sh
bsd-3-clause
deajan/osync
10052990
<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...
1
Fix visible await (#69)
1
.js
js
mit
LucianoGanga/simple-headless-chrome
10052991
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ...
1
Merge pull request #2859 from stweil/master
1
.js
min
apache-2.0
less/less.js
10052992
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ...
1
Merge pull request #2859 from stweil/master
1
.js
min
apache-2.0
less/less.js
10052993
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typ...
1
Merge pull request #2859 from stweil/master
1
.js
min
apache-2.0
less/less.js
10052994
<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...
1
fix bash operator error
1
.sh
sh
bsd-3-clause
deajan/osync
10052995
<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...
1
fix bash operator error
1
.sh
sh
bsd-3-clause
deajan/osync
10052996
<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...
48
Harmonize ExecTasks calls
47
.sh
sh
bsd-3-clause
deajan/osync
10052997
<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...
48
Harmonize ExecTasks calls
47
.sh
sh
bsd-3-clause
deajan/osync
10052998
<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-unstable PROGR...
13
Latest typos fixed... works again.
15
.sh
sh
bsd-3-clause
deajan/osync
10052999
<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-unstable PROGR...
13
Latest typos fixed... works again.
15
.sh
sh
bsd-3-clause
deajan/osync
10053000
<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...
7
Fixed initiator and target arrays aren't global
3
.sh
sh
bsd-3-clause
deajan/osync
10053001
<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...
7
Fixed initiator and target arrays aren't global
3
.sh
sh
bsd-3-clause
deajan/osync
10053002
<NME> .travis.yml <BEF> language: bash before_script: script: dev/tests/run_tests.sh osx before_install: sudo apt-get install inotify-tools acl sudo: required script: TRAVIS_RUN=true dev/tests/run_tests.sh <MSG> Added travis CI file <DFF> @@ -1,6 +1,5 @@ -language: bash - -before_script: +langua...
3
Added travis CI file
4
.yml
travis
bsd-3-clause
deajan/osync
10053003
<NME> .travis.yml <BEF> language: bash before_script: script: dev/tests/run_tests.sh osx before_install: sudo apt-get install inotify-tools acl sudo: required script: TRAVIS_RUN=true dev/tests/run_tests.sh <MSG> Added travis CI file <DFF> @@ -1,6 +1,5 @@ -language: bash - -before_script: +langua...
3
Added travis CI file
4
.yml
travis
bsd-3-clause
deajan/osync
10053004
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2018100203 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
6
Merge cleanup
7
.sh
sh
bsd-3-clause
deajan/osync
10053005
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2018100203 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
6
Merge cleanup
7
.sh
sh
bsd-3-clause
deajan/osync
10053006
<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...
63
Replaced 0,1 with false,true
52
.sh
sh
bsd-3-clause
deajan/osync
10053007
<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...
63
Replaced 0,1 with false,true
52
.sh
sh
bsd-3-clause
deajan/osync
10053008
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Updates copyright year in README.md
1
.md
md
apache-2.0
less/less.js
10053009
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Updates copyright year in README.md
1
.md
md
apache-2.0
less/less.js
10053010
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Updates copyright year in README.md
1
.md
md
apache-2.0
less/less.js
10053011
<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
Improved ParallelExec status message
1
.sh
sh
bsd-3-clause
deajan/osync
10053012
<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
Improved ParallelExec status message
1
.sh
sh
bsd-3-clause
deajan/osync
10053013
<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 ? #TODO add error handling to new functions #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based t...
97
Rebuilt targets
29
.sh
sh
bsd-3-clause
deajan/osync
10053014
<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 ? #TODO add error handling to new functions #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based t...
97
Rebuilt targets
29
.sh
sh
bsd-3-clause
deajan/osync
10053015
<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-beta3 PROGRAM_BUILD=...
5
Critical fix for random errors when CheckConnectivity fails in sub function of Sync
5
.sh
sh
bsd-3-clause
deajan/osync
10053016
<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-beta3 PROGRAM_BUILD=...
5
Critical fix for random errors when CheckConnectivity fails in sub function of Sync
5
.sh
sh
bsd-3-clause
deajan/osync
10053017
<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...
2
Merged tree functions.
2
.sh
sh
bsd-3-clause
deajan/osync
10053018
<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...
2
Merged tree functions.
2
.sh
sh
bsd-3-clause
deajan/osync
10053019
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES dd Mmm YYYY: - Fixed low severity security issue where log and run files could be read by other users 25 Mar 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries) ### 29 June 2020: osync v1.3-RC1 release - New option to use SSH_CONT...
2
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10053020
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES dd Mmm YYYY: - Fixed low severity security issue where log and run files could be read by other users 25 Mar 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries) ### 29 June 2020: osync v1.3-RC1 release - New option to use SSH_CONT...
2
Update changelog
0
.md
md
bsd-3-clause
deajan/osync
10053021
<NME> ISSUE_TEMPLATE.md <BEF> <!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that u...
0
chore(readme): Remove link to Angular Repository
1
.md
github/ISSUE_TEMPLATE
mit
nicky-lenaers/ngx-scroll-to
10053022
<NME> ISSUE_TEMPLATE.md <BEF> <!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that u...
0
chore(readme): Remove link to Angular Repository
1
.md
github/ISSUE_TEMPLATE
mit
nicky-lenaers/ngx-scroll-to
10053023
<NME> ISSUE_TEMPLATE.md <BEF> <!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that u...
0
chore(readme): Remove link to Angular Repository
1
.md
github/ISSUE_TEMPLATE
mit
nicky-lenaers/ngx-scroll-to
10053024
<NME> prepublish.sh <BEF> ADDFILE <MSG> Add Publish Script <DFF> @@ -0,0 +1,64 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -v|--version) + VERSION="$2" + shift + ;; +esac +shift +done + +if [[ ! ${VERSION} ]]; then printf "\nError: Version not set.\nSet a versio...
64
Add Publish Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10053025
<NME> prepublish.sh <BEF> ADDFILE <MSG> Add Publish Script <DFF> @@ -0,0 +1,64 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -v|--version) + VERSION="$2" + shift + ;; +esac +shift +done + +if [[ ! ${VERSION} ]]; then printf "\nError: Version not set.\nSet a versio...
64
Add Publish Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10053026
<NME> prepublish.sh <BEF> ADDFILE <MSG> Add Publish Script <DFF> @@ -0,0 +1,64 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -v|--version) + VERSION="$2" + shift + ;; +esac +shift +done + +if [[ ! ${VERSION} ]]; then printf "\nError: Version not set.\nSet a versio...
64
Add Publish Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10053027
<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-beta3 PROGRAM_BUILD=...
3
Workaround for FreeBSD inotifywait only wants one exclude
3
.sh
sh
bsd-3-clause
deajan/osync
10053028
<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-beta3 PROGRAM_BUILD=...
3
Workaround for FreeBSD inotifywait only wants one exclude
3
.sh
sh
bsd-3-clause
deajan/osync
10053029
<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...
5
Rebuilt targets
4
.sh
sh
bsd-3-clause
deajan/osync
10053030
<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...
5
Rebuilt targets
4
.sh
sh
bsd-3-clause
deajan/osync
10053031
<NME> app-routing.module.ts <BEF> ADDFILE <MSG> feat(module): ScrollTo using a diferent Container Element and without `event` parameter - This fixes #27 - This fixes #20 BREAKING CHANGE: The `ScrollToConfig` Interface has been renamed to `ScrollToConfigOptions` BREAKING CHANGE: The `event` parameter has been rem...
27
feat(module): ScrollTo using a diferent Container Element and without `event` parameter
0
.ts
module
mit
nicky-lenaers/ngx-scroll-to
10053032
<NME> app-routing.module.ts <BEF> ADDFILE <MSG> feat(module): ScrollTo using a diferent Container Element and without `event` parameter - This fixes #27 - This fixes #20 BREAKING CHANGE: The `ScrollToConfig` Interface has been renamed to `ScrollToConfigOptions` BREAKING CHANGE: The `event` parameter has been rem...
27
feat(module): ScrollTo using a diferent Container Element and without `event` parameter
0
.ts
module
mit
nicky-lenaers/ngx-scroll-to
10053033
<NME> app-routing.module.ts <BEF> ADDFILE <MSG> feat(module): ScrollTo using a diferent Container Element and without `event` parameter - This fixes #27 - This fixes #20 BREAKING CHANGE: The `ScrollToConfig` Interface has been renamed to `ScrollToConfigOptions` BREAKING CHANGE: The `event` parameter has been rem...
27
feat(module): ScrollTo using a diferent Container Element and without `event` parameter
0
.ts
module
mit
nicky-lenaers/ngx-scroll-to
10053034
<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...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10053035
<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...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10053036
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update CHANGELOG.md
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053037
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update CHANGELOG.md
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053038
<NME> CHANGELOG.md <BEF> # [14.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/13.0.0...14.0.0) (2022-10-24) BREAKING CHANGES * **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) * **github:** Improved Issue Template ([4da3eae](https://github.c...
1
Update CHANGELOG.md
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10053039
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function CreateUser { local remoteUser"${1}" local homedir="${2}" if type getent > /dev/null 2>&1; then if ! getent passwd | grep "$remoteUser" > /dev/null; then echo "Manual creation of $remoteUser with homedir $hom...
22
path fixes for rsync and bash
3
.sh
sh
bsd-3-clause
deajan/osync
10053040
<NME> sudo_prep.sh <BEF> #!/usr/bin/env bash testUser=osyncsudo testUserHome=/home/osyncsudo function CreateUser { local remoteUser"${1}" local homedir="${2}" if type getent > /dev/null 2>&1; then if ! getent passwd | grep "$remoteUser" > /dev/null; then echo "Manual creation of $remoteUser with homedir $hom...
22
path fixes for rsync and bash
3
.sh
sh
bsd-3-clause
deajan/osync
10053041
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2015122101 IS_STABLE=no FUNC_BUILD=2015121503 ## BEGIN Generic ...
7
Fixed quicksync trying to check config file
5
.sh
sh
bsd-3-clause
deajan/osync
10053042
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2015122101 IS_STABLE=no FUNC_BUILD=2015121503 ## BEGIN Generic ...
7
Fixed quicksync trying to check config file
5
.sh
sh
bsd-3-clause
deajan/osync
10053043
<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
Less required options in helper config file
3
.sh
sh
bsd-3-clause
deajan/osync
10053044
<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
Less required options in helper config file
3
.sh
sh
bsd-3-clause
deajan/osync
10053045
<NME> bug_report.md <BEF> ADDFILE <MSG> Update issue templates <DFF> @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Setup osync with the follo...
29
Update issue templates
0
.md
github/ISSUE_TEMPLATE/bug_report
bsd-3-clause
deajan/osync
10053046
<NME> bug_report.md <BEF> ADDFILE <MSG> Update issue templates <DFF> @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Setup osync with the follo...
29
Update issue templates
0
.md
github/ISSUE_TEMPLATE/bug_report
bsd-3-clause
deajan/osync
10053047
<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...
42
Function reorganisation
11
.sh
sh
bsd-3-clause
deajan/osync
10053048
<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...
42
Function reorganisation
11
.sh
sh
bsd-3-clause
deajan/osync
10053049
<NME> plain-highcharts.d.ts <BEF> ADDFILE <MSG> initial <DFF> @@ -0,0 +1,13 @@ +declare module "highcharts/highcharts" { + var Chart : any; + export = Chart; +} + +declare module "highcharts/highstock" { + var StockChart : any; + export = StockChart; +} +declare module "highcharts/highmaps" { + var Map ...
13
initial
0
.ts
d
mit
gevgeny/angular2-highcharts