summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Merge branch 'master' into merge-if-greenDouwe Maan2015-12-082-1/+2
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
| | * | | | Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan2015-12-083-1/+18
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-0718-37/+73
| | |\ \ \ \
| | * | | | | Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg2015-11-231-0/+1
| | | | | | |
| | * | | | | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-1811-80/+131
| | |\ \ \ \ \
| | * | | | | | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-2/+1
| | | | | | | |
| | * | | | | | Merge when build succeedsZeger-Jan van de Weg2015-11-021-0/+1
| | | | | | | |
| * | | | | | | Merge branch 'reference-pipeline-and-caching' into 'master' Robert Speicher2015-12-082-1/+5
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement different Markdown rendering pipelines and cache Markdown Builds on !1090. Related to !1014. Fixes #2054. See merge request !1602
| | * | | | | | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-cachingDouwe Maan2015-12-083-0/+17
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-072-2/+2
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-031-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-0218-35/+71
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-1910-73/+120
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-272-3/+7
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Disabling caching in test environment because it was causing issues with ↵Douwe Maan2015-10-222-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Markdown
| * | | | | | | | | | Merge branch 'languages-graph' into 'master' Robert Speicher2015-12-081-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Languages graph See merge request !2009
| | * | | | | | | | | | Implement languages graph pageDmitriy Zaporozhets2015-12-081-0/+1
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | Fix signin with OmniAuth providersfix-omniauth-signinDouwe Maan2015-12-081-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'feature/sidekiq-cron' into 'master' Dmitriy Zaporozhets2015-12-073-0/+17
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate from Sidetiq to Sidekiq-cron Migrate from Sidetiq to Sidekiq-cron Updated Sidekiq to 3.5.x This will solve #2355 See merge request !1982
| | * | | | | | | | Migrate from Sidetiq to Sidekiq-cronfeature/sidekiq-cronGabriel Mazetto2015-12-043-0/+17
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Updated Sidekiq to 3.5.x
| * | | | | | | | Fix Error 500 when creating global milestones with Unicode charactersStan Hu2015-12-051-1/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two issues: 1. The constraints in the resources were incorrect. Here's what it was before: ``` group_milestone GET /groups/:group_id/milestones/:id(.:format) groups/milestones#show {:id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/, :group_id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/} ``` In this case, id is actually the title of the milestone, which can be anything at the moment. After: ``` group_milestone GET /groups/:group_id/milestones/:id(.:format) groups/milestones#show {:id=>/[^\/]+/, :group_id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/} ``` 2. `parameterize` would strip all Unicode characters, leaving a blank string. Rails would report something like: ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups/milestones", :group_id=>#<Group id: 48, name: "ops-dev", path: "ops-dev", owner_id: nil, created_at: "2015-11-15 08:55:30", updated_at: "2015-12-02 06:23:26", type: "Group", description: "", avatar: "sha1.c71e73d51af1865c1bbbf6208e10044d46c9bb93.png", public: false>, :id=>"", :title=>"肯定不是中文的问题"} missing required keys: [:id]): This change uses the babosa library to create a better slug, which surprisingly isn't actually used by the global milestone controllers. Instead, they use the title passed as a query string for some reason. Closes https://github.com/gitlabhq/gitlabhq/issues/9881 Fix constraints
| * | | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-031-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Rails deprecation warning about log_levelValery Sizov2015-12-031-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-0215-27/+33
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'rails_update_to_4_2' into 'master' Valery Sizov2015-11-3015-27/+33
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails update to 4.2.4 https://gitlab.com/gitlab-org/gitlab-ce/issues/2694 See merge request !1902
| | | * | | | | fix notification_service specsValery Sizov2015-11-301-0/+2
| | | | | | | |
| | | * | | | | Migrate mailers to ActiveJobValery Sizov2015-11-264-3/+7
| | | | | | | |
| | | * | | | | Rails update to 4.2.4Valery Sizov2015-11-2514-24/+24
| | | | | | | |
| * | | | | | | Have ClosingIssueExtractor recognize all referenced issuesDouwe Maan2015-11-301-1/+1
| |/ / / / / /
| * | | | | | Merge branch 'rs-build-ssh-path-prefix' into 'master' Douwe Maan2015-11-301-3/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify `build_gitlab_shell_ssh_path_prefix` See merge request !1928
| | * | | | | | Simplify `build_gitlab_shell_ssh_path_prefix`rs-build-ssh-path-prefixRobert Speicher2015-11-291-3/+5
| | |/ / / / /
| * | | | | | Gracefully handle when Redis is not availableStan Hu2015-11-261-2/+7
| | | | | | |
| * | | | | | Expire application settings from cache at startupStan Hu2015-11-251-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a DB migration occurs, there's a chance that the application settings are loaded from the cache and provide stale values, causing Error 500s. This ensures that at startup the settings are always refreshed. Closes #3643
| * | | | | Merge branch 'sherlock-total-query-time' into 'master' Yorick Peterse2015-11-251-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added total query time to Sherlock This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used). See merge request !1887
| | * | | | | Added total query time to Sherlocksherlock-total-query-timeYorick Peterse2015-11-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used).
| * | | | | | Also fallback to a default value if none is set.session_expire_delay_cannot_be_nilMarin Jankovski2015-11-241-2/+2
| | | | | | |
| * | | | | | Maybe rescue session_expire_delay by setting a default value.Marin Jankovski2015-11-241-0/+1
| |/ / / / /
| * | | | | Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-232-1/+14
| | | | | |
| * | | | | Merge branch 'lfs_default_and_backup' into 'master' Dmitriy Zaporozhets2015-11-202-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lfs default and backup Part of gitlab-org/gitlab-ce#2955 See merge request !1823
| | * | | | | Lfs on by default.Marin Jankovski2015-11-192-2/+2
| | | |_|/ / | | |/| | |
| * | | | | award emojiValery Sizov2015-11-191-0/+4
| |/ / / /
| * | | | Merge branch 'rs-revert-gh-9820' into 'master' Robert Speicher2015-11-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list" This reverts commit 63144cd062f6d259f1f30b6e06eb92a16caa8dec, reversing changes made to 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a. Reverts https://github.com/gitlabhq/gitlabhq/pull/9820 See merge request !1804
| | * | | | Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820Robert Speicher2015-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 63144cd062f6d259f1f30b6e06eb92a16caa8dec, reversing changes made to 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a.
| * | | | | Create milestones in the groupDmitriy Zaporozhets2015-11-161-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Add support for git lfs.lfsMarin Jankovski2015-11-163-3/+16
| | | | |
| * | | | Disabling cache for test environmentValery Sizov2015-11-162-9/+13
| | | | |
| * | | | Merge branch 'impersonate' into 'master' Dmitriy Zaporozhets2015-11-141-1/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor login as to be impersonation with better login/logout Modifies the existing "login as" feature to be called impersonation. This also adds: * Application keep track of who is impersonating the user so they can revert back to the original user without having to log out. * Stores the user profile via `HTTP_REFERER` so you get redirected back to the person you have impersonated once you stop. ## Screenshots: ![](http://sindacio.us/i/2015-10-28_17-52-41.png) ![](http://sindacio.us/i/2015-10-28_17-53-08.png) See merge request !1702
| | * | | | refactor login as to be impersonation with better login/logoutJames Newton2015-10-291-1/+3
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Modifies the existing "login as" feature to be called impersonation, as well as keeping track of who is impersonating to revert back to that user without having to log out.
| * | | | Expose CI enable option in project featuresKamil Trzcinski2015-11-132-0/+2
| | | | | | | | | | | | | | | | | | | | - Enable CI by default for all new projects
| * | | | Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-listDmitriy Zaporozhets2015-11-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | Avoid render edit_form in each notes.