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
10052650
<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...
26
Various coding style compliance changes
22
.sh
sh
bsd-3-clause
deajan/osync
10052651
<NME> n_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.3.0-rc3 PR...
4
Fixed RunAfterHook not executed on normal runs
5
.sh
sh
bsd-3-clause
deajan/osync
10052652
<NME> n_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.3.0-rc3 PR...
4
Fixed RunAfterHook not executed on normal runs
5
.sh
sh
bsd-3-clause
deajan/osync
10052653
<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...
3
Travis... travis...travis...
3
.sh
sh
bsd-3-clause
deajan/osync
10052654
<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...
3
Travis... travis...travis...
3
.sh
sh
bsd-3-clause
deajan/osync
10052655
<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...
25
Rebuilt targets
22
.sh
sh
bsd-3-clause
deajan/osync
10052656
<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...
25
Rebuilt targets
22
.sh
sh
bsd-3-clause
deajan/osync
10052657
<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
Removed unused dummy function
9
.sh
sh
bsd-3-clause
deajan/osync
10052658
<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
Removed unused dummy function
9
.sh
sh
bsd-3-clause
deajan/osync
10052659
<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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #Check dryruns with nosuffix mode for timestampList #WIP: initiator can...
15
Initial target-helper mode working
10
.sh
sh
bsd-3-clause
deajan/osync
10052660
<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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #Check dryruns with nosuffix mode for timestampList #WIP: initiator can...
15
Initial target-helper mode working
10
.sh
sh
bsd-3-clause
deajan/osync
10052661
<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...
9
Updated install instructions for v1.2 release
5
.md
md
bsd-3-clause
deajan/osync
10052662
<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...
9
Updated install instructions for v1.2 release
5
.md
md
bsd-3-clause
deajan/osync
10052663
<NME> RELEASES <BEF> ## Releases require the following - Documentation must be up to date - grep -Eri "TODO|WIP" osync/* must be run in order to find potential release blockers - packaging files must be updated (RHEL / Arch) - Before every release, shellcheck must be run - ./shellcheck.sh -e SC2034 -e SC2068 ofunctio...
1
Added comment about unit file verification
1
RELEASES
bsd-3-clause
deajan/osync
10052664
<NME> RELEASES <BEF> ## Releases require the following - Documentation must be up to date - grep -Eri "TODO|WIP" osync/* must be run in order to find potential release blockers - packaging files must be updated (RHEL / Arch) - Before every release, shellcheck must be run - ./shellcheck.sh -e SC2034 -e SC2068 ofunctio...
1
Added comment about unit file verification
1
RELEASES
bsd-3-clause
deajan/osync
10052665
<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 1 instead of true
1
.sh
sh
bsd-3-clause
deajan/osync
10052666
<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 1 instead of true
1
.sh
sh
bsd-3-clause
deajan/osync
10052667
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- 25 March 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries) - Check for initiator directory before launching monitor mode - Updated RPM spec file (Thanks to https://github.com/liger1978) ### 29 June 2020: osync v1.3-RC1 rel...
5
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10052668
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- 25 March 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries) - Check for initiator directory before launching monitor mode - Updated RPM spec file (Thanks to https://github.com/liger1978) ### 29 June 2020: osync v1.3-RC1 rel...
5
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10052669
<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
Fixed typo in _REMOTE_TOKEN log removal
1
.sh
sh
bsd-3-clause
deajan/osync
10052670
<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
Fixed typo in _REMOTE_TOKEN log removal
1
.sh
sh
bsd-3-clause
deajan/osync
10052671
<NME> run_travis_tests.sh <BEF> ADDFILE <MSG> Removed remote ssh tests for travis <DFF> @@ -0,0 +1,59 @@ +#!/usr/bin/env bash + +# osync test suite 2016083001 +# Add big fileset tests (eg: drupal 8 ?) + + +OSYNC_DIR="$(pwd)" +DEV_DIR="$OSYNC_DIR/dev" +TESTS_DIR="$DEV_DIR/tests" + +OSYNC_EXECUTABLE="n_osync.sh" + +INIT...
59
Removed remote ssh tests for travis
0
.sh
sh
bsd-3-clause
deajan/osync
10052672
<NME> run_travis_tests.sh <BEF> ADDFILE <MSG> Removed remote ssh tests for travis <DFF> @@ -0,0 +1,59 @@ +#!/usr/bin/env bash + +# osync test suite 2016083001 +# Add big fileset tests (eg: drupal 8 ?) + + +OSYNC_DIR="$(pwd)" +DEV_DIR="$OSYNC_DIR/dev" +TESTS_DIR="$DEV_DIR/tests" + +OSYNC_EXECUTABLE="n_osync.sh" + +INIT...
59
Removed remote ssh tests for travis
0
.sh
sh
bsd-3-clause
deajan/osync
10052673
<NME> extend-selector.less <BEF> ADDFILE <MSG> Rudimentary support for extend in selectors <DFF> @@ -0,0 +1,47 @@ +.error { + border: 1px #f00; + background: #fdd; +} +.error.intrusion { + font-size: 1.3em; + font-weight: bold; +} +.intrusion .error { + display: none; +} +.badError:extend(.error) { + border-widt...
47
Rudimentary support for extend in selectors
0
.less
less
apache-2.0
less/less.js
10052674
<NME> extend-selector.less <BEF> ADDFILE <MSG> Rudimentary support for extend in selectors <DFF> @@ -0,0 +1,47 @@ +.error { + border: 1px #f00; + background: #fdd; +} +.error.intrusion { + font-size: 1.3em; + font-weight: bold; +} +.intrusion .error { + display: none; +} +.badError:extend(.error) { + border-widt...
47
Rudimentary support for extend in selectors
0
.less
less
apache-2.0
less/less.js
10052675
<NME> extend-selector.less <BEF> ADDFILE <MSG> Rudimentary support for extend in selectors <DFF> @@ -0,0 +1,47 @@ +.error { + border: 1px #f00; + background: #fdd; +} +.error.intrusion { + font-size: 1.3em; + font-weight: bold; +} +.intrusion .error { + display: none; +} +.badError:extend(.error) { + border-widt...
47
Rudimentary support for extend in selectors
0
.less
less
apache-2.0
less/less.js
10052676
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: - Added basic performance profiler to debug version - Fixed low severity security issue where log and run files could be read by other users - Minor enhancements in installer / ofunctions ### 29 June 2020: osync v1.3-RC1 release - New option to u...
4
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10052677
<NME> CHANGELOG.md <BEF> RECENT CHANGES -------------- dd Mmm YYYY: - Added basic performance profiler to debug version - Fixed low severity security issue where log and run files could be read by other users - Minor enhancements in installer / ofunctions ### 29 June 2020: osync v1.3-RC1 release - New option to u...
4
Updated changelog
1
.md
md
bsd-3-clause
deajan/osync
10052678
<NME> osync-srv <BEF> #!/usr/bin/env bash # # osync-srv Two way directory sync daemon # # chkconfig: - 90 99 # description: monitors a local directory and syncs to a local or remote \ # directory on file changes # processname: /usr/local/bin/osync.sh # config: /etc/osync/*.conf # pidfile: /var/run/osync pr...
3
Removed legacy lockfile code from init script
4
osync-srv
bsd-3-clause
deajan/osync
10052679
<NME> osync-srv <BEF> #!/usr/bin/env bash # # osync-srv Two way directory sync daemon # # chkconfig: - 90 99 # description: monitors a local directory and syncs to a local or remote \ # directory on file changes # processname: /usr/local/bin/osync.sh # config: /etc/osync/*.conf # pidfile: /var/run/osync pr...
3
Removed legacy lockfile code from init script
4
osync-srv
bsd-3-clause
deajan/osync
10052680
<NME> promise.js <BEF> ADDFILE <MSG> Merge pull request #3275 from matthew-dean/fix-ci-promise Adds Promise polyfill for PhantomJS under Node 9 <DFF> @@ -0,0 +1,2 @@ +!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new E...
2
Merge pull request #3275 from matthew-dean/fix-ci-promise
0
.js
js
apache-2.0
less/less.js
10052681
<NME> promise.js <BEF> ADDFILE <MSG> Merge pull request #3275 from matthew-dean/fix-ci-promise Adds Promise polyfill for PhantomJS under Node 9 <DFF> @@ -0,0 +1,2 @@ +!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new E...
2
Merge pull request #3275 from matthew-dean/fix-ci-promise
0
.js
js
apache-2.0
less/less.js
10052682
<NME> promise.js <BEF> ADDFILE <MSG> Merge pull request #3275 from matthew-dean/fix-ci-promise Adds Promise polyfill for PhantomJS under Node 9 <DFF> @@ -0,0 +1,2 @@ +!function n(t,e,r){function o(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(i)return i(u,!0);var s=new E...
2
Merge pull request #3275 from matthew-dean/fix-ci-promise
0
.js
js
apache-2.0
less/less.js
10052683
<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.99RC2 OSYNC_BUILD=1311201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
34
Various bugfixes
66
.sh
sh
bsd-3-clause
deajan/osync
10052684
<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.99RC2 OSYNC_BUILD=1311201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
34
Various bugfixes
66
.sh
sh
bsd-3-clause
deajan/osync
10052685
<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-beta2 PROGRAM_BUILD=...
2
Fixed typo preventing remote ACL sync
2
.sh
sh
bsd-3-clause
deajan/osync
10052686
<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-beta2 PROGRAM_BUILD=...
2
Fixed typo preventing remote ACL sync
2
.sh
sh
bsd-3-clause
deajan/osync
10052687
<NME> macos.yml <BEF> ADDFILE <MSG> Add macos github action file <DFF> @@ -0,0 +1,28 @@ +name: macosx-tests + +on: [push, pull_request] + +jobs: + build: + + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-latest] + steps: + - uses: actions/checkout@v2 + - name: Install Bash 4 +...
28
Add macos github action file
0
.yml
github/workflows/macos
bsd-3-clause
deajan/osync
10052688
<NME> macos.yml <BEF> ADDFILE <MSG> Add macos github action file <DFF> @@ -0,0 +1,28 @@ +name: macosx-tests + +on: [push, pull_request] + +jobs: + build: + + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-latest] + steps: + - uses: actions/checkout@v2 + - name: Install Bash 4 +...
28
Add macos github action file
0
.yml
github/workflows/macos
bsd-3-clause
deajan/osync
10052689
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.iml *.sublime-* .DS_Store # npm node_modules !package-lock.json npm-debug.log test/browser/test-runner-*.htm test/sourcemaps/*.map test/sourcemaps/*.css <MSG> Added grunt working directory into gitignore <DFF> @@ -16,3 +16,6 @@ test/browser/less.js...
3
Added grunt working directory into gitignore
0
gitignore
apache-2.0
less/less.js
10052690
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.iml *.sublime-* .DS_Store # npm node_modules !package-lock.json npm-debug.log test/browser/test-runner-*.htm test/sourcemaps/*.map test/sourcemaps/*.css <MSG> Added grunt working directory into gitignore <DFF> @@ -16,3 +16,6 @@ test/browser/less.js...
3
Added grunt working directory into gitignore
0
gitignore
apache-2.0
less/less.js
10052691
<NME> .gitignore <BEF> # OS and IDE .emacs* *.flymake *~ .#* .idea *.iml *.sublime-* .DS_Store # npm node_modules !package-lock.json npm-debug.log test/browser/test-runner-*.htm test/sourcemaps/*.map test/sourcemaps/*.css <MSG> Added grunt working directory into gitignore <DFF> @@ -16,3 +16,6 @@ test/browser/less.js...
3
Added grunt working directory into gitignore
0
gitignore
apache-2.0
less/less.js
10052692
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <br/> </div> <table> <tr> <th align="left">Subject</th> <th align="left">Type</th> <th align="left">Badge</th> </tr> <tr> <th align...
7
update readme
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052693
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <br/> </div> <table> <tr> <th align="left">Subject</th> <th align="left">Type</th> <th align="left">Badge</th> </tr> <tr> <th align...
7
update readme
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052694
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <br/> </div> <table> <tr> <th align="left">Subject</th> <th align="left">Type</th> <th align="left">Badge</th> </tr> <tr> <th align...
7
update readme
0
.md
md
mit
nicky-lenaers/ngx-scroll-to
10052695
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102301 ## 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: #############################################################...
23
Added remote busybox detection
14
.sh
sh
bsd-3-clause
deajan/osync
10052696
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102301 ## 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: #############################################################...
23
Added remote busybox detection
14
.sh
sh
bsd-3-clause
deajan/osync
10052697
<NME> FUNDING.yml <BEF> ADDFILE <MSG> Create FUNDING.yml <DFF> @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: less +ko_fi: # Replace with a singl...
12
Create FUNDING.yml
0
.yml
github/FUNDING
apache-2.0
less/less.js
10052698
<NME> FUNDING.yml <BEF> ADDFILE <MSG> Create FUNDING.yml <DFF> @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: less +ko_fi: # Replace with a singl...
12
Create FUNDING.yml
0
.yml
github/FUNDING
apache-2.0
less/less.js
10052699
<NME> FUNDING.yml <BEF> ADDFILE <MSG> Create FUNDING.yml <DFF> @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: less +ko_fi: # Replace with a singl...
12
Create FUNDING.yml
0
.yml
github/FUNDING
apache-2.0
less/less.js
10052700
<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...
17
Re-enabled all tests
17
.sh
sh
bsd-3-clause
deajan/osync
10052701
<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...
17
Re-enabled all tests
17
.sh
sh
bsd-3-clause
deajan/osync
10052702
<NME> less-1.4.0-alpha.min.js <BEF> ADDFILE <MSG> Update alpha 1.4.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.4.0 +// http://lesscss.org +// +// Copyright (c) 2009-2013, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(e,t){function n(t){return e.less[t.split("/")[1]]}function f(){r....
9
Update alpha 1.4.0
0
.js
4
apache-2.0
less/less.js
10052703
<NME> less-1.4.0-alpha.min.js <BEF> ADDFILE <MSG> Update alpha 1.4.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.4.0 +// http://lesscss.org +// +// Copyright (c) 2009-2013, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(e,t){function n(t){return e.less[t.split("/")[1]]}function f(){r....
9
Update alpha 1.4.0
0
.js
4
apache-2.0
less/less.js
10052704
<NME> less-1.4.0-alpha.min.js <BEF> ADDFILE <MSG> Update alpha 1.4.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.4.0 +// http://lesscss.org +// +// Copyright (c) 2009-2013, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(e,t){function n(t){return e.less[t.split("/")[1]]}function f(){r....
9
Update alpha 1.4.0
0
.js
4
apache-2.0
less/less.js
10052705
<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
Update README.md
1
.md
md
bsd-3-clause
deajan/osync
10052706
<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
Update README.md
1
.md
md
bsd-3-clause
deajan/osync
10052707
<NME> test-es6.ts <BEF> ADDFILE <MSG> Fixes #3533 (#3544) * Fixes #3533 <DFF> @@ -0,0 +1,17 @@ +// https://github.com/less/less.js/issues/3533 +console.log('Testing ES6 imports...') + +import less from '..'; +let lessRender = less.render; + +// then I call lessRender on something +let y = lessRender(` +body { + a: ...
17
Fixes #3533 (#3544)
0
.ts
ts
apache-2.0
less/less.js
10052708
<NME> test-es6.ts <BEF> ADDFILE <MSG> Fixes #3533 (#3544) * Fixes #3533 <DFF> @@ -0,0 +1,17 @@ +// https://github.com/less/less.js/issues/3533 +console.log('Testing ES6 imports...') + +import less from '..'; +let lessRender = less.render; + +// then I call lessRender on something +let y = lessRender(` +body { + a: ...
17
Fixes #3533 (#3544)
0
.ts
ts
apache-2.0
less/less.js
10052709
<NME> test-es6.ts <BEF> ADDFILE <MSG> Fixes #3533 (#3544) * Fixes #3533 <DFF> @@ -0,0 +1,17 @@ +// https://github.com/less/less.js/issues/3533 +console.log('Testing ES6 imports...') + +import less from '..'; +let lessRender = less.render; + +// then I call lessRender on something +let y = lessRender(` +body { + a: ...
17
Fixes #3533 (#3544)
0
.ts
ts
apache-2.0
less/less.js
10052710
<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...
75
Rebuilt targets
66
.sh
sh
bsd-3-clause
deajan/osync
10052711
<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...
75
Rebuilt targets
66
.sh
sh
bsd-3-clause
deajan/osync
10052712
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2016120801 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
25
Another msys fix
21
.sh
sh
bsd-3-clause
deajan/osync
10052713
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2016120801 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
25
Another msys fix
21
.sh
sh
bsd-3-clause
deajan/osync
10052714
<NME> karma.conf.js <BEF> module.exports = function(config) { var configuration = { basePath: '.', frameworks: ['jasmine'], files: [ // System.js for module loading 'node_modules/systemjs/dist/system.src.js', 'node_modules/systemjs/dist/system-polyfills.js...
6
fix ci tests
0
.js
conf
mit
gevgeny/angular2-highcharts
10052715
<NME> karma.conf.js <BEF> module.exports = function(config) { var configuration = { basePath: '.', frameworks: ['jasmine'], files: [ // System.js for module loading 'node_modules/systemjs/dist/system.src.js', 'node_modules/systemjs/dist/system-polyfills.js...
6
fix ci tests
0
.js
conf
mit
gevgeny/angular2-highcharts
10052716
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" #TODO: silent mode ...
1
Making the binary installation path variable is useless, it is hardcoded in too many places
1
.sh
sh
bsd-3-clause
deajan/osync
10052717
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" #TODO: silent mode ...
1
Making the binary installation path variable is useless, it is hardcoded in too many places
1
.sh
sh
bsd-3-clause
deajan/osync
10052718
<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...
33
New Killchilds function
28
.sh
sh
bsd-3-clause
deajan/osync
10052719
<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...
33
New Killchilds function
28
.sh
sh
bsd-3-clause
deajan/osync
10052720
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=202011...
1
Executing mkdir for BIN_DIR should be dependent on FAKEROOT for installation
5
.sh
sh
bsd-3-clause
deajan/osync
10052721
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=osync PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_BUILD=202011...
1
Executing mkdir for BIN_DIR should be dependent on FAKEROOT for installation
5
.sh
sh
bsd-3-clause
deajan/osync
10052722
<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...
10
Improved ssh uri recognition
8
.sh
sh
bsd-3-clause
deajan/osync
10052723
<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...
10
Improved ssh uri recognition
8
.sh
sh
bsd-3-clause
deajan/osync
10052724
<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
Fixed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10052725
<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
Fixed typo
1
.sh
sh
bsd-3-clause
deajan/osync
10052726
<NME> scroll-to.service.ts <BEF> import { Inject, Injectable, PLATFORM_ID } from '@angular/core'; import { DOCUMENT, isPlatformBrowser } from '@angular/common'; import { ScrollToConfigOptions, ScrollToConfigOptionsTarget, ScrollToListenerTarget, ScrollToTarget } from './scroll-to-config.interface'; import { Sc...
1
fix(lib): replace "... from 'rjx/index'" import by "...from 'rxjs'" (#115)
1
.ts
service
mit
nicky-lenaers/ngx-scroll-to
10052727
<NME> scroll-to.service.ts <BEF> import { Inject, Injectable, PLATFORM_ID } from '@angular/core'; import { DOCUMENT, isPlatformBrowser } from '@angular/common'; import { ScrollToConfigOptions, ScrollToConfigOptionsTarget, ScrollToListenerTarget, ScrollToTarget } from './scroll-to-config.interface'; import { Sc...
1
fix(lib): replace "... from 'rjx/index'" import by "...from 'rxjs'" (#115)
1
.ts
service
mit
nicky-lenaers/ngx-scroll-to
10052728
<NME> scroll-to.service.ts <BEF> import { Inject, Injectable, PLATFORM_ID } from '@angular/core'; import { DOCUMENT, isPlatformBrowser } from '@angular/common'; import { ScrollToConfigOptions, ScrollToConfigOptionsTarget, ScrollToListenerTarget, ScrollToTarget } from './scroll-to-config.interface'; import { Sc...
1
fix(lib): replace "... from 'rjx/index'" import by "...from 'rxjs'" (#115)
1
.ts
service
mit
nicky-lenaers/ngx-scroll-to
10052729
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM...
16
Bugfixing...
28
.sh
sh
bsd-3-clause
deajan/osync
10052730
<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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM...
16
Bugfixing...
28
.sh
sh
bsd-3-clause
deajan/osync
10052731
<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 = awai...
23
Merge pull request #46 from iyttor/master
4
.js
js
mit
LucianoGanga/simple-headless-chrome
10052732
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time RECENT CHANGES -------------- - Added options to ignore permissions, ownershi...
2
Updated changelog
0
.md
md
bsd-3-clause
deajan/osync
10052733
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done - Make --log-conflicts non experimental (randomly fails) - ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time RECENT CHANGES -------------- - Added options to ignore permissions, ownershi...
2
Updated changelog
0
.md
md
bsd-3-clause
deajan/osync
10052734
<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
Minor logger changes
7
.sh
sh
bsd-3-clause
deajan/osync
10052735
<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
Minor logger changes
7
.sh
sh
bsd-3-clause
deajan/osync
10052736
<NME> git-release.sh <BEF> ADDFILE <MSG> Added GitHub Release Script <DFF> @@ -0,0 +1,36 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -u|--user) + USER="$2" + shift + ;; + -r|--repo) + REPO="$2" + shift + ;; + -t|--tag) + TAG="$2" + shift + ...
36
Added GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10052737
<NME> git-release.sh <BEF> ADDFILE <MSG> Added GitHub Release Script <DFF> @@ -0,0 +1,36 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -u|--user) + USER="$2" + shift + ;; + -r|--repo) + REPO="$2" + shift + ;; + -t|--tag) + TAG="$2" + shift + ...
36
Added GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10052738
<NME> git-release.sh <BEF> ADDFILE <MSG> Added GitHub Release Script <DFF> @@ -0,0 +1,36 @@ +#!/bin/bash + +# Get Arguments +while [[ $# -gt 1 ]] +do +key="$1" + +case $key in + -u|--user) + USER="$2" + shift + ;; + -r|--repo) + REPO="$2" + shift + ;; + -t|--tag) + TAG="$2" + shift + ...
36
Added GitHub Release Script
0
.sh
sh
mit
nicky-lenaers/ngx-scroll-to
10052739
<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...
5
Fixing typos and rendering openssl silent
5
.sh
sh
bsd-3-clause
deajan/osync
10052740
<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...
5
Fixing typos and rendering openssl silent
5
.sh
sh
bsd-3-clause
deajan/osync
10052741
<NME> include-path.less <BEF> ADDFILE <MSG> Merge pull request #2387 from SomMeri/data-uri-1634 Data uri support for include-path <DFF> @@ -0,0 +1,6 @@ +@import "import-test-e"; + +data-uri { + property: data-uri('image.svg'); +} +
6
Merge pull request #2387 from SomMeri/data-uri-1634
0
.less
less
apache-2.0
less/less.js
10052742
<NME> include-path.less <BEF> ADDFILE <MSG> Merge pull request #2387 from SomMeri/data-uri-1634 Data uri support for include-path <DFF> @@ -0,0 +1,6 @@ +@import "import-test-e"; + +data-uri { + property: data-uri('image.svg'); +} +
6
Merge pull request #2387 from SomMeri/data-uri-1634
0
.less
less
apache-2.0
less/less.js
10052743
<NME> include-path.less <BEF> ADDFILE <MSG> Merge pull request #2387 from SomMeri/data-uri-1634 Data uri support for include-path <DFF> @@ -0,0 +1,6 @@ +@import "import-test-e"; + +data-uri { + property: data-uri('image.svg'); +} +
6
Merge pull request #2387 from SomMeri/data-uri-1634
0
.less
less
apache-2.0
less/less.js
10052744
<NME> lessc <BEF> #!/usr/bin/env node /* eslint indent: [2, 2, {"SwitchCase": 1}] */ "use strict"; var path = require('path'); var fs = require('../lib/less-node/fs').default; var os = require('os'); var utils = require('../lib/less/utils'); var Constants = require('../lib/less/constants'); var less = require('../l...
3
fix #3646, forcefully change unsupported input to strings (#3658)
0
lessc
apache-2.0
less/less.js
10052745
<NME> lessc <BEF> #!/usr/bin/env node /* eslint indent: [2, 2, {"SwitchCase": 1}] */ "use strict"; var path = require('path'); var fs = require('../lib/less-node/fs').default; var os = require('os'); var utils = require('../lib/less/utils'); var Constants = require('../lib/less/constants'); var less = require('../l...
3
fix #3646, forcefully change unsupported input to strings (#3658)
0
lessc
apache-2.0
less/less.js
10052746
<NME> lessc <BEF> #!/usr/bin/env node /* eslint indent: [2, 2, {"SwitchCase": 1}] */ "use strict"; var path = require('path'); var fs = require('../lib/less-node/fs').default; var os = require('os'); var utils = require('../lib/less/utils'); var Constants = require('../lib/less/constants'); var less = require('../l...
3
fix #3646, forcefully change unsupported input to strings (#3658)
0
lessc
apache-2.0
less/less.js
10052747
<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-RC1+dev PROGRAM_BUIL...
12
Revised log levels of command output for --errors-only
12
.sh
sh
bsd-3-clause
deajan/osync
10052748
<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-RC1+dev PROGRAM_BUIL...
12
Revised log levels of command output for --errors-only
12
.sh
sh
bsd-3-clause
deajan/osync
10052749
<NME> mixins-guards.less <BEF> ADDFILE <MSG> This fixes #2798 - left part of inequality could not be enclosed in parenthesis. <DFF> @@ -0,0 +1,25 @@ +// https://github.com/less/less.js/issues/2798 +.test-2798 when ((8+4) < 13) { + regression: fixed; +} +.test-2798 when ((8+6) < 13) { + regression: should not be v...
25
This fixes #2798 - left part of inequality could not be enclosed in parenthesis.
0
.less
less
apache-2.0
less/less.js