Commit Graph

  • bc0eeb1012 feat: Split up IDP HTML, routing, and handler behaviour Joachim Van Herwegen 2021-12-02 09:57:23 +01:00
  • 8f8e8e6df4 feat: Send reset password recordId as query parameter Joachim Van Herwegen 2021-11-15 14:36:57 +01:00
  • 2c2f441eb9 docs: Update RELEASE_NOTES with IDP architecture change Joachim Van Herwegen 2021-12-09 11:53:05 +01:00
  • e4bd8afe64 feat: Simplify setup to be more in line with IDP behaviour Joachim Van Herwegen 2021-12-07 16:03:03 +01:00
  • 05453a4c97 test: Update IDP integration tests for new API Joachim Van Herwegen 2021-12-06 13:49:39 +01:00
  • 47a58a8517 feat: Update IDP templates to work with new API format Joachim Van Herwegen 2021-12-03 11:46:37 +01:00
  • 58e8f29872 feat: Split up IDP HTML, routing, and handler behaviour Joachim Van Herwegen 2021-12-02 09:57:23 +01:00
  • cc0489354f feat: Send reset password recordId as query parameter Joachim Van Herwegen 2021-11-15 14:36:57 +01:00
  • c216efd62f
    feat: Allow for custom CLI and variable options Joachim Van Herwegen 2022-02-11 10:00:12 +01:00
  • 73b810cd81 fix: Various fixes and refactors Joachim Van Herwegen 2022-02-01 11:11:31 +01:00
  • df0cb7972f Merge branch 'main' into feat/storage-modification-type Anton Wiklund 2022-02-10 15:23:44 +01:00
  • d067165b68
    fix: Split AccountStorage and ForgotPasswordStorage (expiring now) Thomas Dupont 2022-02-09 13:26:42 +01:00
  • 0465d46c0f
    Split AccountStorage and ForgotPasswordStorage (expiring now) Thomas Dupont 2022-02-09 12:23:36 +01:00
  • 33f9742c87
    Split AccountStorage and ForgotPasswordStorage (expiring now) Thomas Dupont 2022-02-09 11:11:15 +01:00
  • e6be8ef970
    chore(deps): update dependency husky to v7 Renovate Bot 2022-02-08 13:13:25 +00:00
  • d40ce92dad
    chore(deps): update dependency eslint-plugin-jest to v26 Renovate Bot 2022-02-08 13:12:59 +00:00
  • 5e0f2e1e95
    docs: Correct typo in README.md Vort 2022-02-08 14:22:25 +02:00
  • 63c7e56000
    Correct typo in README.md Vort 2022-02-08 13:22:35 +02:00
  • d8740af885
    Merge branch 'solid:main' into feat/notification-gw-handler-and-webhook Tamas Szabo 2022-02-07 18:38:56 +01:00
  • 96df1493bc chore: Always save CTH output Joachim Van Herwegen 2022-02-07 09:12:55 +01:00
  • 9527b730b0 add next and edge tags Thomas Dupont 2022-02-04 10:01:32 +01:00
  • 52ec8a10a3
    add next and edge tags Thomas Dupont 2022-02-04 10:01:32 +01:00
  • d44f7117f3 chore: Store server logs and set max threads to 1 for CTH Joachim Van Herwegen 2022-02-03 10:37:23 +01:00
  • ab1bca5a76 chore: Store CTH output report Joachim Van Herwegen 2022-02-03 09:18:09 +01:00
  • 6984a7213a chore: Add debug logging to CTH runs Joachim Van Herwegen 2022-02-02 14:06:54 +01:00
  • a2c90c1595 chore: Pull correct CTH docker image Joachim Van Herwegen 2022-02-02 13:14:00 +01:00
  • ee4b761d9e refactor: Remove @rdfjs/data-model dependency Joachim Van Herwegen 2022-02-01 13:10:06 +01:00
  • d0db8e81f3 fix(deps): Update dependency marked to v4 Joachim Van Herwegen 2022-02-01 11:23:46 +01:00
  • 2ea40d0df6 ci: Trigger CI Anton Wiklund 2022-01-29 13:07:01 +01:00
  • 1526bafc35 fix lint errors Tamas Szabo 2022-01-28 17:01:16 +01:00
  • bdc00a230a
    Merge branch 'solid:main' into feat/notification-gw-handler-and-webhook Tamas Szabo 2022-01-28 16:41:44 +01:00
  • d01c61f400 fix and add unit tests Tamas Szabo 2022-01-28 16:29:56 +01:00
  • ea0d608a94 fix notification configuration Tamas Szabo 2022-01-28 16:28:24 +01:00
  • 111de40195 align to updated HttpCient Tamas Szabo 2022-01-28 16:26:10 +01:00
  • 0518f8f661 change call interface to return promise Tamas Szabo 2022-01-28 16:21:46 +01:00
  • 46ad60ca90 remove un used method Tamas Szabo 2022-01-28 16:13:18 +01:00
  • 63bf398d4c remove un used files Tamas Szabo 2022-01-28 15:54:03 +01:00
  • 79c8ec6455 feat: PUT request on existing LDPC is not allowed as it would be possible to edit (read reset) metadata woutslabbinck 2022-01-27 17:05:24 +01:00
  • 2890f33031 feat: add metadataStrategy (auxiliaryStrategy) + use that strategy in operationhandlers woutslabbinck 2022-01-27 13:08:43 +01:00
  • fc1148e9b6 feat: PUT resets metadata contents + not possible to add metadata with PUT to container woutslabbinck 2022-01-26 17:16:35 +01:00
  • d45553fa50 fix: remove unnecesary log at POST woutslabbinck 2022-01-26 16:36:18 +01:00
  • 30901c2ada feat: only allow metadata to be edited with PATCH request & only allow metadata files to be edited when a resource is available woutslabbinck 2022-01-26 16:32:49 +01:00
  • 5d907c6f0d docs: Update comments in CLI-related classes Joachim Van Herwegen 2021-12-16 10:28:41 +01:00
  • c8061a589e feat: Add createApp function to AppRunner Joachim Van Herwegen 2021-12-16 10:04:14 +01:00
  • f6b5d9d083 feat: Integrate new CLI configuration with all default configurations Joachim Van Herwegen 2021-12-14 17:05:16 +01:00
  • 7cbb371ecd test: Add unit tests for new CLI classes Joachim Van Herwegen 2021-12-14 16:07:04 +01:00
  • cc8c71d00e feat: Move default value behaviour from CLI to ValueComputers Joachim Van Herwegen 2021-12-14 11:14:18 +01:00
  • 550197b09e feat: Split VariableResolver behaviour to 2 classes Joachim Van Herwegen 2021-12-14 10:54:30 +01:00
  • 31f239cb58 fix: Update typings and imports Joachim Van Herwegen 2021-12-13 09:59:35 +01:00
  • 1c7bf9a718 feat: Use same config for both CLI and app instantiation Joachim Van Herwegen 2021-12-10 16:47:40 +01:00
  • 0fddeb8b47 fix: Simplify CLI error handling Joachim Van Herwegen 2021-12-09 17:08:43 +01:00
  • f63f985d7f fix(AppRunner): verror dependency removal damooo 2021-12-06 01:12:52 +05:30
  • bc6b430e5e fix(AppRunner): refactoring AppRunner promise handling damooo 2021-12-05 22:52:11 +05:30
  • 83948d5db3 fix(AppRunner): refactoring AppRunner and VarResolver damooo 2021-12-05 21:24:16 +05:30
  • 5c1431d620 chore: (AppRunner) Uses builder pattern for yargs base arguments setup to enable better typescript inference damooo 2021-11-25 14:22:42 +05:30
  • 04ec73df0a fix; (VarResolver) refactored to multiple files, and other stylistic fixes. damooo 2021-11-19 09:19:55 +05:30
  • 768d3e1b77 fix: (AppRunner) runCli method made sync damooo 2021-11-17 15:08:34 +05:30
  • 4f711c07b6 fix: (AppRunner) tidying up damooo 2021-11-17 13:25:46 +05:30
  • 6a0bd1ff2b fix: (AppRunner) tidying damooo 2021-11-17 12:15:28 +05:30
  • 990c8e728c feat: (AppRunner) Mechanism to configure cli args and derive componentsjs vars from them implemented damooo 2021-11-17 11:20:40 +05:30
  • fa5165f847 revert last four commits as they doesn't belong here Tamas Szabo 2022-01-25 14:37:52 +01:00
  • 90a6460c8d Merge branch 'main' into versions/3.0.0 Joachim Van Herwegen 2022-01-25 11:44:24 +01:00
  • a9941ebe78 feat: Add support for N3 Patch Joachim Van Herwegen 2022-01-20 10:48:47 +01:00
  • ecb66811a4 feat: Add support for N3 Patch Joachim Van Herwegen 2022-01-20 10:48:47 +01:00
  • 09a6fd833e
    fix(deps): update dependency marked to v4 Renovate Bot 2022-01-24 10:50:07 +00:00
  • 169553bf16
    fix(deps): update dependency escape-string-regexp to v5 Renovate Bot 2022-01-24 10:49:43 +00:00
  • af049124bf chore: Update eslint dependencies Joachim Van Herwegen 2021-12-16 16:07:39 +01:00
  • 1afed65368 feat: Return correct status codes for invalid requests Joachim Van Herwegen 2022-01-14 14:54:28 +01:00
  • e3e3982877 feat: Return correct status codes for invalid requests Joachim Van Herwegen 2022-01-14 14:54:28 +01:00
  • bc6203f3e8
    docs: Update release notes with official docker image publishing. (#1123) Thomas Dupont 2022-01-21 13:47:54 +01:00
  • 419b4088f0
    docs: Update release notes with official docker image publishing. Thomas Dupont 2022-01-21 13:43:54 +01:00
  • 65d1eeb0a2
    chore: Build and push official docker image in CI Thomas 2022-01-21 11:00:48 +01:00
  • 0cb4d7b161
    feat: Add support for quota limits Arthur Joppart 2022-01-21 10:49:05 +01:00
  • 0ab8b6ddf4 fix: Small fixes Joachim Van Herwegen 2022-01-21 10:34:52 +01:00
  • ae32f0f165 Revert "updated changelog" Thomas Dupont 2022-01-20 11:10:39 +01:00
  • 20d99a2e27 updated changelog Thomas Dupont 2022-01-20 11:10:39 +01:00
  • e3a3cca3de updated readme for new docker image Thomas Dupont 2022-01-20 11:10:04 +01:00
  • daa9f21040 removed temporary manual build stuff Thomas Dupont 2022-01-20 10:48:26 +01:00
  • 48bb9c2cca docker job added to ci.yml Thomas Dupont 2022-01-20 10:27:02 +01:00
  • 5d2181edfb test-integration windows added Thomas Dupont 2022-01-20 09:29:10 +01:00
  • 75c7abfbcf Extra push to trigger CI again Thomas Dupont 2022-01-19 17:53:45 +01:00
  • 622f4c2f20 Force initial docker build Thomas Dupont 2022-01-19 17:23:18 +01:00
  • cd9bb15986 Updated if condition of docker job Thomas Dupont 2022-01-19 16:48:01 +01:00
  • 7b33c2b32c Only run on tags Thomas Dupont 2022-01-19 16:27:20 +01:00
  • 1be96ac229 Correct image name and add proper 'needs' to ci job Thomas Dupont 2022-01-19 15:47:01 +01:00
  • 87a005cca7 Docker buid job added to ci.yml workflow Thomas Dupont 2022-01-19 14:58:41 +01:00
  • 6f053ec15b add a file and sparql storage version for notifications configuration Tamas Szabo 2022-01-19 10:08:35 +01:00
  • ae1b19e286 chore: removed start script from package.json Arthur Joppart 2022-01-18 10:18:04 +01:00
  • 862a6f8f40 chore: leave out irrelevant config Arthur Joppart 2022-01-18 10:11:34 +01:00
  • 0d421b3c54 fix: fsPromises issue Arthur Joppart 2022-01-17 15:48:29 +01:00
  • 1290a426f9 fix: rm -> rmdir for backwards compatibility Arthur Joppart 2022-01-17 15:22:35 +01:00
  • a5881fe29a test: made comment in test more correct Arthur Joppart 2022-01-17 14:54:06 +01:00
  • 93026cb7a4 test: improved Quota integration tests Arthur Joppart 2022-01-17 14:50:39 +01:00
  • 4995bd473c chore: typo Arthur Joppart 2022-01-17 12:50:44 +01:00
  • 8ae70eee02 chore: replace handle by handleSafe in ValidatingDataAccessor Arthur Joppart 2022-01-17 11:51:46 +01:00
  • ee52baca29 feat: add extra check in podQuotaStrategy Arthur Joppart 2022-01-17 11:37:10 +01:00
  • 2aafc31dc2 test: use mockFs Arthur Joppart 2022-01-17 11:13:07 +01:00
  • d4a9e4530b chore: minor code improvements Arthur Joppart 2022-01-17 11:04:19 +01:00
  • f8a7488187 chore: improve config Arthur Joppart 2022-01-17 09:41:10 +01:00
  • 221c8e65c7 chore: Update CTH docker path Joachim Van Herwegen 2022-01-14 17:04:02 +01:00