Releases: prescottprue/fireadmin
Releases · prescottprue/fireadmin
v0.9.0
fix(app): remove checking of environment for analytics events
v0.8.0
- feat(environments): environments can now be set as "only source" or "only destination"
- feat(actionRunner): "only source" and "only dest" rules disable action run button
- fix(styles): previous actions now appear underneath the action runner instead above (based on usage statistics and user input)
- feat(test): tests added to confirm "only source" and "only dest" environment features
- feat(ci): settings added to run tests in parallel in CI environment
- feat(test): use plugin from
cypress-firebase
to load config from .firebaserc into cypress - chore(deps): dev dependencies updated including eslint and cypress-firebase
v0.2.6
- fix(core/deps): material-ui
v1.2.*
(switch to@material-ui/core
in place ofmaterial-ui
in import paths) - fix(app): date formatting for new Firestore dates
- feat(core): node
6.14.0
now used for travis instead of6.11.5
to match cloud functions runtime
v0.2.5
- feat(actionRunner): use batch operation for Firestore writes containing more than 500 docs
- fix(actionRunner): fix issue where steps where not copying collections from Firestore (only docs)
- fix(styling): styling of add environment dialog
v0.2.4
- fix(sharing): fix issue where adding a collaborator caused the removal of others
- fix(indexes): Added Firestore indexes that were added from the Firebase UI
- feat(functions): More npm scripts added to functions package file
- feat(templates): Styling of the delete button on inputs within Action Template Page
- feat(functions): Fixed wording of some log messages
v0.2.1
- feat(actionRunner): Action runner supports user input path types for copy action (allowing for much more generalized templates - "copy any collection" where before only "copy users collection" was supported)
- feat(events): Action Runner writes system events on start and finish
- fix(styling): Action User Inputs styled
- fix(styling): scrolling of project detail pages
- update(dependencies):
@google-cloud/storage
updated to 1.6.0 (fixesECONNRESET
error)
v0.2.0
- Migrations renamed to Actions (since you can now do much more than migrating! 🎆 )
- Custom Actions allowing for access to previous step results
- Backup Step for Actions Templates - A simple list of paths that are backed up before the action's steps are run
- Option for Storing Service Accounts within Firestore instead of Cloud Storage
- Project Events Page - View a historical record of all interactions at a project level
- Action page indicates progress
- Remove usage of old material-ui (make complete switch to v1)
v0.1.4
- Multi path Data Migrations (src/dest with paths and resources instead of single path)
- Data Migration Templates with "actions" added to
/migration-templates
route - Data Migration Templates can be searched, deleted, and made public/private (only public searchable)
- Indexing function to support searching of Data Migration Templates through Algolia
- Custom Migration Template action type allowing for custom JS logic execution as migration action (uses Firepad + Codemirror)
- Tons of components switched to material-ui v1 instead of older version
v0.1.3
- feat(core): analytics through Google Analytics and react-ga
- feat(analytics): analytics events for route changes
- feat(analytics):
trackEvent
function for tracking events (used to track some basic events so far)
Bower Package
v0.0.2 Version 0.0.2.