Skip to content

Commit d074ad0

Browse files
authored
Merge pull request #133 from pixlise/development
Release 3.0.0 #major
2 parents 8f14cb9 + f46b07b commit d074ad0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5054
-1521
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
# triggering subsequent actions (like the Core Release workflow); to
2323
# allow these tags to dispatch new workflows, you must pass in a PAT
2424
# see: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.PIXLISE_GH_PAT }}
2626
WITH_V: true
2727
DEFAULT_BUMP: minor
2828
- name: Github Tag Bump
2929
if: github.event.pull_request.base.ref == 'development'
3030
uses: anothrNick/github-tag-action@1.61.0
3131
env:
3232
# NOTE: see above
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.PIXLISE_GH_PAT }}
3434
WITH_V: true
3535
DEFAULT_BUMP: patch

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ The API takes a few seconds to start up. Watch the Debug Console in VS Code! You
8181
- A listing of all API endpoints and what permission they require
8282
- `"INFO: API Started..."` signifying the API is ready to accept requests
8383

84+
## Local Mongo database access
85+
86+
Download "MongoDB Compass" and when the docker container is running locally (in docker), connect to it with this connection string:
87+
`mongodb://mongoadmin:secret@localhost:27888/?authMechanism=DEFAULT`
88+
8489
### Example CLI flags
8590

8691
`-quantExecutor docker` - this tells the API to use local docker as the quant executor, meaning PIQUANT jobs will start on your local development machine.

0 commit comments

Comments
 (0)