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

Adding .gitattributes file #940

Merged
merged 13 commits into from
May 21, 2024
Merged

Commits on May 20, 2024

  1. Create .gitattributes

    Signed-off-by: Balram Choudhary <[email protected]>
    bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6c49106 View commit details
    Browse the repository at this point in the history
  2. Update .gitattributes

    Signed-off-by: Balram Choudhary <[email protected]>
    bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4bc8b89 View commit details
    Browse the repository at this point in the history
  3. Update .gitattributes

    Signed-off-by: Balram Choudhary <[email protected]>
    bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    22e9c86 View commit details
    Browse the repository at this point in the history
  4. Upgrade cibuildwheel on Linux & Mac OS job (ibmdb#920)

    cibuildwheel was already bumped for the Windows 62 and 64 bit jobs,
    but the Linux and Mac OS jobs were still using the old version,
    which doesn't support Python 3.12.
    So despite the advertised support for Python 3.12,
    the 3.12 wheels were not actually being uploaded.
    
    Signed-off-by: Bradley Reynolds <[email protected]>
    Signed-off-by: Balram Choudhary <[email protected]>
    shenanigansd authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    edc560f View commit details
    Browse the repository at this point in the history
  5. Downgrade upload-artifact on 64 bit Windows (ibmdb#919)

    actions/upload-artifact was only bumped to v4 on 64 bit Windows.
    Artifacts created with v4 can not be downloaded by v3,
    so the download step in the release job completely misses the 64 bit Windows wheels.
    
    ref: https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/
    
    Signed-off-by: Bradley Reynolds <[email protected]>
    Signed-off-by: Balram Choudhary <[email protected]>
    shenanigansd authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    38f2e05 View commit details
    Browse the repository at this point in the history
  6. v3.2.3

    Signed-off-by: Balram Choudhary <[email protected]>
    bimalkjha authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55f3c9a View commit details
    Browse the repository at this point in the history
  7. Update INSTALL.md (ibmdb#921)

    * Update INSTALL.md
    
    🚀 Enhancement: Support IBM DB for M1 Macs
    
    Description:
    Numerous developers are encountering difficulties with IBM DB not functioning on M1 Macs, even after installing the x86 version of Python. This PR aims to resolve this issue and provide comprehensive support for IBM DB on M1 Mac systems.
    
    Proposed Solution:
    I have introduced a series of steps that developers can follow to seamlessly configure and run IBM DB on their M1 Macs. By implementing these steps, users will be able to effectively utilize IBM DB in their development environment without encountering compatibility issues.
    
    Key Changes:
    
    Added detailed instructions for configuring IBM DB on M1 Macs.
    Addressed compatibility concerns to ensure smooth integration with the system architecture.
    Tested and verified the proposed solution on M1 Macs to ensure reliability and effectiveness.
    Benefits:
    
    Enables developers to seamlessly utilize IBM DB on M1 Mac systems.
    Enhances the development experience by eliminating compatibility issues.
    Improves productivity and efficiency for developers working on M1 Mac platforms.
    Instructions for Reviewers:
    Please review the provided steps and ensure they are clear, concise, and effective in addressing the IBM DB compatibility issue on M1 Macs. Any feedback or suggestions for further improvements are highly appreciated.
    
    Let's collaborate to streamline IBM DB support for M1 Macs and enhance the development experience for all users.
    
    Thank you for your attention and assistance in addressing this critical issue!
    
    Signed-off-by: Ankit Kumar <[email protected]>
    
    * Signed-off-by: Ankit Kumar <[email protected]>
    Update INSTALL.md
    
    Signed-off-by: Ankit Kumar <[email protected]>
    
    ---------
    
    Signed-off-by: Ankit Kumar <[email protected]>
    Signed-off-by: Balram Choudhary <[email protected]>
    LogicLuminaryy authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b6a6bdc View commit details
    Browse the repository at this point in the history
  8. doc update to addess issues ibmdb#907, ibmdb#926

    Signed-off-by: Balram Choudhary <[email protected]>
    bimalkjha authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c13e8ad View commit details
    Browse the repository at this point in the history
  9. Added isolation level attribute support (ibmdb#932)

    Signed-off-by: ek <[email protected]>
    Signed-off-by: Balram Choudhary <[email protected]>
    Earammak authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5ca9dd3 View commit details
    Browse the repository at this point in the history
  10. doc update for license error, issue ibmdb#933

    Signed-off-by: Balram Choudhary <[email protected]>
    bimalkjha authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7e3028a View commit details
    Browse the repository at this point in the history
  11. Update bld_wheels_and_upload.yml

    Signed-off-by: Balram Choudhary <[email protected]>
    Earammak authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6eae85f View commit details
    Browse the repository at this point in the history
  12. Update bld_wheels_and_upload.yml

    Signed-off-by: Balram Choudhary <[email protected]>
    Earammak authored and bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    675c0fd View commit details
    Browse the repository at this point in the history
  13. Adding .gitattributes file

    Signed-off-by: Balram Choudhary <[email protected]>
    bchoudhary6415 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2d2b0de View commit details
    Browse the repository at this point in the history