Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: geopython/pycsw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: geopython/pycsw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4
Choose a head ref
  • 19 commits
  • 273 files changed
  • 4 contributors

Commits on May 17, 2019

  1. add 3.7 support for PyPI

    tomkralidis committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4605aa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Fix #597 Handle different formats for CRS code input (#598)

    * Handle different formats for CRS code input
    
    It should now cater for all the possible formats it might receive when it loads the records into pycsw.
    
    I've also removed the hardcoded ‘version’, and replaced with the extracted ‘version’ from the value of <gmd:code>, or if <gmd:version> is defined, it takes it from here instead.
    
    * Fixing duplication of CRS in database
    ludona7 authored and tomkralidis committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    3332dbb View commit details
    Browse the repository at this point in the history
  2. [WIP] Fix configuration paths and db paths (#600) (#602)

    * Fix configuration paths and db paths (#600)
    
    * Fix tester with new path structure (#600)
    
    * Update expected test results based on new paths (#600)
    kalxas authored and tomkralidis committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ce63e02 View commit details
    Browse the repository at this point in the history
  3. update release version

    kalxas committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ac888ef View commit details
    Browse the repository at this point in the history
  4. 4 Configuration menu
    Copy the full SHA
    d7b46ff View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. adjust background for images in docs

    tomkralidis authored and kalxas committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    314c56a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c6744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1312d59 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #605 from kalxas/requirements_unpin

    Unfreeze pip versions for the next release
    kalxas authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d07d2d0 View commit details
    Browse the repository at this point in the history
  5. update release version

    kalxas committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5db3682 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on Aug 25, 2020

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

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    d1574bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a3a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b29a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2435fb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. docker-alpine (#612)

    * Adding scriptto minimize apk add footprint
    
    * Up-date dockerfile for newer alpine linux - note the pycsw installtion is performed by cloning the repository, this maybe changed by using directly the files in the repository root directory
    
    * fixibg pycsw instalation from root repository
    
    * adding missing file to cleanup pyc files
    
    * fixing and clean-uo, thanks tomkralidis :)
    
    * remove clean-pyc-files
    
    * add licensing and copytights
    
    * add licensing and copytights
    
    * add licensing and copytights
    epifanio authored and kalxas committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    06238e9 View commit details
    Browse the repository at this point in the history
  2. minor Dockerfile fixes

    tomkralidis authored and kalxas committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    61896e8 View commit details
    Browse the repository at this point in the history
  3. add Dockerfile optimizations (#613)

    tomkralidis authored and kalxas committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    37e0527 View commit details
    Browse the repository at this point in the history
Loading