summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'gitlab_importer' into 'master'Dmitriy Zaporozhets2015-01-291-1/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | Ability to clone project using oauth2 token See merge request !1447
| | * | an ability to clone project with oauth2 tokenValery Sizov2015-01-281-1/+13
| | | |
| * | | Refactor commit calendar a bit. Fixed datesDmitriy Zaporozhets2015-01-281-8/+0
| | | |
| * | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Dmitriy Zaporozhets2015-01-281-1/+1
| |\ \ \ | | | | | | | | | | | | | | | haynes/gitlab-ce-commit_calendar
| | * | | Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets2015-01-281-1/+1
| | |/ /
| * | | Add a commit calendar to the user profileHannes Rosenögger2015-01-291-0/+79
| |/ /
| * | Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-271-7/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | Move external issue tracker away from yml config See merge request !1442
| | * \ Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-3/+9
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/project.rb spec/models/project_spec.rb
| | * | | Move repetition to the parent.Marin Jankovski2015-01-261-5/+4
| | | | |
| | * | | Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-261-1/+1
| | | | |
| | * | | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-233-8/+22
| | |\ \ \
| | * | | | Do a check which issue tracker is used inside the project.Marin Jankovski2015-01-231-1/+1
| | | | | |
| | * | | | Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-231-4/+3
| | | | | |
| * | | | | Refactor web editorDmitriy Zaporozhets2015-01-261-4/+4
| | |_|/ / | |/| | |
| * | | | Files::CreateService can now commit file to empty repositoryDmitriy Zaporozhets2015-01-261-3/+9
| | |/ / | |/| |
* | | | actually fix indentationMarco Wessel2015-01-251-1/+1
| | | |
* | | | Fix indentationMarco Wessel2015-01-251-1/+1
| | | |
* | | | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-252-0/+17
|/ / /
* | | Stop git zombie creation during force push checkJacob Vosmaer2015-01-221-1/+1
| | |
* | | Merge pull request #7762 from jubianchi/commit-closing-issuesDmitriy Zaporozhets2015-01-211-7/+12
|\ \ \ | | | | | | | | Allow commit messages to close several issues at once
| * | | Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-7/+12
| | | | | | | | | | | | | | | | for his work and help)
* | | | developer can push to protected branchesValery Sizov2015-01-201-0/+9
| |/ / |/| |
* | | Github Importer: AJAX update statusValery Sizov2015-01-201-0/+2
|/ /
* | Merge branch 'database-fix-setting' into 'master'Marin Jankovski2015-01-191-19/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | Check for database connection when running current_application_settings The PG connection errors don't always end up being caught as ActiveRecord::NoDatabaseError. So when doing a precompile without the database (like when using the omnibus), an exception was being thrown. See merge request !292
| * | Check for database connection before loading current application settingsDJ Mountney2015-01-141-19/+4
| | |
* | | Test git builder over annotated tagDmitriy Zaporozhets2015-01-151-2/+5
| | |
* | | Send checkout sha for web hooks and servicesDmitriy Zaporozhets2015-01-152-52/+70
|/ /
* | Rescue database error in application settings if the database still doesn't ↵Marin Jankovski2015-01-141-1/+12
| | | | | | | | exist.
* | Improve github import page UIDmitriy Zaporozhets2015-01-131-3/+3
| |
* | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-134-1/+115
|\ \ | | | | | | | | | | | | Conflicts: app/helpers/projects_helper.rb
| * | Github ImporterValery Sizov2015-01-104-1/+115
| | |
* | | Merge branch 'git-http-blacklist' into 'master'Jacob Vosmaer2015-01-131-2/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | Git HTTP blacklist See merge request !1328
| * \ \ Merge remote-tracking branch 'dev_gitlab_org/master' into git-http-blacklistJacob Vosmaer2015-01-082-10/+34
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | On some misconfigured GitLab servers, if you look in production.log it looks like all requests come from 127.0.0.1. To avoid unwanted banning we white-list 127.0.0.1 with this commit.
| * | | Add more comments explaining how we block IPsJacob Vosmaer2014-12-181-1/+4
| | | |
| * | | Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-151-2/+12
| | | |
* | | | Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+63
| | | | | | | | | | | | | | | | Also execute GitLab CI on creating tag via UI
* | | | Rescue missing database errorsJacob Vosmaer2015-01-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While loading the Rails app we cannot assume that the gitlabhq_xxx database exists already. If we do, `rake gitlab:setup` breaks! This is a quick hack to make sure that fresh development setups of GitLab (from master) will work again.
* | | | Merge branch 'popen_close_stdin'Dmitriy Zaporozhets2015-01-081-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | | Close standard input in Gitlab::Popen.popenJacob Vosmaer2015-01-051-0/+3
| | |/ / | |/| |
* | | | Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-8/+13
| | | |
* | | | Hack for migrating to new settingsDmitriy Zaporozhets2015-01-081-1/+11
| | | |
* | | | Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+7
|/ / /
* | | Add option to disable/enable developers push to already protected branches.Marin Jankovski2014-12-261-2/+2
| | |
* | | Move protected branch actions into a method.Marin Jankovski2014-12-261-12/+20
| | |
* | | Allow regular code push for developers if the protected branch allows it.Marin Jankovski2014-12-261-0/+2
| | |
* | | Add theme type css classDrew Blessing2014-12-151-0/+14
|/ /
* | Merge branch 'sidekiq_memory_killer_grace_time' into 'master'Dmitriy Zaporozhets2014-12-081-24/+29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'grace time' behavior to Sidekiq MemoryKiller The previous iteration of the memory killer did not give 'large' jobs much of a chance to finish. This caused them to come back after each restart, leading to another memory-induced shutdown. By adding some 'grace time' between the moment we detect a memory peak and the moment we start shutting down, we hope to give Sidekiq a chance to get whatever causes its memory to grow 'out of its system'. See merge request !1313
| * | Fix typoJacob Vosmaer2014-12-081-1/+1
| | |
| * | Use constants instead of gettersJacob Vosmaer2014-12-081-26/+13
| | |