Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix longitude window in process forms. #229

Open
wants to merge 77 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2020

  1. Merge pull request #1 from bird-house/master

    Updating our fork
    agstephens authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    959fe41 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    d2978ea View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    70146f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Add a range slider widget

    If WPS input parameter is of type string and the identifier starts with
    "range-slider" then a range slider widget is used. If the input
    parameter default value is of the form "nnnn|nnnn" then the two numbers
    are used as the beginning and end of the range.
    antony-wilson committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c3f3807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e5d62a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Add a date range slider widget

    If WPS input parameter is of type string and the identifier starts with
    "date-slider" then a date range slider widget is used. If the input
    parameter default value is of the form "yyyy/mm/dd|yyyy/mm/dd" then the
    two numbers are used as the beginning and end of the range.
    antony-wilson committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    7e761b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from cedadev/bbox

    Add openlayers map selection for bbox
    antony-wilson authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    be157bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from cedadev/range-slider

    Range slider
    antony-wilson authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    430eeeb View commit details
    Browse the repository at this point in the history
  4. Update the range slider widgets

    range_slider:
    - identified by any input ID that ends in "NumericRange"
    - provided as: `<start>/<end>`
    
    date_slider:
    - identified by any input ID that ends in "DateRange"
    - provided as: `<YYYY-MM-DD>/<YYYY-MM-DD>`
    antony-wilson committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    698ffb2 View commit details
    Browse the repository at this point in the history
  5. CEDA branding

    antony-wilson committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    42fb19c View commit details
    Browse the repository at this point in the history
  6. update ceda style

    antony-wilson committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    61f7f34 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    b35f48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb99256 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    0e684ee View commit details
    Browse the repository at this point in the history
  2. update styling

    antony-wilson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    eecd47e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    420769e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3de096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36d8a7e View commit details
    Browse the repository at this point in the history
  4. The page count on the monitor page is not an int

    The page count shows up as
    `page 4 of 4.9`
    
    This fixes this issue, so now it displays
    `page 4 of 4`
    antony-wilson committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    283acbf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from cedadev/monitor_page_page_count

    The page count on the monitor page is not an int
    antony-wilson authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e1eefae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74d299c View commit details
    Browse the repository at this point in the history
  7. add chameleon dependency as we are having trouble with the latest

    version
    
    There appears to be a bug when creating 'select' fields from templates
    antony-wilson committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    39266b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb09d26 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from cedadev/requirements-patch

    Patched requirements.txt - as was not working in ansible
    agstephens authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c5f1658 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    29d6cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6763a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. remove async tick box

    antony-wilson committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    4cb6b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f08dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c679d5 View commit details
    Browse the repository at this point in the history
  4. add vocab validator

    antony-wilson committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    5d5c98c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f2703 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    8315670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09eaae2 View commit details
    Browse the repository at this point in the history
  3. add a second delay when a job is submitted before going to the monitor

    page in order to give it a chance to appear
    antony-wilson committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    72e8fff View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    2d5310c View commit details
    Browse the repository at this point in the history
  2. Add ssl-certificate and ssl-certificate-key parameters for use in

    custom.cfg
    
    They have defaults of `cert.pem` and get added to the nginx.conf file
    antony-wilson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    add7f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    780c97f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    58c15ae View commit details
    Browse the repository at this point in the history
  2. Updated: buildout.cfg

    agstephens committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4fa53e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    cd84ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d65b19 View commit details
    Browse the repository at this point in the history
  3. Updated mongodb lookup on "title" as well as "identifier"

    Modified `MongodbCatalog.get_record_by_id(self, identifier)`
    
    It now gets a database record by comparing the input parameter with
    the "identifier" or "title".
    
    If the identifier does not match, then a case-insensitive
    match is made on the title (replacing "_" with " "). This
    enables _deterministic_ URLs in which the WPS can be identified
    by a meaningful string as well as the standard long identifier.
    agstephens committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c26c43c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    9c86fbc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    ecb722e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. File Upload Widget

    This makes use of the deform `FileUploadWidget`.
    
    The implementation of the `FileUploadTempStore` writes the file to disk.
    The root used for the path to write the files is taken from the
    configuration variable `file-upload-storage-dir`. The limit of the file
    size that can be uploaded is set by the configuration variable
    `file-upload-max-size-mb`
    
    The implementation of the `FileUploadWidget` returns a string that is
    the path to the uploaded file.
    antony-wilson committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    381df69 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    add6e8d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Changes have been made for where user management is handled outside of

    Phoenix.
    
    This relates to #23
    
    A new variable has been introduced, `local-user-management`, which can
    be set in the `custom.cfg`, e.g. `local-user-management = false`. By
    default the value is `true` and the current behaviour remains unchanged.
    
    When set to `false` then a number of end-points will not be found:
    - people
    - people/profile/{userid}/{tab}
    - people/delete/{userid}
    These items will also be removed from the navbar
    antony-wilson committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    73f1174 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    6fd480e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    202e461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from cedadev/help-link-update

    Updated "User Documentation" link in Help
    agstephens authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4a9259a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    dd5d3d5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    b040367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47853af View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Updated requirements.txt

    Set to use pyramid at version less than 2.0 (which has breaking changes).
    agstephens authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c992a49 View commit details
    Browse the repository at this point in the history
  2. Updated environment.yml

    Set pyramid at version less than 2.0
    agstephens authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    88eded8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    c85a17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aae395 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Updated ceda security

    agstephens committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1b36cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a5790 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Updated home.pt

    agstephens committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    6bca970 View commit details
    Browse the repository at this point in the history
  2. Updated home.pt

    agstephens committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8f0b163 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    f57a833 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    a58ce44 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    4f79406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dc4ba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. add script to parse stats

    agstephens committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a64af38 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5abb8e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    9f9dc33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a522324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d8dc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa560e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    33584b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a205957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29088af View commit details
    Browse the repository at this point in the history
  3. Updated after test

    agstephens committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b6da374 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3c28883 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Updated validators.

    agstephens committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a63dcbb View commit details
    Browse the repository at this point in the history