summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More styling updates.issue_3276Rubén Dávila2016-02-171-6/+8
|
* Decrease padding of labels for Milestone's issues tab.Rubén Dávila2016-02-171-8/+2
| | | | * Also get rid of no longer required CSS.
* Some refactor for CSS after code review.Rubén Dávila2016-02-034-22/+30
|
* Remove no longer required class.Rubén Dávila2016-02-021-1/+1
|
* Add specs.Rubén Dávila2016-02-023-0/+77
|
* Add link to open/closed issues plus some minor updates.Rubén Dávila2016-02-022-17/+9
|
* Adjust label height on Issues tab.Rubén Dávila2016-02-021-1/+1
|
* Remove gray background from detail.Rubén Dávila2016-02-022-1/+6
|
* Adjust Issues tab to new design.Rubén Dávila2016-02-023-8/+28
|
* Show buttons based on current tab.Rubén Dávila2016-02-023-25/+25
|
* Align Milestone's issue counter.Rubén Dávila2016-02-023-7/+20
|
* Add little spacing between milestone stats.Rubén Dávila2016-02-022-10/+21
|
* Show labels in Issues tab.Rubén Dávila2016-02-022-1/+15
|
* Change style of Delete button.Rubén Dávila2016-02-021-1/+1
|
* Add elpased time.Rubén Dávila2016-02-023-0/+16
|
* Change format of Milestone stats.Rubén Dávila2016-02-021-6/+9
|
* Add labels tab to milestone detail view.Rubén Dávila2016-02-025-0/+23
|
* Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz2016-02-029-12/+112
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
| * added feature testPhil Hughes2016-01-301-1/+20
| |
| * added testsPhil Hughes2016-01-304-3/+60
| |
| * removed private method namingPhil Hughes2016-01-301-2/+2
| |
| * remove period from function callPhil Hughes2016-01-301-1/+1
| |
| * rubocop fixesPhil Hughes2016-01-301-3/+2
| |
| * removed un-used variablePhil Hughes2016-01-301-2/+0
| |
| * fixes issue when user is not logged in but viewing public projectPhil Hughes2016-01-301-4/+6
| |
| * selecting project in dropdown takes user to the correct projectPhil Hughes2016-01-301-0/+3
| |
| * uses AJAX to select the projectsPhil Hughes2016-01-305-44/+20
| |
| * pulls in all user projectsPhil Hughes2016-01-302-8/+13
| |
| * Added dropdown to list all projects on project headerPhil Hughes2016-01-302-5/+46
| | | | | | | | When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user
* | Update CHANGELOGRobert Speicher2016-02-021-0/+3
| | | | | | | | [ci skip]
* | Merge branch 'patch-1' into 'master' Robert Speicher2016-02-021-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Consistent rails_socket use. [ci skip] See merge request !2596
| * | Consistent rails_socket use.fbretel2016-01-251-1/+1
| | |
* | | Merge branch 'git-raw-workhorse' into 'master' Jacob Vosmaer2016-02-029-25/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Send raw Git blobs via gitlab-workhorse See merge request !2451
| * | | Use gitlab-workhorse 0.6.3 in installation guidegit-raw-workhorseJacob Vosmaer2016-02-021-1/+1
| | | |
| * | | Use gitlab-workhorse 0.6.3Jacob Vosmaer2016-02-021-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer2016-02-0221-32/+414
| |\ \ \
| * | | | Use @repositoryJacob Vosmaer2016-02-021-3/+2
| | | | |
| * | | | Gotta have newlinesJacob Vosmaer2016-02-011-1/+1
| | | | |
| * | | | Avoid trailing 'charset=' garbageJacob Vosmaer2016-02-012-2/+4
| | | | |
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-01506-2815/+16995
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git-raw-workhorse
| * | | | | Use only one header to send git blobsJacob Vosmaer2016-02-014-8/+25
| | | | | |
| * | | | | Cannot see a raw blob without workhorseJacob Vosmaer2016-01-281-1/+1
| | | | | |
| * | | | | No need for base64 anymoreJacob Vosmaer2016-01-281-2/+0
| | | | | |
| * | | | | Send more raw blob data with workhorseJacob Vosmaer2016-01-283-10/+11
| | | | | |
| * | | | | Use less memory while counting linesJacob Vosmaer2016-01-281-1/+1
| | | | | |
| * | | | | Use a /raw/ request to show an imageJacob Vosmaer2016-01-201-1/+1
| | | | | |
| * | | | | Prototype of Git blobs via workhorseJacob Vosmaer2016-01-151-11/+6
| | | | | |
* | | | | | Merge branch 'patch-1' into 'master' Robert Speicher2016-02-021-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explicitly call script with bash for consistency simpler than telling users to set script executable [ci skip] See merge request !2621
| * | | | | | explicitly call script with bash for consistencyMike Chelen2016-01-271-2/+2
| | | | | | |
* | | | | | | Merge branch 'update-newrelic-gem' into 'master' Dmitriy Zaporozhets2016-02-023-8/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump New Relic gem version to avoid warnings in Web page This version has support for Grape, so we should consider removing the newrelic-grape gem as well: https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation See merge request !2578