Bump minor version #171

Merged
kernelwhisperer merged 13 commits from release/0.8.0 into master 2018-08-09 13:46:21 -04:00
kernelwhisperer commented 2018-08-08 14:49:03 -04:00 (Migrated from github.com)

What changed?

Insert here the changes.

## What changed? Insert here the changes.
koalalorenzo commented 2018-08-08 14:54:15 -04:00 (Migrated from github.com)

Changes:

  • Add row selection to StorageList #150
  • Updates Readme, Deb and Dependencies #157
  • Upgrade IPFS to v0.4.16 #158
  • Upgrade ipfs binaries to v0.4.17 #167
  • Fix the files tab on the property window #159
  • Track app updates #160
  • Add copy to clipboard to details window #161
  • Upgrade dependencies #164
  • Adds debian repo and triggers #166 ( get.siderus.io )
  • Make import from hash an activity #165
  • Setup tray icon after the app started, not before #170 ( Closed #156 )
  • Persist activities to a file #169
Changes: - Add row selection to StorageList #150 - Updates Readme, Deb and Dependencies #157 - Upgrade IPFS to v0.4.16 #158 - Upgrade ipfs binaries to v0.4.17 #167 - Fix the files tab on the property window #159 - Track app updates #160 - Add copy to clipboard to details window #161 - Upgrade dependencies #164 - Adds debian repo and triggers #166 ( get.siderus.io ) - Make import from hash an activity #165 - Setup tray icon after the app started, not before #170 ( Closed #156 ) - Persist activities to a file #169
koalalorenzo commented 2018-08-08 17:47:49 -04:00 (Migrated from github.com)

Jumping from 0.4.15 to 0.4.17 requires migration:

Running /Users/koalalorenzo/Repositories/Siderus/Orion/go-ipfs/ipfs [ 'config', 'Addresses.API' ]
/Users/koalalorenzo/Repositories/Siderus/Orion/go-ipfs/ipfs config,Addresses.API: Error: ipfs repo needs migration

The app won't start and goes into timeout.

Jumping from 0.4.15 to 0.4.17 requires migration: ``` Running /Users/koalalorenzo/Repositories/Siderus/Orion/go-ipfs/ipfs [ 'config', 'Addresses.API' ] /Users/koalalorenzo/Repositories/Siderus/Orion/go-ipfs/ipfs config,Addresses.API: Error: ipfs repo needs migration ``` The app won't start and goes into timeout.
koalalorenzo commented 2018-08-08 18:24:31 -04:00 (Migrated from github.com)

Even if I try the latest builds from GitLab, my app still shows a TIMEOUT when running. I guess the error is still there. We need to take a look at it tomorrow.

Even if I try the latest builds from GitLab, my app still shows a TIMEOUT when running. I guess the error is still there. We need to take a look at it tomorrow.
kernelwhisperer commented 2018-08-09 03:25:26 -04:00 (Migrated from github.com)

Finished the repo migration feature, to test in dev:

  • first delete the current repo (rm -rf ~/.config/Electron/ipfs-repo)
  • run IPFS_PATH=~/.config/Electron/ipfs-repo ipfs init with an older binary (my globally installed ipfs is 0.4.14)
  • running IPFS_PATH=~/.config/Electron/ipfs-repo ipfs repo stat shows Version: fs-repo@6
  • make run will now start Orion and before starting the daemon it will run migrations:
Running /home/daniel/repos/siderus/orion/fs-repo-migrations/fs-repo-migrations -y { env: { IPFS_PATH: '/home/daniel/.config/Electron/ipfs-repo' } }
Finished /home/daniel/repos/siderus/orion/fs-repo-migrations/fs-repo-migrations -y with:  Found fs-repo version 6 at /home/daniel/.config/Electron/ipfs-repo
===> Running migration 6 to 7...
applying 6-to-7 repo migration
migrating IPNS record for key: self
updated version file
===> Migration 6 to 7 succeeded!
Finished the repo migration feature, to test in dev: - first delete the current repo (`rm -rf ~/.config/Electron/ipfs-repo`) - run `IPFS_PATH=~/.config/Electron/ipfs-repo ipfs init` with an older binary (my globally installed ipfs is 0.4.14) - running `IPFS_PATH=~/.config/Electron/ipfs-repo ipfs repo stat` shows `Version: fs-repo@6` - `make run` will now start Orion and before starting the daemon it will run migrations: ``` Running /home/daniel/repos/siderus/orion/fs-repo-migrations/fs-repo-migrations -y { env: { IPFS_PATH: '/home/daniel/.config/Electron/ipfs-repo' } } Finished /home/daniel/repos/siderus/orion/fs-repo-migrations/fs-repo-migrations -y with: Found fs-repo version 6 at /home/daniel/.config/Electron/ipfs-repo ===> Running migration 6 to 7... applying 6-to-7 repo migration migrating IPNS record for key: self updated version file ===> Migration 6 to 7 succeeded! ```
koalalorenzo (Migrated from github.com) requested changes 2018-08-09 04:16:48 -04:00
@ -73,7 +81,10 @@ _prepkg: dep _test_variables
NODE_ENV=${NODE_ENV} ./node_modules/.bin/electron-compile app
koalalorenzo (Migrated from github.com) commented 2018-08-09 04:15:32 -04:00

write like this:

prepare_binaries: prepare_ipfs_bin prepare_repo_migrations_bin
.PHONY: prepare_binaries
write like this: ``` prepare_binaries: prepare_ipfs_bin prepare_repo_migrations_bin .PHONY: prepare_binaries ```
@ -215,6 +218,7 @@ function startOrion () {
percentage: 10
})
})
koalalorenzo (Migrated from github.com) commented 2018-08-09 04:16:41 -04:00

Run this before the daemon configured.

Run this before the daemon configured.
koalalorenzo (Migrated from github.com) approved these changes 2018-08-09 13:46:11 -04:00
koalalorenzo (Migrated from github.com) left a comment

It works! :D

It works! :D
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Siderus/Orion!171
No description provided.