diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-18 14:15:40 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-18 14:15:40 +0000 |
commit | 8686d09d3e9e53089f7d3f11d74f0368f76a2aa2 (patch) | |
tree | 9702483393e25eabd403b98d3af2de0a0e0cc75a /lib/api/api.rb | |
parent | 8a55636f8974d73c097a52721e2208cea727bc17 (diff) | |
parent | 6cf39fe10ddf6f90a17d52ba6b50425f58215eeb (diff) | |
download | gitlab-ce-8686d09d3e9e53089f7d3f11d74f0368f76a2aa2.tar.gz |
Merge branch 'feature/api_fle_encoded' into 'master'
Complete api files CRUD
Adds ability to read file from repository with content encoded with Base64.
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 9022cf7375a..6bec8368b12 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -42,6 +42,7 @@ module API mount ProjectHooks mount Services mount Files + mount Commits mount Namespaces end end |