summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This doesn't help with the pg error.dockerdosire2014-02-221-0/+1
|
* This doesn't help with the ulimit error.dosire2014-02-211-0/+5
|
* Chef directory must exist.dosire2014-02-211-1/+1
|
* Try to have a more natural sequence.dosire2014-02-212-7/+11
|
* Use an LTS version.dosire2014-02-201-1/+1
|
* Reuse cookbook json.dosire2014-02-202-42/+14
|
* Choose a db and run the install script with bash and a version. Thanks Marindosire2014-02-202-2/+4
|
* Adding a Dockerfile to build a production server based on the cookbook.dosire2014-02-204-0/+66
|
* Explain stash.dosire2014-01-271-6/+6
|
* Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-272-2/+4
|\ | | | | | | | | | | Upload Limits Better documentation for the upload limit. Please have a hard time when they need to change the upload limits, see https://gitlab.com/gitlab-org/gitlab-ce/issues/5
| * Reword the git explanation.dosire2014-01-271-3/+3
| |
| * Git over ssh and http are different things.dosire2014-01-222-4/+4
| |
| * More explanation for upload limits.dosire2014-01-222-0/+2
| |
* | Merge branch 'document_chunked_transfer' into 'master'Sytse Sijbrandij2014-01-271-0/+14
|\ \ | | | | | | | | | Document Chunked Transfer
| * | Use either/or to present optionsJacob Vosmaer2014-01-271-2/+2
| | |
| * | Explain what we know about Nginx chunked requestsJacob Vosmaer2014-01-271-0/+14
|/ /
* | Merge branch 'jruby' into 'master'Dmitriy Zaporozhets2014-01-271-3/+2
|\ \ | | | | | | | | | Recommend standard MRI implementation
| * | Nobody uses GitLab with Jruby.dosire2014-01-251-3/+2
| | |
* | | Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-274-12/+1
|\ \ \
| * | | Add files to path blacklist.Jason Hollingsworth2014-01-244-12/+1
| | | | | | | | | | | | | | | | Remove empty ErrorsController
* | | | Merge branch 'fix/test' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-273-9/+5
|\ \ \ \
| * | | | Fix broken test in spec/models/project_spec.rbJason Hollingsworth2014-01-243-9/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | A test was broken if running on a non-standard port. Made checking for (non-)standard port more robust. Changed gitlab_on_non_standard_port to gitlab_on_standard_port (less negative).
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-01-272-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'hipchat-remove-hash' of /mnt/ebs/repositories/Tenzer/gitlab-ceSytse Sijbrandij2014-01-261-1/+1
| |\ \ \ \
| | * | | | Removed hash from "<user> #pushed to branch..." Hipchat notificationJeppe Toustrup2014-01-141-1/+1
| | | | | |
| * | | | | Merge branch 'master' of /mnt/ebs/repositories/sriharsha.vardhan/gitlab-ceSytse Sijbrandij2014-01-261-1/+1
| |\ \ \ \ \
| | * | | | | Correct section number for 'Check application status'harsha2014-01-221-2/+2
| | | | | | |
* | | | | | | Merge pull request #6158 from Razer6/remove_snippet_expiaration_dateDmitriy Zaporozhets2014-01-261-7/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove snippet expiration date from UI
| * | | | | | | Remove snippet expiration date from UIRobert Schilling2014-01-251-7/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6159 from dblessing/fix/mobile_ui_dashboardDmitriy Zaporozhets2014-01-2619-17/+124
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mobile UI improvements
| * | | | | | | Mobile UI improvements for dashboard/navDrew Blessing2014-01-2519-17/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style navbar toggle button Style navbar toggle manually instead of with button classes Style navbar Modify color Turn off all tooltips for touch devices Style main nav Fix scrolling navbar collapse Style tweaks Minor tweaks Style no ssh key message
* | | | | | | | Merge pull request #5476 from lyda/logo-white-compressDmitriy Zaporozhets2014-01-2631-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reduce image size.
| * | | | | | | | Also optimise gifs with gifsicle.Kevin Lyda2014-01-057-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are the same gif files just after running gifsicle -b --optimize **/*.gif
| * | | | | | | | Another optipng run over png's.Kevin Lyda2014-01-0514-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran optipng -o7 -fix over all png files. This should make pages load a tiny bit faster (you can test this with the pagespeed tool on firefox or chrome). It might be an idea to add *lossless* image compression optimization runs to the release process.
| * | | | | | | | Merge branch 'master' into logo-white-compressKevin Lyda2014-01-05578-4529/+10385
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/images/logo-black.png app/assets/images/logo-white.png
| * | | | | | | | | Reduce image size.Kevin Lyda2013-10-2912-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking the site with the PageSpeed extension, one of the reports was in reducing image size. This reduced the number of bytes by 67%. It was done with optipng -o7 -fix *.png in the app/assets/images dir. References: optipng: http://optipng.sourceforge.net/ PageSpeed extension: https://developers.google.com/speed/docs/insights/using_chrome
* | | | | | | | | | Merge pull request #6163 from Corobi/masterSytse Sijbrandij2014-01-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | improve upgrader "latest version" message
| * | | | | | | | | improve upgrader "latest version" messageCorobi2014-01-251-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5907 from boomshadow/patch-1Sytse Sijbrandij2014-01-251-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Update installation.md with new git version
| * | | | | | | | Update installation.mdboomshadow2013-12-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the version of Git used in the section for compiling Git from source. Also, changed the verbiage used in the section "Initialize Database and Activate Advanced Features". It previously said to type 'yes' to install the database.
* | | | | | | | | Merge branch 'database-confusion' into 'master'Dmitriy Zaporozhets2014-01-252-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Database Confusion To prevent https://twitter.com/TechIsCool/status/426133762032676865
| * | | | | | | | | Include a note for people that think the headers are wrong.dosire2014-01-232-4/+4
| | | | | | | | | |
* | | | | | | | | | Version to 6.6.0.preDmitriy Zaporozhets2014-01-251-1/+1
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'reference_relative_links' into 'master'Dmitriy Zaporozhets2014-01-247-11/+82
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference style links with relative links in markdown #996 ``` Adds relative links support to reference style links, eg: [GitLab API doc directory][GitLab API directory listing] [Maintenance][Maintenance rake task] \[GitLab API directory listing]: doc/api/ \[Maintenance rake task]: doc/raketasks/maintenance.md ```
| * \ \ \ \ \ \ \ \ Merge branch 'master' into reference_relative_linksMarin Jankovski2014-01-24137-569/+720
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/models/project_spec.rb
| * | | | | | | | | | Use the correct paths.Marin Jankovski2014-01-233-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Update last sha of the commit in the test seed repository.Marin Jankovski2014-01-232-4/+4
| | | | | | | | | | |
| * | | | | | | | | | Test if the views behave correctly with reference style relative links.Marin Jankovski2014-01-233-0/+34
| | | | | | | | | | |
| * | | | | | | | | | Markdown helper spec for reference style relative links.Marin Jankovski2014-01-231-0/+18
| | | | | | | | | | |
| * | | | | | | | | | Display correct paths in markdown for reference style links.Marin Jankovski2014-01-221-6/+25
| | | | | | | | | | |