Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human APP backend - 4th milestone #2170

Merged
merged 92 commits into from
Jul 15, 2024
Merged

Commits on Mar 21, 2024

  1. Merge pull request #17 from blockydevs/error_handling

    Error handling - exception filters
    MWBlocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    969973d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from blockydevs/10-jobs-discovery

    Endpoint to fetch jobs discovery
    MWBlocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    10ef69b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from blockydevs/11-job-assignment

    Endpoint to assign a job to user and to retrieve assigned jobs
    MWBlocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bbeb5ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18 from blockydevs/authorization-token-handling

    Middleware to pass the auth token
    MWBlocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    964c586 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from blockydevs/unit_tests_fix

    fix: unit tests
    MWBlocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8d04a7d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from blockydevs/#13-Oracles-discovery

    Oracles-discovery
    macnablocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7b924e8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #20 from blockydevs/#Statistics-Exchange-oracle

    # Statistics exchange oracle
    macnablocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0c1f48b View commit details
    Browse the repository at this point in the history
  8. Naming covention alignemnt (#27)

    * Alignment of naming convention and endpoint structure
    
    * Alignment of naming convention and endpoint structure
    
    * ExchangeOracleApi->ExchangeOracle
    
    * externalApiGateway-> gateway
    
    * Coverage improvement
    macnablocky authored and BartoszSolkaBD committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ee5e300 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. CI/CD workflow

    MWBlocky committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9c3c6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd8cc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from blockydevs/22-ci_cd_from_develop

    CI/CD workflow
    MWBlocky authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0239b96 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fixes after check

    macnablocky committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    190e7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f2daa View commit details
    Browse the repository at this point in the history
  3. Fixes SDK limitation

    macnablocky committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ac04436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d40ce8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    c90f510 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b1b42be View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Review fixes

    macnablocky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4b9ab6c View commit details
    Browse the repository at this point in the history
  2. Review fixes

    macnablocky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6d1e057 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/fixes-after-testing-with-stage-e…

    …xchange-oracle' into fixes-after-testing-with-stage-exchange-oracle
    macnablocky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0a3becc View commit details
    Browse the repository at this point in the history
  4. Review fixes

    macnablocky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5f79f24 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Review fixes

    macnablocky committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9c2f4a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into fixes-after-testing-with-stage…

    …-exchange-oracle
    
    # Conflicts:
    #	yarn.lock
    macnablocky committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    030ef6d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Changes logic of calling exchange oracle: url is obtained based on th…

    …e address provided in the enpoint. Adds CORS
    macnablocky committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    413a3e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge branch 'refs/heads/develop-human' into human-mainrepo-update

    # Conflicts:
    #	yarn.lock
    macnablocky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8ade9ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from blockydevs/human-mainrepo-update

    Human mainrepo update
    macnablocky authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    885168a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8c8a2 View commit details
    Browse the repository at this point in the history
  4. Adds test coverage

    macnablocky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a673b3f View commit details
    Browse the repository at this point in the history
  5. Adds test coverage

    macnablocky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    da0804a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3a75f2 View commit details
    Browse the repository at this point in the history
  7. minor fixes

    macnablocky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4d8c31f View commit details
    Browse the repository at this point in the history
  8. minor fixes

    macnablocky committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    59e2fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    e6616f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Alignment after testing with stage exchange oracle (#29)

    * Fixes after check
    
    * Removes unnecessary comment
    
    * Fixes SDK limitation
    
    * Removes unnecessary interceptor, changes Body to Query in request for oracle discovery
    
    * Adds statistics related DTO interfaces with api mapping
    
    * Changes in interface naming convention of received data
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    
    * Changes logic of calling exchange oracle: url is obtained based on the address provided in the enpoint. Adds CORS
    
    * Adds test coverage
    
    * Adds test coverage
    
    * Adds kv store to the modules that use it
    
    * minor fixes
    
    * minor fixes
    
    * Alignment of the swagger and interface used in the project
    
    * Minor fixes
    
    * Minor fixes
    
    * Minor fixes
    
    * Minor fixes
    
    * Removes todo
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    macnablocky authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2cdff35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcf102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c4579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c65f09f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    6b95072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ebf3da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1baf695 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:blockydevs/human-protocol into 3…

    …rd_milestone_features
    
    # Conflicts:
    #	packages/apps/human-app/server/.env.example
    #	packages/apps/human-app/server/src/app.module.ts
    #	packages/apps/human-app/server/src/common/config/environment-config.service.ts
    #	packages/apps/human-app/server/src/common/config/gateway-config.service.ts
    #	packages/apps/human-app/server/src/common/enums/global-common.interface.ts
    #	packages/apps/human-app/server/src/integrations/reputation-oracle/reputation-oracle.gateway.ts
    #	packages/apps/human-app/server/src/integrations/reputation-oracle/reputation-oracle.interface.ts
    #	packages/apps/human-app/server/src/integrations/reputation-oracle/reputation-oracle.mapper.ts
    #	packages/apps/human-app/server/src/main.ts
    #	packages/apps/human-app/server/src/modules/job-assignment/job-assignment.service.ts
    #	packages/apps/human-app/server/src/modules/job-assignment/model/job-assignment.model.ts
    #	packages/apps/human-app/server/src/modules/job-assignment/spec/job-assignment.controller.spec.ts
    #	packages/apps/human-app/server/src/modules/job-assignment/spec/job-assignment.fixtures.ts
    #	packages/apps/human-app/server/src/modules/jobs-discovery/model/jobs-discovery.model.ts
    #	packages/apps/human-app/server/src/modules/jobs-discovery/spec/jobs-discovery.fixtures.ts
    #	packages/apps/human-app/server/src/modules/oracle-discovery/model/oracle-discovery.model.ts
    #	packages/apps/human-app/server/src/modules/statistics/statistics.service.ts
    #	packages/apps/human-app/server/src/modules/user-worker/spec/worker.controller.spec.ts
    #	packages/apps/human-app/server/src/modules/user-worker/spec/worker.service.spec.ts
    #	packages/apps/human-app/server/src/modules/user-worker/worker.mapper.ts
    MWBlocky committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    100e2b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29be7b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. The variable name 'restorePasswordDto' in the sendRestorePassword fun…

    …ction has been changed to 'restorePasswordData'.
    MWBlocky committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    20086ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a83a78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c63a6 View commit details
    Browse the repository at this point in the history
  4. Refactor service injections in multiple controllers, renamed to a gen…

    …eric 'service' format.
    MWBlocky committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2c8c15c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cef2dc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa1e065 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccb46f2 View commit details
    Browse the repository at this point in the history
  8. Refactor 'h_captcha_token'.

    MWBlocky committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0d7453c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b2fb862 View commit details
    Browse the repository at this point in the history
  2. bug fixed

    MWBlocky committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ad8646a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6731508 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    9cae000 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    5e8bcc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e7831 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fixes after code review (2024-05-07) (#75)

    * File `global-common.interface.ts` has been renamed to `global-common.ts`.
    
    * Renamed and moved EnvironmentVariableMissingError class.
    
    * Renamed and moved Pageable classes to utils directory.
    
    * Remove unused import in exchange-oracle.gateway.spec.ts
    
    * Remove console.log from fetchAssignedJobs method.
    
    * Update dependencies in package.json.
    
    * Update terminology in README.md
    
    * Remove unused Headers import from job-assignment.controller.ts
    
    * Removed OnModuleInit import from kv-store-gateway.service.ts
    
    * Corrected the data types for REDIS_PORT and REDIS_HOST in .env.example file.
    
    * Remove redundant volume configuration in Docker-compose
    
    * Add RPC_URL environment variable to docker-compose
    
    * Replace hardcoded URL_KEY in KvStoreGateway with imported constant.
    
    * fix: Update KVStoreClient import and test in KvStoreGateway
    
    * Add Reputation Oracle address to .env and refactor Oracle Discovery.
    
    * Add token authentication for Oracle statistics.
    
    * Remove manual environment variable check.
    
    * Refactor address to use escrowAddress in job assignment service.
    
    * Ensure environment variables validation takes place before module loading.
    
    * Revert "Add token authentication for Oracle statistics."
    
    * Update terminology from 'Interfaces' to 'Model' in README
    
    * Refactor PageableClasses to PageableDto and the file renamed from pageable-classes.ts to pageable.model.ts
    
    * Update KV store gateway test to use actual SDK.
    
    * Added REPUTATION_ORACLE_ADDRESS in app configuration and docker compose file.
    
    * Integrate and use EscrowUtils for job assignment processing.
    
    * Added chainId parameter to `getExchangeOracleAddressByEscrowAddress` method.
    
    * Remove redundant code KV-store gateway test
    
    * Update EscrowUtilsGateway tests.
    
    * Add mock ConfigService to oracle-discovery service test.
    
    * Revert "Add mock ConfigService to oracle-discovery service test."
    
    This reverts commit a2134ad.
    
    * Update oracle-discovery.service.spec.ts tests.
    MWBlocky authored May 9, 2024
    Configuration menu
    Copy the full SHA
    e7db099 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fixes CR 2024-05-10 (#78)

    * The KVStoreKeys.url constant is now directly called.
    
    * Changed Redis data volume path and updated gitignore.
    
    * Refactor oracle discovery and statistics modules.
    
    * Add CHAIN_IDS_ENABLED to .env.example
    MWBlocky authored May 10, 2024
    Configuration menu
    Copy the full SHA
    df518b3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    9362c89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from blockydevs/fix_typo

    Fix typo in oracle-discovery.service file name and references
    MWBlocky authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7d18e7f View commit details
    Browse the repository at this point in the history
  3. Merge develop

    MWBlocky committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1fee79a View commit details
    Browse the repository at this point in the history
  4. Merge develop

    MWBlocky committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ef6a79b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:blockydevs/human-protocol into 3…

    …rd_milestone_features
    
    # Conflicts:
    #	packages/apps/human-app/server/src/app.module.ts
    #	yarn.lock
    MWBlocky committed May 13, 2024
    Configuration menu
    Copy the full SHA
    22d7e36 View commit details
    Browse the repository at this point in the history
  6. Merge conflict fixes

    MWBlocky committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e5ad2cb View commit details
    Browse the repository at this point in the history
  7. Adds Email Confirmation, KYC procedure, Password Reset and Disable O…

    …perator modules. (#64)
    
    * Fixes after check
    
    * Removes unnecessary comment
    
    * Fixes SDK limitation
    
    * Removes unnecessary interceptor, changes Body to Query in request for oracle discovery
    
    * Adds statistics related DTO interfaces with api mapping
    
    * Changes in interface naming convention of received data
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    
    * Review fixes
    
    * Changes logic of calling exchange oracle: url is obtained based on the address provided in the enpoint. Adds CORS
    
    * Adds test coverage
    
    * Adds test coverage
    
    * Adds kv store to the modules that use it
    
    * minor fixes
    
    * minor fixes
    
    * Alignment of the swagger and interface used in the project
    
    * Add email verification endpoints and related logic.
    
    * Implement password reset functionality.
    
    * Add disableOperator and prepareSignature methods.
    
    * A property has been set in the eslint config to avoid enforcing a line break style.
    
    * Implement KYC procedure start.
    
    * Integration with the KYC procedure, password reset and disable operator modules.
    
    * The variable name 'restorePasswordDto' in the sendRestorePassword function has been changed to 'restorePasswordData'.
    
    * Update 'type' field data type in PrepareSignature model.
    
    * Refactor prepareSignature test and update response fixture.
    
    * Refactor service injections in multiple controllers, renamed to a generic 'service' format.
    
    * Refactor services to use 'gateway' instead of 'reputationOracleService'.
    
    * Sets base paths in the controllers and simplify the path of each endpoint.
    
    * Refactor email verification test fixtures.
    
    * Refactor 'h_captcha_token'.
    
    * Enhance test coverage for oracle gateway.
    
    * bug fixed
    
    * Remove hCaptcha token mapping in user-worker and password-reset mappers.
    
    * Refactor code to separate PrepareSignature functionality into its own module. (#71)
    
    * fix: Change naming conventions in password-reset mapper.
    
    * Merge conflict fixes
    
    ---------
    
    Co-authored-by: maciek.nabialek <[email protected]>
    MWBlocky and macnablocky authored May 13, 2024
    Configuration menu
    Copy the full SHA
    74cce2e View commit details
    Browse the repository at this point in the history
  8. Merge commit

    MWBlocky committed May 13, 2024
    Configuration menu
    Copy the full SHA
    abc0164 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25f6701 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fixes CR 2024-05-15 (#88)

    * Implement token authentication in KYC procedure start.
    
    * Update endpoint in gateway config and add new signature types.
    
    * Fixed tests.
    
    * Remove 'CERTIFICATE_AUTHENTICATION' from global-common enums.
    MWBlocky authored May 15, 2024
    Configuration menu
    Copy the full SHA
    bd8c8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8779a4f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    34355b2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    035e9b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. 4th milestone features (#79)

    * Milestone 4 - draft: TODO
    * User stats endpoint, test and possible rework of response mapping
    * Add unit tests
    * Add proxy endpoints for:
    - user/register-address
    - auth/signin/web3
    
    * Adds test coverage, minor fixes
    
    * Adds additional proxies for 4 milestone
    
    * Reworks reputation oracle gateway test suite, adds necessary mappings
    
    * adds missing await
    
    * Review fixes
    
    * Adds /user/register-address handling
    
    * Changes endpoint name
    
    * Adds import fixes
    
    * Adds controller and module to the main app module
    
    * Updates README.md (#125)
    
    * Updates README.md: Adds Caching section, Changes in signature type
    
    * README.md updates
    
    * README.md updates
    
    * fix(app/user/worker): remove chain id validation (#114)
    
    * fix(app/user/worker): remove chain id validation
    
    * Test fix and JWT User data align
    
    * Updates README.md: Adds Caching section, Changes in signature type
    
    * Removes commented code
    
    * Changes after hcaptcha api check
    
    * Adds interceptor for axios requests
    
    * Fix/signature (#126)
    
    * Updates README.md (#125)
    
    * Updates README.md: Adds Caching section, Changes in signature type
    
    * README.md updates
    
    * README.md updates
    
    * fix(app/worker): add signature field to req body
    
    * update(app): revert readme
    
    * fix(app/register-address): fix test
    
    ---------
    
    Co-authored-by: macnablocky <[email protected]>
    Co-authored-by: Kacper Koza <[email protected]>
    
    * Fixes undefined in POST data, fixes unit tests
    
    * Adds Resign job feature, small changes in the gateway config (#134)
    
    * Fixes
    
    * Fixes in dependencies
    
    ---------
    
    Co-authored-by: Kacper Koza <[email protected]>
    Co-authored-by: maciej.nabialek <[email protected]>
    Co-authored-by: macnablocky <[email protected]>
    
    * Fixes restore password
    
    * Fixes restore password part 2.
    
    * review fixes
    
    ---------
    
    Co-authored-by: KacperKoza343 <[email protected]>
    Co-authored-by: Kacper Koza <[email protected]>
    Co-authored-by: Bartosz Solka <[email protected]>
    4 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    179358e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/upstream/develop' into dev…

    …elop
    
    # Conflicts:
    #	packages/apps/human-app/server/package.json
    #	yarn.lock
    macnablocky committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    129edc0 View commit details
    Browse the repository at this point in the history
  3. fixes after merge

    macnablocky committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    83a1b59 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix(app/worker/jobs): fix jobs resigning (#138)

    Co-authored-by: = <[email protected]>
    KacperKoza343 and = authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    41c4d19 View commit details
    Browse the repository at this point in the history
  2. Add TokenRefresh feature in reputation oracle integration (#141)

    * Update endpoint paths in `reputation-oracle.gateway.spec.ts`.
    
    * Add TokenRefresh feature in reputation oracle integration
    MWBlocky authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    70ccdd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    85225b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fixes after client review (#150)

    * Fixes after client review
    
    * Fixes after client review
    
    * Fixes after client review
    
    * Fixes failing test
    
    * small fix in displaying axios interceptor logs
    
    * Adds filtering to oracle discovery (#154)
    
    * Adds filtering to oracle discovery
    
    * Adds and passes tests for controller, adds mapper
    
    * Adds and passes tests for service
    
    * Rework of oracle-discovery.service.ts in alignment with code review remark
    macnablocky authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    272c620 View commit details
    Browse the repository at this point in the history
  2. Modifies filtering in oracle discovery to be case insensitive (but wi…

    …ll return original data) (#159)
    macnablocky authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    acd2269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e66275 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    68953ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bccd55f View commit details
    Browse the repository at this point in the history
  3. Validator fixes (#166)

    * Fixes in validators, fixes in parsing Oracle Discovery DTO
    
    * Removes TransformToArray from decorator list,
    
    * Rollbacks yarn lock in dashboard admin
    
    * Changes to improve swagger readablity
    macnablocky authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    61ed73e View commit details
    Browse the repository at this point in the history
  4. Adds optional validator to jobsDiscoveryParamsDto.sort_field (#168)

    * Adds optional validator to jobsDiscoveryParamsDto.sort_field
    
    * Adds optional validator to jobsDiscoveryParamsDto.job_type
    macnablocky authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    784b18f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Human app maintanance (#178)

    * HAM-2
    
    * HAM-6
    
    * HAM-3
    
    * HAM-3 part 2
    
    * HAM-9
    
    * HAM-1
    
    * HAM-5
    
    * HAM-1 rework
    
    * Fix to HAM-9
    
    * Fix to HAM-6
    macnablocky authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c0539de View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. HAM-16/30/31/32 (#181)

    * HAM-16/30/31/32
    macnablocky authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    652acc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Fixes in resing job (#187)

    * fix(app/worker/jobs): fix resign job dto
    
    * Fixes ut
    
    ---------
    
    Co-authored-by: KacperKoza343 <[email protected]>
    macnablocky and KacperKoza343 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6ce017e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    08f5082 View commit details
    Browse the repository at this point in the history
  2. Changes assignment id back from number to string (#188)

    * Changes assignment id back from number to string
    
    * Update job-assignment.model.ts
    macnablocky authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4436a37 View commit details
    Browse the repository at this point in the history
  3. Ham 8 backend implementation (#192)

    * feat(app/worker/password): add hcaptcha field
    
    * Fixes endpoint model for forgot password, adds h-captcha token to email verification resend endpoint model
    
    * Adds proper handling of ttl and changes address to wallet_address in JWT token decoding
    
    * Adds proper handling of ttl and changes address to wallet_address in JWT token decoding
    
    * small fix
    
    * small fix
    
    * Adds cache reset on demand
    
    ---------
    
    Co-authored-by: KacperKoza343 <[email protected]>
    macnablocky and KacperKoza343 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3f183dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2249d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Reputation/Exchange oracle response parsing refactor (#203)

    * Jobs discovery should return only ACTIVE jobs
    
    * Removes unnecessary filtering, adds type guarding of responses from reputation and exchange oracle gateways
    macnablocky authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b4ca519 View commit details
    Browse the repository at this point in the history