edge-sync-service icon indicating copy to clipboard operation
edge-sync-service copied to clipboard

Cloud - Edge synchronization service (MMS)

Results 20 edge-sync-service issues
Sort by recently updated
recently updated
newest added

``` Scenario: 1. Made an MMS object for service xyz:1.0.4 so put that in the json file for the model (using a policy and not a pattern) 2. Had to...

bug
PR submitted
p2

Static scan results of ESS on 7/22 reveal the following errors, and per @dabooz each of these should be evaluated. ``` /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go (line 805) Errors unhandled. writer.WriteHeader(http.StatusForbidden) writer.Write(unauthorizedBytes) return /tmp/edge/repos/codescans/edge-sync-service/core/communications/httpCommunication.go...

Signed-off-by: Marhababanu Chariwala

Hacktoberfest
hacktoberfest-accepted

Add `/docs` directory where source files for the github pages site will be stored.

When object is deleted from CSS, the object status is "objectdeleted" until all related ESS mark delete for this object. If the object is not mark deleted by all the...

feature

In my scale environment running MMS update tests, I see a flood of these CSS log messages. ``` Sep 17 16:09:25 ibm-edge-css-559c44dcc7-tndbz ibm-edge-css 2021/09/17 20:09:25 http: superfluous response.WriteHeader call from...

I am try to commit a fix to this repo: ``` % git fetch upstream; git rebase upstream/master fatal: It seems that there is already a rebase-apply directory, and I...