Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Add saplingjs and canopyjs #1465

Draft
wants to merge 111 commits into
base: main
Choose a base branch
from

Commits on Feb 14, 2020

  1. Initial commit

    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    f742401 View commit details
    Browse the repository at this point in the history
  2. Initial commit

    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a5099b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    212cf28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc5416 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary files and update paths

    Removes all files not necessary to SaplingJS, and update any paths for
    unit tests.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    052d113 View commit details
    Browse the repository at this point in the history
  4. Add README.md

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    56fa103 View commit details
    Browse the repository at this point in the history
  5. Update paths and remove files

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    b81ea31 View commit details
    Browse the repository at this point in the history
  6. Add lint script and fix errors

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    91f7f96 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge pull request hyperledger-archives#2 from dplumb94/merge-splinter

    Merge splinter into canopyjs repo and remove unnecessary files
    dplumb94 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    64f942e View commit details
    Browse the repository at this point in the history
  2. Update package name

    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    3c06341 View commit details
    Browse the repository at this point in the history
  3. Update main file path

    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    562799b View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger-archives#2 from dplumb94/merge-splinter

    Merge splinter into saplingjs repo and remove unnecessary files
    dplumb94 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ba5e012 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Update package name

    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    c1ce82e View commit details
    Browse the repository at this point in the history
  2. Add prepare script

    This adds a prepare script that builds the project for local development
    and publishing. This is necessary for using git dependencies for
    developing.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    02538b6 View commit details
    Browse the repository at this point in the history
  3. rename build command

    This renames the build command to simplify the script list. There are no
    functional changes.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    268923b View commit details
    Browse the repository at this point in the history
  4. Add prepare script

    This adds a prepare script that builds the project for local installs
    and development. This is necessary to use git dependencies for
    developing.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    783cefe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d212b0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f39b509 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Update package privacy to public

    The package will be published as a public NPM package. This change
    reflects that.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    07c9b4d View commit details
    Browse the repository at this point in the history
  2. Update package version to 0.0.1

    This updates the package version to a valid semver to allow publishing
    to NPM.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    df818ce View commit details
    Browse the repository at this point in the history
  3. Update version to 0.0.1

    This updates the package version to a valid semver to allow publishing
    to NPM.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    6cb0cf2 View commit details
    Browse the repository at this point in the history
  4. Add get/set key functionality

    Adds functionality to get and set a user's active key pair.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    90ee560 View commit details
    Browse the repository at this point in the history
  5. Add get/set key functionality

    Adds functionality to get and set a user's active key pair in the
    canopy context.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c5623d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Add encrypt/decrypt keys functionality

    This adds functionality to encrypt and decrypt private keys with a
    password. This functionality is exported as functions named
    encryptKey and decryptKey respectively.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2a8a448 View commit details
    Browse the repository at this point in the history
  2. Fix lint issue

    Add missing semicolon to resolve lint error.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    a20ef55 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger-archives#4 from dnewh/fetch-keys

    Add get/set key functionality
    dplumb94 committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    bceb197 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger-archives#4 from dnewh/fetch-keys

    Add get/set key functionality
    dplumb94 committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    a4c019d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Add token to user object

    This allows us to store and retrieve an auth token in saplings.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    337fb6b View commit details
    Browse the repository at this point in the history
  2. Add hideCanopy() function

    Implementers of this function should hide the Canopy navigation element.
    This is useful for saplings such as login/register where we don't need
    to see the navbar.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fb20870 View commit details
    Browse the repository at this point in the history
  3. Implement hideCanopy function

    This sets a `display-none` class on the root canopy element when
    hideCanopy() is called from SaplingJS. This hides the navigation,
    allowing the sapling to take up the whole screen.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c669044 View commit details
    Browse the repository at this point in the history
  4. Update tabBox styles to match wireframes

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1ac0842 View commit details
    Browse the repository at this point in the history
  5. Add input component and styles

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9a924e4 View commit details
    Browse the repository at this point in the history
  6. Add button styles

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1ef0bbf View commit details
    Browse the repository at this point in the history
  7. Add auth form styles

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f4aa82d View commit details
    Browse the repository at this point in the history
  8. Add Davey Newhall as codeowner and maintainer

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1f16980 View commit details
    Browse the repository at this point in the history
  9. Add Davey Newhall as codeowner and maintainer

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    53ed249 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request hyperledger-archives#6 from dnewh/enc-dec-keys

    Encrypt/decrypt keys
    dplumb94 committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    6454ce1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge pull request hyperledger-archives#5 from dnewh/update-version

    Update version to 0.0.1
    peterschwarz committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b88625d View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#5 from dnewh/update-version

    Update version to 0.0.1
    peterschwarz committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    043d69b View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger-archives#7 from dplumb94/add-login-funcs

    Add hideCanopy() function and user token
    dplumb94 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    652b3b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger-archives#6 from dplumb94/add-login-ele…

    …ments
    
    Add functionality and styles for login/register sapling
    dplumb94 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    aef2009 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Merge pull request hyperledger-archives#8 from dplumb94/add-davey-mai…

    …ntainer
    
    Add Davey Newhall as codeowner and maintainer
    vaporos committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3381dbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#7 from dplumb94/add-davey-mai…

    …ntainer
    
    Add Davey Newhall as codeowner and maintainer
    vaporos committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    797520c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Adjust base font size to 16pt

    This changes the rem size from 18pt to 16pt. 16pt is the default font
    size, so using this will reduce inconsistencies between sapling styles.
    It is also the size used in most Canopy/sapling mockups currently.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    4ad98a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Merge pull request hyperledger-archives#8 from dplumb94/fix-font-sizes

    Adjust base font size to 16pt
    dplumb94 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4f952a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Allow object proptype and fix eslintrc formatting

    This allows Canopy UI clients to pass arbitrary app config to the
    CanopyContext
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6344b95 View commit details
    Browse the repository at this point in the history
  2. Add appConfig to shared config object

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    cfecc4c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Merge pull request hyperledger-archives#9 from dplumb94/appdata-config

    Add app config to canopy
    dplumb94 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c62e0f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. gitignore and dockerignore package-lock.json

    We dont want to commit this, and it should be run with fresh builds in
    Docker.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    40e7c87 View commit details
    Browse the repository at this point in the history
  2. Fix Dockerfile build

    The prepare script was causing this to fail since the files were not
    copied in on install.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b3c698a View commit details
    Browse the repository at this point in the history
  3. Update repo path

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    6c2d149 View commit details
    Browse the repository at this point in the history
  4. Use npm to run scripts

    Yarn has a few limitations that don't work well with Canopy, so we
    should use npm as the package manager.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    8c0af43 View commit details
    Browse the repository at this point in the history
  5. Fix tab alignment

    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    000f24e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccfdf78 View commit details
    Browse the repository at this point in the history
  7. Copy files before npm install

    The package.json includes a prepare script, which gets run on install.
    This was causing the builds to fail because the files to build were
    not present yet.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    1ee5916 View commit details
    Browse the repository at this point in the history
  8. Ignore package-lock.json

    This is an npm install artifact and should be ignored.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ada66c4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Redirect users to login sapling if they are not logged in

    The sideEffect that loads user saplings now checks if that user is
    logged in and will redirect the user to a login sapling if they are not
    logged in.
    
    Signed-off-by: Ryan Banks <[email protected]>
    RyanLassigBanks committed May 7, 2020
    Configuration menu
    Copy the full SHA
    f5d0d33 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Merge pull request hyperledger-archives#11 from RyanLassigBanks/auth-…

    …guard
    
    Redirect users to login sapling if they are not logged in
    RyanLassigBanks committed May 21, 2020
    Configuration menu
    Copy the full SHA
    60eb6c3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Check if sideNav is in dom before hiding it

    Have $CANOPY.hideCanopy check if the sideNav element is undefined or null
    before attempting to hide it. This is to account for the possiblity that
    a sapling has removed the sideNav element from the DOM.
    
    Signed-off-by: Ryan Banks <[email protected]>
    RyanLassigBanks committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c60c0cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge pull request hyperledger-archives#13 from RyanLassigBanks/hideC…

    …anopy-element-check
    
    Check if sideNav is in dom before hiding it
    RyanLassigBanks committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0131371 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Update README with link to splinter.dev

    Signed-off-by: Anne Chenette <[email protected]>
    Anne Chenette committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    1a74176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e6917 View commit details
    Browse the repository at this point in the history
  3. Update README with link to splinter.dev

    Also adds a sentence to mention Splinter, so that the following "See splinter.dev"
    makes sense.
    
    Signed-off-by: Anne Chenette <[email protected]>
    Anne Chenette committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    38cc46e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request hyperledger-archives#10 from chenette/add-website-…

    …link-to-readme
    
    Update README with link to splinter.dev
    annechenette committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1529408 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#14 from chenette/add-website-…

    …link-to-readme
    
    Update README with link to splinter.dev
    annechenette committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    61c9908 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Unmount user sapling styles when not rendered

    Currently Canopy will load all of the sapling styles at once, for all
    saplings. This is problematic because it leads to collisions in styles
    between saplings.
    
    This commit adds functionality to unmount styles for the previous user
    sapling when a new user sapling is rendered.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    84a903c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge pull request hyperledger-archives#15 from dplumb94/unload-style…

    …sheet
    
    Unmount user sapling styles when not rendered
    dplumb94 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5180174 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Allow fully qualified URL's in config files

    This change changes the mounting functions to only append http to the
    URL's if they are not fully qualified values (i.e. missing the scheme).
    
    This retains the existing functionality, though this use should be
    avoided as it is very brittle.
    
    Signed-off-by: Peter Schwarz <[email protected]>
    peterschwarz committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    5b49c05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#16 from peterschwarz/fix-loading

    Allow fully qualified URL's in config files
    peterschwarz committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    29f92d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Update postcss version

    postcss-clean requires postcss version 8 or higher
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1eda93b View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#17 from isabeltomb/update-dep…

    …endency
    
    Update postcss version
    Isabel Tomb committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    55b8039 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Replace FA icons with Material UI icons

    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a8f44f1 View commit details
    Browse the repository at this point in the history
  2. Add profile tab label

    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b9b61ee View commit details
    Browse the repository at this point in the history
  3. Update SideNav.scss

    Update classes in SideNav.scss based on the new left nav design
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3718816 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Merge pull request hyperledger-archives#18 from isabeltomb/new-left-n…

    …av-design
    
    Update left nav
    Isabel Tomb committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    16bf226 View commit details
    Browse the repository at this point in the history
  2. Fix sapling tab rendering on refresh

    Fixes an issue in Canopy UIs that display saplings in nav tabs would
    disappear and then quickly reappear on refresh. This was because the
    sapling state was being initialized as an empty array.
    
    This commit fixes the issue by caching the sapling state in session
    storage, so the state is initialized as the previously fetched value.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ec636d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Merge pull request hyperledger-archives#12 from dplumb94/no-refresh

    Fix sapling tab rendering on refresh
    dplumb94 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    abe7b13 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add icon borders for hover/select

    Add a border to the left nav icons that shows up on hover and select.
    Border shows up white on select and grey on hover.
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4cf6fe3 View commit details
    Browse the repository at this point in the history
  2. Add shadow to logo

    Add a light shadow to the right side of the logo at the top of the
    left nav bar to create a border between the logo background and the
    page.
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    255da2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger-archives#19 from isabeltomb/update-lef…

    …t-nav
    
    Update left nav
    Isabel Tomb committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6cbe7a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Add 'headerFn' prop to 'get' component

    Add a headerFn prop to the get component in request.js to allow for
    a function to set request headers to be passed in when using 'get'
    the default value of headerFn is null.
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ba02ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Add logout functionality

    Add a logout button and the functionality to logout of the ui.
    
    The Logout component removes the CANOPY_USER CANOPY_KEYS and KEY_SECRET
    from the session storage and makes a call to the '/oauth/logout'
    splinter endpoint to logout the authenticated user.
    
    Signed-off-by: Isabel Tomb <[email protected]>
    Isabel Tomb committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    16727be View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#20 from isabeltomb/logout

    Add logout
    Isabel Tomb committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    33920d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Update babel preset-env version

    This updates the minimum patch version for the @babel/preset-env
    package. The previous version was causing compilation issues.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    efd9333 View commit details
    Browse the repository at this point in the history
  2. Add custom icon support to sidebar

    This adds support for custom icons for a sapling in the sidebar. These
    custom icons are specified by setting the image field in a sapling's
    entry in the sapling manifest with a URL to the image. The custom image
    takes precedence over an icon set with the icon field but at least one
    of these fields is required.
    
    Signed-off-by: Davey Newhall <[email protected]>
    dnewh committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2d972b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request hyperledger-archives#21 from Cargill/dnewh-fix-sid…

    …ebar
    
    Add custom icon support to sidebar
    dnewh committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f435220 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Disable Travis CI builds

    GitHub actions will be used going forward instead of Travis.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 7, 2021
    Configuration menu
    Copy the full SHA
    6420fb3 View commit details
    Browse the repository at this point in the history
  2. Add GitHub Actions workflow files

    The Splinter project is working to transition from Travis CI to
    GitHub Actions.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 7, 2021
    Configuration menu
    Copy the full SHA
    168b261 View commit details
    Browse the repository at this point in the history
  3. Disable Travis CI builds

    GitHub actions will be used going forward instead of Travis.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 7, 2021
    Configuration menu
    Copy the full SHA
    d3fdb89 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Add GitHub Actions workflow files

    The Splinter project is working to transition from Travis CI to
    GitHub Actions.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0baa141 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request hyperledger-archives#22 from rbuysse/add-gha

    Add GitHub Actions workflow files
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    00ab688 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#23 from rbuysse/disable-travis

    Disable Travis CI builds
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    7450986 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hyperledger-archives#12 from Cargill/add-gha

    Add GitHub Actions workflow files
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    41e7ff8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hyperledger-archives#13 from rbuysse/disable-travis

    Disable Travis CI builds
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    6a5b242 View commit details
    Browse the repository at this point in the history
  5. Add additional .env file

    As of version 1.28.0, Docker Compose expects .env files to reside in the same
    directory as the compose files or to have their path specicified with an
    additional argument to the compose command. Duplicating the .env files
    whereever they're needed was deemed to be the least disruptive solution.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    cc6f765 View commit details
    Browse the repository at this point in the history
  6. Add additional .env file

    As of version 1.28.0, Docker Compose expects .env files to reside in the same
    directory as the compose files or to have their path specicified with an
    additional argument to the compose command. Duplicating the .env files
    whereever they're needed was deemed to be the least disruptive solution.
    
    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed May 13, 2021
    Configuration menu
    Copy the full SHA
    72e0e86 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request hyperledger-archives#14 from rbuysse/more-env-files

    Add additional .env file
    rbuysse committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2d72bd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#24 from rbuysse/more-env-files

    Add additional .env file
    rbuysse committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d277530 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Remove Sapling nav tab

    Currently this button doesn't do anything. It should be removed until
    there is some Sapling selector functionality that would use it.
    
    Signed-off-by: Darian Plumb <[email protected]>
    dplumb94 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2df20e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Merge pull request hyperledger-archives#25 from dplumb94/remove-sapli…

    …ngs-button
    
    Remove Sapling nav tab
    dplumb94 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    965385f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Trigger builds at 10am UTC

    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ee2eef6 View commit details
    Browse the repository at this point in the history
  2. Trigger builds at 10am UTC

    Signed-off-by: Ryan Beck-Buysse <[email protected]>
    rbuysse committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ac8a382 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Merge pull request hyperledger-archives#26 from rbuysse/cron-builds

    Trigger builds at 10am UTC
    rbuysse committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5d4f577 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hyperledger-archives#15 from rbuysse/cron-builds

    Trigger builds at 10am UTC
    rbuysse committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    836b179 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Move contents to saplingjs folder

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    66dc31d View commit details
    Browse the repository at this point in the history
  2. Move contents to canopyjs folder

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8ce738e View commit details
    Browse the repository at this point in the history
  3. Add saplingsjs to grid ui

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    893c757 View commit details
    Browse the repository at this point in the history
  4. Add canopyjs to grid ui

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7b57f9d View commit details
    Browse the repository at this point in the history
  5. Update grid-ui to use local canopyjs

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    eaf52ca View commit details
    Browse the repository at this point in the history
  6. Update saplings to use local saplingjs

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7fd8efa View commit details
    Browse the repository at this point in the history
  7. Combine Dockerfile RUN commands

    Signed-off-by: Amelia Bradley <[email protected]>
    Amelia Bradley committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0cbe030 View commit details
    Browse the repository at this point in the history