Improvement
This was a feature available on Gitlab and Github but not on Isshub, and it was something that was missed: the ability to load more lines before/after a diff hunk.
But… it's now possible:
This was a feature available on Gitlab and Github but not on Isshub, and it was something that was missed: the ability to load more lines before/after a diff hunk.
But… it's now possible:
Isshub wasn't originally conceived in the spirit of "mobile first."
But we did a pass on all screens to make it completely usable on mobile.
Here are some screenshots on mobile:
The main dashboard:
A repository dashboard:
The list of issues:
With its filters:
And with an issue selected:
Once scrolled:
Get rid of the issues list by using the full width for the issue:
The "changed files" tab:
And you can use all the screen by asking the browser to get in full screen mode (it's also available in desktop to remove any disturbances):
Until now, it was not possible to edit all the fields of an issue/pull/merge request at once, it was only possible field by field.
As convenient as it can be when you want to edit a single field (add a label for example), it could be annoying for a more complex change.
So now it's possible to edit all fields in a unique form.
Simply click on the big blue Edit button:
And it will open the form in a modal:
Notice the little icons on the top right:
The first icon one will open this form in a new tab in your browser, while keeping the changes you may already have made. It can be useful if you want to edit for example the description but need to look for something on another issue.
The second icon will enlarge the modal in the current tab.
And the third one will close it.
Note that there icons are also available on the modal used to create an issue. So if you start creating an issue and want to have more information from another one, you can open the create form in a new tab, while keeping everything you entered.
About the big blue Edit button, note that it is also available on the bottom of the page. So it's possible to add a comment/review and without scrolling back to the top, edit the issue (change assignees, labels…)
And finally, it's not only possible to create and edit in a new tab, but you can open an issue or pull/merge request in a new tab. So now you can have many issues opened at once, without having each time a big list opened.
To do so, you have many ways:
You can see two icons on the top right. The first one will open in a modal in the current tab, the second one will open in a new tab in your browser.
And the last way, when you are in an opened issue/pull/merge request, via the main menu on the top right:
It is now possible to change the base branch of a pull/merge request directly on isshub without having to go to Github/Gitlab.
For example say we have a new feature to develop that can be split in two parts.
First we do a first merge request, "part 1", and while waiting for the review we start creating the "part 2".
So we set this new merge request to be based on the branch of the first part.
Which give us something like:
We can see in [1] a button to edit the base branch.
And in [2] we can see a link to the parent pull request, with the parent pull request having the equivalent link to the current one:
You can click on the link of the child/parent pull request to see it in a modal window.
Now assume that the first merge request is reviewed and merged in develop
. To have a correct diff, we may want to change the base branch of the second merge request from feature/twidi/new-feature-part-2
to develop
.
This can be done by clicking on the edit icon just on the left of our [1] mark in the first screenshot, which give us:
Just select your branch, click on the [✔️] button and it's done!
When a pull/merge request is based on a branch that is not the default one, this base branch is displayed in the list of issues:
And you can click on it to filter all pull/merge requests having the same base branch.
It is now possible to display the files of a pull/merge request in a tree view.
It looks like this:
Notice how we "merge" directories, like for react-reconcilier/src
.
Here is the "list view" of the same pull request, for comparison:
Tree view comes with a nice feature: a fast way to review a whole directory. This is available by opening the menu on the right of the directory name:
Here you have a button to copy the full path of the directory, and buttons to easily review all the files. It can be useful for example ff this is a folder containing compiled assets: you can mark all of them as ignored in your review.
Note that there is also a menu for files, with also a button to copy the full path and a way to set your review for this file:
Note that this menu for files is also available in "list view'.
And last point, you can "collapse" a directory to hide its content, by clicking on its name. In the following screen, we collapsed the __tests__
directory:
We added a new experimental diff mode to make some changes easier to (re)view in pull/merge requests.
Here are a few examples of how this new mode render some changes:
When the only changes on a line is added text, only highlight this added text.
Normal mode:
Experimental mode:
When text is de-indented, only highlight the beginning of the line.
Normal mode:
Experimental mode:
When text is indented, only highlight the new indent part at the beginning of the line.
Normal mode:
Experimental mode:
To activate the experimental mode, open the diff menu
And check the "Use experimental diff" line
The new diff mode also works in "Side by side" view.
Note that the "Attenuate white space changes" is not available in this experimental mode.
All the options regarding the rendering of the diff are now persistent:
So you can pick you preferred combination and it will stay the same every time you view a diff.
The persistence is only for a specific browser: for example you may want the side by side mode activated on your desktop browser but not on mobile.
Django has been at the core of Isshub from the beginning. In fact, Isshub is entirely based on open source software: language, framework, databases engines, and everything else that is used to host the product.
And without these open source tools, Isshub would simply not exist.
So, as a mean of contributing back, we thought than supporting a conference would be a good idea, and at the same time, would allow more people to get to know us and, why not, discover a new and relaxed way to manage their issues, code requests and notifications from Github and Gitlab.
So we're proud to announce that Isshub is officially a sponsor of the DjangoCon Europe 2019, which will take place in Copenhagen, Denmark, from 10 to 14 April 2019.
What is DjangoCon? As indicated on the conference website:
DjangoCon Europe is run by the community for the community: We are the 11th European conference, made up of Django practitioners from all levels.
This is not really our first sponsorship: we were a proud sponsor of the "Rencontres Django", aka DjangoCon France 2018 but it was a relatively small conference compared to its European counterpart which will see people from all other the world.
We are excited about this new experience and we look forward to sharing with you if you are in Copenhagen at this time.
Less than a year ago, Microsoft bought Github.
Even if it doesn't change anything, a lot of people got scared and moved to Gitlab despite that at the time... Gitlab was hosted on Microsoft Azure (but it changed a few weeks later)
A few years ago, another change from Github already had the same consequences.
So it's now a thing: Github has a serious competitor, and at Isshub we decided to take that into account and integrated Gitlab, in addition to Github, into our product.
It was a hard work because everything was focused around the Github models and API, and there are a lot of differences between the two git hosting companies.
But the work is now done, and you can enjoy having a clean way to view your Gitlab issues, to review your merge requests, as you did for Github.
So you can have in Isshub a Github account and a Gitlab one (in fact many of them), switching to one or the other very easily.
We decided not to mix in the product the content of distinct accounts, but the switch is easy: you don't have to log out and log back in with the other account.
We added some niceties while rewriting some parts of the applications, like the way to mark issues as read or waiting (at any point in time of the issue), some small tweaks in the UI, etc, etc.
Some things are specific to Gitlab. The main points are:
We hope you'll find this useful to be able to use the same UI to manage the content of two very different git hosting products.
Last year we added the multi-select feature on list of issues, which allows to make the same change to many issues in a list.
But this feature was missing from the list of Github notifications. It's a list of issues, but not the same kind, because not related to a single repository.
So we added the multi-select feature, but it only allows you to mark as read/unread and active/inactive many issues at once, which can really be useful if you have many notifications.
For example, to mark all the notifications from a specific repository, before that you had to do it issue by issue.
Now it's a lot more faster: filter the list on a repository, then activate the multi-select feature, select all the issues, and mark them all as read!
Until now, to create an issue on a repository, you had to go to a page related to this repository, for example its dashboard, using the repository switcher on the top left.
Now, when you press "c", the modal window that open to create an issue, has its own repository switcher at the top so you can now easily create an issue from any repository you have the right to do so.
Of course, by default, the selected repository is the one you are actually on!