##// END OF EJS Templates
new structure and views.py (pedestal) update
eynilupu -
r366:bdf15dfd5ebe
parent child
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -0,0 +1,7
1 FROM jwilder/nginx-proxy:0.9.3
2
3 ARG SIRM_MAX_UPLOAD_SIZE_MB=200
4
5 RUN { \
6 echo "client_max_body_size ${SIRM_MAX_UPLOAD_SIZE_MB}m;"; \
7 } > /etc/nginx/conf.d/client_max_body_size.conf No newline at end of file
@@ -0,0 +1,8
1 FROM postgres:10.1-alpine
2
3 ARG PGDATA=/var/lib/postgresql/data
4
5 RUN mkdir -p "${PGDATA}" && \
6 chmod 700 "${PGDATA}"
7
8 COPY ./postgres/docker-entrypoint-initdb.d ./docker-entrypoint-initdb.d No newline at end of file
@@ -0,0 +1,25
1 #!/bin/bash
2
3 if [ -f /sirm/radarsys.sqlite ];
4 then
5 echo "The commands 'makemigrations', 'migrate' and 'collectstatic' were not exectued"
6 else
7 # Apply database makemigrations
8 echo "Apply makemigrations"
9 python manage.py makemigrations
10
11 # Apply database migrations
12 echo "Apply database migrations"
13 python manage.py migrate
14
15 # Collect static files
16 echo "Collect static files"
17 python manage.py collectstatic --noinput
18 fi
19
20 # Create superuser
21 python manage.py createsuperuser_if_none_exists --user=${SIRM_USER} --email=${SIRM_EMAIL} --password=${SIRM_PASSWORD}
22
23 # Runserver
24 echo "Collect static files"
25 python manage.py runserver 0.0.0.0:8080 No newline at end of file
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100755
NO CONTENT: new file 100755
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -1,12 +1,24
1 REDIS_HOST=radarsys-redis
1 #General settings
2 REDIS_PORT=6379
2 LC_ALL=C.UTF-8
3 SIRM_SITE=10.10.10.30
4 SIRM_PORT=8085
5 SIRM_MAX_UPLOAD_SIZE_MB=200
6
7 #Postgres settings
3 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
8 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
4 POSTGRES_PORT_5432_TCP_PORT=5432
9 POSTGRES_PORT_5432_TCP_PORT=5432
5 DB_NAME=radarsys
10 DB_NAME=radarsys
6 DB_USER=docker
11 DB_USER=docker
7 DB_PASSWORD=docker
12 DB_PASSWORD=docker
8 PGDATA=/var/lib/postgresql/data
13 PGDATA=/var/lib/postgresql/data
9 LC_ALL=C.UTF-8
14
10 TZ=America/Lima
15 #Volumes - path
11 DOCKER_DATA=/data/dockers/radarsys/
16 EXPOSE_PGDATA=./volumes/pg_data
12 LOCAL_IP=192.168.1.128
17 EXPOSE_SIRM=./volumes/sirm
18 EXPOSE_CERTS=./volumes/certs
19 EXPOSE_DHPARAM=./volumes/dhparam
20
21 #Superuser settings
22 SIRM_USER=admin
23 SIRM_PASSWORD=soporte
24 SIRM_EMAIL=admin@igp.gob.pe No newline at end of file
@@ -1,14 +1,20
1 FROM python:3.8-slim
1 FROM python:3.8-slim
2
2
3 # set working directory
3 # Create "sim" directory
4 RUN mkdir /sirm
4 RUN mkdir -p /workspace/sirm
5 WORKDIR /sirm
5 WORKDIR /workspace
6
7 # Copy "start_realtime" file
8 ADD ./setup/start_realtime.sh ./start_realtime.sh
9 RUN chmod +x ./start_realtime.sh
10
11 # Set working directory
12 WORKDIR /workspace/sirm
6
13
7 # Install python dependences
14 # Install python dependences
8 ADD requirements.txt ./requirements.txt
15 ADD requirements.txt ./requirements.txt
9 RUN pip install -v --timeout 120 -r requirements.txt --no-cache-dir
16 RUN pip install -v --timeout 120 -r requirements.txt --no-cache-dir
10 # Copy the main application.
11 COPY . ./
12
17
13 #EXPOSE 8000
18 EXPOSE 8080
14
19
20 ENTRYPOINT ["/workspace/start_realtime.sh"] No newline at end of file
@@ -15,32 +15,36 We recommend use docker/docker-compose for test/production but you can install t
15 Download the application *radarsys_met* to your workspace
15 Download the application *radarsys_met* to your workspace
16
16
17 $ cd /path/to/your/workspace
17 $ cd /path/to/your/workspace
18 $ git clone http://intranet.igp.gob.pe:8082/radarsys_met && cd radarsys_met
18 $ git clone http://intranet.igp.gob.pe:8082/radarsys_met
19
19
20 ### 2. Config app
20 ### 2. Config <code>.env</code> file
21
21
22 Update enviroment vars (/path/to/radarsys/.env)
22 Update enviroment vars (/path/to/radarsys_met/.env)
23 #General settings
24 SIRM_SITE=localhost
25 SIRM_PORT=8080
26 SIRM_MAX_UPLOAD_SIZE_MB=200
23
27
24 REDIS_HOST=radarsys-redis
28 #Postgres settings
25 REDIS_PORT=6300
29 DB_NAME=radarsys
26 POSTGRES_DB_NAME=radarsys
30 DB_USER=docker
27 POSTGRES_PORT_5432_TCP_ADDR=radarsys-postgres
31 DB_PASSWORD=****
28 POSTGRES_PORT_5432_TCP_PORT=5400
29 POSTGRES_USER=docker
30 POSTGRES_PASSWORD=****
31 PGDATA=/var/lib/postgresql/data
32 LC_ALL=C.UTF-8
33
32
34 ### 3. Build application & make migrations (only once at installation)
33 #Volumes - path
34 EXPOSE_PGDATA=./volumes/pg_data
35 EXPOSE_CERTS=./volumes/certs
36 EXPOSE_DHPARAM=./volumes/dhparam
35
37
36 You should maybe run the commands using <code>sudo</code>
38 #Superuser settings
39 SIRM_USER=admin123
40 SIRM_PASSWORD=admin123
41 SIRM_EMAIL=admin123@igp.gob.pe
37
42
38 $ cd /path/to/radarsys_met
43 ### 3. Delete <code>.gitkeep</code> files (Only if "volume paths" are not modified.)
39 $ docker-compose build
40 $ docker-compose run web python manage.py makemigrations
41 $ docker-compose run web python manage.py migrate
42 $ docker-compose run web python manage.py collectstatic
43
44
44 ### 4. Run containers
45 Delete <code>.gitkeep</code> file in: <code>/path/to/radarsys_met/volumes/pg_data</code>, <code>/certs</code> and <code>/dhparams</code>
45
46
46 $ docker-compose up -d
47 ### 4. Build and run containers
48 You should maybe run the command using <code>sudo</code>
49
50 $ docker-compose up -d --build No newline at end of file
@@ -1,48 +1,115
1 # docker-compose up -d --build
1 version: '3'
2 version: '3'
3
4 volumes:
5 sirm:
6 name: sirm
7 driver: local
8 driver_opts:
9 type: "none"
10 o: "bind"
11 device: "${EXPOSE_SIRM}"
12 sirm_pgdata:
13 name: sirm_pgdata
14 driver: local
15 driver_opts:
16 type: "none"
17 o: "bind"
18 device: "${EXPOSE_PGDATA}"
19 sirm_certs:
20 name: sirm_certs
21 driver: local
22 driver_opts:
23 type: "none"
24 o: "bind"
25 device: "${EXPOSE_CERTS}"
26 sirm_dhparam:
27 name: sirm_dhparam
28 driver: local
29 driver_opts:
30 type: "none"
31 o: "bind"
32 device: "${EXPOSE_DHPARAM}"
33
2 services:
34 services:
3 # Django app
35 nginx-proxy:
4 web:
36 container_name: sirm-nginx-proxy
5 container_name: 'sirm'
6 build: .
7 restart: always
37 restart: always
8 image: sirm
38 build:
9 # command: gunicorn radarsys.wsgi:application -w 2 -b :8080
39 context: ./images/
10 command: python manage.py runserver 0.0.0.0:8080
40 dockerfile: nginx-proxy/Dockerfile
41 args:
42 - SIRM_MAX_UPLOAD_SIZE_MB=${SIRM_MAX_UPLOAD_SIZE_MB}
43 depends_on:
44 - web
45 networks:
46 - frontend_sirm
47 - backend_sirm
11 ports:
48 ports:
12 - 8080:8080
49 - 0.0.0.0:${SIRM_PORT}:80
13 env_file: .env
50 volumes:
51 - /var/run/docker.sock:/tmp/docker.sock:ro
52 - sirm_certs:/etc/nginx/certs:ro
53 - sirm_dhparam:/etc/nginx/dhparam
54 logging:
55 driver: "json-file"
56 options:
57 max-size: "12m"
14
58
15 links:
59 web:
16 - postgres
60 container_name: 'sirm-web'
61 restart: always
62 build:
63 context: .
64 environment:
65 - LC_ALL=${LC_ALL}
66 - DB_USER=${DB_USER}
67 - DB_NAME=${DB_NAME}
68 - DB_PASSWORD=${DB_PASSWORD}
69 - POSTGRES_PORT_5432_TCP_ADDR=${POSTGRES_PORT_5432_TCP_ADDR}
70 - POSTGRES_PORT_5432_TCP_PORT=${POSTGRES_PORT_5432_TCP_PORT}
71 - SIRM_USER=${SIRM_USER}
72 - SIRM_PASSWORD=${SIRM_PASSWORD}
73 - SIRM_EMAIL=${SIRM_EMAIL}
74 - VIRTUAL_HOST=${SIRM_SITE}
17 volumes:
75 volumes:
18 - './:/sirm'
76 - 'sirm:/workspace/sirm'
19 - '${DOCKER_DATA}/static:/sirm/static'
20 depends_on:
77 depends_on:
21 - postgres
78 - postgres
79 networks:
80 - frontend_sirm
81 - backend_sirm
82 logging:
83 driver: "json-file"
84 options:
85 max-size: "12m"
22
86
23 # PostgreSQL
24 postgres:
87 postgres:
25 container_name: 'sirm-postgres'
88 container_name: 'sirm-postgres'
26 build: ./postgres/
89 restart: always
90 build:
91 context: ./images/
92 dockerfile: postgres/Dockerfile
93 args:
94 - PGDATA=${PGDATA}
95 environment:
96 - LC_ALL=${LC_ALL}
97 - DB_USER=${DB_USER}
98 - DB_NAME=${DB_NAME}
99 - DB_PASSWORD=${DB_PASSWORD}
100 - POSTGRES_PORT_5432_TCP_ADDR=${POSTGRES_PORT_5432_TCP_ADDR}
101 - POSTGRES_PORT_5432_TCP_PORT=${POSTGRES_PORT_5432_TCP_PORT}
27 volumes:
102 volumes:
28 - ./postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
103 - sirm_pgdata:/var/lib/postgresql/data
29 - pgdata:/var/lib/postgresql/data
104 networks:
30 env_file: .env
105 - backend_sirm
31
106 logging:
32 # Web Server
107 driver: "json-file"
33 #nginx:
108 options:
34 # container_name: 'sirm-nginx'
109 max-size: "12m"
35 # restart: always
36 # build: ./nginx/
37 # ports:
38 # - '8080:8080'
39 # volumes_from:
40 # - web
41 # links:
42 # - web:web
43 # depends_on:
44 # - web
45
110
46 volumes:
111 networks:
47 pgdata:
112 frontend_sirm:
48 driver: local
113 name: frontend_sirm
114 backend_sirm:
115 name: backend_sirm No newline at end of file
1 NO CONTENT: file renamed from postgres/docker-entrypoint-initdb.d/create_db.sh to images/postgres/docker-entrypoint-initdb.d/create_db.sh
NO CONTENT: file renamed from postgres/docker-entrypoint-initdb.d/create_db.sh to images/postgres/docker-entrypoint-initdb.d/create_db.sh
1 NO CONTENT: file renamed from apps/__init__.py to volumes/sirm/apps/__init__.py
NO CONTENT: file renamed from apps/__init__.py to volumes/sirm/apps/__init__.py
1 NO CONTENT: file renamed from apps/accounts/__init__.py to volumes/sirm/apps/accounts/__init__.py
NO CONTENT: file renamed from apps/accounts/__init__.py to volumes/sirm/apps/accounts/__init__.py
1 NO CONTENT: file renamed from apps/accounts/admin.py to volumes/sirm/apps/accounts/admin.py
NO CONTENT: file renamed from apps/accounts/admin.py to volumes/sirm/apps/accounts/admin.py
1 NO CONTENT: file renamed from apps/accounts/migrations/__init__.py to volumes/sirm/apps/accounts/management/__init__.py
NO CONTENT: file renamed from apps/accounts/migrations/__init__.py to volumes/sirm/apps/accounts/management/__init__.py
1 NO CONTENT: file renamed from apps/generator/__init__.py to volumes/sirm/apps/accounts/management/commands/__init__.py
NO CONTENT: file renamed from apps/generator/__init__.py to volumes/sirm/apps/accounts/management/commands/__init__.py
1 NO CONTENT: file renamed from apps/main/__init__.py to volumes/sirm/apps/accounts/migrations/__init__.py
NO CONTENT: file renamed from apps/main/__init__.py to volumes/sirm/apps/accounts/migrations/__init__.py
1 NO CONTENT: file renamed from apps/accounts/models.py to volumes/sirm/apps/accounts/models.py
NO CONTENT: file renamed from apps/accounts/models.py to volumes/sirm/apps/accounts/models.py
1 NO CONTENT: file renamed from apps/accounts/templates/login.html to volumes/sirm/apps/accounts/templates/login.html
NO CONTENT: file renamed from apps/accounts/templates/login.html to volumes/sirm/apps/accounts/templates/login.html
1 NO CONTENT: file renamed from apps/accounts/tests.py to volumes/sirm/apps/accounts/tests.py
NO CONTENT: file renamed from apps/accounts/tests.py to volumes/sirm/apps/accounts/tests.py
1 NO CONTENT: file renamed from apps/accounts/urls.py to volumes/sirm/apps/accounts/urls.py
NO CONTENT: file renamed from apps/accounts/urls.py to volumes/sirm/apps/accounts/urls.py
1 NO CONTENT: file renamed from apps/accounts/views.py to volumes/sirm/apps/accounts/views.py
NO CONTENT: file renamed from apps/accounts/views.py to volumes/sirm/apps/accounts/views.py
1 NO CONTENT: file renamed from apps/main/migrations/__init__.py to volumes/sirm/apps/generator/__init__.py
NO CONTENT: file renamed from apps/main/migrations/__init__.py to volumes/sirm/apps/generator/__init__.py
1 NO CONTENT: file renamed from apps/generator/admin.py to volumes/sirm/apps/generator/admin.py
NO CONTENT: file renamed from apps/generator/admin.py to volumes/sirm/apps/generator/admin.py
1 NO CONTENT: file renamed from apps/generator/forms.py to volumes/sirm/apps/generator/forms.py
NO CONTENT: file renamed from apps/generator/forms.py to volumes/sirm/apps/generator/forms.py
1 NO CONTENT: file renamed from apps/generator/models.py to volumes/sirm/apps/generator/models.py
NO CONTENT: file renamed from apps/generator/models.py to volumes/sirm/apps/generator/models.py
1 NO CONTENT: file renamed from apps/generator/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/generator/static/css/bokeh-0.11.1.min.css
NO CONTENT: file renamed from apps/generator/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/generator/static/css/bokeh-0.11.1.min.css
1 NO CONTENT: file renamed from apps/generator/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-0.11.1.min.js
NO CONTENT: file renamed from apps/generator/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-0.11.1.min.js
1 NO CONTENT: file renamed from apps/generator/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-0.12.1.min.js
NO CONTENT: file renamed from apps/generator/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-0.12.1.min.js
1 NO CONTENT: file renamed from apps/generator/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-2.2.1.min.js
NO CONTENT: file renamed from apps/generator/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/generator/static/js/bokeh-2.2.1.min.js
1 NO CONTENT: file renamed from apps/generator/static/js/cr.js to volumes/sirm/apps/generator/static/js/cr.js
NO CONTENT: file renamed from apps/generator/static/js/cr.js to volumes/sirm/apps/generator/static/js/cr.js
1 NO CONTENT: file renamed from apps/generator/static/js/jquery-ui.min.js to volumes/sirm/apps/generator/static/js/jquery-ui.min.js
NO CONTENT: file renamed from apps/generator/static/js/jquery-ui.min.js to volumes/sirm/apps/generator/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from apps/generator/templates/generator_conf.html to volumes/sirm/apps/generator/templates/generator_conf.html
NO CONTENT: file renamed from apps/generator/templates/generator_conf.html to volumes/sirm/apps/generator/templates/generator_conf.html
1 NO CONTENT: file renamed from apps/generator/templates/generator_conf_edit.html to volumes/sirm/apps/generator/templates/generator_conf_edit.html
NO CONTENT: file renamed from apps/generator/templates/generator_conf_edit.html to volumes/sirm/apps/generator/templates/generator_conf_edit.html
1 NO CONTENT: file renamed from apps/generator/templates/generator_import.html to volumes/sirm/apps/generator/templates/generator_import.html
NO CONTENT: file renamed from apps/generator/templates/generator_import.html to volumes/sirm/apps/generator/templates/generator_import.html
1 NO CONTENT: file renamed from apps/generator/urls.py to volumes/sirm/apps/generator/urls.py
NO CONTENT: file renamed from apps/generator/urls.py to volumes/sirm/apps/generator/urls.py
1 NO CONTENT: file renamed from apps/generator/views.py to volumes/sirm/apps/generator/views.py
NO CONTENT: file renamed from apps/generator/views.py to volumes/sirm/apps/generator/views.py
1 NO CONTENT: file renamed from apps/main/admin.py to volumes/sirm/apps/main/admin.py
NO CONTENT: file renamed from apps/main/admin.py to volumes/sirm/apps/main/admin.py
1 NO CONTENT: file renamed from apps/main/fixtures/main_initial_data.json to volumes/sirm/apps/main/fixtures/main_initial_data.json
NO CONTENT: file renamed from apps/main/fixtures/main_initial_data.json to volumes/sirm/apps/main/fixtures/main_initial_data.json
1 NO CONTENT: file renamed from apps/main/forms.py to volumes/sirm/apps/main/forms.py
NO CONTENT: file renamed from apps/main/forms.py to volumes/sirm/apps/main/forms.py
1 NO CONTENT: file renamed from apps/main/models.py to volumes/sirm/apps/main/models.py
NO CONTENT: file renamed from apps/main/models.py to volumes/sirm/apps/main/models.py
1 NO CONTENT: file renamed from apps/main/processors.py to volumes/sirm/apps/main/processors.py
NO CONTENT: file renamed from apps/main/processors.py to volumes/sirm/apps/main/processors.py
1 NO CONTENT: file renamed from apps/main/static/css/bootcards-desktop.min.css to volumes/sirm/apps/main/static/css/bootcards-desktop.min.css
NO CONTENT: file renamed from apps/main/static/css/bootcards-desktop.min.css to volumes/sirm/apps/main/static/css/bootcards-desktop.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-cosmo.min.css to volumes/sirm/apps/main/static/css/bootstrap-cosmo.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-cosmo.min.css to volumes/sirm/apps/main/static/css/bootstrap-cosmo.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-custom.min.css to volumes/sirm/apps/main/static/css/bootstrap-custom.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-custom.min.css to volumes/sirm/apps/main/static/css/bootstrap-custom.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min - mod1.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min - mod1.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min - mod1.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min - mod1.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min - original.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min - original.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min - original.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min - original.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-datetimepicker.min.css to volumes/sirm/apps/main/static/css/bootstrap-datetimepicker.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-flatly.min.css to volumes/sirm/apps/main/static/css/bootstrap-flatly.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-flatly.min.css to volumes/sirm/apps/main/static/css/bootstrap-flatly.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-journal.min.css to volumes/sirm/apps/main/static/css/bootstrap-journal.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-journal.min.css to volumes/sirm/apps/main/static/css/bootstrap-journal.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-lumen.min.css to volumes/sirm/apps/main/static/css/bootstrap-lumen.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-lumen.min.css to volumes/sirm/apps/main/static/css/bootstrap-lumen.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-sandstone.min.css to volumes/sirm/apps/main/static/css/bootstrap-sandstone.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-sandstone.min.css to volumes/sirm/apps/main/static/css/bootstrap-sandstone.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-simplex.min.css to volumes/sirm/apps/main/static/css/bootstrap-simplex.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-simplex.min.css to volumes/sirm/apps/main/static/css/bootstrap-simplex.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-slate.min.css to volumes/sirm/apps/main/static/css/bootstrap-slate.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-slate.min.css to volumes/sirm/apps/main/static/css/bootstrap-slate.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-spacelab.min.css to volumes/sirm/apps/main/static/css/bootstrap-spacelab.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-spacelab.min.css to volumes/sirm/apps/main/static/css/bootstrap-spacelab.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.css to volumes/sirm/apps/main/static/css/bootstrap-theme.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.css to volumes/sirm/apps/main/static/css/bootstrap-theme.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.css.map to volumes/sirm/apps/main/static/css/bootstrap-theme.css.map
NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.css.map to volumes/sirm/apps/main/static/css/bootstrap-theme.css.map
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.min.css to volumes/sirm/apps/main/static/css/bootstrap-theme.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-theme.min.css to volumes/sirm/apps/main/static/css/bootstrap-theme.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-united.min.css to volumes/sirm/apps/main/static/css/bootstrap-united.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-united.min.css to volumes/sirm/apps/main/static/css/bootstrap-united.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-yeti.min.css to volumes/sirm/apps/main/static/css/bootstrap-yeti.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-yeti.min.css to volumes/sirm/apps/main/static/css/bootstrap-yeti.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap-yeti2.min.css to volumes/sirm/apps/main/static/css/bootstrap-yeti2.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap-yeti2.min.css to volumes/sirm/apps/main/static/css/bootstrap-yeti2.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap.css to volumes/sirm/apps/main/static/css/bootstrap.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap.css to volumes/sirm/apps/main/static/css/bootstrap.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap.css.map to volumes/sirm/apps/main/static/css/bootstrap.css.map
NO CONTENT: file renamed from apps/main/static/css/bootstrap.css.map to volumes/sirm/apps/main/static/css/bootstrap.css.map
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap.min.css to volumes/sirm/apps/main/static/css/bootstrap.min.css
NO CONTENT: file renamed from apps/main/static/css/bootstrap.min.css to volumes/sirm/apps/main/static/css/bootstrap.min.css
1 NO CONTENT: file renamed from apps/main/static/css/bootstrap.min.css.map to volumes/sirm/apps/main/static/css/bootstrap.min.css.map
NO CONTENT: file renamed from apps/main/static/css/bootstrap.min.css.map to volumes/sirm/apps/main/static/css/bootstrap.min.css.map
1 NO CONTENT: file renamed from apps/main/static/css/font-awesome.min.css to volumes/sirm/apps/main/static/css/font-awesome.min.css
NO CONTENT: file renamed from apps/main/static/css/font-awesome.min.css to volumes/sirm/apps/main/static/css/font-awesome.min.css
1 NO CONTENT: file renamed from apps/main/static/css/fontawesome.css to volumes/sirm/apps/main/static/css/fontawesome.css
NO CONTENT: file renamed from apps/main/static/css/fontawesome.css to volumes/sirm/apps/main/static/css/fontawesome.css
1 NO CONTENT: file renamed from apps/main/static/css/fonts.googleapi.css to volumes/sirm/apps/main/static/css/fonts.googleapi.css
NO CONTENT: file renamed from apps/main/static/css/fonts.googleapi.css to volumes/sirm/apps/main/static/css/fonts.googleapi.css
1 NO CONTENT: file renamed from apps/main/static/css/footer.css to volumes/sirm/apps/main/static/css/footer.css
NO CONTENT: file renamed from apps/main/static/css/footer.css to volumes/sirm/apps/main/static/css/footer.css
1 NO CONTENT: file renamed from apps/main/static/css/header.css to volumes/sirm/apps/main/static/css/header.css
NO CONTENT: file renamed from apps/main/static/css/header.css to volumes/sirm/apps/main/static/css/header.css
1 NO CONTENT: file renamed from apps/main/static/css/js/._bootstrap.min.js to volumes/sirm/apps/main/static/css/js/._bootstrap.min.js
NO CONTENT: file renamed from apps/main/static/css/js/._bootstrap.min.js to volumes/sirm/apps/main/static/css/js/._bootstrap.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/._jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/css/js/._jquery-3.3.1.slim.min.js
NO CONTENT: file renamed from apps/main/static/css/js/._jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/css/js/._jquery-3.3.1.slim.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/._popper.min.js to volumes/sirm/apps/main/static/css/js/._popper.min.js
NO CONTENT: file renamed from apps/main/static/css/js/._popper.min.js to volumes/sirm/apps/main/static/css/js/._popper.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/bootstrap.min.js to volumes/sirm/apps/main/static/css/js/bootstrap.min.js
NO CONTENT: file renamed from apps/main/static/css/js/bootstrap.min.js to volumes/sirm/apps/main/static/css/js/bootstrap.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/css/js/jquery-3.3.1.slim.min.js
NO CONTENT: file renamed from apps/main/static/css/js/jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/css/js/jquery-3.3.1.slim.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/jroplots.js to volumes/sirm/apps/main/static/css/js/jroplots.js
NO CONTENT: file renamed from apps/main/static/css/js/jroplots.js to volumes/sirm/apps/main/static/css/js/jroplots.js
1 NO CONTENT: file renamed from apps/main/static/css/js/moment.min.js to volumes/sirm/apps/main/static/css/js/moment.min.js
NO CONTENT: file renamed from apps/main/static/css/js/moment.min.js to volumes/sirm/apps/main/static/css/js/moment.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/plotly-latest.min.js to volumes/sirm/apps/main/static/css/js/plotly-latest.min.js
NO CONTENT: file renamed from apps/main/static/css/js/plotly-latest.min.js to volumes/sirm/apps/main/static/css/js/plotly-latest.min.js
1 NO CONTENT: file renamed from apps/main/static/css/js/popper.min.js to volumes/sirm/apps/main/static/css/js/popper.min.js
NO CONTENT: file renamed from apps/main/static/css/js/popper.min.js to volumes/sirm/apps/main/static/css/js/popper.min.js
1 NO CONTENT: file renamed from apps/main/static/css/style.css to volumes/sirm/apps/main/static/css/style.css
NO CONTENT: file renamed from apps/main/static/css/style.css to volumes/sirm/apps/main/static/css/style.css
1 NO CONTENT: file renamed from apps/main/static/fonts/FontAwesome.otf to volumes/sirm/apps/main/static/fonts/FontAwesome.otf
NO CONTENT: file renamed from apps/main/static/fonts/FontAwesome.otf to volumes/sirm/apps/main/static/fonts/FontAwesome.otf
1 NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.eot to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.eot
NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.eot to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.eot
1 NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.svg to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.svg
NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.svg to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.svg
1 NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.ttf to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.ttf
NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.ttf to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.ttf
1 NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.woff to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.woff
NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.woff to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.woff
1 NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.woff2 to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.woff2
NO CONTENT: file renamed from apps/main/static/fonts/fontawesome-webfont.woff2 to volumes/sirm/apps/main/static/fonts/fontawesome-webfont.woff2
1 NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.eot to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.eot
NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.eot to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.eot
1 NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.svg to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.svg
NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.svg to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.svg
1 NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.ttf to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.ttf
NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.ttf to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.ttf
1 NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.woff to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.woff
NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.woff to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.woff
1 NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.woff2 to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.woff2
NO CONTENT: file renamed from apps/main/static/fonts/glyphicons-halflings-regular.woff2 to volumes/sirm/apps/main/static/fonts/glyphicons-halflings-regular.woff2
1 NO CONTENT: file renamed from apps/main/static/images/._.DS_Store to volumes/sirm/apps/main/static/images/._.DS_Store
NO CONTENT: file renamed from apps/main/static/images/._.DS_Store to volumes/sirm/apps/main/static/images/._.DS_Store
1 NO CONTENT: file renamed from apps/main/static/images/._igp.png to volumes/sirm/apps/main/static/images/._igp.png
NO CONTENT: file renamed from apps/main/static/images/._igp.png to volumes/sirm/apps/main/static/images/._igp.png
1 NO CONTENT: file renamed from apps/main/static/images/._kp.png to volumes/sirm/apps/main/static/images/._kp.png
NO CONTENT: file renamed from apps/main/static/images/._kp.png to volumes/sirm/apps/main/static/images/._kp.png
1 NO CONTENT: file renamed from apps/main/static/images/._logo-igp.png to volumes/sirm/apps/main/static/images/._logo-igp.png
NO CONTENT: file renamed from apps/main/static/images/._logo-igp.png to volumes/sirm/apps/main/static/images/._logo-igp.png
1 NO CONTENT: file renamed from apps/main/static/images/._logo-portal-transparencia.png to volumes/sirm/apps/main/static/images/._logo-portal-transparencia.png
NO CONTENT: file renamed from apps/main/static/images/._logo-portal-transparencia.png to volumes/sirm/apps/main/static/images/._logo-portal-transparencia.png
1 NO CONTENT: file renamed from apps/main/static/images/._minam.png to volumes/sirm/apps/main/static/images/._minam.png
NO CONTENT: file renamed from apps/main/static/images/._minam.png to volumes/sirm/apps/main/static/images/._minam.png
1 NO CONTENT: file renamed from apps/main/static/images/._peru_primero.jpeg to volumes/sirm/apps/main/static/images/._peru_primero.jpeg
NO CONTENT: file renamed from apps/main/static/images/._peru_primero.jpeg to volumes/sirm/apps/main/static/images/._peru_primero.jpeg
1 NO CONTENT: file renamed from apps/main/static/images/._skynoise.png to volumes/sirm/apps/main/static/images/._skynoise.png
NO CONTENT: file renamed from apps/main/static/images/._skynoise.png to volumes/sirm/apps/main/static/images/._skynoise.png
1 NO CONTENT: file renamed from apps/main/static/images/Thumbs.db to volumes/sirm/apps/main/static/images/Thumbs.db
NO CONTENT: file renamed from apps/main/static/images/Thumbs.db to volumes/sirm/apps/main/static/images/Thumbs.db
1 NO CONTENT: file renamed from apps/main/static/images/favicon.ico to volumes/sirm/apps/main/static/images/favicon.ico
NO CONTENT: file renamed from apps/main/static/images/favicon.ico to volumes/sirm/apps/main/static/images/favicon.ico
1 NO CONTENT: file renamed from apps/main/static/images/igp.png to volumes/sirm/apps/main/static/images/igp.png
NO CONTENT: file renamed from apps/main/static/images/igp.png to volumes/sirm/apps/main/static/images/igp.png
1 NO CONTENT: file renamed from apps/main/static/images/kp.png to volumes/sirm/apps/main/static/images/kp.png
NO CONTENT: file renamed from apps/main/static/images/kp.png to volumes/sirm/apps/main/static/images/kp.png
1 NO CONTENT: file renamed from apps/main/static/images/loader.gif to volumes/sirm/apps/main/static/images/loader.gif
NO CONTENT: file renamed from apps/main/static/images/loader.gif to volumes/sirm/apps/main/static/images/loader.gif
1 NO CONTENT: file renamed from apps/main/static/images/logo-igp-jro-trans.png to volumes/sirm/apps/main/static/images/logo-igp-jro-trans.png
NO CONTENT: file renamed from apps/main/static/images/logo-igp-jro-trans.png to volumes/sirm/apps/main/static/images/logo-igp-jro-trans.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-igp.png to volumes/sirm/apps/main/static/images/logo-igp.png
NO CONTENT: file renamed from apps/main/static/images/logo-igp.png to volumes/sirm/apps/main/static/images/logo-igp.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-jro-color-trans.png to volumes/sirm/apps/main/static/images/logo-jro-color-trans.png
NO CONTENT: file renamed from apps/main/static/images/logo-jro-color-trans.png to volumes/sirm/apps/main/static/images/logo-jro-color-trans.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-jro-white-trans.png to volumes/sirm/apps/main/static/images/logo-jro-white-trans.png
NO CONTENT: file renamed from apps/main/static/images/logo-jro-white-trans.png to volumes/sirm/apps/main/static/images/logo-jro-white-trans.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-jro.jpg to volumes/sirm/apps/main/static/images/logo-jro.jpg
NO CONTENT: file renamed from apps/main/static/images/logo-jro.jpg to volumes/sirm/apps/main/static/images/logo-jro.jpg
1 NO CONTENT: file renamed from apps/main/static/images/logo-jro.png to volumes/sirm/apps/main/static/images/logo-jro.png
NO CONTENT: file renamed from apps/main/static/images/logo-jro.png to volumes/sirm/apps/main/static/images/logo-jro.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-minan.png to volumes/sirm/apps/main/static/images/logo-minan.png
NO CONTENT: file renamed from apps/main/static/images/logo-minan.png to volumes/sirm/apps/main/static/images/logo-minan.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-portal-transparencia.png to volumes/sirm/apps/main/static/images/logo-portal-transparencia.png
NO CONTENT: file renamed from apps/main/static/images/logo-portal-transparencia.png to volumes/sirm/apps/main/static/images/logo-portal-transparencia.png
1 NO CONTENT: file renamed from apps/main/static/images/logo-ro.png to volumes/sirm/apps/main/static/images/logo-ro.png
NO CONTENT: file renamed from apps/main/static/images/logo-ro.png to volumes/sirm/apps/main/static/images/logo-ro.png
1 NO CONTENT: file renamed from apps/main/static/images/logo_igp_normal.png to volumes/sirm/apps/main/static/images/logo_igp_normal.png
NO CONTENT: file renamed from apps/main/static/images/logo_igp_normal.png to volumes/sirm/apps/main/static/images/logo_igp_normal.png
1 NO CONTENT: file renamed from apps/main/static/images/minam.png to volumes/sirm/apps/main/static/images/minam.png
NO CONTENT: file renamed from apps/main/static/images/minam.png to volumes/sirm/apps/main/static/images/minam.png
1 NO CONTENT: file renamed from apps/main/static/images/peru_primero.jpeg to volumes/sirm/apps/main/static/images/peru_primero.jpeg
NO CONTENT: file renamed from apps/main/static/images/peru_primero.jpeg to volumes/sirm/apps/main/static/images/peru_primero.jpeg
1 NO CONTENT: file renamed from apps/main/static/images/sir.png to volumes/sirm/apps/main/static/images/sir.png
NO CONTENT: file renamed from apps/main/static/images/sir.png to volumes/sirm/apps/main/static/images/sir.png
1 NO CONTENT: file renamed from apps/main/static/images/skynoise.png to volumes/sirm/apps/main/static/images/skynoise.png
NO CONTENT: file renamed from apps/main/static/images/skynoise.png to volumes/sirm/apps/main/static/images/skynoise.png
1 NO CONTENT: file renamed from apps/main/static/js/._.DS_Store to volumes/sirm/apps/main/static/js/._.DS_Store
NO CONTENT: file renamed from apps/main/static/js/._.DS_Store to volumes/sirm/apps/main/static/js/._.DS_Store
1 NO CONTENT: file renamed from apps/main/static/js/._bootstrap.min.js to volumes/sirm/apps/main/static/js/._bootstrap.min.js
NO CONTENT: file renamed from apps/main/static/js/._bootstrap.min.js to volumes/sirm/apps/main/static/js/._bootstrap.min.js
1 NO CONTENT: file renamed from apps/main/static/js/._jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/js/._jquery-3.3.1.slim.min.js
NO CONTENT: file renamed from apps/main/static/js/._jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/js/._jquery-3.3.1.slim.min.js
1 NO CONTENT: file renamed from apps/main/static/js/._popper.min.js to volumes/sirm/apps/main/static/js/._popper.min.js
NO CONTENT: file renamed from apps/main/static/js/._popper.min.js to volumes/sirm/apps/main/static/js/._popper.min.js
1 NO CONTENT: file renamed from apps/main/static/js/bootcards.min.js to volumes/sirm/apps/main/static/js/bootcards.min.js
NO CONTENT: file renamed from apps/main/static/js/bootcards.min.js to volumes/sirm/apps/main/static/js/bootcards.min.js
1 NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min - mod1.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min - mod1.js
NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min - mod1.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min - mod1.js
1 NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min - original.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min - original.js
NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min - original.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min - original.js
1 NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min.js
NO CONTENT: file renamed from apps/main/static/js/bootstrap-datetimepicker.min.js to volumes/sirm/apps/main/static/js/bootstrap-datetimepicker.min.js
1 NO CONTENT: file renamed from apps/main/static/js/bootstrap.js to volumes/sirm/apps/main/static/js/bootstrap.js
NO CONTENT: file renamed from apps/main/static/js/bootstrap.js to volumes/sirm/apps/main/static/js/bootstrap.js
1 NO CONTENT: file renamed from apps/main/static/js/bootstrap.min.js to volumes/sirm/apps/main/static/js/bootstrap.min.js
NO CONTENT: file renamed from apps/main/static/js/bootstrap.min.js to volumes/sirm/apps/main/static/js/bootstrap.min.js
1 NO CONTENT: file renamed from apps/main/static/js/images/._.DS_Store to volumes/sirm/apps/main/static/js/images/._.DS_Store
NO CONTENT: file renamed from apps/main/static/js/images/._.DS_Store to volumes/sirm/apps/main/static/js/images/._.DS_Store
1 NO CONTENT: file renamed from apps/main/static/js/images/._igp.png to volumes/sirm/apps/main/static/js/images/._igp.png
NO CONTENT: file renamed from apps/main/static/js/images/._igp.png to volumes/sirm/apps/main/static/js/images/._igp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/._kp.png to volumes/sirm/apps/main/static/js/images/._kp.png
NO CONTENT: file renamed from apps/main/static/js/images/._kp.png to volumes/sirm/apps/main/static/js/images/._kp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/._logo-igp.png to volumes/sirm/apps/main/static/js/images/._logo-igp.png
NO CONTENT: file renamed from apps/main/static/js/images/._logo-igp.png to volumes/sirm/apps/main/static/js/images/._logo-igp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/._logo-portal-transparencia.png to volumes/sirm/apps/main/static/js/images/._logo-portal-transparencia.png
NO CONTENT: file renamed from apps/main/static/js/images/._logo-portal-transparencia.png to volumes/sirm/apps/main/static/js/images/._logo-portal-transparencia.png
1 NO CONTENT: file renamed from apps/main/static/js/images/._minam.png to volumes/sirm/apps/main/static/js/images/._minam.png
NO CONTENT: file renamed from apps/main/static/js/images/._minam.png to volumes/sirm/apps/main/static/js/images/._minam.png
1 NO CONTENT: file renamed from apps/main/static/js/images/._peru_primero.jpeg to volumes/sirm/apps/main/static/js/images/._peru_primero.jpeg
NO CONTENT: file renamed from apps/main/static/js/images/._peru_primero.jpeg to volumes/sirm/apps/main/static/js/images/._peru_primero.jpeg
1 NO CONTENT: file renamed from apps/main/static/js/images/._skynoise.png to volumes/sirm/apps/main/static/js/images/._skynoise.png
NO CONTENT: file renamed from apps/main/static/js/images/._skynoise.png to volumes/sirm/apps/main/static/js/images/._skynoise.png
1 NO CONTENT: file renamed from apps/main/static/js/images/igp.png to volumes/sirm/apps/main/static/js/images/igp.png
NO CONTENT: file renamed from apps/main/static/js/images/igp.png to volumes/sirm/apps/main/static/js/images/igp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/kp.png to volumes/sirm/apps/main/static/js/images/kp.png
NO CONTENT: file renamed from apps/main/static/js/images/kp.png to volumes/sirm/apps/main/static/js/images/kp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/loader.gif to volumes/sirm/apps/main/static/js/images/loader.gif
NO CONTENT: file renamed from apps/main/static/js/images/loader.gif to volumes/sirm/apps/main/static/js/images/loader.gif
1 NO CONTENT: file renamed from apps/main/static/js/images/logo-igp.png to volumes/sirm/apps/main/static/js/images/logo-igp.png
NO CONTENT: file renamed from apps/main/static/js/images/logo-igp.png to volumes/sirm/apps/main/static/js/images/logo-igp.png
1 NO CONTENT: file renamed from apps/main/static/js/images/logo-portal-transparencia.png to volumes/sirm/apps/main/static/js/images/logo-portal-transparencia.png
NO CONTENT: file renamed from apps/main/static/js/images/logo-portal-transparencia.png to volumes/sirm/apps/main/static/js/images/logo-portal-transparencia.png
1 NO CONTENT: file renamed from apps/main/static/js/images/minam.png to volumes/sirm/apps/main/static/js/images/minam.png
NO CONTENT: file renamed from apps/main/static/js/images/minam.png to volumes/sirm/apps/main/static/js/images/minam.png
1 NO CONTENT: file renamed from apps/main/static/js/images/peru_primero.jpeg to volumes/sirm/apps/main/static/js/images/peru_primero.jpeg
NO CONTENT: file renamed from apps/main/static/js/images/peru_primero.jpeg to volumes/sirm/apps/main/static/js/images/peru_primero.jpeg
1 NO CONTENT: file renamed from apps/main/static/js/images/skynoise.png to volumes/sirm/apps/main/static/js/images/skynoise.png
NO CONTENT: file renamed from apps/main/static/js/images/skynoise.png to volumes/sirm/apps/main/static/js/images/skynoise.png
1 NO CONTENT: file renamed from apps/main/static/js/jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/js/jquery-3.3.1.slim.min.js
NO CONTENT: file renamed from apps/main/static/js/jquery-3.3.1.slim.min.js to volumes/sirm/apps/main/static/js/jquery-3.3.1.slim.min.js
1 NO CONTENT: file renamed from apps/main/static/js/jquery-ui.min.js to volumes/sirm/apps/main/static/js/jquery-ui.min.js
NO CONTENT: file renamed from apps/main/static/js/jquery-ui.min.js to volumes/sirm/apps/main/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from apps/main/static/js/jquery.min.js to volumes/sirm/apps/main/static/js/jquery.min.js
NO CONTENT: file renamed from apps/main/static/js/jquery.min.js to volumes/sirm/apps/main/static/js/jquery.min.js
1 NO CONTENT: file renamed from apps/main/static/js/jroplots.js to volumes/sirm/apps/main/static/js/jroplots.js
NO CONTENT: file renamed from apps/main/static/js/jroplots.js to volumes/sirm/apps/main/static/js/jroplots.js
1 NO CONTENT: file renamed from apps/main/static/js/moment.min - original.js to volumes/sirm/apps/main/static/js/moment.min - original.js
NO CONTENT: file renamed from apps/main/static/js/moment.min - original.js to volumes/sirm/apps/main/static/js/moment.min - original.js
1 NO CONTENT: file renamed from apps/main/static/js/moment.min.1.js to volumes/sirm/apps/main/static/js/moment.min.1.js
NO CONTENT: file renamed from apps/main/static/js/moment.min.1.js to volumes/sirm/apps/main/static/js/moment.min.1.js
1 NO CONTENT: file renamed from apps/main/static/js/moment.min.js to volumes/sirm/apps/main/static/js/moment.min.js
NO CONTENT: file renamed from apps/main/static/js/moment.min.js to volumes/sirm/apps/main/static/js/moment.min.js
1 NO CONTENT: file renamed from apps/main/static/js/npm.js to volumes/sirm/apps/main/static/js/npm.js
NO CONTENT: file renamed from apps/main/static/js/npm.js to volumes/sirm/apps/main/static/js/npm.js
1 NO CONTENT: file renamed from apps/main/static/js/plotly-latest.min.js to volumes/sirm/apps/main/static/js/plotly-latest.min.js
NO CONTENT: file renamed from apps/main/static/js/plotly-latest.min.js to volumes/sirm/apps/main/static/js/plotly-latest.min.js
1 NO CONTENT: file renamed from apps/main/static/js/popper.min.js to volumes/sirm/apps/main/static/js/popper.min.js
NO CONTENT: file renamed from apps/main/static/js/popper.min.js to volumes/sirm/apps/main/static/js/popper.min.js
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.eot to volumes/sirm/apps/main/static/webfonts/fa-brands-400.eot
NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.eot to volumes/sirm/apps/main/static/webfonts/fa-brands-400.eot
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.svg to volumes/sirm/apps/main/static/webfonts/fa-brands-400.svg
NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.svg to volumes/sirm/apps/main/static/webfonts/fa-brands-400.svg
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.ttf to volumes/sirm/apps/main/static/webfonts/fa-brands-400.ttf
NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.ttf to volumes/sirm/apps/main/static/webfonts/fa-brands-400.ttf
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.woff to volumes/sirm/apps/main/static/webfonts/fa-brands-400.woff
NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.woff to volumes/sirm/apps/main/static/webfonts/fa-brands-400.woff
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.woff2 to volumes/sirm/apps/main/static/webfonts/fa-brands-400.woff2
NO CONTENT: file renamed from apps/main/static/webfonts/fa-brands-400.woff2 to volumes/sirm/apps/main/static/webfonts/fa-brands-400.woff2
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.eot to volumes/sirm/apps/main/static/webfonts/fa-regular-400.eot
NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.eot to volumes/sirm/apps/main/static/webfonts/fa-regular-400.eot
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.svg to volumes/sirm/apps/main/static/webfonts/fa-regular-400.svg
NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.svg to volumes/sirm/apps/main/static/webfonts/fa-regular-400.svg
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.ttf to volumes/sirm/apps/main/static/webfonts/fa-regular-400.ttf
NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.ttf to volumes/sirm/apps/main/static/webfonts/fa-regular-400.ttf
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.woff to volumes/sirm/apps/main/static/webfonts/fa-regular-400.woff
NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.woff to volumes/sirm/apps/main/static/webfonts/fa-regular-400.woff
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.woff2 to volumes/sirm/apps/main/static/webfonts/fa-regular-400.woff2
NO CONTENT: file renamed from apps/main/static/webfonts/fa-regular-400.woff2 to volumes/sirm/apps/main/static/webfonts/fa-regular-400.woff2
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.eot to volumes/sirm/apps/main/static/webfonts/fa-solid-900.eot
NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.eot to volumes/sirm/apps/main/static/webfonts/fa-solid-900.eot
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.svg to volumes/sirm/apps/main/static/webfonts/fa-solid-900.svg
NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.svg to volumes/sirm/apps/main/static/webfonts/fa-solid-900.svg
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.ttf to volumes/sirm/apps/main/static/webfonts/fa-solid-900.ttf
NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.ttf to volumes/sirm/apps/main/static/webfonts/fa-solid-900.ttf
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.woff to volumes/sirm/apps/main/static/webfonts/fa-solid-900.woff
NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.woff to volumes/sirm/apps/main/static/webfonts/fa-solid-900.woff
1 NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.woff2 to volumes/sirm/apps/main/static/webfonts/fa-solid-900.woff2
NO CONTENT: file renamed from apps/main/static/webfonts/fa-solid-900.woff2 to volumes/sirm/apps/main/static/webfonts/fa-solid-900.woff2
1 NO CONTENT: file renamed from apps/main/templates/base - mod.html to volumes/sirm/apps/main/templates/base - mod.html
NO CONTENT: file renamed from apps/main/templates/base - mod.html to volumes/sirm/apps/main/templates/base - mod.html
1 NO CONTENT: file renamed from apps/main/templates/base.html to volumes/sirm/apps/main/templates/base.html
NO CONTENT: file renamed from apps/main/templates/base.html to volumes/sirm/apps/main/templates/base.html
1 NO CONTENT: file renamed from apps/main/templates/base_edit.html to volumes/sirm/apps/main/templates/base_edit.html
NO CONTENT: file renamed from apps/main/templates/base_edit.html to volumes/sirm/apps/main/templates/base_edit.html
1 NO CONTENT: file renamed from apps/main/templates/base_list.html to volumes/sirm/apps/main/templates/base_list.html
NO CONTENT: file renamed from apps/main/templates/base_list.html to volumes/sirm/apps/main/templates/base_list.html
1 NO CONTENT: file renamed from apps/main/templates/campaign.html to volumes/sirm/apps/main/templates/campaign.html
NO CONTENT: file renamed from apps/main/templates/campaign.html to volumes/sirm/apps/main/templates/campaign.html
1 NO CONTENT: file renamed from apps/main/templates/campaign_edit.html to volumes/sirm/apps/main/templates/campaign_edit.html
NO CONTENT: file renamed from apps/main/templates/campaign_edit.html to volumes/sirm/apps/main/templates/campaign_edit.html
1 NO CONTENT: file renamed from apps/main/templates/campaign_import.html to volumes/sirm/apps/main/templates/campaign_import.html
NO CONTENT: file renamed from apps/main/templates/campaign_import.html to volumes/sirm/apps/main/templates/campaign_import.html
1 NO CONTENT: file renamed from apps/main/templates/confirm.html to volumes/sirm/apps/main/templates/confirm.html
NO CONTENT: file renamed from apps/main/templates/confirm.html to volumes/sirm/apps/main/templates/confirm.html
1 NO CONTENT: file renamed from apps/main/templates/dev_conf.html to volumes/sirm/apps/main/templates/dev_conf.html
NO CONTENT: file renamed from apps/main/templates/dev_conf.html to volumes/sirm/apps/main/templates/dev_conf.html
1 NO CONTENT: file renamed from apps/main/templates/dev_conf_edit.html to volumes/sirm/apps/main/templates/dev_conf_edit.html
NO CONTENT: file renamed from apps/main/templates/dev_conf_edit.html to volumes/sirm/apps/main/templates/dev_conf_edit.html
1 NO CONTENT: file renamed from apps/main/templates/dev_conf_export.html to volumes/sirm/apps/main/templates/dev_conf_export.html
NO CONTENT: file renamed from apps/main/templates/dev_conf_export.html to volumes/sirm/apps/main/templates/dev_conf_export.html
1 NO CONTENT: file renamed from apps/main/templates/dev_conf_import.html to volumes/sirm/apps/main/templates/dev_conf_import.html
NO CONTENT: file renamed from apps/main/templates/dev_conf_import.html to volumes/sirm/apps/main/templates/dev_conf_import.html
1 NO CONTENT: file renamed from apps/main/templates/device.html to volumes/sirm/apps/main/templates/device.html
NO CONTENT: file renamed from apps/main/templates/device.html to volumes/sirm/apps/main/templates/device.html
1 NO CONTENT: file renamed from apps/main/templates/experiment.html to volumes/sirm/apps/main/templates/experiment.html
NO CONTENT: file renamed from apps/main/templates/experiment.html to volumes/sirm/apps/main/templates/experiment.html
1 NO CONTENT: file renamed from apps/main/templates/experiment_edit.html to volumes/sirm/apps/main/templates/experiment_edit.html
NO CONTENT: file renamed from apps/main/templates/experiment_edit.html to volumes/sirm/apps/main/templates/experiment_edit.html
1 NO CONTENT: file renamed from apps/main/templates/experiment_import.html to volumes/sirm/apps/main/templates/experiment_import.html
NO CONTENT: file renamed from apps/main/templates/experiment_import.html to volumes/sirm/apps/main/templates/experiment_import.html
1 NO CONTENT: file renamed from apps/main/templates/experiment_mix.html to volumes/sirm/apps/main/templates/experiment_mix.html
NO CONTENT: file renamed from apps/main/templates/experiment_mix.html to volumes/sirm/apps/main/templates/experiment_mix.html
1 NO CONTENT: file renamed from apps/main/templates/experiment_summary.html to volumes/sirm/apps/main/templates/experiment_summary.html
NO CONTENT: file renamed from apps/main/templates/experiment_summary.html to volumes/sirm/apps/main/templates/experiment_summary.html
1 NO CONTENT: file renamed from apps/main/templates/experiment_verify.html to volumes/sirm/apps/main/templates/experiment_verify.html
NO CONTENT: file renamed from apps/main/templates/experiment_verify.html to volumes/sirm/apps/main/templates/experiment_verify.html
1 NO CONTENT: file renamed from apps/main/templates/footer_igp.html to volumes/sirm/apps/main/templates/footer_igp.html
NO CONTENT: file renamed from apps/main/templates/footer_igp.html to volumes/sirm/apps/main/templates/footer_igp.html
1 NO CONTENT: file renamed from apps/main/templates/header_igp.html to volumes/sirm/apps/main/templates/header_igp.html
NO CONTENT: file renamed from apps/main/templates/header_igp.html to volumes/sirm/apps/main/templates/header_igp.html
1 NO CONTENT: file renamed from apps/main/templates/index.html to volumes/sirm/apps/main/templates/index.html
NO CONTENT: file renamed from apps/main/templates/index.html to volumes/sirm/apps/main/templates/index.html
1 NO CONTENT: file renamed from apps/main/templates/location.html to volumes/sirm/apps/main/templates/location.html
NO CONTENT: file renamed from apps/main/templates/location.html to volumes/sirm/apps/main/templates/location.html
1 NO CONTENT: file renamed from apps/main/templates/operation.html to volumes/sirm/apps/main/templates/operation.html
NO CONTENT: file renamed from apps/main/templates/operation.html to volumes/sirm/apps/main/templates/operation.html
1 NO CONTENT: file renamed from apps/main/templates/sidebar_devices.html to volumes/sirm/apps/main/templates/sidebar_devices.html
NO CONTENT: file renamed from apps/main/templates/sidebar_devices.html to volumes/sirm/apps/main/templates/sidebar_devices.html
1 NO CONTENT: file renamed from apps/main/templatetags/main_tags.py to volumes/sirm/apps/main/templatetags/main_tags.py
NO CONTENT: file renamed from apps/main/templatetags/main_tags.py to volumes/sirm/apps/main/templatetags/main_tags.py
1 NO CONTENT: file renamed from apps/main/urls.py to volumes/sirm/apps/main/urls.py
NO CONTENT: file renamed from apps/main/urls.py to volumes/sirm/apps/main/urls.py
1 NO CONTENT: file renamed from apps/main/utils.py to volumes/sirm/apps/main/utils.py
NO CONTENT: file renamed from apps/main/utils.py to volumes/sirm/apps/main/utils.py
1 NO CONTENT: file renamed from apps/main/views.py to volumes/sirm/apps/main/views.py
NO CONTENT: file renamed from apps/main/views.py to volumes/sirm/apps/main/views.py
1 NO CONTENT: file renamed from apps/pedestal/admin.py to volumes/sirm/apps/pedestal/admin.py
NO CONTENT: file renamed from apps/pedestal/admin.py to volumes/sirm/apps/pedestal/admin.py
1 NO CONTENT: file renamed from apps/pedestal/forms.py to volumes/sirm/apps/pedestal/forms.py
NO CONTENT: file renamed from apps/pedestal/forms.py to volumes/sirm/apps/pedestal/forms.py
1 NO CONTENT: file renamed from apps/pedestal/models.py to volumes/sirm/apps/pedestal/models.py
NO CONTENT: file renamed from apps/pedestal/models.py to volumes/sirm/apps/pedestal/models.py
1 NO CONTENT: file renamed from apps/pedestal/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/pedestal/static/css/bokeh-0.11.1.min.css
NO CONTENT: file renamed from apps/pedestal/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/pedestal/static/css/bokeh-0.11.1.min.css
1 NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-0.11.1.min.js
NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-0.11.1.min.js
1 NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-0.12.1.min.js
NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-0.12.1.min.js
1 NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-2.2.1.min.js
NO CONTENT: file renamed from apps/pedestal/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/pedestal/static/js/bokeh-2.2.1.min.js
1 NO CONTENT: file renamed from apps/pedestal/static/js/cr.js to volumes/sirm/apps/pedestal/static/js/cr.js
NO CONTENT: file renamed from apps/pedestal/static/js/cr.js to volumes/sirm/apps/pedestal/static/js/cr.js
1 NO CONTENT: file renamed from apps/pedestal/static/js/jquery-ui.min.js to volumes/sirm/apps/pedestal/static/js/jquery-ui.min.js
NO CONTENT: file renamed from apps/pedestal/static/js/jquery-ui.min.js to volumes/sirm/apps/pedestal/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from apps/pedestal/templates/pedestal_conf.html to volumes/sirm/apps/pedestal/templates/pedestal_conf.html
NO CONTENT: file renamed from apps/pedestal/templates/pedestal_conf.html to volumes/sirm/apps/pedestal/templates/pedestal_conf.html
1 NO CONTENT: file renamed from apps/pedestal/templates/pedestal_conf_edit.html to volumes/sirm/apps/pedestal/templates/pedestal_conf_edit.html
NO CONTENT: file renamed from apps/pedestal/templates/pedestal_conf_edit.html to volumes/sirm/apps/pedestal/templates/pedestal_conf_edit.html
1 NO CONTENT: file renamed from apps/pedestal/urls.py to volumes/sirm/apps/pedestal/urls.py
NO CONTENT: file renamed from apps/pedestal/urls.py to volumes/sirm/apps/pedestal/urls.py
1 NO CONTENT: file renamed from apps/pedestal/views.py to volumes/sirm/apps/pedestal/views.py
NO CONTENT: file renamed from apps/pedestal/views.py to volumes/sirm/apps/pedestal/views.py
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file renamed from apps/pedestal_dev/admin.py to volumes/sirm/apps/pedestal_dev/admin.py
NO CONTENT: file renamed from apps/pedestal_dev/admin.py to volumes/sirm/apps/pedestal_dev/admin.py
1 NO CONTENT: file renamed from apps/pedestal_dev/forms.py to volumes/sirm/apps/pedestal_dev/forms.py
NO CONTENT: file renamed from apps/pedestal_dev/forms.py to volumes/sirm/apps/pedestal_dev/forms.py
1 NO CONTENT: file renamed from apps/pedestal_dev/models.py to volumes/sirm/apps/pedestal_dev/models.py
NO CONTENT: file renamed from apps/pedestal_dev/models.py to volumes/sirm/apps/pedestal_dev/models.py
1 NO CONTENT: file renamed from apps/pedestal_dev/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/pedestal_dev/static/css/bokeh-0.11.1.min.css
NO CONTENT: file renamed from apps/pedestal_dev/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/pedestal_dev/static/css/bokeh-0.11.1.min.css
1 NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-0.11.1.min.js
NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-0.11.1.min.js
1 NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-0.12.1.min.js
NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-0.12.1.min.js
1 NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-2.2.1.min.js
NO CONTENT: file renamed from apps/pedestal_dev/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/pedestal_dev/static/js/bokeh-2.2.1.min.js
1 NO CONTENT: file renamed from apps/pedestal_dev/static/js/cr.js to volumes/sirm/apps/pedestal_dev/static/js/cr.js
NO CONTENT: file renamed from apps/pedestal_dev/static/js/cr.js to volumes/sirm/apps/pedestal_dev/static/js/cr.js
1 NO CONTENT: file renamed from apps/pedestal_dev/static/js/jquery-ui.min.js to volumes/sirm/apps/pedestal_dev/static/js/jquery-ui.min.js
NO CONTENT: file renamed from apps/pedestal_dev/static/js/jquery-ui.min.js to volumes/sirm/apps/pedestal_dev/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from apps/pedestal_dev/templates/pedestal_dev_conf.html to volumes/sirm/apps/pedestal_dev/templates/pedestal_dev_conf.html
NO CONTENT: file renamed from apps/pedestal_dev/templates/pedestal_dev_conf.html to volumes/sirm/apps/pedestal_dev/templates/pedestal_dev_conf.html
1 NO CONTENT: file renamed from apps/pedestal_dev/templates/pedestal_dev_conf_edit.html to volumes/sirm/apps/pedestal_dev/templates/pedestal_dev_conf_edit.html
NO CONTENT: file renamed from apps/pedestal_dev/templates/pedestal_dev_conf_edit.html to volumes/sirm/apps/pedestal_dev/templates/pedestal_dev_conf_edit.html
1 NO CONTENT: file renamed from apps/pedestal_dev/urls.py to volumes/sirm/apps/pedestal_dev/urls.py
NO CONTENT: file renamed from apps/pedestal_dev/urls.py to volumes/sirm/apps/pedestal_dev/urls.py
1 NO CONTENT: file renamed from apps/pedestal_dev/views.py to volumes/sirm/apps/pedestal_dev/views.py
NO CONTENT: file renamed from apps/pedestal_dev/views.py to volumes/sirm/apps/pedestal_dev/views.py
1 NO CONTENT: file renamed from apps/usrp_rx/admin.py to volumes/sirm/apps/usrp_rx/admin.py
NO CONTENT: file renamed from apps/usrp_rx/admin.py to volumes/sirm/apps/usrp_rx/admin.py
1 NO CONTENT: file renamed from apps/usrp_rx/fixtures/rc_initial_data.json to volumes/sirm/apps/usrp_rx/fixtures/rc_initial_data.json
NO CONTENT: file renamed from apps/usrp_rx/fixtures/rc_initial_data.json to volumes/sirm/apps/usrp_rx/fixtures/rc_initial_data.json
1 NO CONTENT: file renamed from apps/usrp_rx/forms.py to volumes/sirm/apps/usrp_rx/forms.py
NO CONTENT: file renamed from apps/usrp_rx/forms.py to volumes/sirm/apps/usrp_rx/forms.py
1 NO CONTENT: file renamed from apps/usrp_rx/models.py to volumes/sirm/apps/usrp_rx/models.py
NO CONTENT: file renamed from apps/usrp_rx/models.py to volumes/sirm/apps/usrp_rx/models.py
1 NO CONTENT: file renamed from apps/usrp_rx/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/usrp_rx/static/css/bokeh-0.11.1.min.css
NO CONTENT: file renamed from apps/usrp_rx/static/css/bokeh-0.11.1.min.css to volumes/sirm/apps/usrp_rx/static/css/bokeh-0.11.1.min.css
1 NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-0.11.1.min.js
NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-0.11.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-0.11.1.min.js
1 NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-0.12.1.min.js
NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-0.12.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-0.12.1.min.js
1 NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-2.2.1.min.js
NO CONTENT: file renamed from apps/usrp_rx/static/js/bokeh-2.2.1.min.js to volumes/sirm/apps/usrp_rx/static/js/bokeh-2.2.1.min.js
1 NO CONTENT: file renamed from apps/usrp_rx/static/js/cr.js to volumes/sirm/apps/usrp_rx/static/js/cr.js
NO CONTENT: file renamed from apps/usrp_rx/static/js/cr.js to volumes/sirm/apps/usrp_rx/static/js/cr.js
1 NO CONTENT: file renamed from apps/usrp_rx/static/js/jquery-ui.min.js to volumes/sirm/apps/usrp_rx/static/js/jquery-ui.min.js
NO CONTENT: file renamed from apps/usrp_rx/static/js/jquery-ui.min.js to volumes/sirm/apps/usrp_rx/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from apps/usrp_rx/templates/usrp_rx_conf.html to volumes/sirm/apps/usrp_rx/templates/usrp_rx_conf.html
NO CONTENT: file renamed from apps/usrp_rx/templates/usrp_rx_conf.html to volumes/sirm/apps/usrp_rx/templates/usrp_rx_conf.html
1 NO CONTENT: file renamed from apps/usrp_rx/templates/usrp_rx_conf_edit.html to volumes/sirm/apps/usrp_rx/templates/usrp_rx_conf_edit.html
NO CONTENT: file renamed from apps/usrp_rx/templates/usrp_rx_conf_edit.html to volumes/sirm/apps/usrp_rx/templates/usrp_rx_conf_edit.html
1 NO CONTENT: file renamed from apps/usrp_rx/urls.py to volumes/sirm/apps/usrp_rx/urls.py
NO CONTENT: file renamed from apps/usrp_rx/urls.py to volumes/sirm/apps/usrp_rx/urls.py
1 NO CONTENT: file renamed from apps/usrp_rx/views.py to volumes/sirm/apps/usrp_rx/views.py
NO CONTENT: file renamed from apps/usrp_rx/views.py to volumes/sirm/apps/usrp_rx/views.py
1 NO CONTENT: file renamed from apps/usrp_rx/widgets.py to volumes/sirm/apps/usrp_rx/widgets.py
NO CONTENT: file renamed from apps/usrp_rx/widgets.py to volumes/sirm/apps/usrp_rx/widgets.py
1 NO CONTENT: file renamed from apps/usrp_tx/admin.py to volumes/sirm/apps/usrp_tx/admin.py
NO CONTENT: file renamed from apps/usrp_tx/admin.py to volumes/sirm/apps/usrp_tx/admin.py
1 NO CONTENT: file renamed from apps/usrp_tx/forms.py to volumes/sirm/apps/usrp_tx/forms.py
NO CONTENT: file renamed from apps/usrp_tx/forms.py to volumes/sirm/apps/usrp_tx/forms.py
1 NO CONTENT: file renamed from apps/usrp_tx/models.py to volumes/sirm/apps/usrp_tx/models.py
NO CONTENT: file renamed from apps/usrp_tx/models.py to volumes/sirm/apps/usrp_tx/models.py
1 NO CONTENT: file renamed from apps/usrp_tx/templates/usrp_tx_conf.html to volumes/sirm/apps/usrp_tx/templates/usrp_tx_conf.html
NO CONTENT: file renamed from apps/usrp_tx/templates/usrp_tx_conf.html to volumes/sirm/apps/usrp_tx/templates/usrp_tx_conf.html
1 NO CONTENT: file renamed from apps/usrp_tx/templates/usrp_tx_conf_edit.html to volumes/sirm/apps/usrp_tx/templates/usrp_tx_conf_edit.html
NO CONTENT: file renamed from apps/usrp_tx/templates/usrp_tx_conf_edit.html to volumes/sirm/apps/usrp_tx/templates/usrp_tx_conf_edit.html
1 NO CONTENT: file renamed from apps/usrp_tx/urls.py to volumes/sirm/apps/usrp_tx/urls.py
NO CONTENT: file renamed from apps/usrp_tx/urls.py to volumes/sirm/apps/usrp_tx/urls.py
1 NO CONTENT: file renamed from apps/usrp_tx/views.py to volumes/sirm/apps/usrp_tx/views.py
NO CONTENT: file renamed from apps/usrp_tx/views.py to volumes/sirm/apps/usrp_tx/views.py
1 NO CONTENT: file renamed from devices/abs/module_abs/abs_control_socket.py to volumes/sirm/devices/abs/module_abs/abs_control_socket.py
NO CONTENT: file renamed from devices/abs/module_abs/abs_control_socket.py to volumes/sirm/devices/abs/module_abs/abs_control_socket.py
1 NO CONTENT: file renamed from devices/abs/module_abs/abs_gpio.py to volumes/sirm/devices/abs/module_abs/abs_gpio.py
NO CONTENT: file renamed from devices/abs/module_abs/abs_gpio.py to volumes/sirm/devices/abs/module_abs/abs_gpio.py
1 NO CONTENT: file renamed from devices/abs/module_abs/abscontrol.py to volumes/sirm/devices/abs/module_abs/abscontrol.py
NO CONTENT: file renamed from devices/abs/module_abs/abscontrol.py to volumes/sirm/devices/abs/module_abs/abscontrol.py
1 NO CONTENT: file renamed from devices/abs/module_abs/bottle.py to volumes/sirm/devices/abs/module_abs/bottle.py
NO CONTENT: file renamed from devices/abs/module_abs/bottle.py to volumes/sirm/devices/abs/module_abs/bottle.py
1 NO CONTENT: file renamed from devices/abs/module_abs/multicast_absmodule.py to volumes/sirm/devices/abs/module_abs/multicast_absmodule.py
NO CONTENT: file renamed from devices/abs/module_abs/multicast_absmodule.py to volumes/sirm/devices/abs/module_abs/multicast_absmodule.py
1 NO CONTENT: file renamed from devices/dds/api.py to volumes/sirm/devices/dds/api.py
NO CONTENT: file renamed from devices/dds/api.py to volumes/sirm/devices/dds/api.py
1 NO CONTENT: file renamed from devices/dds/data.py to volumes/sirm/devices/dds/data.py
NO CONTENT: file renamed from devices/dds/data.py to volumes/sirm/devices/dds/data.py
1 NO CONTENT: file renamed from devices/dds_rest/api.py to volumes/sirm/devices/dds_rest/api.py
NO CONTENT: file renamed from devices/dds_rest/api.py to volumes/sirm/devices/dds_rest/api.py
1 NO CONTENT: file renamed from devices/dds_rest/data.py to volumes/sirm/devices/dds_rest/data.py
NO CONTENT: file renamed from devices/dds_rest/data.py to volumes/sirm/devices/dds_rest/data.py
1 NO CONTENT: file renamed from devices/jars/jars_server.py to volumes/sirm/devices/jars/jars_server.py
NO CONTENT: file renamed from devices/jars/jars_server.py to volumes/sirm/devices/jars/jars_server.py
1 NO CONTENT: file renamed from devices/jro_device.py to volumes/sirm/devices/jro_device.py
NO CONTENT: file renamed from devices/jro_device.py to volumes/sirm/devices/jro_device.py
1 NO CONTENT: file renamed from devices/rc/api.py to volumes/sirm/devices/rc/api.py
NO CONTENT: file renamed from devices/rc/api.py to volumes/sirm/devices/rc/api.py
1 NO CONTENT: file renamed from dump.rdb to volumes/sirm/dump.rdb
NO CONTENT: file renamed from dump.rdb to volumes/sirm/dump.rdb
1 NO CONTENT: file renamed from manage.py to volumes/sirm/manage.py
NO CONTENT: file renamed from manage.py to volumes/sirm/manage.py
1 NO CONTENT: file renamed from radarsys/__init__.py to volumes/sirm/radarsys/__init__.py
NO CONTENT: file renamed from radarsys/__init__.py to volumes/sirm/radarsys/__init__.py
1 NO CONTENT: file renamed from radarsys/settings.py to volumes/sirm/radarsys/settings.py
NO CONTENT: file renamed from radarsys/settings.py to volumes/sirm/radarsys/settings.py
1 NO CONTENT: file renamed from radarsys/urls.py to volumes/sirm/radarsys/urls.py
NO CONTENT: file renamed from radarsys/urls.py to volumes/sirm/radarsys/urls.py
1 NO CONTENT: file renamed from radarsys/wsgi.py to volumes/sirm/radarsys/wsgi.py
NO CONTENT: file renamed from radarsys/wsgi.py to volumes/sirm/radarsys/wsgi.py
1 NO CONTENT: file renamed from static/admin/css/autocomplete.css to volumes/sirm/static/admin/css/autocomplete.css
NO CONTENT: file renamed from static/admin/css/autocomplete.css to volumes/sirm/static/admin/css/autocomplete.css
1 NO CONTENT: file renamed from static/admin/css/base.css to volumes/sirm/static/admin/css/base.css
NO CONTENT: file renamed from static/admin/css/base.css to volumes/sirm/static/admin/css/base.css
1 NO CONTENT: file renamed from static/admin/css/changelists.css to volumes/sirm/static/admin/css/changelists.css
NO CONTENT: file renamed from static/admin/css/changelists.css to volumes/sirm/static/admin/css/changelists.css
1 NO CONTENT: file renamed from static/admin/css/dashboard.css to volumes/sirm/static/admin/css/dashboard.css
NO CONTENT: file renamed from static/admin/css/dashboard.css to volumes/sirm/static/admin/css/dashboard.css
1 NO CONTENT: file renamed from static/admin/css/fonts.css to volumes/sirm/static/admin/css/fonts.css
NO CONTENT: file renamed from static/admin/css/fonts.css to volumes/sirm/static/admin/css/fonts.css
1 NO CONTENT: file renamed from static/admin/css/forms.css to volumes/sirm/static/admin/css/forms.css
NO CONTENT: file renamed from static/admin/css/forms.css to volumes/sirm/static/admin/css/forms.css
1 NO CONTENT: file renamed from static/admin/css/login.css to volumes/sirm/static/admin/css/login.css
NO CONTENT: file renamed from static/admin/css/login.css to volumes/sirm/static/admin/css/login.css
1 NO CONTENT: file renamed from static/admin/css/responsive_rtl.css to volumes/sirm/static/admin/css/responsive_rtl.css
NO CONTENT: file renamed from static/admin/css/responsive_rtl.css to volumes/sirm/static/admin/css/responsive_rtl.css
1 NO CONTENT: file renamed from static/admin/css/rtl.css to volumes/sirm/static/admin/css/rtl.css
NO CONTENT: file renamed from static/admin/css/rtl.css to volumes/sirm/static/admin/css/rtl.css
1 NO CONTENT: file renamed from static/admin/css/vendor/select2/LICENSE-SELECT2.md to volumes/sirm/static/admin/css/vendor/select2/LICENSE-SELECT2.md
NO CONTENT: file renamed from static/admin/css/vendor/select2/LICENSE-SELECT2.md to volumes/sirm/static/admin/css/vendor/select2/LICENSE-SELECT2.md
1 NO CONTENT: file renamed from static/admin/css/vendor/select2/select2.min.css to volumes/sirm/static/admin/css/vendor/select2/select2.min.css
NO CONTENT: file renamed from static/admin/css/vendor/select2/select2.min.css to volumes/sirm/static/admin/css/vendor/select2/select2.min.css
1 NO CONTENT: file renamed from static/admin/css/widgets.css to volumes/sirm/static/admin/css/widgets.css
NO CONTENT: file renamed from static/admin/css/widgets.css to volumes/sirm/static/admin/css/widgets.css
1 NO CONTENT: file renamed from static/admin/fonts/LICENSE.txt to volumes/sirm/static/admin/fonts/LICENSE.txt
NO CONTENT: file renamed from static/admin/fonts/LICENSE.txt to volumes/sirm/static/admin/fonts/LICENSE.txt
1 NO CONTENT: file renamed from static/admin/fonts/README.txt to volumes/sirm/static/admin/fonts/README.txt
NO CONTENT: file renamed from static/admin/fonts/README.txt to volumes/sirm/static/admin/fonts/README.txt
1 NO CONTENT: file renamed from static/admin/fonts/Roboto-Bold-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Bold-webfont.woff
NO CONTENT: file renamed from static/admin/fonts/Roboto-Bold-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Bold-webfont.woff
1 NO CONTENT: file renamed from static/admin/fonts/Roboto-Light-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Light-webfont.woff
NO CONTENT: file renamed from static/admin/fonts/Roboto-Light-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Light-webfont.woff
1 NO CONTENT: file renamed from static/admin/fonts/Roboto-Regular-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Regular-webfont.woff
NO CONTENT: file renamed from static/admin/fonts/Roboto-Regular-webfont.woff to volumes/sirm/static/admin/fonts/Roboto-Regular-webfont.woff
1 NO CONTENT: file renamed from static/admin/img/LICENSE to volumes/sirm/static/admin/img/LICENSE
NO CONTENT: file renamed from static/admin/img/LICENSE to volumes/sirm/static/admin/img/LICENSE
1 NO CONTENT: file renamed from static/admin/img/README.txt to volumes/sirm/static/admin/img/README.txt
NO CONTENT: file renamed from static/admin/img/README.txt to volumes/sirm/static/admin/img/README.txt
1 NO CONTENT: file renamed from static/admin/img/calendar-icons.svg to volumes/sirm/static/admin/img/calendar-icons.svg
NO CONTENT: file renamed from static/admin/img/calendar-icons.svg to volumes/sirm/static/admin/img/calendar-icons.svg
1 NO CONTENT: file renamed from static/admin/img/gis/move_vertex_off.svg to volumes/sirm/static/admin/img/gis/move_vertex_off.svg
NO CONTENT: file renamed from static/admin/img/gis/move_vertex_off.svg to volumes/sirm/static/admin/img/gis/move_vertex_off.svg
1 NO CONTENT: file renamed from static/admin/img/gis/move_vertex_on.svg to volumes/sirm/static/admin/img/gis/move_vertex_on.svg
NO CONTENT: file renamed from static/admin/img/gis/move_vertex_on.svg to volumes/sirm/static/admin/img/gis/move_vertex_on.svg
1 NO CONTENT: file renamed from static/admin/img/icon-addlink.svg to volumes/sirm/static/admin/img/icon-addlink.svg
NO CONTENT: file renamed from static/admin/img/icon-addlink.svg to volumes/sirm/static/admin/img/icon-addlink.svg
1 NO CONTENT: file renamed from static/admin/img/icon-alert.svg to volumes/sirm/static/admin/img/icon-alert.svg
NO CONTENT: file renamed from static/admin/img/icon-alert.svg to volumes/sirm/static/admin/img/icon-alert.svg
1 NO CONTENT: file renamed from static/admin/img/icon-calendar.svg to volumes/sirm/static/admin/img/icon-calendar.svg
NO CONTENT: file renamed from static/admin/img/icon-calendar.svg to volumes/sirm/static/admin/img/icon-calendar.svg
1 NO CONTENT: file renamed from static/admin/img/icon-changelink.svg to volumes/sirm/static/admin/img/icon-changelink.svg
NO CONTENT: file renamed from static/admin/img/icon-changelink.svg to volumes/sirm/static/admin/img/icon-changelink.svg
1 NO CONTENT: file renamed from static/admin/img/icon-clock.svg to volumes/sirm/static/admin/img/icon-clock.svg
NO CONTENT: file renamed from static/admin/img/icon-clock.svg to volumes/sirm/static/admin/img/icon-clock.svg
1 NO CONTENT: file renamed from static/admin/img/icon-deletelink.svg to volumes/sirm/static/admin/img/icon-deletelink.svg
NO CONTENT: file renamed from static/admin/img/icon-deletelink.svg to volumes/sirm/static/admin/img/icon-deletelink.svg
1 NO CONTENT: file renamed from static/admin/img/icon-no.svg to volumes/sirm/static/admin/img/icon-no.svg
NO CONTENT: file renamed from static/admin/img/icon-no.svg to volumes/sirm/static/admin/img/icon-no.svg
1 NO CONTENT: file renamed from static/admin/img/icon-unknown-alt.svg to volumes/sirm/static/admin/img/icon-unknown-alt.svg
NO CONTENT: file renamed from static/admin/img/icon-unknown-alt.svg to volumes/sirm/static/admin/img/icon-unknown-alt.svg
1 NO CONTENT: file renamed from static/admin/img/icon-unknown.svg to volumes/sirm/static/admin/img/icon-unknown.svg
NO CONTENT: file renamed from static/admin/img/icon-unknown.svg to volumes/sirm/static/admin/img/icon-unknown.svg
1 NO CONTENT: file renamed from static/admin/img/icon-viewlink.svg to volumes/sirm/static/admin/img/icon-viewlink.svg
NO CONTENT: file renamed from static/admin/img/icon-viewlink.svg to volumes/sirm/static/admin/img/icon-viewlink.svg
1 NO CONTENT: file renamed from static/admin/img/icon-yes.svg to volumes/sirm/static/admin/img/icon-yes.svg
NO CONTENT: file renamed from static/admin/img/icon-yes.svg to volumes/sirm/static/admin/img/icon-yes.svg
1 NO CONTENT: file renamed from static/admin/img/inline-delete.svg to volumes/sirm/static/admin/img/inline-delete.svg
NO CONTENT: file renamed from static/admin/img/inline-delete.svg to volumes/sirm/static/admin/img/inline-delete.svg
1 NO CONTENT: file renamed from static/admin/img/search.svg to volumes/sirm/static/admin/img/search.svg
NO CONTENT: file renamed from static/admin/img/search.svg to volumes/sirm/static/admin/img/search.svg
1 NO CONTENT: file renamed from static/admin/img/sorting-icons.svg to volumes/sirm/static/admin/img/sorting-icons.svg
NO CONTENT: file renamed from static/admin/img/sorting-icons.svg to volumes/sirm/static/admin/img/sorting-icons.svg
1 NO CONTENT: file renamed from static/admin/img/tooltag-add.svg to volumes/sirm/static/admin/img/tooltag-add.svg
NO CONTENT: file renamed from static/admin/img/tooltag-add.svg to volumes/sirm/static/admin/img/tooltag-add.svg
1 NO CONTENT: file renamed from static/admin/img/tooltag-arrowright.svg to volumes/sirm/static/admin/img/tooltag-arrowright.svg
NO CONTENT: file renamed from static/admin/img/tooltag-arrowright.svg to volumes/sirm/static/admin/img/tooltag-arrowright.svg
1 NO CONTENT: file renamed from static/admin/js/cancel.js to volumes/sirm/static/admin/js/cancel.js
NO CONTENT: file renamed from static/admin/js/cancel.js to volumes/sirm/static/admin/js/cancel.js
1 NO CONTENT: file renamed from static/admin/js/change_form.js to volumes/sirm/static/admin/js/change_form.js
NO CONTENT: file renamed from static/admin/js/change_form.js to volumes/sirm/static/admin/js/change_form.js
1 NO CONTENT: file renamed from static/admin/js/jquery.init.js to volumes/sirm/static/admin/js/jquery.init.js
NO CONTENT: file renamed from static/admin/js/jquery.init.js to volumes/sirm/static/admin/js/jquery.init.js
1 NO CONTENT: file renamed from static/admin/js/popup_response.js to volumes/sirm/static/admin/js/popup_response.js
NO CONTENT: file renamed from static/admin/js/popup_response.js to volumes/sirm/static/admin/js/popup_response.js
1 NO CONTENT: file renamed from static/admin/js/prepopulate.min.js to volumes/sirm/static/admin/js/prepopulate.min.js
NO CONTENT: file renamed from static/admin/js/prepopulate.min.js to volumes/sirm/static/admin/js/prepopulate.min.js
1 NO CONTENT: file renamed from static/admin/js/prepopulate_init.js to volumes/sirm/static/admin/js/prepopulate_init.js
NO CONTENT: file renamed from static/admin/js/prepopulate_init.js to volumes/sirm/static/admin/js/prepopulate_init.js
1 NO CONTENT: file renamed from static/admin/js/vendor/jquery/jquery.js to volumes/sirm/static/admin/js/vendor/jquery/jquery.js
NO CONTENT: file renamed from static/admin/js/vendor/jquery/jquery.js to volumes/sirm/static/admin/js/vendor/jquery/jquery.js
1 NO CONTENT: file renamed from static/admin/js/vendor/jquery/jquery.min.js to volumes/sirm/static/admin/js/vendor/jquery/jquery.min.js
NO CONTENT: file renamed from static/admin/js/vendor/jquery/jquery.min.js to volumes/sirm/static/admin/js/vendor/jquery/jquery.min.js
1 NO CONTENT: file renamed from static/admin/js/vendor/select2/select2.full.js to volumes/sirm/static/admin/js/vendor/select2/select2.full.js
NO CONTENT: file renamed from static/admin/js/vendor/select2/select2.full.js to volumes/sirm/static/admin/js/vendor/select2/select2.full.js
1 NO CONTENT: file renamed from static/admin/js/vendor/select2/select2.full.min.js to volumes/sirm/static/admin/js/vendor/select2/select2.full.min.js
NO CONTENT: file renamed from static/admin/js/vendor/select2/select2.full.min.js to volumes/sirm/static/admin/js/vendor/select2/select2.full.min.js
1 NO CONTENT: file renamed from static/admin/js/vendor/xregexp/xregexp.js to volumes/sirm/static/admin/js/vendor/xregexp/xregexp.js
NO CONTENT: file renamed from static/admin/js/vendor/xregexp/xregexp.js to volumes/sirm/static/admin/js/vendor/xregexp/xregexp.js
1 NO CONTENT: file renamed from static/admin/js/vendor/xregexp/xregexp.min.js to volumes/sirm/static/admin/js/vendor/xregexp/xregexp.min.js
NO CONTENT: file renamed from static/admin/js/vendor/xregexp/xregexp.min.js to volumes/sirm/static/admin/js/vendor/xregexp/xregexp.min.js
1 NO CONTENT: file renamed from static/css/bokeh-0.11.1.min.css to volumes/sirm/static/css/bokeh-0.11.1.min.css
NO CONTENT: file renamed from static/css/bokeh-0.11.1.min.css to volumes/sirm/static/css/bokeh-0.11.1.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-cosmo.min.css to volumes/sirm/static/css/bootstrap-cosmo.min.css
NO CONTENT: file renamed from static/css/bootstrap-cosmo.min.css to volumes/sirm/static/css/bootstrap-cosmo.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-custom.min.css to volumes/sirm/static/css/bootstrap-custom.min.css
NO CONTENT: file renamed from static/css/bootstrap-custom.min.css to volumes/sirm/static/css/bootstrap-custom.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-flatly.min.css to volumes/sirm/static/css/bootstrap-flatly.min.css
NO CONTENT: file renamed from static/css/bootstrap-flatly.min.css to volumes/sirm/static/css/bootstrap-flatly.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-journal.min.css to volumes/sirm/static/css/bootstrap-journal.min.css
NO CONTENT: file renamed from static/css/bootstrap-journal.min.css to volumes/sirm/static/css/bootstrap-journal.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-lumen.min.css to volumes/sirm/static/css/bootstrap-lumen.min.css
NO CONTENT: file renamed from static/css/bootstrap-lumen.min.css to volumes/sirm/static/css/bootstrap-lumen.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-sandstone.min.css to volumes/sirm/static/css/bootstrap-sandstone.min.css
NO CONTENT: file renamed from static/css/bootstrap-sandstone.min.css to volumes/sirm/static/css/bootstrap-sandstone.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-simplex.min.css to volumes/sirm/static/css/bootstrap-simplex.min.css
NO CONTENT: file renamed from static/css/bootstrap-simplex.min.css to volumes/sirm/static/css/bootstrap-simplex.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-slate.min.css to volumes/sirm/static/css/bootstrap-slate.min.css
NO CONTENT: file renamed from static/css/bootstrap-slate.min.css to volumes/sirm/static/css/bootstrap-slate.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-spacelab.min.css to volumes/sirm/static/css/bootstrap-spacelab.min.css
NO CONTENT: file renamed from static/css/bootstrap-spacelab.min.css to volumes/sirm/static/css/bootstrap-spacelab.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-theme.css.map to volumes/sirm/static/css/bootstrap-theme.css.map
NO CONTENT: file renamed from static/css/bootstrap-theme.css.map to volumes/sirm/static/css/bootstrap-theme.css.map
1 NO CONTENT: file renamed from static/css/bootstrap-united.min.css to volumes/sirm/static/css/bootstrap-united.min.css
NO CONTENT: file renamed from static/css/bootstrap-united.min.css to volumes/sirm/static/css/bootstrap-united.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-yeti.min.css to volumes/sirm/static/css/bootstrap-yeti.min.css
NO CONTENT: file renamed from static/css/bootstrap-yeti.min.css to volumes/sirm/static/css/bootstrap-yeti.min.css
1 NO CONTENT: file renamed from static/css/bootstrap-yeti2.min.css to volumes/sirm/static/css/bootstrap-yeti2.min.css
NO CONTENT: file renamed from static/css/bootstrap-yeti2.min.css to volumes/sirm/static/css/bootstrap-yeti2.min.css
1 NO CONTENT: file renamed from static/css/bootstrap.css to volumes/sirm/static/css/bootstrap.css
NO CONTENT: file renamed from static/css/bootstrap.css to volumes/sirm/static/css/bootstrap.css
1 NO CONTENT: file renamed from static/css/bootstrap.css.map to volumes/sirm/static/css/bootstrap.css.map
NO CONTENT: file renamed from static/css/bootstrap.css.map to volumes/sirm/static/css/bootstrap.css.map
1 NO CONTENT: file renamed from static/css/bootstrap.min.css to volumes/sirm/static/css/bootstrap.min.css
NO CONTENT: file renamed from static/css/bootstrap.min.css to volumes/sirm/static/css/bootstrap.min.css
1 NO CONTENT: file renamed from static/css/bootstrap.min.css.map to volumes/sirm/static/css/bootstrap.min.css.map
NO CONTENT: file renamed from static/css/bootstrap.min.css.map to volumes/sirm/static/css/bootstrap.min.css.map
1 NO CONTENT: file renamed from static/css/fontawesome.css to volumes/sirm/static/css/fontawesome.css
NO CONTENT: file renamed from static/css/fontawesome.css to volumes/sirm/static/css/fontawesome.css
1 NO CONTENT: file renamed from static/css/js/bootstrap.min.js to volumes/sirm/static/css/js/bootstrap.min.js
NO CONTENT: file renamed from static/css/js/bootstrap.min.js to volumes/sirm/static/css/js/bootstrap.min.js
1 NO CONTENT: file renamed from static/css/js/jquery-3.3.1.slim.min.js to volumes/sirm/static/css/js/jquery-3.3.1.slim.min.js
NO CONTENT: file renamed from static/css/js/jquery-3.3.1.slim.min.js to volumes/sirm/static/css/js/jquery-3.3.1.slim.min.js
1 NO CONTENT: file renamed from static/css/js/plotly-latest.min.js to volumes/sirm/static/css/js/plotly-latest.min.js
NO CONTENT: file renamed from static/css/js/plotly-latest.min.js to volumes/sirm/static/css/js/plotly-latest.min.js
1 NO CONTENT: file renamed from static/fonts/FontAwesome.otf to volumes/sirm/static/fonts/FontAwesome.otf
NO CONTENT: file renamed from static/fonts/FontAwesome.otf to volumes/sirm/static/fonts/FontAwesome.otf
1 NO CONTENT: file renamed from static/fonts/fontawesome-webfont.eot to volumes/sirm/static/fonts/fontawesome-webfont.eot
NO CONTENT: file renamed from static/fonts/fontawesome-webfont.eot to volumes/sirm/static/fonts/fontawesome-webfont.eot
1 NO CONTENT: file renamed from static/fonts/fontawesome-webfont.svg to volumes/sirm/static/fonts/fontawesome-webfont.svg
NO CONTENT: file renamed from static/fonts/fontawesome-webfont.svg to volumes/sirm/static/fonts/fontawesome-webfont.svg
1 NO CONTENT: file renamed from static/fonts/fontawesome-webfont.ttf to volumes/sirm/static/fonts/fontawesome-webfont.ttf
NO CONTENT: file renamed from static/fonts/fontawesome-webfont.ttf to volumes/sirm/static/fonts/fontawesome-webfont.ttf
1 NO CONTENT: file renamed from static/fonts/fontawesome-webfont.woff to volumes/sirm/static/fonts/fontawesome-webfont.woff
NO CONTENT: file renamed from static/fonts/fontawesome-webfont.woff to volumes/sirm/static/fonts/fontawesome-webfont.woff
1 NO CONTENT: file renamed from static/fonts/fontawesome-webfont.woff2 to volumes/sirm/static/fonts/fontawesome-webfont.woff2
NO CONTENT: file renamed from static/fonts/fontawesome-webfont.woff2 to volumes/sirm/static/fonts/fontawesome-webfont.woff2
1 NO CONTENT: file renamed from static/fonts/glyphicons-halflings-regular.svg to volumes/sirm/static/fonts/glyphicons-halflings-regular.svg
NO CONTENT: file renamed from static/fonts/glyphicons-halflings-regular.svg to volumes/sirm/static/fonts/glyphicons-halflings-regular.svg
1 NO CONTENT: file renamed from static/images/Thumbs.db to volumes/sirm/static/images/Thumbs.db
NO CONTENT: file renamed from static/images/Thumbs.db to volumes/sirm/static/images/Thumbs.db
1 NO CONTENT: file renamed from static/js/abs.js to volumes/sirm/static/js/abs.js
NO CONTENT: file renamed from static/js/abs.js to volumes/sirm/static/js/abs.js
1 NO CONTENT: file renamed from static/js/bokeh-0.11.1.min.js to volumes/sirm/static/js/bokeh-0.11.1.min.js
NO CONTENT: file renamed from static/js/bokeh-0.11.1.min.js to volumes/sirm/static/js/bokeh-0.11.1.min.js
1 NO CONTENT: file renamed from static/js/bokeh-0.12.1.min.js to volumes/sirm/static/js/bokeh-0.12.1.min.js
NO CONTENT: file renamed from static/js/bokeh-0.12.1.min.js to volumes/sirm/static/js/bokeh-0.12.1.min.js
1 NO CONTENT: file renamed from static/js/bokeh-2.2.1.min.js to volumes/sirm/static/js/bokeh-2.2.1.min.js
NO CONTENT: file renamed from static/js/bokeh-2.2.1.min.js to volumes/sirm/static/js/bokeh-2.2.1.min.js
1 NO CONTENT: file renamed from static/js/go-debug.js to volumes/sirm/static/js/go-debug.js
NO CONTENT: file renamed from static/js/go-debug.js to volumes/sirm/static/js/go-debug.js
1 NO CONTENT: file renamed from static/js/jquery-ui.min.js to volumes/sirm/static/js/jquery-ui.min.js
NO CONTENT: file renamed from static/js/jquery-ui.min.js to volumes/sirm/static/js/jquery-ui.min.js
1 NO CONTENT: file renamed from static/js/plotly-latest.min.js to volumes/sirm/static/js/plotly-latest.min.js
NO CONTENT: file renamed from static/js/plotly-latest.min.js to volumes/sirm/static/js/plotly-latest.min.js
1 NO CONTENT: file renamed from static/webfonts/fa-brands-400.svg to volumes/sirm/static/webfonts/fa-brands-400.svg
NO CONTENT: file renamed from static/webfonts/fa-brands-400.svg to volumes/sirm/static/webfonts/fa-brands-400.svg
1 NO CONTENT: file renamed from static/webfonts/fa-solid-900.eot to volumes/sirm/static/webfonts/fa-solid-900.eot
NO CONTENT: file renamed from static/webfonts/fa-solid-900.eot to volumes/sirm/static/webfonts/fa-solid-900.eot
1 NO CONTENT: file renamed from static/webfonts/fa-solid-900.svg to volumes/sirm/static/webfonts/fa-solid-900.svg
NO CONTENT: file renamed from static/webfonts/fa-solid-900.svg to volumes/sirm/static/webfonts/fa-solid-900.svg
1 NO CONTENT: file renamed from static/webfonts/fa-solid-900.ttf to volumes/sirm/static/webfonts/fa-solid-900.ttf
NO CONTENT: file renamed from static/webfonts/fa-solid-900.ttf to volumes/sirm/static/webfonts/fa-solid-900.ttf
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (992 lines changed) Show them Hide them
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (587 lines changed) Show them Hide them
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (655 lines changed) Show them Hide them
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now