Chris Troutner
|
f1296fafd6
|
fix(upstream): Syncing with upstream and fixing merge conflicts
|
2025-06-05 18:40:55 -07:00 |
|
Daniel Gonzalez
|
34381e6e93
|
Improved e2e tests
|
2025-05-30 11:53:57 -04:00 |
|
Daniel Gonzalez
|
8843b3e2b0
|
Separate e2e tests
|
2025-05-28 20:52:25 -04:00 |
|
Chris Troutner
|
3f91653d23
|
feat(e2e): separating e2e from unit tests
|
2025-05-23 07:26:51 -07:00 |
|
Daniel Gonzalez
|
05a0620663
|
feat(admin): added env var setting so only admin can create new users
|
2025-05-19 12:17:09 -04:00 |
|
Chris Troutner
|
7d21fe02f8
|
Syncing with upstream ipfs-service-provider
|
2025-01-26 19:48:38 -07:00 |
|
Daniel Gonzalez
|
d7136583b8
|
feat(tests): Added Usage Unit Tests
|
2025-01-15 17:59:09 -04:00 |
|
Chris Troutner
|
f16eacc3f2
|
feat(helia): Updated helia and libp2p by syncing with upstream ipfs-service-provider
|
2024-08-19 13:22:08 -07:00 |
|
Chris Troutner
|
707b385b8a
|
linting
|
2024-06-09 09:11:09 -07:00 |
|
Chris Troutner
|
6cb140a491
|
fix(Mongo): Skipping some tests when noMongo is true
|
2024-06-09 09:10:55 -07:00 |
|
Chris Troutner
|
10d50a6776
|
Commenting out admin stuff from users e2e test
|
2023-10-22 18:22:43 -07:00 |
|
Chris Troutner
|
18e7ff90aa
|
linting
|
2023-10-22 18:12:54 -07:00 |
|
Chris Troutner
|
dfe390f9c3
|
Commented out failing tests
|
2023-10-22 18:12:44 -07:00 |
|
Chris Troutner
|
268035f13b
|
fixed merge conflicts. Some tests are broken
|
2023-10-22 17:43:28 -07:00 |
|
Chris Troutner
|
3203e56a4d
|
fix(tests): Added user e2e tests back in
|
2022-09-17 14:47:17 -07:00 |
|
Chris Troutner
|
448b028bb4
|
fixed linting issue
|
2022-09-08 08:58:39 -07:00 |
|
Chris Troutner
|
6e7396ba07
|
Fixing merge conflicts with upstream ipfs-service-provider
|
2022-07-08 09:40:07 -07:00 |
|
Chris Troutner
|
f117fe15df
|
fix(startup): Added hooks for async startup
|
2022-06-27 10:09:08 -07:00 |
|
Chris Troutner
|
8d4984c4ac
|
fix(txData): Renamed transaction REST API endpoint to txData
|
2022-01-29 09:31:59 -08:00 |
|
Chris Troutner
|
b2cc85df86
|
feat(txHistory): Renamed transactions endpoint to txHistory
|
2022-01-29 08:28:13 -08:00 |
|
Chris Troutner
|
03572e9c3d
|
Restoring e2e tests
|
2022-01-28 15:50:25 -08:00 |
|
Chris Troutner
|
817b40c489
|
fix(transaction): Refactored transaction
|
2022-01-28 15:49:54 -08:00 |
|
Chris Troutner
|
744cf60f90
|
Replacing previous versions of transactions() with new version
|
2022-01-28 06:25:29 -08:00 |
|
Chris Troutner
|
8857242570
|
fix(bch/getStats()): Adding names to service provider IDs
|
2021-12-14 17:04:55 -08:00 |
|
Chris Troutner
|
717744094e
|
feat(pubKey): Added pubkey endpoint
|
2021-12-02 10:09:41 -08:00 |
|
Chris Troutner
|
123754f6ea
|
Added transaction endpoint
|
2021-12-02 08:07:17 -08:00 |
|
Chris Troutner
|
52ca71ec16
|
Got existing unit tests passing
|
2021-11-26 13:17:16 -08:00 |
|
Chris Troutner
|
8f7f3896a3
|
forked from ipfs-service-provider
|
2021-11-23 08:38:01 -08:00 |
|
Chris Troutner
|
24684ac25a
|
feat(server): Converter top-level server library into a class
|
2021-08-08 09:58:24 -07:00 |
|
Chris Troutner
|
758de6b088
|
Got unit tests passing again
|
2021-08-08 08:09:48 -07:00 |
|
Chris Troutner
|
078b708a3e
|
Refactored users REST API controller and router
|
2021-07-12 17:37:49 -07:00 |
|
Chris Troutner
|
013f9f9a09
|
fixed tests
|
2021-07-10 17:56:54 -07:00 |
|
Chris Troutner
|
36791231cc
|
Moved auth library to adapters dir
|
2021-07-07 17:04:19 -07:00 |
|
Chris Troutner
|
35948ea903
|
Reinstated admin e2e tests
|
2021-07-06 15:01:40 -07:00 |
|
Chris Troutner
|
1dcb7f84c2
|
Added e2e validation tests
|
2021-07-06 15:00:00 -07:00 |
|
Chris Troutner
|
ada35eb092
|
feat(modules): Removed src/modules folder. Ported all REST API to /src/controllers/ folder
|
2021-07-06 14:47:43 -07:00 |
|
Chris Troutner
|
8a37261995
|
Ported contact REST API route to controllers dir
|
2021-07-06 14:33:54 -07:00 |
|
Chris Troutner
|
61bc01b783
|
ported user route. Still need middleware
|
2021-07-06 12:23:35 -07:00 |
|
Chris Troutner
|
5db4251f68
|
Ported /auth route to src/controllers/
|
2021-07-05 19:36:56 -07:00 |
|
Chris Troutner
|
4a2199bd05
|
fix(tests): Adding tests that were left out of merge with koa upstream
|
2021-05-29 17:26:59 -07:00 |
|
Chris Troutner
|
10f028175f
|
Porting code from chris-troutner to PSF GitHub Repo
|
2021-04-09 08:39:53 -07:00 |
|