Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
  2. Oct 25, 2018
  3. Oct 12, 2018
    • George Salukvadze's avatar
      v 1.07.0 · df35223c
      George Salukvadze authored
      - Changed strain gauges to use central Oracle DB instead of local MySQL DB
      - Small fixes and changes
      TODO:
      df35223c
  4. Oct 03, 2018
  5. Oct 01, 2018
  6. Sep 28, 2018
    • George Salukvadze's avatar
      v 1.06.0 · 81ef9b87
      George Salukvadze authored
      - Finished correcting logic of backend, where the sql inserts element_ids into global temp table and then selects joining with vevents view
      - Finished recreating the logic of transferring element names to PHP, instead will transfer file name, from which PHP will read element IDs
      - Small fixes and changes
      TODO:
      81ef9b87
  7. Sep 25, 2018
    • George Salukvadze's avatar
      v 1.05.0 · e01356a5
      George Salukvadze authored
      - Added oci_bind to PHP files
      - Finished recreating the logic of transferring element names to PHP, instead will transfer file name, from which PHP will read element IDs
      - Small fixes and changes
      TODO:
      e01356a5
  8. Sep 24, 2018
    • George Salukvadze's avatar
      v 1.01.0 · 188c4b94
      George Salukvadze authored
      - Added oci_bind to PHP files
      - Recreating the logic of transferring element names to PHP, instead will transfer file name, from which PHP will read element IDs
      - Small fixes and changes
      TODO:
      188c4b94
  9. Sep 14, 2018
    • George Salukvadze's avatar
      v 0.99.0 · 1f62fd56
      George Salukvadze authored
      - Updated interval to be 60 s on all the pages except gauges (150 s) and wibs (120 s)
      - Updated PHP DB connectivity with bind variables
      - Small fixes and changes
      TODO:
      1f62fd56
  10. Sep 13, 2018
    • George Salukvadze's avatar
      v 0.97.9 · ba326541
      George Salukvadze authored
      - Added Heinzinger variables to ground planes component
      - Small fixes and changes
      TODO:
      ba326541
  11. Sep 07, 2018
  12. Sep 06, 2018
  13. Aug 30, 2018
    • George Salukvadze's avatar
      v 0.97.2 · 063a6620
      George Salukvadze authored
      - Changed create db to gauges_new table
      - Small fixes and changes
      TODO:
      063a6620
  14. Aug 24, 2018
  15. Aug 21, 2018
    • George Salukvadze's avatar
      v 0.97.0 · 2984c95e
      George Salukvadze authored
      - Added a script to read data from XLSX file and insert it to MySQL database
      - Completely reworked strain gauges client-server connectivity and server logic - now it reads data from MySQL database
      - Small fixes and changes
      TODO:
      2984c95e
  16. Aug 15, 2018
    • George Salukvadze's avatar
      v 0.97.0 · 73365e33
      George Salukvadze authored
      - Added a script to read data from XLSX file and insert it to MySQL database
      - Completely reworked strain gauges client-server connectivity and server logic - now it reads data from MySQL database
      - Small fixes and changes
      TODO:
      73365e33
  17. Aug 14, 2018
    • George Salukvadze's avatar
      v 0.96.0 · f5886a78
      George Salukvadze authored
      - Added histogram for strain gauges
      - Small fixes and changes
      - Added temperature map
      - Redid cameras main page
      TODO:
      f5886a78
  18. Aug 12, 2018
    • George Salukvadze's avatar
      v 0.95.0 · a1cef63a
      George Salukvadze authored
      - Added histogram for strain gauges (to fix file 500 error)
      - Small fixes and changes
      TODO:
      - Optimize the view in DB or access the table directly
      a1cef63a
  19. Aug 06, 2018
    • George Salukvadze's avatar
      v 0.94.1 · acf7e7fe
      George Salukvadze authored
      - Changed the plot/histogram library to HighCharts
      - Added strain gauges
      - Small fixes and changes
      TODO:
      - Optimize the view in DB or access the table directly
      acf7e7fe
    • George Salukvadze's avatar
      v 0.94.0 · 24bfe9c8
      George Salukvadze authored
      - Changed the plot/histogram library to HighCharts
      - Added strain gauges
      - Small fixes and changes
      TODO:
      - Optimize the view in DB or access the table directly
      - Optimize histograms or use InfluxDB for storage
      24bfe9c8
  20. Aug 02, 2018
    • George Salukvadze's avatar
      v 0.93.0 · 26ddcc5c
      George Salukvadze authored
      - Optimized SQL query in elementName.conn.php
      - Added 2 hours to timestamp in histograms
      - Small fixes and changes
      TODO:
      - Optimize the view in DB or access the table directly
      - Optimize histograms or use InfluxDB for storage
      26ddcc5c
  21. Jul 26, 2018
    • George Salukvadze's avatar
      v 0.90.0 · 27d0e6d7
      George Salukvadze authored
      - Added spbottom, multiplexer, spgradient, splevel2, spwall components (still in development)
      - Small fixes and changes
      TODO:
      - Optimize database connectivity
      27d0e6d7
  22. Jul 24, 2018
    • George Salukvadze's avatar
      v 0.80.1 · 12cbdc61
      George Salukvadze authored
      - Added Commisioning page
      - Small fixes and changes
      TODO:
      - Optimize database connectivity
      12cbdc61
  23. Jul 22, 2018
    • George Salukvadze's avatar
      v 0.80.0 · c4f0f40d
      George Salukvadze authored
      - Completely reworked database connectivity model. Now each component sends an array instead of calling php file for each element. Weirdly, it takes more time, but receives less data.
      - Reworked the cameras to use WebRTC instead of Adobe Flash
      - Added new sensor on Cryostat page
      TODO:
      - Optimize database connectivity
      c4f0f40d
  24. Jun 21, 2018
    • George Salukvadze's avatar
      v 0.30.2 · bbc1147d
      George Salukvadze authored
      - Added two more components "tInternal" and "purity"
      - Small fixes and changes
      bbc1147d
  25. Jun 18, 2018
    • George Salukvadze's avatar
      v 0.27.9 · 89d5223f
      George Salukvadze authored
      - Changed DB connectivity structure by leaving only two files "alias.conn.php" and "elementName.conn.php"
      - Small fixes and changes
      89d5223f
    • George Salukvadze's avatar
      v 0.27.8 · 1b5bbd0b
      George Salukvadze authored
      - Changed DB connectivity structure by leaving only two files "alias.conn.php" and "elementName.conn.php"
      - Small fixes and changes
      1b5bbd0b
    • George Salukvadze's avatar
      v 0.27.7 · 4aa68bc6
      George Salukvadze authored
      - Changed DB connectivity structure by leaving only two files "alias.conn.php" and "elementName.conn.php"
      - Small fixes and changes
      4aa68bc6
    • George Salukvadze's avatar
      v 0.27.6 · 3314f35b
      George Salukvadze authored
      - Changed DB connectivity structure by leaving only two files "alias.conn.php" and "elementName.conn.php"
      - Small fixes and changes
      3314f35b
  26. Jun 15, 2018
    • George Salukvadze's avatar
      v 0.27.0 · fbdcae06
      George Salukvadze authored
      - Preparations of directory structure to add new components - Bellegarde, Jura, Lausanne and Saleve sides of Cryostat
      - Small fixes and changes
      - Changes to layout and CSS
      fbdcae06
  27. Jun 06, 2018
    • George Salukvadze's avatar
      v 0.24.0 · 1af79ce7
      George Salukvadze authored
      - Preparing directory structure and configuration to include new component 'mpodpd' that represents photon detectors
      1af79ce7
  28. Jun 05, 2018
    • George Salukvadze's avatar
      v 0.22.2 · d3b387b6
      George Salukvadze authored
      - Preparing directory and file structure to add 2 more components "crate" and "wib"
      - Small fixes
      d3b387b6
  29. Jun 04, 2018
    • George Salukvadze's avatar
      v 0.22.0 · d7662615
      George Salukvadze authored
      - Preparing directory and file structure to add 2 more components "crate" and "wib"
      d7662615
  30. Jun 01, 2018
    • George Salukvadze's avatar
      v 0.21.3 · 12a2afae
      George Salukvadze authored
      - Added new component - "Z-monitor" (Ground Impedance monitor)
      - Small fixes
      12a2afae
  31. May 31, 2018
    • George Salukvadze's avatar
      v 0.21.2 · 0179293f
      George Salukvadze authored
      - Started preparation for adding new component zmonitor ("Ground Impedance monitor")
      0179293f
  32. May 28, 2018
    • George Salukvadze's avatar
      v 0.21.0 · 4698b085
      George Salukvadze authored
      - Added functionality to buttons on histogram controller so that they allow to change the timespan of data
      4698b085
    • George Salukvadze's avatar
      v 0.19.1 · bb956391
      George Salukvadze authored
      - Updated fonts in CSS to include websafe fonts
      - Updated Membranes page to be readable
      - Changed logic behind Histogram to prepare for buttons
      bb956391
  33. May 23, 2018
    • George Salukvadze's avatar
      v 0.19.0 · 4530b637
      George Salukvadze authored
      - Updates to Membrane page layout
      - Small fixes in CSS
      - Small fixes in histogram charts
      4530b637
  34. May 20, 2018
    • George Salukvadze's avatar
      v 0.18.5 · 3bb2021a
      George Salukvadze authored
      - Starting update to histograms to show data for last 3 days only by default
      3bb2021a
Loading