- 28 Mar, 2017 1 commit
-
-
Phil Hughes authored
Some inner page tabs where not scrollable like the top nav & this caused them to break onto new lines mobile. This pages include: - dashboard/projects - project -> merge_requests - search - project -> milestones - project -> pipelines Closes #18853
-
- 27 Mar, 2017 4 commits
-
-
Kushal Pandya authored
-
Sean McGivern authored
The instance variables set in this action are only used by the JSON response. Visiting `merge_requests/:iid/diffs` in a browser always loads the `show` action, so we don't need to find an MR diff, or an environment, in that case.
-
George Andrinopoulos authored
-
Grzegorz Bizon authored
-
- 26 Mar, 2017 3 commits
-
-
mhasbini authored
Optimize labels finder query when searching for a project with a group
-
Stan Hu authored
Problems: 1. It's huge. 2. It's loaded on page load, which makes the page take 13 seconds. 3. It has a terrible UX. Closes #28992
-
Keifer Furzland authored
-
- 24 Mar, 2017 10 commits
-
-
Jose Ivan Vargas authored
-
Stan Hu authored
-
Naveen Kumar authored
-
George Andrinopoulos authored
-
Mike Greiling authored
-
Annabel Dunstone Gray authored
-
mhasbini authored
-
blackst0ne authored
-
Alexander Randa authored
-
George Andrinopoulos authored
-
- 23 Mar, 2017 14 commits
-
-
Kushal Pandya authored
-
Jose Ivan Vargas Lopez authored
-
Sanster authored
-
Pedro Moreira da Silva authored
-
Tomasz Maczukin authored
-
Phil Hughes authored
This will only hapen in certain situations ie. when the star count is a lot. We were previously fixing it by hard coding a max-width. This changes it to use flexbox which allows the content to decide when it should be truncated. The rows don't always need truncating, so we shouldn't hard code a width. Closes #29018
-
Phil Hughes authored
Closes #28842
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Jarka Kadlecova authored
-
Kushal Pandya authored
-
Simon Knox authored
-
Kushal Pandya authored
-
- 22 Mar, 2017 8 commits
-
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Toon Claes authored
-
Toon Claes authored
Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
-
Z.J. van de Weg authored
Right now, it once a chat notifacation service has been enabled, there is no way to limit the branches which trigger a notification. Instead of allowing the user to specify the list, I opted to let the user check the box if they'd only want to be notified of the default branch. Tags are uneffected by this change.
-
Filipa Lacerda authored
-
Phil Hughes authored
Closes #29742
-
Phil Hughes authored
This was caused by the window being zoomed & therefore returning a non-rounded number. The number now gets rounded to correctly work in the if statement Closes #29576
-