-
Notifications
You must be signed in to change notification settings - Fork 8
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
Checklist for v2.0.x release #422
Comments
I realized that we can't really start the draft release until we are ready because one of the first steps is tagging the release. So, I renamed the issue. I'm pasting the release checklist here so we can check items off when it does come time to release. However, since we have not had a master release since August, there are a lot of new features/bug fixes to document. I'm going to start the release notes as comments to this issue. We also need to be thinking about what needs to be changed in the documentation.
|
I updated the checklist in the comment above with revisions to the Release Procedure documented in issue #429 and #440. |
@dondi says "Don't be afraid of merging". Since master hasn't been touched (except for the documents folder), this should be straightforward. @anuvarsh's work on the normalization won't be included in this release and has been moved to a normalization branch #264. @NAnguiano, you just need to hide the UI controls for this. @dondi and @kdahlquist agree that @NAnguiano should finish her finals for her other classes before returning to this. Our new target for a release is Monday, May 8. The last hard deadline for a release is Wednesday, May 10 at 5:00 PM PDT. |
What is the status of the release? |
Doing final bug testing just to make sure there's no major bugs. Should be up within an hour :) |
PR is up. Release procedure will be followed as soon as it's pulled in. |
With the merging of PR #483, am I good to go to start pushing everything into master? I updated beta with the newest version, so I'm not sure if external testing is wanted first. Also, I found this in the logs when I went to refresh the server... I don't know if it means anything, but it seemed a little weird to me. |
What version number will this release be? v2.1.0? |
So I was about to go ahead and just merge and do the release (I'm impatient) when I realized... I don't actually have access to master. I can't update it myself - I only have access to beta. I think @anuvarsh and @dondi have master access. So... I think either I'd need one of them around when I go to do the release. Right now, all I could do is just merge it into master, but I couldn't actually make it go live. I can't believe I didn't think of this beforehand, but yeah. I can't actually make the new release go live. Oops! 😅 |
Hi, yes, sorry, I’ve been in grading hell (limbo?) most of today after I did your code review (which was sort of a break for me). My quick answer for now is that I think it would be useful to have a round of QA simply because of how many variations this latest slate of changes can involve. Second, that screenshot is interesting…looks like someone is trying to hack our server. Might not be directly their fault; they themselves could have bit hit by a cross-site script. The good news is that our server pretty much just ignored those requests. In case you didn't already know this, the So hang tight…grades are due Wednesday so there should be more exhale time by then… |
Sounds good to me! And hmm.. That's.. interesting. Well, good to note at the very least. @dondi @kdahlquist Stay strong - grading is almost over! |
I'm back online again and will poke around on the new beta now. My feeling about the version number is this:
Any objections to this? |
I've played around with beta some (not exhaustively) and nothing that I've tried has crashed the graph (or the server). I think we're OK to go ahead and do the release. |
Sounds good. I still don't have permission to update master, but I can do the merge at the very least and update what I can. Someone will just have to tell me when master is updated, so the version number on the website can be changed. |
The draft release is completed, master is merged and tagged. Unfortunately, until master is actually updated on the live site, I'm not sure I can go much further. There will be a series of changes that will need to be made to gh-pages so that master appears correctly. I have them locally made already, but they also break the current master, so I can't quite push them until master is up to date. I'm changing documentation and such locally as well so that's ready to push once master is up to date. I've already gone ahead and merged master and beta, then incremented the beta version. |
The documentation, news, and about pages are updated on my local version. All the gh-pages changes will come out as soon as master is updated, because it doesn't quite make sense to me for the documentation to be reflecting changes that haven't been made live yet. |
That all sounds good. We'll just have to wait for @dondi. He'll probably come up for air soon. |
Ah yes, coming up for air is right, but oh what a feeling! I’ve merged I’ll be detoxing a bit for now and can come back to this in the afternoon for next steps. |
I had merged beta and master yesterday, which is why that was checked off. There aren't any new changes to pull, so it looks like everything went well? I tested it out when I did the initial merge, and everything looks fine, but ultimately it's hard to test everything until it's live. @dondi when you get a chance, can you update the live master screens? I've got all of the changes to gh-pages ready locally. But I don't have permission to update the master screens - only the beta ones. So the changes to gh-pages will be ready for push as soon as master is updated on the GRNsight website. |
Ohhhh, it was that master you were referring to, not the GitHub branch. OK, it’s up now. I had to run things the “old” way because |
Just a quick request--can we just put the last modified date and not the time on the web pages? I'm not sure when that crept in, but I think the data alone should suffice. |
The date is indeed the norm; I have only added the time when the prior update had taken place on the same day (to indicate that it was indeed update). This looks like a vestige of when we were making multiple updates in the same day, to help us verify that something was indeed changed. Definitely this time we can stick with just the date. |
On the server, beta and master are run almost exactly the same way as before. I think I mentioned it on the issue where the npm start stuff was initially mentioned, but I didn't write it formally anywhere. I'm not sure where I'd put it, but I'll look for a good spot... For example, on beta, this is the current command to run web-client:
So almost the same as before, but instead of cd'ing into the web-client directory and running it there, you run it from the parent directory and type in web-client/app.js instead of just app.js. Both server and web-client will have to be run this way. The nodemon stuff doesn't work with the servers, so it has to be done this way. Makes sense to do it that way anyways, since it won't be updating too often and it's pretty easy to just restart it. Note that it won't work properly if it's not run using commands like the one above. |
GRNsight v2.0.20 has officially been released! The updates to the documentation, news, and about page are live, the version number is updated, and the release has been published to Github. 😄 @dondi I updated the commands on the server setup wiki page so they're accurate now. I'm not sure how to go about doing things like publishing to npm or the Zenodo stuff. But I've done everything that's currently checked off above. |
Congratulations! I'll look into the Zenodo stuff et al. when I get back next week! |
…and picked up by BioJS within minutes: http://biojs.io/d/grnsight |
Looking at our Now that I think about it, perhaps the step for updating the README.md should precede the release. This way, the latest README.md is included in the tagged release version. I’ll update the wiki to inform future releases. |
Test coverage statistics for v2.0.20:
|
DOI, Elixir, and website updates have been made. I think this can be closed after a review. |
I reviewed the checklist. I will probably make minor wording changes to the website, but that's a separate issue, e.g. #418. I'm going to make a few changes to the top level README as well, but I'll make that a separate issue. Putting this one to bed--Goodnight! |
I occurred to me as I closed a bunch of issues tonight, that we should start documenting the features and bug fixes going into the new release.
Maybe it's time to start a draft release for this (or maybe not). In either case, our aim is to do a release by the end of the last week of class, i.e., April 28.
I'm assigning this one to @NAnguiano and @anuvarsh (our graduating seniors) to do the honors, but everyone on the team will contribute his/her new features/bug fixes/tests to this. At our next meeting on Thursday, I will ask each team member to commit to what s/he will have done for the end-of-semester release.
Within this issue, let's keep a tally of all the resolved issues that are going into this release, organized by feature/bug fix/test suite.
This will aid us in getting the Documentation page of the website ready for the new release as well because we are changing the way the GRNsight behaves in some ways and adding new features.
The text was updated successfully, but these errors were encountered: