gitlab-ce/config/routes
Vitali Tatarintev 9329998332 Add experimental charts endpoint
That is not a working version of the code,
that's an endpoint prototype to test on localhost.

How to use:

```
http://localhost:3000/<PROJECT_NAMESPACE>/<PROJECT_ID>
/chart?url=<ENCODED_URL>
```

Where:
PROJECT_NAMESPACE and PROJECT_ID are valid project namespace,
and id on localhost. You can get them by calling
`Project.last` from Rails console.

ENCODED_URL is an Encoded URL to data provider.

To encode an URL you can use https://www.urlencoder.io

The endpoint responds with a JSON.
It's either `{ "error": "Error description" }`
or a valid JSON from data provider.
2019-09-12 08:54:40 +02:00
..
admin.rb Add profile mode to extend request profiling 2019-07-18 23:11:08 +10:00
api.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
ci.rb
dashboard.rb
development.rb
explore.rb
git_http.rb Redirect project.wiki.git to project wiki home 2019-07-26 11:49:36 +12:00
google_api.rb
group.rb
help.rb
import.rb
instance_statistics.rb
legacy_builds.rb
profile.rb
project.rb Add experimental charts endpoint 2019-09-12 08:54:40 +02:00
repository.rb
sherlock.rb
sidekiq.rb
snippets.rb
uploads.rb Add direct upload support for personal snippets 2019-08-23 11:19:14 +02:00
user.rb Remove duplicate -/users/terms routes 2019-08-14 23:02:43 +10:00
wiki.rb New wiki page redirects user to random slug 2019-08-21 09:33:12 +12:00