- Many updates beyond these; this is only the most recent set over the past few hours:
- Refactored the CTA's and setup appropriate interfaces so individual presences as individually invoke them with low overhead
- Included bin/galaxy executable, with bin/stellar forthcoming
- Fix version conflict in shard ( my bad )
- Support the Cannonry protocol of Artillery in src/processes/constellation
- Rename src/processes/presence to src/processes/cluster for disambiguation
- Remove Stellar presence moved into abstractive, and everything associated
- This is now a focused Crystal shard which pairs with the Quasar extension
- Moved all CTA forms and associated code to Quasar extension to be reused: https://www.npmjs.com/package/quasar-app-extension-stellar-forms
- Moved contents of
stars/
tosrc/stellar/stars/
and addedstars/include.cr
to also begin to reuse those.
- Overhauled drawer with mini mode and collapse.
- Added landing component with "read more" scroll down demonstration, and
<slot>
behavior. - Populate drawer options dynamically.
- Colorized accents.
- Separated artillery.yml back out from stellar.yml and keep distinct again, going forward.
- Clean up paths and components a bit.
- Fixes for Quasar 1.5.9
- Removed other icon sets besides fontawesome.
- Upgraded to Quasar 1.5.9
- Moved to semver compatible format, but not adopting religion.
- Added bin/stellar
mountpoint
andlauncher
which check for built code, otherwise builds that, then starts.
- Organized
config/
better withenvironments/
- Changed
interface/
toface/
- Many, many versions and changes not noted over the last four days.
- Essentially completed the CTA feature-set.
- Uses
git secret
forsecrets.yml
per https://github.com/sobolevn/git-secret - Full data validation on the client side, forwarding of CTA data to Slack, copy to host by SendGrid, then acknowledgement by SendGrid to guest.
- Added localization in the process of adding all the forms for CTAs
- Reworked drawers, navigation, and added minified sidebar
- Laid out all the CTA forms, with seamless and DRY validation
- Added in Vuelidate, lodash, then made slight Vue.prototype augmentations
- Created reusable set of CTAs to be used anywhere, once data processing is added next
- bin/generate-ssl.sh drops into config/development/ssl/
- Initial bin/stellar init
- Fix dependencies
- Pass arguments into bin/artillery and don't hardcode bin/bazooka vs. use bin/artillery --bazooka
- Package the bin/stellar executable into the shard
- Prepare empty /relay endpoint
- Fix method of stars/ path injection on Artillery side.
- Still needs to handle recursive dependencies issue possibly, right now uses local path.
- Try to avoid recursive dependencies.
- Actually push to GitHub this time, and fix logs.
- Fix errors in released Shard
- Prepare to release first Shard, overriding Artillery
- Add Quasar 1.5.5
- Use Crystal 0.13.1
- Use stellar.artillery.cloud for example.
- Set
build/
for rendered Quasar application ininterface/quasar.conf.js
- Copied over and customized layouts, components, stores, routes, etc. from
proactive.ngo
interface.