Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Dependency List
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 828
    • Issues 828
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 71
    • Merge Requests 71
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !376

Open
Opened 1 day ago by Ben Hayward@benhayward.ben
  • Report abuse
Report abuse

[Sprint/HipsterHedgehog](bug) Updated tags pipe to allow . character mid tag #89

Closes #89

Many thanks to @edgebal for helping me get it to take into consideration a space after the period character.

image image

Edited 1 hour ago by Ben Hayward

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.com/benhayward.ben/front.git period-char-username-cutoff-tag-fix
git checkout -b benhayward.ben/front-period-char-username-cutoff-tag-fix FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff benhayward.ben/front-period-char-username-cutoff-tag-fix

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge benhayward.ben:period-char-username-cutoff-tag-fix into master
The source branch is 1 commit behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #67949360 passed for cee746c8 on benhayward.ben:period-char-username-cutoff-tag-fix
    Requires 2 more approvals from Devs.
    Mark Harding
    Mark Harding
    Marcelo Rivera
    Marcelo Rivera
    Martin Santangelo
    Martin Santangelo
    Brian Hatchet
    Brian Hatchet
    Emiliano Balbuena
    Emiliano Balbuena
    Ready to be merged automatically. Ask someone with write access to this repository to merge this request

    Allows commits from members who can merge to the target branch

    Closes #89

    Deletes source branch

    • Discussion 3
    • Commits 4
    • Pipelines 5
    • Changes 2
    1/1 discussion resolved
    • Loading...
    • Brian Hatchet :speech_balloon: @brianhatchet approved this merge request 22 hours ago

      approved this merge request

    • Ben Hayward @benhayward.ben added 1 commit 3 hours ago

      added 1 commit

      • 1dbbf3d0 - Update tags.spec.ts

      Compare with previous version

    • Ben Hayward
      Ben Hayward @benhayward.ben · 3 hours ago
      Developer

      I've been thinking about this and is this what we want to do @edgebal. take for example there, i tagged you at the end of the sentence and there is a full stop. Will this change not mess up a lot of existing tags on the site?

    • Ben Hayward
      Ben Hayward @benhayward.ben · 3 hours ago
      Developer

      Maybe we should only do this if the dot is not followed by a space?

    • Ben Hayward @benhayward.ben added 1 commit 3 hours ago

      added 1 commit

      • b445b988 - Update tags.ts

      Compare with previous version

    • Ben Hayward @benhayward.ben added 2 commits 2 hours ago

      added 2 commits

      • 5523371d - Updated regex
      • 7fe81df8 - removed fdesc

      Compare with previous version

    • Ben Hayward @benhayward.ben changed the description 2 hours ago

      changed the description

    • Brian Hatchet
      Brian Hatchet :speech_balloon: @brianhatchet started a discussion on the diff 2 hours ago
      Resolved by Ben Hayward 1 hour ago
    • Emiliano Balbuena @edgebal approved this merge request 2 hours ago

      approved this merge request

    • Ben Hayward @benhayward.ben added 1 commit 1 hour ago

      added 1 commit

      • cee746c8 - fix to regex

      Compare with previous version

    • Ben Hayward @benhayward.ben changed the description 1 hour ago

      changed the description

    • Ben Hayward @benhayward.ben resolved all discussions 1 hour ago

      resolved all discussions

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    Assignee
    None
    Assign to
    None
    Milestone
    None
    Assign milestone
    None
    Time tracking
    No estimate or time spent
    0
    Labels
    None
    Assign labels
    • View project labels
    Lock merge request
    Unlocked
    6
    6 participants
    user avatar
    Mark Harding
    user avatar
    Marcelo Rivera
    user avatar
    Martin Santangelo
    user avatar
    Brian Hatchet
    user avatar
    Emiliano Balbuena
    user avatar
    Ben Hayward
    Reference: minds/front!376