Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Merge signal

> Yesterday I implemented a 'superLogin' for Orion: my chrome extn
> watches for the Login page and when it closes it offers to reload any
> pages opened in the browser from the same server as the login page.
> Works great and I already want more ;-)

I don't have your extension, but I opened 3 pages:
* navigator
* git repositories
* some git log
They all couldn't load the content because I wasn't authenticated. They all
prompt me for login. I opened a Login page from one of them and logged in.

And then *ALL* of the pages loaded their content. No reloading needed!
This is out of the box for Orion client. All pages get notified that login
is completed.

I've been thinking of using the same mechanism for progress service (this
would cover merge), see this comment:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=344148#c4
2nd bullet in the last section in comment 4

is this at least half that exciting as your chrome extension?

Malgorzata Janczarska
Software Developer
IBM SWG Lab. Cracow. Poland

IBM Polska Sp. z o.o. oddział w Krakowie
ul. Armii Krajowej 18,
30-150 Kraków

NIP: 526-030-07-24
Sąd Rejonowy dla m.st. Warszawy, XII Wydział Gospodarczy KRS
KRS 0000012941, Kapitał Zakładowy: 33.000.000 PLN

orion-dev-bounces@xxxxxxxxxxx wrote on 2011-11-23 19:40:33:

> From:
>
> John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
>
> To:
>
> Orion developer discussions <orion-dev@xxxxxxxxxxx>
>
> Date:
>
> 2011-11-23 19:41
>
> Subject:
>
> [orion-dev] Merge signal
>
> Sent by:
>
> orion-dev-bounces@xxxxxxxxxxx
>
> Yesterday I implemented a 'superLogin' for Orion: my chrome extn
> watches for the Login page and when it closes it offers to reload any
> pages opened in the browser from the same server as the login page.
> Works great and I already want more ;-)
>
> The next step would be update after merge.  Detecting that the user
> has issued a merge from the client is not as easy as login. Of course
> I can come up with some hack, but perhaps the Orion platform can have
> some solution?
>
> (Of course these solutions fail in some cases, I'm only interested in
> the common case)
>
> jjb
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/orion-dev
>



Back to the top