-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
circle.ci build config.yml #917
Merged
Merged
Conversation
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
shashank88
approved these changes
Oct 21, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm !
dunckerr
added a commit
that referenced
this pull request
Oct 28, 2021
…n when querying symbols (#856) * fix(list_symbols): Use IXSCAN queries for the versions collection when querying symbols This is mainly a reversion on #520, but we add another index to avoid a FETCH stage which gives a massive speedup. * feat(change_log): Adding the latest improvement to the changelog * Update changes file for release * Update setup.py * Update CHANGES.md * Fix flake8 errors (#875) * docs: fix simple typo, verififes -> verifies (#877) There is a small typo in arctic/store/_version_store_utils.py. Should read `verifies` rather than `verififes`. * Fix for issue #815 (#881) * Handle uninitialized cache object * Fixes #874: Pickle protocol 5 not supported in 3.7 and below * Fixes #872: Do not spam if not permissioned on cache db * Pin Pandas to check ck build * Skip flaky test * pin numpy as well for 3.7 * Update chunkstore.py * Speedup FrametoArray serializer for ChunkStore by removing intermediate DataFrame construction. (#909) * Fix column subsetting bug. (#910) * circle.ci build config.yml (#917) circle.ci build running. all tests passed Co-authored-by: Kerr, Duncan (London) <Duncan.Kerr@man.com> * master branch simple build (#918) * do not release master branch build * fix master build Co-authored-by: Kerr, Duncan (London) <Duncan.Kerr@man.com> * fixed build badge for master branch (#919) Co-authored-by: Kerr, Duncan (London) <Duncan.Kerr@man.com> * update CHANGES.md for v1.80.0 (#920) Co-authored-by: Kerr, Duncan (London) <Duncan.Kerr@man.com> * fix(list_symbols): Use IXSCAN queries for the versions collection when querying symbols This is mainly a reversion on #520, but we add another index to avoid a FETCH stage which gives a massive speedup. * feat(change_log): Adding the latest improvement to the changelog * rebased Rob's changes to master 1.80.0 * fixed circleci typos Co-authored-by: Bryant Moscon <bmoscon@gmail.com> Co-authored-by: Tim Gates <tim.gates@iress.com> Co-authored-by: enricodetoma <enrico.detoma@gmail.com> Co-authored-by: Shashank Khare <shashank88@gmail.com> Co-authored-by: Tom Taylor <TomTaylorLondon@users.noreply.github.com> Co-authored-by: Dela B <37855280+BaiBaiHi@users.noreply.github.com> Co-authored-by: duncan <duncan.kerr@live.com> Co-authored-by: Kerr, Duncan (London) <Duncan.Kerr@man.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1st cut of circle.ci config file - working and generating green builds.
needs work, various sections commented out