Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | Merge "CDS add Swagger annotations for Resource, Template, Dictionary and Con... | KAPIL SINGAL | 1 | -2/+2 |
2020-12-14 | CDS add Swagger annotations for Resource, Template, Dictionary and Config API | Piotr Stanior | 1 | -2/+2 |
2020-12-14 | ResourceResolution should fail if required resource did not resolve -edge case | kuldipr | 1 | -2/+5 |
2020-12-04 | Merge "ResourceResolution should fail if required resource did not resolve" | KAPIL SINGAL | 3 | -16/+35 |
2020-12-04 | ResourceResolution should fail if required resource did not resolve | kuldipr | 3 | -16/+35 |
2020-12-03 | add toggle variable ansible fire failure to awx function | Eltanany Shaaban | 1 | -2/+2 |
2020-12-03 | Merge "add toggle variable ansible fire failure to awx function" | KAPIL SINGAL | 1 | -3/+16 |
2020-12-03 | add toggle variable ansible fire failure to awx function | Eltanany Shaaban | 1 | -3/+16 |
2020-12-02 | CDS Fix Swagger issues | Piotr Stanior | 3 | -3/+3 |
2020-11-23 | Support for generic URL for mount, Put, Get added | tragait | 1 | -0/+70 |
2020-10-28 | Enable retrieving ResourceResolution objects from database in kotlin scripts | kuldip Rai | 1 | -0/+19 |
2020-10-21 | Update AAI endpoints to /aai/v22 for Honolulu | Lasse Kaihlavirta | 1 | -1/+1 |
2020-10-20 | Update AAI endpoints to /aai/v21 | Lasse Kaihlavirta | 1 | -1/+1 |
2020-10-13 | Merge "master: missing input shouldn't fail process" | KAPIL SINGAL | 2 | -16/+21 |
2020-10-13 | master: missing input shouldn't fail process | Oleg Mitsura | 2 | -16/+21 |
2020-10-09 | Fixed k8s profile upload for source with tar.gz file | Lukasz Rajewski | 1 | -12/+9 |
2020-10-06 | Fix resolution of keyIdentifiers | Jozsef Csongvai | 2 | -4/+4 |
2020-09-22 | Roll to initial Honolulu version | Dan Timoney | 11 | -11/+11 |
2020-09-22 | Enabling Code Formatter | Singal, Kapil (ks220y) | 85 | -666/+902 |
2020-09-21 | Fixing docker image tag | Singal, Kapil (ks220y) | 7 | -7/+0 |
2020-09-11 | Refactoring poms groupId artifactId | Singal, Kapil (ks220y) | 11 | -35/+34 |
2020-09-09 | Changed method of k8s-upload-profile template prefix acquisition | Lukasz Rajewski | 1 | -6/+17 |
2020-09-07 | Add k8s-upload-profile templating and packaging | Lukasz Rajewski | 1 | -26/+186 |
2020-09-07 | Add k8s-upload-profile node type and logic. | Marek SzwaĆkiewicz | 8 | -0/+557 |
2020-09-02 | Adding parent pom reference | Singal, Kapil (ks220y) | 8 | -8/+8 |
2020-08-24 | Add request IDs in command-executor log | Julien Fontaine | 1 | -0/+5 |
2020-08-11 | Add functions/endpoints to fetch all config snapshots for a given resource ty... | Serge Simard | 2 | -0/+86 |
2020-08-10 | Merge "Make use of Kafka Key for Audit service and Kafka listener" | KAPIL SINGAL | 1 | -0/+3 |
2020-08-04 | Make use of Kafka Key for Audit service and Kafka listener | Julien Fontaine | 1 | -0/+3 |
2020-08-04 | cds-exec shouldn't return "N/A" as output | Oleg Mitsura | 1 | -8/+8 |
2020-07-23 | Disable jython tests | Jozsef Csongvai | 1 | -1/+3 |
2020-07-14 | cmd-exec payload should be payload, not err msg. | Oleg Mitsura | 1 | -67/+50 |
2020-07-08 | cmd-exec server-side timeout. | Oleg Mitsura | 1 | -1/+1 |
2020-07-02 | Command Executor : Invalid response_data when executed script fails | Julien Fontaine | 1 | -18/+18 |
2020-06-30 | RemoteAnsibleExecutor delay vs Thread.sleep bug | Oleg Mitsura | 1 | -2/+3 |
2020-06-26 | cmdexec should return status=FAILURE on errors | Oleg Mitsura | 1 | -40/+47 |
2020-06-18 | Missing note of timeout differences. | Oleg Mitsura | 1 | -3/+8 |
2020-06-09 | Add ResourceResolutionResult to ResourceResolutionService | Jozsef Csongvai | 8 | -52/+61 |
2020-05-27 | Fix sub-attribute parsing for accessing resolved values | Jozsef Csongvai | 6 | -1/+43 |
2020-05-19 | Improve logging for ResourceAssingmentUtils | Jozsef Csongvai | 2 | -7/+16 |
2020-05-19 | Merge "Add Naming Service & IP Assign custom resource resolution capability" | Dan Timoney | 7 | -22/+1052 |
2020-05-18 | Add Naming Service & IP Assign custom resource resolution capability | Paira, Saurav(sp694w) | 7 | -22/+1052 |
2020-05-06 | Merge "Truncate message published on Kafka / Spike: Define solution for logs ... | Dan Timoney | 2 | -25/+83 |
2020-05-05 | Truncate message published on Kafka / Spike: Define solution for logs separation | Julien Fontaine | 2 | -25/+83 |
2020-04-30 | Fix null safety - ResourceResolutionDBService.write | Jozsef Csongvai | 2 | -5/+29 |
2020-04-29 | RestResourceResolutionProcessor should always set Status | Jozsef Csongvai | 1 | -0/+3 |
2020-04-24 | Merge "Secure Kafka Authentication" | Dan Timoney | 1 | -4/+16 |
2020-04-21 | Secure Kafka Authentication | Julien Fontaine | 1 | -4/+16 |
2020-04-16 | Fix default behavior for DatabaseResourceAssignmentProcessor | Jozsef Csongvai | 1 | -3/+3 |
2020-04-10 | Merge "Enable inline templating in mapping files" | Dan Timoney | 4 | -0/+53 |