Skip to content

Use experimental wrapper#27

Draft
chadoh wants to merge 7 commits intomasterfrom
experimental-wrapper
Draft

Use experimental wrapper#27
chadoh wants to merge 7 commits intomasterfrom
experimental-wrapper

Conversation

@chadoh
Copy link
Copy Markdown

@chadoh chadoh commented Sep 19, 2019

I don't intend to merge this branch, I'm only creating it for visibility. Having this branch will allow us to incorporate both an experimental client and experimental wrapper into our apps more easily.

Once the features under test reach their final shape and get merged to @aragon/aragon.js and @aragon/aragon, Autark's related code will be updated to use the newest versions, this PR will be closed without merge, and this branch will be deleted.

chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 20, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper

This does not currently work; the build process hangs, displaying
output shown here: https://gist.github.com/chadoh/459b956739189f13e5a20f8f544c2c94
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 20, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 20, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 23, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 24, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* 'master' of github.com:AutarkLabs/aragon:
  add framework for conditionally rendering profiles
This uses the experimental wrapper from https://github.com/AutarkLabs/aragon-wrapper

This wrapper includes features that Autark is currently testing out.
@chadoh chadoh force-pushed the experimental-wrapper branch from 5199d2f to fe88f5c Compare September 25, 2019 18:29
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* use local path to `aragon` cli tool from under-development tweak at
  aragon/aragon-cli@master...AutarkLabs:client-repo
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* point custom `aragon` cli at experimental for of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* point custom `aragon` cli at experimental fork of aragon client,
  AutarkLabs/aragon#27
* this custom aragon client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 26, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* point aragonCLI at experimental fork of aragon client,
  AutarkLabs/aragon#27
* this client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
chadoh pushed a commit to AutarkLabs/open-enterprise that referenced this pull request Sep 27, 2019
* use @aragon/api from https://github.com/AutarkLabs/aragon-api
* point aragonCLI at experimental fork of aragon client,
  AutarkLabs/aragon#27
* this client uses our own experimental version of
  @aragon/wrapper, https://github.com/AutarkLabs/aragon-wrapper
* Replace `api.cache` calls with `api.trigger`, which uses the
  still-experimental `trigger` interface under development at
  aragon/aragon.js#361
* 'master' of github.com:aragon/aragon: (23 commits)
  Templates: allow disabled, 'coming soon' templates to be opened (aragon#1141)
  OnboardingTopBar, ErrorScreen: remove unneeded prop types (aragon#1136)
  Error screen: various fixes (aragon#1132)
  UI: Replace Checkbox with Switch where applicable (aragon#1135)
  Local settings: fix two setters (aragon#1129)
  Build: update to core-js@3 (aragon#1126)
  Configuration: move prefix from REACT_APP to ARAGON (aragon#1122)
  Add and configure Jest (aragon#1123)
  AppIFrame: fix iframe not being mounted in IE (aragon#1125)
  0.8.2 (aragon#1120)
  Onboarding: minor fixes and improvements (aragon#1117)
  Permissions: refactor to use SearchInput (aragon#1100)
  Templates: add Fundraising (aragon#1092)
  Custom labels: update search and DataView (aragon#1077)
  RepoBadge: update style and fix how it loads repo content (aragon#1118)
  Onboarding: minor fixes (aragon#1119)
  Onboarding: clamp value of Voting's support and quorum to their max values (aragon#1114)
  Onboarding welcome: UI fixes (aragon#1110)
  Onboarding: remove information about waiting for transactions t… (aragon#1113)
  docs: add geleeroyale as a contributor (aragon#1112)
  ...
* 'master' of github.com:AutarkLabs/aragon:
  add framework for conditionally rendering profiles
* master: (24 commits)
  add framework for conditionally rendering profiles
  Templates: allow disabled, 'coming soon' templates to be opened (aragon#1141)
  OnboardingTopBar, ErrorScreen: remove unneeded prop types (aragon#1136)
  Error screen: various fixes (aragon#1132)
  UI: Replace Checkbox with Switch where applicable (aragon#1135)
  Local settings: fix two setters (aragon#1129)
  Build: update to core-js@3 (aragon#1126)
  Configuration: move prefix from REACT_APP to ARAGON (aragon#1122)
  Add and configure Jest (aragon#1123)
  AppIFrame: fix iframe not being mounted in IE (aragon#1125)
  0.8.2 (aragon#1120)
  Onboarding: minor fixes and improvements (aragon#1117)
  Permissions: refactor to use SearchInput (aragon#1100)
  Templates: add Fundraising (aragon#1092)
  Custom labels: update search and DataView (aragon#1077)
  RepoBadge: update style and fix how it loads repo content (aragon#1118)
  Onboarding: minor fixes (aragon#1119)
  Onboarding: clamp value of Voting's support and quorum to their max values (aragon#1114)
  Onboarding welcome: UI fixes (aragon#1110)
  Onboarding: remove information about waiting for transactions t… (aragon#1113)
  ...
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.

2 participants