-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs reporting with Rails 4 upgrade #668
Comments
OMG, I did not know that this was on unstable already 😄 😄 😄 😄 |
|
Let's create new issues for any bug that turns up? I can help out with the issues too |
Just realized the login problem is because unstable has some commits ahead of main that don't work |
You can force push to unstable!
…On Thu, Jun 6, 2019, 4:48 AM Kaustubh Nair ***@***.***> wrote:
Just realized the login problem is because unstable has some commits ahead
of main that don't work
https://github.com/publiclab/mapknitter/network
@jywarren <https://github.com/jywarren> Should we reset unstable to match
with main?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#668?email_source=notifications&email_token=AAAF6JYIYVHMUY6ETOF5RA3PZD2QLA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXCS5UQ#issuecomment-499461842>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J3MVANC4LF376KQBNLPZD2QLANCNFSM4HUF6I5A>
.
|
Thanks @kaustubh-nair yeah we can have issues for the failing parts and yeah you can go ahead and work on that. Also on the unstable part having commits ahead of main is because now unstable have the commits on #578 which we are now testing |
Ok cool, so @kaustubh-nair will keep tracking bugs with 4.2 version and will keep his good work at #357. I'll get #667 merged then start working on the 4.2 ~> 5.1.6 upgrade. And @cesswairimu are you going to keep working with us on the upgrades or are going for different issues? |
Sounds good..and yeah I will keep working with you on the upgrade until rails 4.2 upgrade is done then you guys can take over. Thanks |
@kaustubh-nair I just fixed the login error could you please try again on unstable when you get a minute? Thanks |
I was jst trying it, the error still persists (its nt really an error, bt the site doesn't respond aftr clicking on Google sign-in) |
mmmh thats weird because it logs me in...@coderjolly did you try any of the other sign-in via methods and did any work? Thanks for taking a look |
Sure, I am free with my exams now and will see these. 👍 |
Awesome! Thanks |
Hi all - Jenkins says our stable server (http://mapknitter-stable.laboratoriopublico.org/)has been down for the past week -- here's the last successful build: https://jenkins.laboratoriopublico.org/job/Mapknitter-Stable/lastSuccessfulBuild/console No worries, just getting synced up here. https://jenkins.laboratoriopublico.org/job/Mapknitter-Stable/lastFailedBuild/console is the most recent failed build, which right now shows:
I know folks are working on a database issue with Rails 5, but just looking to see what the latest status is on the main branch and track it in one place. I'd like to publish our code to the live site pretty soon so if you could offer an update on what's being worked on and what needs fixing, that'd be great! Thanks all! cc @cesswairimu @alaxalves @kaustubh-nair @divyabaid16 @rarrunategu1 |
Oh wow I didn't notice this at all. So the yarn upgrade didn't get published to the live site? I'm surprised the Travis build didn't fail for it. I'm sure the problem is due to the database.yml that I had modified for getting it running on travis. I'll revert it to what it was. |
The only reported bug right now is #728 |
I have set Travis to start using Test env, since it was using Production's. Maybe Jenkins have not been set to use the same env. |
Hi @alaxalves can you point at or elaborate on the change we'll need to make in Jenkins, so when @icarito has a second it'll be easy to make the changes? Thanks a lot! And thanks @kaustubh-nair i'll watch for #728 and we'll hopefully test it on stable before doing a publication to production. We're not yet running Rails 4 or Yarn on production but hoping to this week! |
I can do that, currently I am a little unaware of what is going on with Jenkins but I'll catch up with Kaustubh. |
Awesome, thanks so much! https://jenkins.laboratoriopublico.org - and
icarito is in the chatroom - i know a bit about it as well. Thanks!
…On Mon, Jun 24, 2019 at 2:48 PM Álax de Carvalho Alves < ***@***.***> wrote:
Hi @alaxalves <https://github.com/alaxalves> can you point at or
elaborate on the change we'll need to make in Jenkins, so when @icarito
<https://github.com/icarito> has a second it'll be easy to make the
changes? Thanks a lot! And thanks @kaustubh-nair
<https://github.com/kaustubh-nair> i'll watch for #728
<#728> and we'll hopefully
test it on stable before doing a publication to production. We're not yet
running Rails 4 or Yarn on production but hoping to this week!
I can do that, currently I am a little unaware of what is going on with
Jenkins but I'll catch up with Kaustubh.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#668?email_source=notifications&email_token=AAAF6J5AYTB7K6NSPRJXWHTP4EJEZA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYN3OHA#issuecomment-505132828>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6JYSN6OJSKDWAVPCE7DP4EJEZANCNFSM4HUF6I5A>
.
|
Any updates here? Thanks a lot! |
This is going very well, right now I'm investigating an issue with Rubocop here that has recently popped up when I was setting the cache configs for bundle. I know this is related to gem versions, and I think I might have fixed it on Rails 5 MR, BTW I am also working on the deprecation warnings that have appeared. |
I'm starting to think we should publish the latest main branch to the live
site today or monday! What do folks think?
…On Thu, Jun 27, 2019 at 8:59 AM Álax de Carvalho Alves < ***@***.***> wrote:
Mapknitter stable is up now that we fixed database.yml
We've got 2 small asset loading issues here #742
<#742> #734
<#734> that we need to fix
This is going very well, right now I'm investigating an issue with Rubocop
here <#751> that has recently
popped up when I was setting the cache configs for bundle. I know this is
related to gem versions, and I think I might have fixed it on Rails 5 MR
<#685>, BTW I am also working
on the deprecation warnings that have appeared.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#668?email_source=notifications&email_token=AAAF6J75ERUU2JMM4XOEPQLP4S2QJA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYXA6WQ#issuecomment-506335066>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6JZ3YPLIOOYHETKMX6TP4S2QJANCNFSM4HUF6I5A>
.
|
I think its a great idea...The build on main has been failing since eca473a though should we revert this before publishing or it shouldn't affect it? |
Sure let's do it! |
Yeah I had the same bug as well...I fixed that with 6941c1e I believe it should be good now |
This is great, just in time. BTW @jywarren @sashadev-sky @kaustubh-nair I have finished with Rails 5 upgrade at: #685. I'm only missing a step on Travis and bundle caching integration. Besides that I have finished with all the deprecation warnings and tests. It will be available to push to unstable in short time. |
Hmm, I think we'd best address all critical bugs with rails 4 on main
branch to publish to live, and hold off on merging rails 5 to main until
there are a few more days to test it out.
Can folks look into the map creation bug and if we can resolve that first
we can call it a release and publish to live? Thanks!!!
On Fri, Jun 28, 2019, 2:21 PM Álax de Carvalho Alves <
notifications@github.com> wrote:
… I'm starting to think we should publish the latest main branch to the live
site today or monday! What do folks think?
… <#m_1252459800365418611_>
On Thu, Jun 27, 2019 at 8:59 AM Álax de Carvalho Alves < *@*.***> wrote:
Mapknitter stable is up now that we fixed database.yml We've got 2 small
asset loading issues here #742
<#742> <#742
<#742>> #734
<#734> <#734
<#734>> that we need to fix
This is going very well, right now I'm investigating an issue with Rubocop
here <#751 <#751>> that has
recently popped up when I was setting the cache configs for bundle. I know
this is related to gem versions, and I think I might have fixed it on Rails
5 MR <#685 <#685>>, BTW I am
also working on the deprecation warnings that have appeared. — You are
receiving this because you were mentioned. Reply to this email directly,
view it on GitHub <#668
<#668>?email_source=notifications&email_token=AAAF6J75ERUU2JMM4XOEPQLP4S2QJA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYXA6WQ#issuecomment-506335066>,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAF6JZ3YPLIOOYHETKMX6TP4S2QJANCNFSM4HUF6I5A
.
This is great, just in time. BTW @jywarren <https://github.com/jywarren>
@sashadev-sky <https://github.com/sashadev-sky> @kaustubh-nair
<https://github.com/kaustubh-nair> I have finished with Rails 5 upgrade
at: #685 <#685>. I'm only
missing a step on Travis and bundle caching integration. Besides that I
have finished with all the deprecation warnings and tests. It will be
available to push to unstable in short time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#668?email_source=notifications&email_token=AAAF6J4RKT5XXQSZU6OGCM3P4ZJCFA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY22IZA#issuecomment-506831972>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J6S5YMNM2UYSFBZNIDP4ZJCFANCNFSM4HUF6I5A>
.
|
Ah but was it resolved in #762
?
Can folks check on stable server and give a thumbs up? Thanks!
…On Fri, Jun 28, 2019, 2:43 PM Jeffrey Warren ***@***.***> wrote:
Hmm, I think we'd best address all critical bugs with rails 4 on main
branch to publish to live, and hold off on merging rails 5 to main until
there are a few more days to test it out.
Can folks look into the map creation bug and if we can resolve that first
we can call it a release and publish to live? Thanks!!!
On Fri, Jun 28, 2019, 2:21 PM Álax de Carvalho Alves <
***@***.***> wrote:
> I'm starting to think we should publish the latest main branch to the
> live site today or monday! What do folks think?
> … <#m_-2039658273253652872_m_1252459800365418611_>
> On Thu, Jun 27, 2019 at 8:59 AM Álax de Carvalho Alves < *@*.***> wrote:
> Mapknitter stable is up now that we fixed database.yml We've got 2 small
> asset loading issues here #742
> <#742> <#742
> <#742>> #734
> <#734> <#734
> <#734>> that we need to
> fix This is going very well, right now I'm investigating an issue with
> Rubocop here <#751 <#751>>
> that has recently popped up when I was setting the cache configs for
> bundle. I know this is related to gem versions, and I think I might have
> fixed it on Rails 5 MR <#685
> <#685>>, BTW I am also
> working on the deprecation warnings that have appeared. — You are receiving
> this because you were mentioned. Reply to this email directly, view it on
> GitHub <#668 <#668>?email_source=notifications&email_token=AAAF6J75ERUU2JMM4XOEPQLP4S2QJA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYXA6WQ#issuecomment-506335066>,
> or mute the thread
> https://github.com/notifications/unsubscribe-auth/AAAF6JZ3YPLIOOYHETKMX6TP4S2QJANCNFSM4HUF6I5A
> .
>
> This is great, just in time. BTW @jywarren <https://github.com/jywarren>
> @sashadev-sky <https://github.com/sashadev-sky> @kaustubh-nair
> <https://github.com/kaustubh-nair> I have finished with Rails 5 upgrade
> at: #685 <#685>. I'm only
> missing a step on Travis and bundle caching integration. Besides that I
> have finished with all the deprecation warnings and tests. It will be
> available to push to unstable in short time.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#668?email_source=notifications&email_token=AAAF6J4RKT5XXQSZU6OGCM3P4ZJCFA5CNFSM4HUF6I5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY22IZA#issuecomment-506831972>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAAF6J6S5YMNM2UYSFBZNIDP4ZJCFANCNFSM4HUF6I5A>
> .
>
|
I totally agree with, but actually I meant merging Rails 5 to |
I believe we are doing great with rails 4. closing this now. Thanks all |
I am finishing up with Rails 4.2 upgrade #578 ... calling for people to test the upgraded version on unstable http://mapknitter-unstable.laboratoriopublico.org/ and please comment below if you find any bugs thanks.
The text was updated successfully, but these errors were encountered: