Thank you!
Eng. Gabriele Pongelli
AVVERTENZE AI SENSI DEL D.LGS. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e negli eventuali files allegati, sono da considerarsi strettamente riservati. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceveste per errore questo messaggio, Vi preghiamo cortesemente di darcene notizia all'indirizzo e-mail di cui sopra e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema; costituisce comportamento contrario ai principi dettati dal D.lgs. 196/2003 il trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse.
This electronic transmission is strictly confidential and intended solely for the addresses. It may contain information which is covered by legal, professional or other privilege. If you are not the intended addressee, you must not disclose, copy or take any action in reliance of this transmission. If you have received this transmission in error, please notify us and delete the received data as soon as possible.
You can also do a git pull --rebase onto the Joomla! master to rebase
all of your local commits onto the master. Again, you will likely have
to deal with some merge conflicts along the way.
If you do all of this to a clean clone of your repository you can
safely play with things to see how they behave. You can also push up
the changes to a new branch (git push origin newbranchname) and see
what a pull request might look like.
Cheers,
Sam Moffatt
http://pasamio.id.au
@Sam git pull rebase --onto seems that doesn't exists.
It's a very strange situation, my local postgresql branch hasn't code style error nor unit test error but jools tells me about two code style error and errors on unit test.
I don't know how to recover nor investigate on it.
Thank you!
Eng. Gabriele Pongelli
AVVERTENZE AI SENSI DEL D.LGS. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e negli eventuali files allegati, sono da considerarsi strettamente riservati. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceveste per errore questo messaggio, Vi preghiamo cortesemente di darcene notizia all'indirizzo e-mail di cui sopra e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema; costituisce comportamento contrario ai principi dettati dal D.lgs. 196/2003 il trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse.
This electronic transmission is strictly confidential and intended solely for the addresses. It may contain information which is covered by legal, professional or other privilege. If you are not the intended addressee, you must not disclose, copy or take any action in reliance of this transmission. If you have received this transmission in error, please notify us and delete the received data as soon as possible.
I've erroneously committed some "personal" files inside "test" folder,
they are "config_mysql.php", "config_pgsql.php" and
"ddl_postgresql.sql" (I'm sorry for this); the last one is converted
version of ddl.sql and config_pgsql.php is my config file that I use
for phpunit on my local pc (dual of config_mysql.php), loaded in
JDatabasePostgreSQLTest::setUp() .
I'll remove these files from pull request after you've copied inside
build server.
That's all for Joomla PostgreSQL's configuration, do you need other
informations ?
Eng. Gabriele Pongelli.
2011/11/22 Ian <ianl...@gmail.com>:
I don't really wanna set up up Postgres just so I can run the unit tests.
Rouven