Commit Graph

  • 11192ed4df Merge branch 'main' into versions/3.0.0 Joachim Van Herwegen 2021-11-22 09:20:41 +01:00
  • 3616c0d7d5 fix: fs mock rename Arthur Joppart 2021-11-19 14:32:09 +01:00
  • a14d281c81 chore: added some comments to test and made minor improvement Arthur Joppart 2021-11-19 14:03:02 +01:00
  • 1a4413d0f2 test: use mocked DataAccessor Arthur Joppart 2021-11-19 13:32:51 +01:00
  • 830eec1bc4 fix; (VarResolver) refactored to multiple files, and other stylistic fixes. damooo 2021-11-19 09:19:55 +05:30
  • 781ee7db69 feat: added generic type to SizeReporter to calculate chunk sizes Arthur Joppart 2021-11-18 16:30:18 +01:00
  • 3601f2b34d fix: added error handling to prevent reading of unexistent files Arthur Joppart 2021-11-18 16:15:48 +01:00
  • 9acfb984ff fix: changes to support containers in the future Arthur Joppart 2021-11-18 15:49:53 +01:00
  • 5a01f09f81 refactor: Simplify promiseSome. Ruben Verborgh 2021-11-17 23:28:57 +00:00
  • 90d4d4ebf0 refactor: Implement BooleanHandler with UnionHandler. Ruben Verborgh 2021-11-17 23:06:30 +00:00
  • 723eedcd3e fix: improved algorithm to ignore folders while calculating file size in FileSizeReporter Arthur Joppart 2021-11-17 17:54:00 +01:00
  • 38cda9dab7 chore: moved .internal folder to config from FileSizeReporter Arthur Joppart 2021-11-17 16:42:15 +01:00
  • 07516e190b fix: atomicity issue in AtomicFileDataAccessor Arthur Joppart 2021-11-17 15:47:19 +01:00
  • 25008d5285 chore: move quota limit higher up in config Arthur Joppart 2021-11-17 14:50:13 +01:00
  • 5d0639e7dd chore: improved mocks Arthur Joppart 2021-11-17 11:22:03 +01:00
  • a3c8b1e423 fix: (AppRunner) runCli method made sync damooo 2021-11-17 15:08:34 +05:30
  • 883f57d4fc fix: added invalid header check to ContentLengthParser Arthur Joppart 2021-11-17 09:28:37 +01:00
  • 8891a67221 fix: (AppRunner) tidying up damooo 2021-11-17 13:25:46 +05:30
  • 9df5001d34 fix: (AppRunner) tidying damooo 2021-11-17 12:15:28 +05:30
  • b3cfa698d0 feat: (AppRunner) Mechanism to configure cli args and derive componentsjs vars from them implemented damooo 2021-11-17 11:20:40 +05:30
  • fe4dd4b2e5 feat: added PasstroughtDataAccessor + tests Arthur Joppart 2021-11-16 15:25:39 +01:00
  • b78e9ca3b6 feat: added PassthroughDataAccessor Arthur Joppart 2021-11-16 11:52:34 +01:00
  • d3b86309b3 chore: made minor changes to comments Arthur Joppart 2021-11-15 15:51:12 +01:00
  • b3b069f62e chore: added seperated config files for global and pod based quota + fixed comments Arthur Joppart 2021-11-15 15:38:23 +01:00
  • 7ad2b0b842 fix: made TODO comment clearer Arthur Joppart 2021-11-15 15:20:54 +01:00
  • 20526077fb chore: order all exports Arthur Joppart 2021-11-15 14:59:11 +01:00
  • f1c303eb48 chore: renamed ValidatorArgs to ValidatorInput Arthur Joppart 2021-11-15 14:31:24 +01:00
  • 606d9026bb fix: Capitalized comments in json file Arthur Joppart 2021-11-15 14:30:10 +01:00
  • c13456c225 fix: Make UnionCredentialsExtractor tolerate failures. Ruben Verborgh 2021-10-29 14:16:58 +01:00
  • b86b4d6e28 feat: Move OIDC library behaviour to separate path Joachim Van Herwegen 2021-11-09 11:55:49 +01:00
  • a1579f625a chore: Create pull request template Joachim Van Herwegen 2021-11-05 10:08:23 +01:00
  • 6cf894da07 chore: Create pull request template Joachim Van Herwegen 2021-11-05 10:08:23 +01:00
  • fc60b5c161 feat: Update IDP parameters to latest Solid-OIDC version Joachim Van Herwegen 2021-11-02 08:54:11 +01:00
  • 780b7f365b feat: Update IDP parameters to latest Solid-OIDC version Joachim Van Herwegen 2021-11-02 08:54:11 +01:00
  • b0208bf469 docs: Update release notes with conversion changes Joachim Van Herwegen 2021-11-08 09:42:58 +01:00
  • 4d319d2564 fix: Handle JSON preferences correctly in dynamic converter Joachim Van Herwegen 2021-11-05 14:12:49 +01:00
  • c6544fac1d fix: Prefer all inputs equally when generating quads Joachim Van Herwegen 2021-10-28 16:00:06 +02:00
  • ed287ffade test: Add content negotiation integration tests Ruben Verborgh 2021-10-28 15:35:48 +02:00
  • d52aa94e53 feat: Add "no conversion" as possible path in ChainedConverter Joachim Van Herwegen 2021-10-28 14:03:03 +02:00
  • fdd42bb7b3 feat: Add ContentTypeReplacer to conversion chain Joachim Van Herwegen 2021-10-26 16:55:34 +02:00
  • fa94c7d4bb feat: Determine Typed Converter output based on input type Joachim Van Herwegen 2021-10-26 16:30:10 +02:00
  • 27306d6e3f refactor: Create BaseTypedRepresentationConverter Joachim Van Herwegen 2021-10-26 15:27:19 +02:00
  • d38393686b docs: Update release notes with conversion changes Joachim Van Herwegen 2021-11-08 09:42:58 +01:00
  • 06663f3079 chore: Remove docker references from Windows integration tests Joachim Van Herwegen 2021-11-05 16:19:54 +01:00
  • c2d811754b chore: Run integration tests on Windows Joachim Van Herwegen 2021-11-05 16:13:12 +01:00
  • 2e99cc9934 fix(deps): update dependency sparqlalgebrajs to v4 Renovate Bot 2021-10-27 23:04:17 +00:00
  • 9f0973b039 fix: Linter warnings Joachim Van Herwegen 2021-11-05 15:59:28 +01:00
  • d317215e08 fix(deps): update dependency ws and @types/ws to v8.2 Renovate Bot 2021-09-27 00:14:34 +00:00
  • a15517038e
    fix(deps): update dependency @types/ws to v8 Renovate Bot 2021-11-05 13:47:32 +00:00
  • b51a7714fd fix: Handle JSON preferences correctly in dynamic converter Joachim Van Herwegen 2021-11-05 14:12:49 +01:00
  • f291af3a6e fix: Prefer all inputs equally when generating quads Joachim Van Herwegen 2021-10-28 16:00:06 +02:00
  • 997e174b72 test: Add content negotiation integration tests Ruben Verborgh 2021-10-28 15:35:48 +02:00
  • aba14a462c feat: Add "no conversion" as possible path in ChainedConverter Joachim Van Herwegen 2021-10-28 14:03:03 +02:00
  • 108abdc14d feat: Add ContentTypeReplacer to conversion chain Joachim Van Herwegen 2021-10-26 16:55:34 +02:00
  • e443e1b3f0 feat: Determine Typed Converter output based on input type Joachim Van Herwegen 2021-10-26 16:30:10 +02:00
  • 6fc4d2fe31 refactor: Create BaseTypedRepresentationConverter Joachim Van Herwegen 2021-10-26 15:27:19 +02:00
  • e9d2b17938 chore: Create issue templates Joachim Van Herwegen 2021-10-18 15:54:11 +02:00
  • 2af0e07ffa chore: Create issue templates Joachim Van Herwegen 2021-10-18 15:54:11 +02:00
  • 1810a97f20 chore: Target 3.0.0 branch in conformance CI Joachim Van Herwegen 2021-11-05 08:50:17 +01:00
  • 3861e64398 chore: Fix CHANGELOG for v2.0.1. Ruben Verborgh 2021-11-02 16:37:01 +01:00
  • c24fe9fba8 Release version 2.0.1 of the npm package. v2.0.1 Ruben Verborgh 2021-11-02 15:34:33 +01:00
  • 8c9887feea fix: Do not serve UI on special pages. Ruben Verborgh 2021-10-29 15:43:38 +01:00
  • e1a4ef29b9 chore: Run CI on version branches. Ruben Verborgh 2021-11-02 13:36:18 +01:00
  • a17731ed1e chore: Run CI on Node 17. Ruben Verborgh 2021-11-02 13:23:40 +01:00
  • 557ba32577 chore: Gather coverage from all OSes. Ruben Verborgh 2021-11-02 13:23:23 +01:00
  • b8db72dfd3 chore: Run integration tests separately. Ruben Verborgh 2021-10-29 17:43:24 +01:00
  • 81e7694845 chore: Fix dependency vulnerabilities. Ruben Verborgh 2021-11-01 15:17:56 +01:00
  • 98fa8b410d chore: Run integration tests separately. Ruben Verborgh 2021-10-29 17:43:24 +01:00
  • dab213cfe3
    fix(deps): update dependency sparqlalgebrajs to v4 Renovate Bot 2021-10-27 23:04:17 +00:00
  • c6f21111a9 chore: bump context versions Arthur Joppart 2021-10-26 09:55:12 +02:00
  • aa86ee7f72 Merge remote-tracking branch 'origin/main' into feat/support-storage-quota Arthur Joppart 2021-10-26 09:26:40 +02:00
  • b42150cf52 fix: Allow URLs with multiple leading slashes. Ruben Verborgh 2021-10-25 23:38:39 +02:00
  • 856b2e9e05 fix: Serve Turtle when there are no better options. Ruben Verborgh 2021-10-25 19:25:56 +01:00
  • d0be642fc3 fix: Avoid meaningless replacing by octet-stream. Ruben Verborgh 2021-10-22 17:23:52 +01:00
  • ad3b82eb32 fix: Only convert Markdown when needed. Ruben Verborgh 2021-10-22 17:23:03 +01:00
  • 1e6855d21d feat: Treat fallback wildcards as a special case in IfNeededConverter. Ruben Verborgh 2021-10-22 17:14:41 +01:00
  • 2e4589938f
    feat: Display symlinks in container listings. Ruben Verborgh 2021-10-21 17:26:54 +01:00
  • 9f241631f8 chore: Ignore test/tmp. Ruben Verborgh 2021-10-21 13:57:28 +01:00
  • 5356afee79 feat: Display symlinks in container listings. Ruben Verborgh 2021-10-21 13:55:05 +01:00
  • 7f682d768a test: Make mockFs promises async. Ruben Verborgh 2021-10-20 18:39:08 +01:00
  • a5a1eee32e feat: added PodQuotaStrategy to enable suota on a per pod basis Arthur Joppart 2021-10-20 16:40:58 +02:00
  • d9504eeae2 feat: add PUT SHACL validation woutslabbinck 2021-10-19 15:09:06 +02:00
  • bd9870838a fix: merge conflicts woutslabbinck 2021-10-18 17:38:44 +02:00
  • 7ba2677ebf feat: added a targetClass check woutslabbinck 2021-10-18 17:08:50 +02:00
  • 93b71eb726 docs: Add more warning to root ACLs. Ruben Verborgh 2021-10-18 14:59:42 +01:00
  • d81b9ef2a4 chore: Add v2.1.0 branch to conformance test run Joachim Van Herwegen 2021-10-18 10:22:30 +02:00
  • 2c97aa29b4 feat: add ldp:constrainedBy to link parser and writer woutslabbinck 2021-10-15 17:44:42 +02:00
  • a26f0f8ec5 feat: changed Validator class Arthur Joppart 2021-10-15 14:17:39 +02:00
  • 54ccbed48d fix: Added a content-type parser to HeaderUtil Wout Slabbinck 2021-10-15 13:05:26 +02:00
  • ede55ae3d1
    fix: Added a content-type parser to HeaderUtil Wout Slabbinck 2021-10-15 13:05:26 +02:00
  • 808bfc987b refactor: remove unnecessary comment woutslabbinck 2021-10-15 12:46:42 +02:00
  • 2a48b1f333 chore: Remove v2.0.0 branch from conformance test CI Joachim Van Herwegen 2021-10-15 11:41:19 +02:00
  • 6f858be350 chore: Update @solid/access-token-verifier to v1.0.1 Joachim Van Herwegen 2021-10-15 11:37:22 +02:00
  • 561f4663e3 deploy: 216788e225960bf42a74d22ba237a70deb09f77c RubenVerborgh 2021-10-15 09:28:28 +00:00
  • cffeae5943
    chore(deps): update typescript-eslint monorepo to v5 Renovate Bot 2021-10-15 08:58:25 +00:00
  • de543cc4e8
    chore(deps): update dependency eslint-plugin-jest to v25 Renovate Bot 2021-10-15 08:58:05 +00:00
  • e296450a61
    chore(deps): update dependency eslint to v8 Renovate Bot 2021-10-15 08:57:44 +00:00
  • 216788e225 Release version 2.0.0 of the npm package. v2.0.0 Ruben Verborgh 2021-10-15 10:50:44 +02:00
  • 6d985a65d0 chore: Update configs to v2.0.0. Ruben Verborgh 2021-10-15 10:35:16 +02:00
  • 4da1b1cc7d docs: Document new features and config changes for 2.0.0 Joachim Van Herwegen 2021-10-08 15:43:47 +02:00