- 14 Feb, 2013 3 commits
-
-
Sebastian Ziebell authored
The previous call `saved?` is restored in the `POST /projects` method in the API. It is refactored to check if the record is persisted. This is useful to not validate the record again after saving. This fixes the returned status code in the web client too. If the last project is created via web client instead of error notification the project page is shown.
-
Sebastian Ziebell authored
When creating the last project via API when reaching the project limit a status code of 404 (Not found) is returned instead of 201 (Created). The fix checks now correctly if the project could be saved.
-
Sebastian Ziebell authored
When reaching the project limit the API returns an error code 404 on the last possible project. The project itself is created and is available in the database (seems valid). A similar behavior can be observed when reaching the project limit via web client, but in this case the user is notified that the maximum number of projects is reached. The project itself is still created and can be accessed. Tests are added to check the behavior when reaching the project limit or one tries to exceed it via the API.
-
- 13 Feb, 2013 7 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
https://github.com/mikew/gitlabhqDmitriy Zaporozhets authored
Merge branch 'unicorn-app-dir-fix' of https://github.com/mikew/gitlabhq into mikew-unicorn-app-dir-fix Conflicts: config/unicorn.rb.example
-
Dmitriy Zaporozhets authored
Constants in Events looks good now
-
Andrew8xx8 authored
-
Dmitriy Zaporozhets authored
Some fix for gitlab:gitlab_shell:check
-
- 12 Feb, 2013 19 commits
-
-
Martin Bastien authored
-
Martin Bastien authored
Fixing issue #2970
-
Dmitriy Zaporozhets authored
Update lib/tasks/sidekiq.rake
-
Dmitriy Zaporozhets authored
API: Fixes return code when accessing non existent branch (#2922)
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Merge branch 'easy-to-find-commit-on-network-graph' of https://github.com/hiroponz/gitlabhq into hiroponz-easy-to-find-commit-on-network-graph
-
Dmitriy Zaporozhets authored
Disable autocomplete for admin/users form
-
Michael Lee authored
Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ?
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Gitlab incorrectly routes blobs to the compare controller depending on filename.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Merge branch 'fix-db-after-updating-rails' of https://github.com/Undev/gitlabhq into Undev-fix-db-after-updating-rails
-
Dmitriy Zaporozhets authored
-
Yuri Feldman authored
-
Yuri Feldman authored
-
Andrew8xx8 authored
-
Andrew8xx8 authored
-
- 11 Feb, 2013 11 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-