Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-02-18Refactor MR code reloadDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18 Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets
Complete api files CRUD Adds ability to read file from repository with content encoded with Base64.
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Complete api files CRUDDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Fixed bug with json files content being escaped in apiDmitriy Zaporozhets
After update to recent grape env['api.format'] does not work any more. Use content_type for rendering raw json files content Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-17Merge pull request #6189 from jcockhren/api_ldap_check_for_userDmitriy Zaporozhets
the existence of former ldap users doesn't imply LDAP is enabled.
2014-02-13project_user selectbox with ajax autocompleteDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Show avatars in ajax user selectboxDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-12Merge pull request #5520 from gabetax/rake_group_bulk_add_permissionsDmitriy Zaporozhets
add rake gitlab:import: all_users_to_all_groups and user_to_groups
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-02-04Merge pull request #5294 from dalehamel/masterDmitriy Zaporozhets
Ensure directory exists before changing in popen
2014-02-04Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-03remove remaining python referencesJohannes Schleifenbaum
2014-01-31Dont check for python any moreDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-29In the case when a user can and has authenticated with ldap, howeverJurnell Cockhren
ldap is disabled in the gitlab config, this fixes the API still calling the ldap backend.
2014-01-28Add a custom 502 pageJacob Vosmaer
2014-01-28 Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets
Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
2014-01-27Improve highlight for notesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-27 Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets
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
2014-01-27Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-27Use either/or to present optionsJacob Vosmaer
2014-01-27Explain what we know about Nginx chunked requestsJacob Vosmaer
2014-01-27Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets
2014-01-26improve upgrader "latest version" messageCorobi
2014-01-25Add files to path blacklist.Jason Hollingsworth
Remove empty ErrorsController
2014-01-24 Merge branch 'report_backup_db_success' into 'master'Dmitriy Zaporozhets
Report success/failure of DB backup commands
2014-01-23Remove version since we don't keep it up to date.dosire
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
2014-01-23Report failure of DB backup commandsJacob Vosmaer
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
Remove deprecated finders
2014-01-22Always create merge_request_diff if MR createdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Git over ssh and http are different things.dosire
2014-01-22More explanation for upload limits.dosire
2014-01-21Rephrase LDAP check script outputJacob Vosmaer
The previous phrasing lead some people to believe that there is a limit on the number of LDAP users that can sign in to a GitLab instance. That is not the case; the limit in the check script only applies to the diagnostic information result set, so that running `rake gitlab:check` does not output thousands of LDAP users.
2014-01-20Better wording of the import instructions.dosire
2014-01-20Merge branch 'init.d' of /mnt/ebs/repositories/arifali1/gitlab-ceDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2014-01-19Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets
https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-01-18Add website url to userJerome Dalbert
2014-01-17 Merge branch 'explain_ldap_check' into 'master'Dmitriy Zaporozhets
Improve the explanation of the LDAP check script
2014-01-17 Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets
Refactoring context Into services To prevent confusion where to write logic. Context or Service?
2014-01-16Replace context with service in libDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16Explain that `limit` only applies to the checkJacob Vosmaer
2014-01-16Accept encoding attribute in files APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16Add support of base64 encoded contentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-15Remove commit_load_context.rbDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-15Merge branch 'feature/merge_commit_message' of ↵Dmitriy Zaporozhets
/home/git/repositories/gitlab/gitlabhq
2014-01-14Allow . files to be createdJeroen van Baarsen
Fixes: https://github.com/gitlabhq/gitlabhq/issues/5770
2014-01-13Add merge_commit_message argument for Satellite::MergeAction#mergeDmitriy Zaporozhets