Skip to content
Snippets Groups Projects
  1. Sep 20, 2023
  2. Sep 18, 2023
  3. Apr 20, 2023
    • Lluis Gifre Renom's avatar
      Context component: · 66c2bdfa
      Lluis Gifre Renom authored
      - Updated ConfigRuleModel and separated it into DeviceConfigRuleModel, ServiceConfigRuleModel, SliceConfigRuleModel
      - Updated ConstraintModel and separated it into ServiceConstraintModel, SliceConstraintModel
      - Updated related indexes
      - Activated placeholder for device components
      - Updated compose_config_rules_data and upsert_config_rules methods
      - Updated compose_constraints_data and upsert_constraints
      - Correction of method name SelectDevices to SelectDevice in gRPC servicer
      66c2bdfa
  4. Feb 21, 2023
    • Lluis Gifre Renom's avatar
      Context component: · 1b2785f2
      Lluis Gifre Renom authored
      - Added indexes recommended by Cockroach internal planner to boost performance
      - Added extra foreign-key indexes to enhance constraint validation
      1b2785f2
    • Lluis Gifre Renom's avatar
      Context component: · 09036cdf
      Lluis Gifre Renom authored
      - Added indexes recommended by Cockroach internal planner to boost performance
      09036cdf
  5. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  6. Jan 03, 2023
    • Lluis Gifre Renom's avatar
      Context component: · 22d86182
      Lluis Gifre Renom authored
      - reorganized code spliting database models, enumerations, and operation methods
      - separated unitary tests per entity and defined order between them
      - separated unitary test for fasthasher
      - modev old code to separate folder
      22d86182
  7. Dec 15, 2022
    • Lluis Gifre Renom's avatar
      Context component: · 16ad5d96
      Lluis Gifre Renom authored
      - reviewing integration with CockroachDB
      - reviewing context REST API
      - reviewing database schema
      - reviewing code
      16ad5d96
  8. Jul 15, 2022
    • Lluis Gifre Renom's avatar
      Helper scripts: · b70e8c30
      Lluis Gifre Renom authored
      - removed unneeded comments from run_tests_locally*.sh in scripts folder
      - minor improvement in report_coverage_all.sh
      - added script to expose through the ingress controller the gRPC interfaces through the ingress controller for debug purposes
      b70e8c30
  9. Mar 08, 2022
  10. Feb 17, 2022
  11. Feb 16, 2022
  12. Nov 04, 2021
  13. Sep 23, 2021
  14. Jul 16, 2021
    • Lluis Gifre Renom's avatar
      Added testunit example: · 98fc013f
      Lluis Gifre Renom authored
      - monitoring/test_monitoring.py: provides a basic testing skeleton
      - monitoring/requirements.in/.txt: updated with pytest
      - monitoring/genproto.py: added instructions to import generated Python modules using "from . import ..." instead of "import ..."; otherwise, pytest and other possible modules doing imports might complain.
      - monitoring/monitoring_server.py: packed start_server and stop_server functionaity to simplify test definition, minor formattings, bug resolutions and improvements in package import.
      - monitoring/monitoring_client.py: minor formattings, bug resolutions, and improvements in package import.
      98fc013f
  15. Jun 14, 2021
  16. Jun 11, 2021
Loading