From erik.helin at oracle.com Mon Apr 1 08:11:45 2019 From: erik.helin at oracle.com (Erik Helin) Date: Mon, 1 Apr 2019 10:11:45 +0200 Subject: Github mirror not sync for 11 days In-Reply-To: References: Message-ID: <790293E6-1455-4F74-BB06-98B7BAD4056C@oracle.com> > On 1 Apr 2019, at 08:00, Netroby wrote: > > Any one know why github mirror not sync for 11 days? Yes, we are currently applying some fixes to the conversion, we will soon re-enable the live mirroring. Unfortunately many of the hashes in the repository will change due to the fixes, so you will have to re-clone your local repositories. I will send some more information to skara-dev [0] once we re-enable the live mirroring. Thanks, Erik [0]: http://mail.openjdk.java.net/mailman/listinfo/skara-dev From erik.helin at oracle.com Tue Apr 2 09:18:06 2019 From: erik.helin at oracle.com (Erik Helin) Date: Tue, 2 Apr 2019 11:18:06 +0200 Subject: Updating https://github.com/openjdk/jdk tomorrow, recreate ev. forks and local repositories Message-ID: <0320C6D2-A40A-4730-96CB-5A5C64DDF727@oracle.com> Hi all, we will upload a new version of the mirror at https://github.com/openjdk/jdk tomorrow. We have fixed a few bugs in the converter and in the live mirroring which causes a few early commits to change hashes, which of course in turn changes the hashes of all dependant commits. If you have any forks of openjdk/jdk on your personal GitHub account, then you probably want to recreate them. Furthermore if you have any local clones, you will probably want to save your work as plain old patch files, re-clone a new local repository and then apply your patches. We are sorry for any inconvenience this might cause, we hope updates like these will be very rare. Thanks, Erik & Robin PS. Once the repository is updated the live mirroring will resume as usual From erik.helin at oracle.com Wed Apr 3 12:38:36 2019 From: erik.helin at oracle.com (Erik Helin) Date: Wed, 3 Apr 2019 14:38:36 +0200 Subject: Updating https://github.com/openjdk/jdk tomorrow, recreate ev. forks and local repositories In-Reply-To: <0320C6D2-A40A-4730-96CB-5A5C64DDF727@oracle.com> References: <0320C6D2-A40A-4730-96CB-5A5C64DDF727@oracle.com> Message-ID: <8A7A2F2E-2098-49DF-BCEA-71553D097A02@oracle.com> We have now updated the repository at https://github.com/openjdk/jdk. Those of you that have personal forks and/or local clones are now recommended to recreate them. Thanks, Erik & Robin > On 2 Apr 2019, at 11:18, Erik Helin wrote: > > Hi all, > > we will upload a new version of the mirror at https://github.com/openjdk/jdk tomorrow. We have fixed a few bugs in the converter and in the live mirroring which causes a few early commits to change hashes, which of course in turn changes the hashes of all dependant commits. If you have any forks of openjdk/jdk on your personal GitHub account, then you probably want to recreate them. Furthermore if you have any local clones, you will probably want to save your work as plain old patch files, re-clone a new local repository and then apply your patches. > > We are sorry for any inconvenience this might cause, we hope updates like these will be very rare. > > Thanks, > Erik & Robin > > PS. Once the repository is updated the live mirroring will resume as usual From robin.westberg at oracle.com Thu Apr 18 14:00:43 2019 From: robin.westberg at oracle.com (Robin Westberg) Date: Thu, 18 Apr 2019 16:00:43 +0200 Subject: Additional project repositories now mirrored on GitHub Message-ID: <92369ABB-2EEA-4397-B97F-00A4CB909EA2@oracle.com> Hi all, We have added some additional read-only mirrors of a few different OpenJDK project repositories to the https://github.com/openjdk group, feel free to try them out! Best regards, Robin & Erik From Sergey.Bylokhov at oracle.com Tue Apr 23 05:43:35 2019 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Mon, 22 Apr 2019 22:43:35 -0700 Subject: Additional project repositories now mirrored on GitHub In-Reply-To: <92369ABB-2EEA-4397-B97F-00A4CB909EA2@oracle.com> References: <92369ABB-2EEA-4397-B97F-00A4CB909EA2@oracle.com> Message-ID: <8179f52a-36e2-413d-4704-553f23f77eb9@oracle.com> Hello, Robin. I checked my account and it is interesting that personal contribution statistics for openjdk/jdk and openjdk/client are different. For the openjdk/client I see the full history since 2011, but for openjdk/jdk the history starts in 2018. (this issues only affects the personal page, the list of commits in the "Contribution" tab in the project itself shows correct numbers) https://github.com/mrserb Before openjdk/client was added I thought the behavior of openjdk/jdk is intentional, but it looks like it can be tweaked. BTW: - do we plan to support links to the reviewers from the commit in the same way as a reference to the author? https://github.com/openjdk/client/commit/e47b6d7184593c114c1742c0727189e432f7b9d9 - In some cases, formatting of the summary/description of the commit does not look good(we need to limit the length of the summary?): https://github.com/openjdk/client/commit/729e88121b89a3d8ac0b1d5ced11fe543bf50a0d On 18/04/2019 07:00, Robin Westberg wrote: > Hi all, > > We have added some additional read-only mirrors of a few different OpenJDK project repositories to the https://github.com/openjdk group, feel free to try them out! > > Best regards, > Robin & Erik > -- Best regards, Sergey. From robin.westberg at oracle.com Tue Apr 23 14:31:56 2019 From: robin.westberg at oracle.com (Robin Westberg) Date: Tue, 23 Apr 2019 16:31:56 +0200 Subject: Additional project repositories now mirrored on GitHub In-Reply-To: <8179f52a-36e2-413d-4704-553f23f77eb9@oracle.com> References: <92369ABB-2EEA-4397-B97F-00A4CB909EA2@oracle.com> <8179f52a-36e2-413d-4704-553f23f77eb9@oracle.com> Message-ID: Hi Sergey, > On 23 Apr 2019, at 07:43, Sergey Bylokhov wrote: > > Hello, Robin. > > I checked my account and it is interesting that personal contribution statistics for openjdk/jdk and openjdk/client are different. > For the openjdk/client I see the full history since 2011, but for openjdk/jdk the history starts in 2018. (this issues only affects the personal page, the list of commits in the "Contribution" tab in the project itself shows correct numbers) > https://github.com/mrserb > > Before openjdk/client was added I thought the behavior of openjdk/jdk is intentional, but it looks like it can be tweaked. Ah, that?s certainly interesting.. It?s not something configured intentionally at least, not sure what causes it. Looks like some GitHub index needs refreshing! > BTW: > - do we plan to support links to the reviewers from the commit in the same way as a reference to the author? > https://github.com/openjdk/client/commit/e47b6d7184593c114c1742c0727189e432f7b9d9 We have considered it, but so far it doesn?t seem quite worth it; as far as I know neither GitHub nor GitLab will parse the Reviewed-by trailer anyway, and it would increase the size of the message a fair amount as they would probably have to be split into one line per reviewer to follow existing conventions. But can certainly be considered further. > - In some cases, formatting of the summary/description of the commit does not look good(we need to limit the length of the summary?): > https://github.com/openjdk/client/commit/729e88121b89a3d8ac0b1d5ced11fe543bf50a0d Good point, I guess we don?t want to touch existing commit messages, but some sort of warning / error could be emitted when exceeding some threshold when creating new commits (I?ve seen recommendations of around 50 / 72 characters for a soft / hard limit). Best regards, Robin > > On 18/04/2019 07:00, Robin Westberg wrote: >> Hi all, >> We have added some additional read-only mirrors of a few different OpenJDK project repositories to the https://github.com/openjdk group, feel free to try them out! >> Best regards, >> Robin & Erik > > > -- > Best regards, Sergey. From Sergey.Bylokhov at oracle.com Wed Apr 24 00:16:32 2019 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Tue, 23 Apr 2019 17:16:32 -0700 Subject: Additional project repositories now mirrored on GitHub In-Reply-To: References: <92369ABB-2EEA-4397-B97F-00A4CB909EA2@oracle.com> <8179f52a-36e2-413d-4704-553f23f77eb9@oracle.com> Message-ID: On 23/04/2019 07:31, Robin Westberg wrote: > Ah, that?s certainly interesting.. It?s not something configured intentionally at least, not sure what causes it. Looks like some GitHub index needs refreshing! I have checked the exact commits which are reported in the "Contribution activity" on the home page. In March 2019, I have made 8 commits, but the "Contribution activity" reports the 13 commits(wrong) in OpenJDK/client and 8 commits(correct) in OpenJDK/jdk. But if I click on "openjdk/client 13 commits" the opened list will show 8 commits. >> - do we plan to support links to the reviewers from the commit in the same way as a reference to the author? >> https://github.com/openjdk/client/commit/e47b6d7184593c114c1742c0727189e432f7b9d9 > > We have considered it, but so far it doesn?t seem quite worth it; as far as I know neither GitHub nor GitLab will parse the Reviewed-by trailer anyway, and it would increase the size of the message a fair amount as they would probably have to be split into one line per reviewer to follow existing conventions. But can certainly be considered further. It also would be good to show the bugid as a link to the jira. >> - In some cases, formatting of the summary/description of the commit does not look good(we need to limit the length of the summary?): >> https://github.com/openjdk/client/commit/729e88121b89a3d8ac0b1d5ced11fe543bf50a0d > > Good point, I guess we don?t want to touch existing commit messages, but some sort of warning / error could be emitted when exceeding some threshold when creating new commits (I?ve seen recommendations of around 50 / 72 characters for a soft / hard limit). > > Best regards, > Robin > >> >> On 18/04/2019 07:00, Robin Westberg wrote: >>> Hi all, >>> We have added some additional read-only mirrors of a few different OpenJDK project repositories to the https://github.com/openjdk group, feel free to try them out! >>> Best regards, >>> Robin & Erik >> >> >> -- >> Best regards, Sergey. > -- Best regards, Sergey.