Skip to content
Snippets Groups Projects
  1. Feb 28, 2019
  2. Feb 08, 2019
  3. Feb 07, 2019
  4. Feb 06, 2019
    • Tanner Prestegard's avatar
      Add playground instance changes into master · a6a68799
      Tanner Prestegard authored
      The settings for gracedb-playground are no longer on a separate
      branch and are just included in master. They can be selected
      simply by settings the DJANGO_SETTINGS_MODULE environment variable
      appropriately.  This should be much easier to maintain than a
      completely separate branch.
      a6a68799
    • Tanner Prestegard's avatar
      Update throttles and add anonymous throttles · 978b83d2
      Tanner Prestegard authored
      All throttles now use a database-backed cache since that is the
      only way to do centralized throttling (important for production
      deployment with multiple workers). We also add default throttles
      for anonymous users for the entire API.
      978b83d2
  5. Feb 05, 2019
    • Tanner Prestegard's avatar
      Use apiweb URLs for all web-based calls to the API · e1e5203b
      Tanner Prestegard authored
      Various javascript functionalities and forms in the web interface
      make calls to the API to get or process data. The current
      Apache configuration (verify a certificate IF presented on /api/*)
      causes pop-ups for users who have certificates in their browsers
      if they visit any pages which have these functionalities. So we have
      changed all of those URLs to use /apiweb/ for now to prevent the
      certificate challenge.  This will be resolved in the future by
      getting away from certificate-based authentication.
      e1e5203b
    • Tanner Prestegard's avatar
      Fix IVORN and standardize superevent ID · 22401fac
      Tanner Prestegard authored
      VOEvent IVORNs now use ivo://gwnet/LVC instead of
      ivo://gwnet/gcn_sender. Also use the default superevent ID everywhere
      in a VOEvent, including filename, even if it has a GW ID.
      22401fac
  6. Jan 09, 2019
  7. Dec 18, 2018
  8. Dec 17, 2018
  9. Dec 06, 2018
  10. Dec 05, 2018
  11. Dec 03, 2018
Loading