forked from cult-of-coders/redis-oplog
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.2' into bug/direct-collection-namespace
- Loading branch information
Showing
85 changed files
with
1,709 additions
and
1,503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: [StorytellerCZ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Add immediate comment on new issues | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
|
||
jobs: | ||
createComment: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Create Comment | ||
uses: peter-evans/create-or-update-comment@v1.4.2 | ||
with: | ||
issue-number: ${{ github.event.issue.number }} | ||
body: | | ||
Thank you for submitting this issue! | ||
We, the Members of Meteor Community Packages take every issue seriously. | ||
Our goal is to provide long-term lifecycles for packages and keep up | ||
with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem. | ||
However, we contribute to these packages mostly in our free time. | ||
Therefore, we can't guarantee you issues to be solved within certain time. | ||
If you think this issue is trivial to solve, don't hesitate to submit | ||
a pull request, too! We will accompany you in the process with reviews and hints | ||
on how to get development set up. | ||
Please also consider sponsoring the maintainers of the package. | ||
If you don't know who is currently maintaining this package, just leave a comment | ||
and we'll let you know |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Tests | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
matrix: | ||
meteor: [1.12.2, 2.6.1, 2.7.3, 2.8.1, 2.12] | ||
redis-version: [4, 5, 6, 7] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Start Redis | ||
uses: supercharge/redis-github-action@1.5.0 | ||
with: | ||
redis-version: ${{ matrix.redis-version }} | ||
|
||
- name: Setup Meteor | ||
uses: meteorengineer/setup-meteor@v1 | ||
with: | ||
meteor-release: ${{ matrix.meteor }} | ||
- name: Setup tests | ||
run: | | ||
meteor create --release ${{ matrix.meteor }} --bare test | ||
cd test | ||
meteor npm i --save puppeteer@1.18.1 simpl-schema chai | ||
- name: Test | ||
working-directory: ./test | ||
run: METEOR_PACKAGE_DIRS="../" TEST_BROWSER_DRIVER=puppeteer meteor test-packages --raw-logs --once --driver-package meteortesting:mocha ../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.DS_Store | ||
dump.rdb | ||
npm-debug.log | ||
npm-debug.log | ||
.idea/ | ||
|
||
test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.idea/ | ||
.github/ | ||
test/ | ||
docs/ | ||
testing/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
accounts-base@2.2.4 | ||
accounts-password@2.3.1 | ||
alanning:roles@3.4.0 | ||
aldeed:collection2@3.0.6 | ||
allow-deny@1.1.1 | ||
babel-compiler@7.9.2 | ||
babel-runtime@1.5.1 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.7.1 | ||
callback-hook@1.4.0 | ||
check@1.3.1 | ||
cultofcoders:redis-oplog@2.1.1 | ||
ddp@1.4.0 | ||
ddp-client@2.5.0 | ||
ddp-common@1.4.0 | ||
ddp-rate-limiter@1.1.0 | ||
ddp-server@2.5.0 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.7.2 | ||
ecmascript@0.16.2 | ||
ecmascript-runtime@0.8.0 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
ejson@1.1.2 | ||
email@2.2.1 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
id-map@1.1.1 | ||
inter-process-messaging@0.1.1 | ||
local-test:cultofcoders:redis-oplog@2.1.1 | ||
localstorage@1.2.0 | ||
logging@1.3.1 | ||
matb33:collection-hooks@1.1.4 | ||
meteor@1.10.0 | ||
meteortesting:browser-tests@0.1.2 | ||
meteortesting:mocha@0.4.4 | ||
minimongo@1.8.0 | ||
modern-browsers@0.1.8 | ||
modules@0.18.0 | ||
modules-runtime@0.13.0 | ||
mongo@1.15.0 | ||
mongo-decimal@0.1.3 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.8 | ||
natestrauser:publish-performant-counts@0.1.2 | ||
npm-mongo@4.3.1 | ||
ordered-dict@1.1.0 | ||
practicalmeteor:mocha-core@1.0.1 | ||
promise@0.12.0 | ||
raix:eventemitter@0.1.3 | ||
random@1.2.0 | ||
rate-limit@1.0.9 | ||
react-fast-refresh@0.2.3 | ||
reactive-var@1.0.11 | ||
reload@1.3.1 | ||
retry@1.1.0 | ||
reywood:publish-composite@1.7.3 | ||
routepolicy@1.1.1 | ||
service-configuration@1.3.0 | ||
sha@1.0.9 | ||
socket-stream-client@0.5.0 | ||
tmeasday:check-npm-versions@0.3.2 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
url@1.3.2 | ||
webapp@1.13.1 | ||
webapp-hashing@1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.