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: cnpm/cnpmcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.69.0
Choose a base ref
...
head repository: cnpm/cnpmcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.70.0
Choose a head ref
  • 2 commits
  • 38 files changed
  • 2 contributors

Commits on Nov 30, 2024

  1. feat: support PostgreSQL (#733)

    closes #731
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    ## Release Notes
    
    - **New Features**
    - Added support for PostgreSQL alongside MySQL, including a new database
    setup script and comprehensive documentation for local development.
    - Introduced a new CI job for PostgreSQL testing in the GitHub Actions
    workflow.
    - Enhanced the `README.md` and `DEVELOPER.md` files to provide clearer
    instructions for using both database systems.
    - Added new environment variable configurations for PostgreSQL in the
    Docker deployment documentation.
    
    - **Bug Fixes**
    - Improved error handling in tests for duplicate entries to accommodate
    both MySQL and PostgreSQL error messages.
    
    - **Documentation**
    - Updated setup instructions for PostgreSQL and clarified MySQL setup in
    the documentation.
    	- Enhanced contributor information in the README.
    - Expanded instructions for setting up Elasticsearch and Kibana,
    including environment variable configurations.
    
    - **Chores**
    - Updated package dependencies to include PostgreSQL client libraries
    and modified scripts to support both databases.
    	- Changed the base image in the Dockerfile to a newer Node.js version.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    f240799 View commit details
    Browse the repository at this point in the history
  2. Release 3.70.0

    [skip ci]
    
    ## [3.70.0](v3.69.0...v3.70.0) (2024-11-30)
    
    ### Features
    
    * support PostgreSQL ([#733](#733)) ([f240799](f240799))
    semantic-release-bot committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    1d128e2 View commit details
    Browse the repository at this point in the history
Loading