gitlab-org--gitlab-foss/doc
Dmitriy Zaporozhets 73adae0f62 Merge branch 'dz-cleanup-routing' into 'master'
Remove NamespacesController

* removes unnecessary NamespacesController. The main purpose of this controller was redirect to group or user page when URL like https://gitlab.com/gitlab-org was used. Now this functionality is handled by constrainers (like this https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/routes/user.rb#L17-21) and take user to correct controller right from the start.
* serve non existing API routes like `/api/v3/whatever` with Grape instead of Rails. Before this change wrong API url was served by rails with not obvious 404, 405 & 500 errors


See merge request !6733
2016-10-11 06:58:05 +00:00
..
administration Merge branch 'docs/refactor-registry' into 'master' 2016-10-06 19:49:11 +00:00
api Merge branch 'dz-cleanup-routing' into 'master' 2016-10-11 06:58:05 +00:00
ci Merge branch '21337-introduce-git-strategy-none' into 'master' 2016-10-06 09:19:10 +00:00
container_registry Move container_registry user docs to new location 2016-09-25 11:20:57 +02:00
customization Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
development Fix typo and add he MWBS accronym for "Merge When Build Succeeds" 2016-10-07 16:17:28 +02:00
downgrade_ee_to_ce
gitlab-basics Updating changes based on feedback from @connorshea 2016-10-10 16:49:01 +02:00
hooks
incoming_email
install Use gitlab-workhorse 0.8.4 2016-10-06 14:12:31 +02:00
integration More Bitbucket integration refactoring 2016-08-30 17:52:14 +02:00
intro Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
legal remove undefined word Corporation from CCLA 2016-08-16 16:35:54 -07:00
logs
markdown Move markdown doc to the right location 2016-08-03 08:54:17 +03:00
migrate_ci_to_ce
monitoring Tracking of custom events 2016-08-17 10:04:04 +02:00
operations
permissions
profile
project_services Refactor Slack service documentation 2016-07-22 12:37:05 +03:00
public_access
raketasks Add registry to skipped data in backup raketask docs 2016-10-10 17:35:57 +02:00
security
ssh
system_hooks
university Added missing content and improved layout 2016-10-07 14:53:09 +01:00
update Merge branch 'patch-6' into 'master' 2016-10-07 16:33:56 +00:00
user Merge branch 'ci-https' into 'master' 2016-10-07 07:00:49 +00:00
web_hooks Added documentation for pipeline hooks 2016-08-12 17:52:02 +02:00
workflow Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
README.md Merge branch 'docs/refactor-registry' into 'master' 2016-10-06 19:49:11 +00:00

README.md

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.