sap-labs-france / ev-dashboard

The Open e-Mobility Charging Station management front-end Angular application (check also ev-server and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
66 stars 99 forks source link

Open Source: Rename ev-dashboard-new to ev-dashboard #1426

Closed LucasBrazi06 closed 4 years ago

LucasBrazi06 commented 4 years ago

Coordinates with me to rename this repo

jerome-benoit commented 4 years ago

You don't need me, you just go on the ev-dashboard-new repository settings on GitHub and do the renaming. It's transparent for users, all previous URIs are working as before the renaming via automatic redirections.

LucasBrazi06 commented 4 years ago

You don't need me, you just go on the ev-dashboard-new repository settings on GitHub and do the renaming. It's transparent for users, all previous URIs are working as before the renaming via automatic redirections.

Don't you think that all the git commands should be updated as well !?

jerome-benoit commented 4 years ago

It's transparent for users, all previous URIs are working as before the renaming via automatic redirections.

Don't you think that all the git commands should be updated as well !?

Nope, no changes are required on git cloned repositories. I've already done GitHub repository renaming and it's totally transparent for developers using the renamed repo.

LucasBrazi06 commented 4 years ago

Don't you think that all the git commands should be updated as well !?

Nope, no changes are required on git cloned repositories. I've already done GitHub repository renaming and it's totally transparent for developers using the renamed repo.

Ok, just renamed it. Let's see then :)

jerome-benoit commented 4 years ago
I339261@C02C18NBMD6T ev-dashboard-new-git (master-qa|✔) % git remote -v 
enterprise      git@github.wdf.sap.corp:EVSE/ev-dashboard-new.git (fetch)
enterprise      git@github.wdf.sap.corp:EVSE/ev-dashboard-new.git (push)
origin  git@github.com:jerome-benoit/ev-dashboard-new.git (fetch)
origin  git@github.com:jerome-benoit/ev-dashboard-new.git (push)
upstream        git@github.com:LucasBrazi06/ev-dashboard-new.git (fetch)
upstream        git@github.com:LucasBrazi06/ev-dashboard-new.git (push)
I339261@C02C18NBMD6T ev-dashboard-new-git (master-qa|✔) % git pull upstream master-qa
Warning: No xauth data; using fake authentication data for X11 forwarding.
X11 forwarding request failed on channel 0
From github.com:LucasBrazi06/ev-dashboard-new
 * branch              master-qa  -> FETCH_HEAD
Already up to date.
I339261@C02C18NBMD6T ev-dashboard-new-git (master-qa|✔) %

Everything works just as before. Checkmarx will probably complain but it's not really important.

jerome-benoit commented 4 years ago

Checkmarx will probably complain but it's not really important.

ZenHub will also need a configuration update, I can't link my last PR with an issue on ev-dashboard.

LucasBrazi06 commented 4 years ago

Checkmarx will probably complain but it's not really important.

ZenHub will also need a configuration update, I can't link my last PR with an issue on ev-dashboard.

Agree. I see issues have been renamed but not the repo itself. I'll check

LucasBrazi06 commented 4 years ago

Looks good now ! image

LucasBrazi06 commented 4 years ago

Ok