Loading test_client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ USER test_client WORKDIR /home/test_client/ # Copy the source code of the test client app COPY test_client.py ./ COPY test_client.py data_archiver.py ./ # Install python dependencies RUN pip install --no-cache-dir pika transfer_service/store_preprocessor.py +1 −1 Original line number Diff line number Diff line # TODO: # - inteface with the file catalog (insert) # - interface with the file catalog (insert) # - data and permissions cleanup # Loading test_client/test_client.py +2 −2 File changed.Contains only whitespace changes. Show changes Loading
test_client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ USER test_client WORKDIR /home/test_client/ # Copy the source code of the test client app COPY test_client.py ./ COPY test_client.py data_archiver.py ./ # Install python dependencies RUN pip install --no-cache-dir pika
transfer_service/store_preprocessor.py +1 −1 Original line number Diff line number Diff line # TODO: # - inteface with the file catalog (insert) # - interface with the file catalog (insert) # - data and permissions cleanup # Loading