summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing cdv4.0.0Dmitriy Zaporozhets2012-12-231-0/+3
|
* Fix installation docsDmitriy Zaporozhets2012-12-231-3/+6
|
* Let it be v4.0.0Dmitriy Zaporozhets2012-12-232-1/+4
|
* Fix webhook data sampleDmitriy Zaporozhets2012-12-231-2/+1
|
* Improve web hook data. Use clonable url in repo infoDmitriy Zaporozhets2012-12-233-4/+4
|
* gitlab.yml how to use sectionDmitriy Zaporozhets2012-12-231-0/+6
|
* Fixed MR count on dashboardDmitriy Zaporozhets2012-12-231-1/+1
|
* Sctrict host instructionsDmitriy Zaporozhets2012-12-231-0/+17
|
* Import: Skip if not git repoDmitriy Zaporozhets2012-12-231-0/+3
|
* Fix import rake task and testsDmitriy Zaporozhets2012-12-232-3/+7
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2012-12-221-0/+6
|\
| * Add instructions to fix permissions for /home/git/.gitolite/Riyad Preukschas2012-12-221-0/+6
| |
* | Log if satellite creation failedDmitriy Zaporozhets2012-12-221-1/+7
|/
* Fix Commit#to_diffRiyad Preukschas2012-12-221-0/+2
|
* Remove path parameter from projects APIRiyad Preukschas2012-12-223-6/+1
|
* Implement UsersProject project_access validationDmitriy Zaporozhets2012-12-226-5/+8
|
* Fix docs to download and compile Ruby in /tmp/rubyRiyad Preukschas2012-12-221-0/+1
|
* Remove bundler calls from databases.mdRiyad Preukschas2012-12-221-6/+0
| | | GitLab is not yet downloaded at this point in the installation guide.
* Fix sudo install command in installation guideRiyad Preukschas2012-12-221-1/+1
| | | Fixes #2334
* Fix #2220v4.0.0rc2Dmitriy Zaporozhets2012-12-221-1/+1
|
* Fixed wierd gitlab markdown issueDmitriy Zaporozhets2012-12-222-5/+12
|
* Improve wiki rendering. Fix pygemnt + markdown invalid htmlDmitriy Zaporozhets2012-12-222-12/+15
|
* Fix order of db setup in installation docsDmitriy Zaporozhets2012-12-222-12/+16
|
* Fixed #2333Dmitriy Zaporozhets2012-12-222-2/+2
|
* Merge pull request #2330 from gitlabhq/v4.0-api-fixesDmitriy Zaporozhets2012-12-2216-95/+90
|\ | | | | V4.0 API fixes
| * Up API version to v3Riyad Preukschas2012-12-213-3/+3
| |
| * Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-2112-86/+86
| |
| * Remove the code parameter from the projects APIRiyad Preukschas2012-12-213-6/+1
| |
* | Fix fark background highlightDmitriy Zaporozhets2012-12-212-2/+2
|/
* Fixed testsDmitriy Zaporozhets2012-12-212-8/+8
|
* Merge branch 'koenpunt-gh-issue-1509'Dmitriy Zaporozhets2012-12-218-199/+274
|\
| * Merge branch 'gh-issue-1509' of https://github.com/koenpunt/gitlabhq into ↵Dmitriy Zaporozhets2012-12-218-199/+274
| |\ |/ / | | | | | | | | | | koenpunt-gh-issue-1509 Conflicts: vendor/assets/javascripts/branch-graph.js
| * Updated branch-graph, abstracted some code in seperate functionsKoen Punt2012-12-074-160/+149
| | | | | | | | Removed unused Raphael.fn.popup
| * BranchGraph now loads asyncKoen Punt2012-12-076-94/+122
| | | | | | | | Centralized keyboard and drag events for BranchGraph
| * Fixed #1509 by converting the entities in jsKoen Punt2012-12-072-118/+173
| | | | | | | | Converted BranchGraph to some sort of Class
* | Merge pull request #2305 from gitlabhq/fix_gfm_auto_completeDmitriy Zaporozhets2012-12-214-28/+22
|\ \ | | | | | | Fix and refactoring gfm_autocomplete
| * | refactoring gfm_autocompleteValeriy Sizov2012-12-204-28/+22
| | |
* | | Fix text in project move mailRiyad Preukschas2012-12-201-3/+3
| | |
* | | Release candidate 1v4.0.0rc1Dmitriy Zaporozhets2012-12-201-1/+1
| | |
* | | Merge pull request #2323 from riyad/rename-tasksDmitriy Zaporozhets2012-12-2011-108/+131
|\ \ \ | | | | | | | | Rename tasks
| * | | Rename add_user_to_project_teams to gitlab:import:user_to_projectsRiyad Preukschas2012-12-203-22/+26
| | | | | | | | | | | | | | | | Rename add_users_to_project_teams to gitlab:import:all_users_to_all_projects
| * | | Rename gitlab:app:backup_* to gitlab:backup:*Riyad Preukschas2012-12-202-69/+73
| | | | | | | | | | | | | | | | | | | | | | | | Rename gitlab:app:db_* to gitlab:backup:db:* Rename gitlab:app:repo_* to gitlab:backup:repo:* Rename *_dump to *_create
| * | | Add gitlab:satellites:create as an alias for gitlab:enable_automergeRiyad Preukschas2012-12-203-1/+18
| | | |
| * | | Rename gitlab:app:enable_automerge to gitlab:enable_automergeRiyad Preukschas2012-12-204-14/+12
| | | |
| * | | Rename gitlab:activate_namespaces to gitlab:enable_namespacesRiyad Preukschas2012-12-202-3/+3
| | | |
* | | | Fix email send on close/reopen issue. Display project name with namespace. ↵Dmitriy Zaporozhets2012-12-2010-26/+22
| | | | | | | | | | | | | | | | remove css style
* | | | Send update instructions after project namespace id changed or namespace ↵Dmitriy Zaporozhets2012-12-205-2/+47
|/ / / | | | | | | | | | path changed
* | | Changelog updated. Added warnings to username formDmitriy Zaporozhets2012-12-203-0/+17
| | |
* | | Merge pull request #2321 from riyad/update-contrib-docsDmitriy Zaporozhets2012-12-202-55/+13
|\ \ \ | | | | | | | | Update Contribution Guide
| * | | Update CONTRIBUTING.mdRiyad Preukschas2012-12-201-19/+13
| | | |