forked from mempool/mempool
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from HenrikJannsen/reset-to-commit-1b21cd89a3-b…
…efore-bisq-got-removed Reset to commit 1b21cd8 before bisq got removed
- Loading branch information
Showing
1,221 changed files
with
482,807 additions
and
19,280 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ignore all differences in line endings | ||
package.json -crlf | ||
*/package.json -crlf | ||
package.json eol=crlf -crlf | ||
*/package.json eol=crlf -crlf |
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 @@ | ||
backend/src/api/database-migration.ts @wiz @softsimon |
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,43 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: Report bugs (no support requests, please) | ||
--- | ||
|
||
<!-- | ||
SUPPORT REQUESTS: | ||
This is for reporting bugs in Mempool, not for support requests. | ||
If you have a support request, please reach out on Matrix: | ||
https://matrix.to/#/#mempool.support:bitcoin.kyoto | ||
--> | ||
|
||
### Description | ||
|
||
<!-- brief description of the bug --> | ||
|
||
#### Version | ||
|
||
<!-- commit id or version number --> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- if you can reliably reproduce the bug, list the steps here --> | ||
|
||
### Expected behaviour | ||
|
||
<!-- description of the expected behavior --> | ||
|
||
### Actual behaviour | ||
|
||
<!-- explain what happened instead of the expected behaviour --> | ||
|
||
### Screenshots | ||
|
||
<!-- Screenshots if gui related, drag and drop to add to the issue --> | ||
|
||
#### Device or machine | ||
|
||
<!-- device/machine used, operating system --> | ||
|
||
#### Additional info | ||
|
||
<!-- Additional information useful for debugging (e.g. logs) --> |
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,27 @@ | ||
--- | ||
name: ✨ Feature Request | ||
about: Request a feature or suggest other enhancements | ||
--- | ||
|
||
<!-- | ||
SUPPORT REQUESTS: | ||
This is for requesting features in Mempool, not for support requests. | ||
If you have a support request, please reach out on Matrix: | ||
https://matrix.to/#/#mempool.support:bitcoin.kyoto | ||
--> | ||
|
||
### Description | ||
|
||
<!-- brief description of the feature request --> | ||
|
||
### Problem to be solved | ||
|
||
<!-- description of the the problem you're having --> | ||
|
||
### Proposed solution | ||
|
||
<!-- explain how you think we should solve the problem --> | ||
|
||
#### Additional info | ||
|
||
<!-- Additional information useful for implementing (e.g. docs, links, etc.) --> |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙋 Need help? Chat with us on Matrix | ||
url: https://matrix.to/#/#mempool.support:bitcoin.kyoto | ||
about: For support requests or general questions | ||
- name: 🌐 Want to help with translations? Use Transifex | ||
url: https://www.transifex.com/mempool/mempool | ||
about: All translations work is done on Transifex |
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 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
versioning-strategy: increase | ||
directory: "/backend" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
["version-update:semver-major", "version-update:semver-patch"] | ||
allow: | ||
- dependency-type: "production" | ||
|
||
- package-ecosystem: npm | ||
directory: "/frontend" | ||
versioning-strategy: increase | ||
groups: | ||
frontend-angular-dependencies: | ||
patterns: | ||
- "@angular*" | ||
- "@ng-*" | ||
- "ngx-*" | ||
frontend-jest-dependencies: | ||
patterns: | ||
- "@types/jest" | ||
- "jest" | ||
frontend-eslint-dependencies: | ||
patterns: | ||
- "@typescript-eslint*" | ||
- "eslint" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
["version-update:semver-major", "version-update:semver-patch"] | ||
allow: | ||
- dependency-type: "production" | ||
|
||
- package-ecosystem: docker | ||
directory: "/docker/backend" | ||
schedule: | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
["version-update:semver-major", "version-update:semver-patch"] | ||
|
||
- package-ecosystem: docker | ||
directory: "/docker/frontend" | ||
schedule: | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
["version-update:semver-major", "version-update:semver-patch"] | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: | ||
["version-update:semver-major", "version-update:semver-patch"] |
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,6 @@ | ||
<!-- | ||
Please do not open pull requests for translations. | ||
All translations work is done on Transifex: | ||
https://www.transifex.com/mempool/mempool | ||
--> |
Oops, something went wrong.