Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
This project is mirrored from https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git. Pull mirroring updated .
  1. Oct 15, 2018
    • Joze RIHTARSIC's avatar
      Merge pull request #112 in EDELIVERY/smp from... · 2bbe10fd
      Joze RIHTARSIC authored
      Merge pull request #112 in EDELIVERY/smp from feature/EDELIVERY-3693-smp-ui-servicegroup-metadata to development
      
      * commit '9d23fa0ef44064a315fd3cb502d0c595bc0a2c4f':
        Merge
        updates
        set Edit Service group page for Edit - change expand button with (+), (-)
        - update angular project    - search page    - domain page    - create edit page    - update project angular web-fragment -ui is reachable on smp/ui/index.html  ex: http://[host]:[port]/smp/ui/index.html - update ui MT services for persist/update/delete
        - add is alive function - update imports
      2bbe10fd
    • Joze RIHTARSIC's avatar
      Merge · b7d22236
      Joze RIHTARSIC authored
      b7d22236
    • Joze RIHTARSIC's avatar
      Merge · d1f2d1e3
      Joze RIHTARSIC authored
      d1f2d1e3
    • Joze RIHTARSIC's avatar
      updates · 1ce81f2c
      Joze RIHTARSIC authored
      1ce81f2c
    • Joze RIHTARSIC's avatar
      Merge pull request #111 in EDELIVERY/smp from... · 6707c46c
      Joze RIHTARSIC authored
      Merge pull request #111 in EDELIVERY/smp from feature/EDELIVERY-3654-smp-ctl.12-availability-and to development
      
      * commit 'ea0d13635c0614f53b51a98665080a6d9858510d':
        - add is alive function - update imports
      6707c46c
    • Joze RIHTARSIC's avatar
      set Edit Service group page for Edit · 2ce581d2
      Joze RIHTARSIC authored
      - change expand button with (+), (-)
      2ce581d2
  2. Oct 14, 2018
    • Sebastian-Ion TINCU's avatar
      - update angular project · 1b836611
      Sebastian-Ion TINCU authored and Joze RIHTARSIC's avatar Joze RIHTARSIC committed
         - search page
         - domain page
         - create edit page
         - update project angular web-fragment -ui is reachable on smp/ui/index.html  ex: http://[host]:[port]/smp/ui/index.html
      - update ui MT services for persist/update/delete
      1b836611
  3. Oct 13, 2018
  4. Oct 12, 2018
    • Sebastian-Ion TINCU's avatar
      EDELIVERY-3687 SMP UI Add/Edit user · 99815418
      Sebastian-Ion TINCU authored
      Upgrade Angular to 6.1.10 (i.e. latest): upgrade to the HttpClient.
      Upgrade Angular Material to 6.4.7 (i.e. latest): upgrade to mat-*
      elements, attributes and directives; fix date pickers; fix missing
      md-input-containers elements.
      Upgrade RxJS to 6.2.2 (i.e. latest). Remove RxJS from devDependencies.
      Remove unused codelyzer dependency.
      Remove no longer needed md2 dependency.
      Add section for the certificate to the user screen.
      Add certificate service to support uploading certificates to the server.
      99815418
    • Joze RIHTARSIC's avatar
      Merge pull request #109 in EDELIVERY/smp from... · 4b8a7bc4
      Joze RIHTARSIC authored
      Merge pull request #109 in EDELIVERY/smp from bugfix/EDELIVERY-3679-sml-smp-passwords-in-the-code to development
      
      * commit 'c3be7c0a386eff0b9981853c70cff7e8f58519fb':
        add user and password property for  SOAPUI
      4b8a7bc4
    • Joze RIHTARSIC's avatar
      e5cb8d0f
  5. Oct 11, 2018
  6. Oct 10, 2018
  7. Oct 09, 2018
  8. Oct 08, 2018
    • Joze RIHTARSIC's avatar
      -clean folder '.idea' · 696262cd
      Joze RIHTARSIC authored
      696262cd
    • Joze RIHTARSIC's avatar
      -clean the target folders. · 25f1c7b6
      Joze RIHTARSIC authored
      25f1c7b6
    • Joze RIHTARSIC's avatar
      - Change pom version to 4.1.0-SNAPSHOT · aca7e695
      Joze RIHTARSIC authored
      - update database model
         - introduce surrogate keys
         - split certificate from user table
         - improve domain model
      - enable JPA 2.1 for database schema generation
      - use h2 database for unit testing
      - add logging business messages
      - add exception codes
      - upgrade spring version from 5.0.6  - 5.1.0
      - upgrade spring security version from 4.2.6.  - 5.1.0
      - remove org.mortbay.jetty  - jsp-2.1-glassfish
      aca7e695
  9. Sep 27, 2018
    • Sebastian-Ion TINCU's avatar
      Merge pull request #106 in EDELIVERY/smp from... · 86b51665
      Sebastian-Ion TINCU authored
      Merge pull request #106 in EDELIVERY/smp from feature/EDELIVERY-3762-clean-the-smp-angular-project to development
      
      * commit '6bf7d22f97b97819ac25415a9d6feaea2c352ceb':
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
        EDELIVERY-3762 Clean the smp-angular project from domibus object
      86b51665
    • Sebastian-Ion TINCU's avatar
      EDELIVERY-3762 Clean the smp-angular project from domibus object · c046cc89
      Sebastian-Ion TINCU authored
      Remove ngOnInit where not required; add OnInit implementation where
      required.
      Use correct components in tests.
      c046cc89
    • Sebastian-Ion TINCU's avatar
      EDELIVERY-3762 Clean the smp-angular project from domibus object · 2722ec14
      Sebastian-Ion TINCU authored
      Rename folders.
      Replace occurrences of Domibus with SMP (SVG logo included).
      2722ec14
    • Sebastian-Ion TINCU's avatar
      EDELIVERY-3762 Clean the smp-angular project from domibus object · b20d2a0d
      Sebastian-Ion TINCU authored
      Rename files as per Angular guidelines.
      Remove message filter and error log components.
      Exclude the error log component.
      Disabl the page helper until we figure out if we need it.
      b20d2a0d
  10. Sep 17, 2018
Loading