Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1556

Closed
Open
Created Sep 26, 2012 by Administrator@rootOwner

Projectname and redis/activity feed

Created by: hwaastad

Hei, I've noticed activity feed issues in my projects. After a little bit of debugging I've discovered the following:

  1. I create a project: Test Project 1.0
  2. I change the git urls:
    • testproject-1.0

using redis-cli monitor I see: 1348648769.979919 "rpush" "resque:queue:post_receive" "{"class":"PostReceive","args":["testproject-1","0000000000000000000000000000000000000000","b22a4a7d840a099bbccc1416e27f82c8026cb11f","refs/heads/master","_1343908679"]}"

As you see, it pushes testproject-1 and not testproject-1.0.

Either it should be noted the '.' is not allowed in project name or it should not be allowed in the input form (or it should be allowed and processed correctly)

best regards, hw

Assignee
Assign to
Time tracking