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

Truncate description with gitlab project name #57

Commits on Aug 9, 2023

  1. Adding a function to truncate project name in descriptions that are t…

    …oo long
    Shresta Bangaru committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    859bc53 View commit details
    Browse the repository at this point in the history
  2. Revert "Adding a function to truncate project name in descriptions th…

    …at are too long"
    
    This reverts commit 859bc53.
    Shresta Bangaru committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    825c4b2 View commit details
    Browse the repository at this point in the history
  3. Adding a function to truncate any string involving project name if it…

    … is too long
    Shresta Bangaru committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3d5b69f View commit details
    Browse the repository at this point in the history
  4. Calling function where necessary

    Shresta Bangaru committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2c22cbd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Adding unit tests for truncate function

    Shresta Bangaru committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2f0cd60 View commit details
    Browse the repository at this point in the history
  2. Changing backtick to double quote where necessary

    Shresta Bangaru committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    817eb62 View commit details
    Browse the repository at this point in the history
  3. Adding final slice for robustness

    Shresta Bangaru committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7b1881a View commit details
    Browse the repository at this point in the history