-
Notifications
You must be signed in to change notification settings - Fork 143
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
Enhancement: Trim the indexer images and use the sandbox instead of custom dockers #367
Merged
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
2af8a71
time printout
e47317e
remove the integration indexers
acf8746
"no colors anymore I want them to turn..."
4fc4137
bootstrap till the point of running tests
96e121d
seems to mostly pass now that got the indexer v1 buck in the build
0a4ca51
shell scripts are so fragile
9e09c62
simplify and refactor into Makefile
800e191
bug in Makefile
cd52aba
bug in Makefile
558a042
docker ps in makefile
d04e34e
try docker ps gin
3679626
expose indxer v1 and sandbox configuration
32e7317
Update test-harness.sh
tzaffi 1f06edd
Update Makefile
tzaffi d35731f
no cat or any other animals required
195b28f
Merge branch 'trim-indexer' of github.com:algorand/py-algorand-sdk in…
a6e3cbc
merged
06119ef
revert
tzaffi 40c3352
revert
b3cfc66
python --version sanity check
85afa1e
bring down dockers BEFORE destroying their docker-compose + misc
149646f
Update .test-env
tzaffi b898570
Update .test-env
tzaffi 1341f90
stale log
1cfb783
Update .test-env
tzaffi c1d56e4
Update .test-env
tzaffi 34b3dc0
better end of script verbiage
23c723e
per CR suggestion: `rm -rf` the features
dda5012
trigger build with verbose
707b439
comment in .env
5dab777
try 30,000 rounds
9ca1ad3
don't allow configuring TYPE in the Makefile
6e9c7c3
don't allow configuring TYPE in the Makefile
f8b8092
non-archival node
a7465e5
remove and modify v1 steps
9a5c87f
remove "I get transactions by address and date" for @asset feature
ba76644
commentary
bfe0133
cleanup the cucumber tags
c9a1f44
sandbox branch configurable-ports ---> master
0878b23
vet against the bugfix-sourcing-env-can-break-aliases branch in CI
b0abecf
revert sandbox branch to master after the bugfix was merged
a38d750
revert
0548843
better TODO per CR comments
f66569d
Update test-harness.sh
tzaffi 86bffc5
Update Makefile
tzaffi c646ea0
tempoary: VERBOSE_HARNESS=0 in response to upstream change. TODO: rem…
0ab667d
Merge branch 'trim-indexer' of github.com:algorand/py-algorand-sdk in…
3e3145a
don't overwrite incoming test-harness/.env
c702868
per CR suggestion - no py version in .test-env
0214958
make test-harness.sh more compliant
97ffb86
Update .test-env
tzaffi 748817e
remove more indexer.features steps
a6a2590
Update test-harness.sh
tzaffi aeea8e8
Merge branch 'trim-indexer' of github.com:algorand/py-algorand-sdk in…
e26460f
don't default to deleting local features, and introduce verbose mode
70dada9
variable for destination tests directory
46387c1
separate cucumber tags into their own files
b9593bf
quotes
ea50a0a
Apply suggestions from code review
tzaffi 121927e
Merge remote-tracking branch 'origin' into trim-indexer
309a803
display command for fuzzy matching
9b8a769
lintings
0ca7e91
Unused Steps Analysis cleanup
39d107a
unused import
11dbdc8
Update .test-env
tzaffi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
don't overwrite incoming test-harness/.env
- Loading branch information
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
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
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.
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.
note: revert back to master?
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.
^^^ TODO: REVERT TO
master
BEFORE MERGING