Skip to content

Remove mongo: point daemon to use fork of textile#266

Merged
jsonsivar merged 5 commits intodevelopfrom
hotfix/point-to-mongoless-textile
Nov 27, 2020
Merged

Remove mongo: point daemon to use fork of textile#266
jsonsivar merged 5 commits intodevelopfrom
hotfix/point-to-mongoless-textile

Conversation

@jsonsivar
Copy link
Copy Markdown
Contributor

Change Log

  • Replace buck package to point to our fork
  • Remove mongo params from CI files and Makefile
  • Remove mongo from env/config setup

@studna
Copy link
Copy Markdown
Contributor

studna commented Nov 27, 2020

This looks like huge amount of work that you've done: textileio/textile@master...FleekHQ:feature/use-badger-for-local

Well done 🙌

Copy link
Copy Markdown
Contributor

@maurycy maurycy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsonsivar

Great job!

Do we plan on updating the README.md?

README.md
79:### MongoDB
81:Currently, local Textile Threads require a running MongoDB database. Space Daemon by default connects to a hosted one, but this will be removed once Textile switches over to an embeddable data store.
89:MONGO_PW=[The password of a MongoDB database]
90:MONGO_USR=[The user of a MongoDB database]
91:MONGO_HOST=[The host of a MongoDB database]
92:MONGO_REPLICA_SET=[The replica set for a MongoDB database]
191:Stage specific secret names will only be used for secrets `release.yml` that point to the step output instead of the secret name directly (i.e., `SERVICES_API_URL: ${{ secrets[steps.secretnames.outputs.SERVICES_API_URL] }}` instead of `MONGO_REPLICA_SET: ${{ secrets.MONGO_REPLICA_SET }}`.

Copy link
Copy Markdown
Contributor

@perfectmak perfectmak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a really welcome change 😀... Also, would be one less dependency on the integration test setup.

@jsonsivar
Copy link
Copy Markdown
Contributor Author

@jsonsivar

Great job!

Do we plan on updating the README.md?

README.md
79:### MongoDB
81:Currently, local Textile Threads require a running MongoDB database. Space Daemon by default connects to a hosted one, but this will be removed once Textile switches over to an embeddable data store.
89:MONGO_PW=[The password of a MongoDB database]
90:MONGO_USR=[The user of a MongoDB database]
91:MONGO_HOST=[The host of a MongoDB database]
92:MONGO_REPLICA_SET=[The replica set for a MongoDB database]
191:Stage specific secret names will only be used for secrets `release.yml` that point to the step output instead of the secret name directly (i.e., `SERVICES_API_URL: ${{ secrets[steps.secretnames.outputs.SERVICES_API_URL] }}` instead of `MONGO_REPLICA_SET: ${{ secrets.MONGO_REPLICA_SET }}`.

Thank you @maurycy. Fixed in 9a5a332.

Copy link
Copy Markdown
Contributor

@dmerrill6 dmerrill6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@jsonsivar jsonsivar merged commit e3fd931 into develop Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants