summaryrefslogtreecommitdiffstats
path: root/ui-react
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Rework Loop properties windowxuegao4-5/+140
2019-07-19Rework the statussebdet6-56/+114
2019-07-19Rework the logssebdet2-1/+96
2019-07-19Merge "Add data saving"Xue Gao3-33/+74
2019-07-19Merge "Add generic svg selection"Xue Gao5-25/+46
2019-07-18Integrate testing frameworkxuegao5-1/+378
2019-07-18Add data savingsebdet3-33/+74
2019-07-18Add generic svg selectionsebdet5-25/+46
2019-07-17Fix warningssebdet3-8/+9
2019-07-17Draft of Config policysebdet7-22/+47
2019-07-16SVG Renderingsebdet16-710/+372
2019-07-15Rework the Open CL windowxuegao8-13/+199
2019-07-12Rework the structuresebdet9-16/+27
2019-07-12Introduce modalsebdet16-933/+1649
2019-07-10Create login page and add wiki/contact itemxuegao11-9/+428
2019-07-05More modular approachsebdet24-502/+1036
2019-06-28Create the sub components for new Clamp UIxuegao17-147/+579
2019-06-25Fix frontend dep issuesebdet2-23/+28
2019-06-25Restructure the clamp ui headerxg353y6-40/+221
2019-06-25Frontend initial draftsebdet8-0/+173
>\ libffi-dev \ libxml2-dev && \ gem install chef:13.8.5 berkshelf:6.3.1 io-console:0.4.6 etc webrick --no-document && \ apt-get update -y && apt-get remove bash -y --allow-remove-essential && \ apt-get install -y binutils && apt-get clean && gem cleanup USER sdc COPY --chown=sdc:sdc chef-solo /home/sdc/chef-solo/ COPY --chown=sdc:sdc chef-repo/cookbooks /home/sdc/chef-solo/cookbooks/ COPY --chown=sdc:sdc startup.sh /home/sdc/ RUN chmod 770 /home/sdc/startup.sh ENTRYPOINT [ "/home/sdc/startup.sh" ]