Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
ab0899b
initial
bourgeoa Apr 16, 2023
d84ea71
some lint
bourgeoa Apr 16, 2023
ec9e90b
updates
bourgeoa Apr 16, 2023
490a364
getBlankMsg
bourgeoa Apr 16, 2023
1911313
getPrivateKey
bourgeoa Apr 17, 2023
1d8b733
key exists
bourgeoa Apr 17, 2023
6df03c8
add first test
bourgeoa Apr 17, 2023
109c494
resolve typescript issues
bourgeoa Apr 17, 2023
2da93f8
tests generate keys with node crypto in setup
bourgeoa Apr 18, 2023
6c8461c
keys.test.ts
bourgeoa Apr 18, 2023
94b70b5
signature.test.ts
bourgeoa Apr 19, 2023
c5b2fb8
updates
bourgeoa Apr 21, 2023
20175fe
update package-lock.json
bourgeoa Apr 21, 2023
a5809dd
missing awaits
bourgeoa Apr 25, 2023
9f7a01d
package-lock.json
bourgeoa Apr 25, 2023
cd2500d
separated helpers for testing
SharonStrats Apr 26, 2023
5975073
updates message.js
bourgeoa Apr 26, 2023
8ec0833
refactored to smaller parts
SharonStrats Apr 27, 2023
9c84c1e
create keys and improvements
bourgeoa Apr 27, 2023
96e84cf
package-lock.json
bourgeoa Apr 27, 2023
2166356
update keyUrl with space:storage
bourgeoa Apr 29, 2023
eed9bea
add key container ACL
bourgeoa Apr 30, 2023
3652e5c
update setAcl key container
bourgeoa May 1, 2023
c239a13
trying to mock store fetcher load function
SharonStrats May 3, 2023
0ba702c
Update src/chat/keys.ts
bourgeoa May 3, 2023
ef25bb1
adding testing to docs
SharonStrats May 4, 2023
098e8a7
Merge branch 'chat-proof' of https://github.com/SolidOS/solid-ui into…
SharonStrats May 4, 2023
89f16fa
update get podRoot, use NamedNode
bourgeoa May 5, 2023
67289c6
Merge branch 'chat-proof' of https://github.com/solidos/solid-ui into…
bourgeoa May 5, 2023
8eed263
skip failing keys.test.ts
bourgeoa May 5, 2023
11c883a
mocked load
SharonStrats May 6, 2023
beea007
Merge branch 'chat-proof' of https://github.com/SolidOS/solid-ui into…
SharonStrats May 6, 2023
282702e
more cleaning
bourgeoa May 6, 2023
17005e6
Merge branch 'chat-proof' of https://github.com/solidos/solid-ui into…
bourgeoa May 6, 2023
0202734
more NamedNode
bourgeoa May 7, 2023
a6ef582
some cleaning
bourgeoa May 7, 2023
a573676
refactored function names
SharonStrats May 10, 2023
4370b23
added tests
SharonStrats May 10, 2023
0493bdd
Merge branch 'chat-proof' of https://github.com/SolidOS/solid-ui into…
SharonStrats May 10, 2023
69ecfab
created a keyhelper dir
SharonStrats May 10, 2023
18070a0
split files up for easier testing
SharonStrats May 10, 2023
aa51d1d
readmes for testing
SharonStrats May 10, 2023
830468e
key file tests
SharonStrats May 10, 2023
50ca84d
keys testing
SharonStrats May 10, 2023
a1b9ed4
updated testing readme
SharonStrats May 10, 2023
70090f2
added tests
SharonStrats May 17, 2023
27b35f4
acl refactor and tests
SharonStrats May 17, 2023
d02c4c2
key tests
SharonStrats May 17, 2023
f7310cd
fixed broken test
SharonStrats May 17, 2023
85020be
access data test
SharonStrats May 17, 2023
12e3adb
Update test/unit/README.md
SharonStrats May 17, 2023
3f1ead6
Update test/unit/README.md
SharonStrats May 17, 2023
90c87cc
Update test/unit/README.md
SharonStrats May 17, 2023
47a7934
Update test/unit/README.md
SharonStrats May 17, 2023
4bbe4cc
Update test/unit/README.md
SharonStrats May 17, 2023
0a40d64
Update test/unit/README.md
SharonStrats May 17, 2023
ea3f761
Update test/unit/README.md
SharonStrats May 17, 2023
15b7da3
rename deleteKey to deleteKeyAcl
bourgeoa May 18, 2023
7506217
getPodRoot returns NamedNode
bourgeoa May 18, 2023
998e1dd
move privateKey to /settings/keys/privateKey.ttl
bourgeoa May 18, 2023
cb30461
replace pop with slice
bourgeoa May 18, 2023
3576458
Update test/unit/README.md
SharonStrats May 20, 2023
d527997
testing
SharonStrats May 22, 2023
0829883
Merge branch 'chat-proof' of https://github.com/SolidOS/solid-ui into…
SharonStrats May 22, 2023
2da9b5c
remove testing debug msg
SharonStrats May 22, 2023
9ee704c
fix lint error
SharonStrats May 22, 2023
3d362e6
restore PUT on 404
bourgeoa May 24, 2023
027eefb
use solid ontology
bourgeoa May 24, 2023
840c347
removed commented out code
SharonStrats May 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ npm run storybook
If there is no story for the component yet, add a new one to `./src/stories`.

When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).


## Adding Tests

The following document gives guidance on how to add and perform testing in solid-ui.
[Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)

## Further documentation

- [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)
1 change: 1 addition & 0 deletions dist/736.solid-ui.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(self.webpackChunksolid_ui=self.webpackChunksolid_ui||[]).push([[736],{2736:()=>{}}]);
3 changes: 3 additions & 0 deletions dist/796.solid-ui.min.js

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions dist/796.solid-ui.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
/*!
* Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
*/

/*!
* Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
*/

/**
* A JavaScript implementation of the JSON-LD API.
*
* @author Dave Longley
*
* @license BSD 3-Clause License
* Copyright (c) 2011-2022 Digital Bazaar, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* Neither the name of the Digital Bazaar, Inc. nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* Removes the @preserve keywords from expanded result of framing.
*
* @param input the framed, framed output.
* @param options the framing options used.
*
* @return the resulting output.
*/

// disallow aliasing @context and @preserve

// remove @preserve

// remove @preserve from results
1 change: 1 addition & 0 deletions dist/796.solid-ui.min.js.map

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/_1692.solid-ui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/_1692.solid-ui.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97,208 changes: 50,450 additions & 46,758 deletions dist/solid-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/solid-ui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/solid-ui.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/solid-ui.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */

/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */

/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
Expand Down
2 changes: 1 addition & 1 deletion dist/solid-ui.min.js.map

Large diffs are not rendered by default.

Loading