Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix/atom-url-issue' into 'master' | Douwe Maan | 2016-02-04 | 2 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Fix atom url issue on projects This MR adds prevents a project to have a path ending in .atom that conflicts with the feed and Adds a migration to migrate old .atom projects to a different path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2651 | ||||
| * | fixed move project method in migration | James Lopez | 2016-02-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-02 | 1 | -4/+4 |
| |\ | |||||
| * \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-01 | 4 | -70/+52 |
| |\ \ | |||||
| * | | | refactor previous test and add validation to project model | James Lopez | 2016-01-29 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/rs-database-info' | Dmitriy Zaporozhets | 2016-02-04 | 1 | -6/+32 |
|\ \ \ \ | |||||
| * | | | | Display database type and version in Administration dashboardrs-database-info | Robert Speicher | 2016-02-02 | 1 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | Closes #12900 | ||||
* | | | | | Merge branch 'support-akismet' into 'master' | Robert Speicher | 2016-02-03 | 2 | -1/+41 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266 | ||||
| * | | | | Memoize Akismet client initialization on AkismetHelper | Douglas Barbosa Alexandre | 2016-02-02 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 2 | -1/+41 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 | ||||
* | | | | Merge branch 'git-raw-workhorse' into 'master' | Jacob Vosmaer | 2016-02-02 | 1 | -0/+21 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send raw Git blobs via gitlab-workhorse See merge request !2451 | ||||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into git-raw-workhorse | Jacob Vosmaer | 2016-02-02 | 1 | -4/+4 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Gotta have newlines | Jacob Vosmaer | 2016-02-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Jacob Vosmaer | 2016-02-01 | 22 | -267/+657 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | git-raw-workhorse | ||||
| * | | | | Use only one header to send git blobs | Jacob Vosmaer | 2016-02-01 | 1 | -0/+21 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/master' into lazy-blobslazy-blobs | Jacob Vosmaer | 2016-02-02 | 1 | -4/+4 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Allow "@" in file names and pathallow-@ | Jacob Vosmaer | 2016-02-01 | 1 | -4/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobs | Jacob Vosmaer | 2016-02-01 | 18 | -244/+628 |
|\ \ \ \ | |/ / / | |||||
| * | | | Mark inline difference between old and new paths when a file is renamed | Douwe Maan | 2016-01-29 | 3 | -36/+52 |
| | | | | |||||
| * | | | Partially revert "Add IP check against DNSBLs at account sign-up"rs-remove-ip-blocking | Robert Speicher | 2016-01-28 | 1 | -34/+0 |
| | |/ | |/| | | | | | | | | | | This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact. | ||||
| * | | Merge branch 'highlight-blame' into 'master' | Robert Speicher | 2016-01-28 | 1 | -0/+54 |
| |\ \ | | | | | | | | | | | | | | | | | Fix highlighting in blame view. See merge request !2630 | ||||
| | * | | Move blame group logic to dedicated class | Douwe Maan | 2016-01-28 | 1 | -0/+54 |
| | | | | |||||
| * | | | Merge branch 'fix-preventing-migration-from-crashing-in-specific-cases' into ↵ | Dmitriy Zaporozhets | 2016-01-28 | 1 | -12/+19 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix preventing migration from crashing in very specific cases Closes #12606. Closes #12501. /cc @yorickpeterse @dbalexandre See merge request !2600 | ||||
| | * | | Use ActiveRecord::Base.connection.active? and rescue any exception in ↵fix-preventing-migration-from-crashing-in-specific-cases | Rémy Coutable | 2016-01-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect_to_db? This ensures that rake tasks that don't need a DB connection can be run without one. | ||||
| | * | | Only create the defaults ApplicationSetting when DB is fully migrated | Rémy Coutable | 2016-01-28 | 1 | -19/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Return a fake application settings OpenStruct when this is not the case. Also, use ActiveRecord::Base.connection_pool.active_connection? instead of ActiveRecord::Base.connection.active? to avoid driver exception. | ||||
| | * | | Ensure rake tasks that don't need a DB connection can be run without one | Rémy Coutable | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using ActiveRecord::Base.connection.active? without a DB connection, we get a "PG::ConnectionBad: could not connect to server" error because ActiveRecord::Base.connection doesn't exist. By using ActiveRecord::Base.connected? we ensure we don't get this error if the connection is missing, which is the all point of the Gitlab::CurrentSettings#connect_to_db? method! | ||||
| | * | | Fix preventing migration from crashing in very specific cases | Rémy Coutable | 2016-01-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/12606 for details | ||||
| * | | | Wrap errors on GitHub importer to raise Projects::ImportService::Error | Douglas Barbosa Alexandre | 2016-01-26 | 2 | -7/+12 |
| | | | | |||||
| * | | | Move Gitlab::BitbucketImport::KeyDeleter to it's own importer | Douglas Barbosa Alexandre | 2016-01-26 | 1 | -18/+29 |
| | | | | |||||
| * | | | Correct arity for instrumented methods w/o argsinstrumentation-signature | Yorick Peterse | 2016-01-25 | 1 | -3/+19 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450 | ||||
| * | | Backport some changes from EEes_backport | Valery Sizov | 2016-01-22 | 1 | -80/+2 |
| | | | |||||
| * | | Merge branch 'fix-diff-comments' into 'master' | Robert Speicher | 2016-01-22 | 2 | -5/+8 |
| |\ \ | | | | | | | | | | | | | | | | | More highlighted diff fixes See merge request !2545 | ||||
| | * | | Properly highlight right side of parallel difffix-diff-comments | Douwe Maan | 2016-01-22 | 1 | -1/+3 |
| | | | | |||||
| | * | | Restore diff comments | Douwe Maan | 2016-01-22 | 1 | -4/+5 |
| | | | | |||||
| * | | | Merge branch 'unescaped-diffs' into 'master' | Robert Speicher | 2016-01-22 | 1 | -5/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure non-highlighted diffs are still escaped Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12521 See merge request !2544 | ||||
| | * | | | Fix | Douwe Maan | 2016-01-22 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Make sure non-highlighted diffs are still escapedunescaped-diffs | Douwe Maan | 2016-01-22 | 1 | -5/+11 |
| | |/ / | |||||
| * | | | Merge branch 'ci/recursive-artifacts-entries' into 'master' | Robert Speicher | 2016-01-21 | 2 | -3/+12 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Add method to calculate total size of artifacts in subpath See merge request !2500 | ||||
| | * | | Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entries | Kamil Trzcinski | 2016-01-20 | 2 | -3/+12 |
| | | | | |||||
| * | | | Fix import of GitHub's wiki when the repository has not been created | Douglas Barbosa Alexandre | 2016-01-21 | 1 | -2/+6 |
| | | | | |||||
| * | | | Merge branch 'fix-github-pull-requests-import' into 'master' | Robert Speicher | 2016-01-20 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cross projects detection when importing GitHub pull requests Fixes #12456 See merge request !2523 | ||||
| | * | | | Fix cross projects detection when importing GitHub pull requests | Douglas Barbosa Alexandre | 2016-01-20 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Merge branch 'master' into issue_3945issue_3945 | Rubén Dávila | 2016-01-20 | 1 | -0/+34 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Add IP blocking against DNSBL at sign-upfeature/check-against-rbl-only | Tomasz Maczukin | 2016-01-20 | 1 | -0/+34 |
| |/ / / |/| | | | |||||
| * | | | Validate bounds just to be sure | Douwe Maan | 2016-01-20 | 1 | -0/+3 |
| | | | | |||||
| * | | | Properly highlight lines around '\ No newline at end of file' | Douwe Maan | 2016-01-20 | 3 | -7/+15 |
| | | | | |||||
| * | | | Save and use actual diff base commit for MR diff highlighting | Douwe Maan | 2016-01-20 | 3 | -9/+25 |
| | | | | |||||
| * | | | Properly handle HTML entities with inline diffs | Douwe Maan | 2016-01-20 | 3 | -15/+19 |
| | | | | |||||
| * | | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 5 | -24/+34 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Move parallel diff logic to separate class | Douwe Maan | 2016-01-20 | 2 | -0/+121 |
| | | | |