summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix deprecation messages in testsValery Sizov2015-12-031-1/+1
|
* Merge branch 'upload_hook' into 'master' Valery Sizov2015-11-301-0/+17
|\ | | | | | | | | | | | | Fire update hook from GitLab https://gitlab.com/gitlab-org/gitlab-ce/issues/3069 See merge request !1882
| * Fire update hook from GitLabValery Sizov2015-11-301-0/+17
| |
* | Merge branch 'rails_update_to_4_2' into 'master' Valery Sizov2015-11-304-5/+4
|\ \ | |/ |/| | | | | | | | | Rails update to 4.2.4 https://gitlab.com/gitlab-org/gitlab-ce/issues/2694 See merge request !1902
| * fix specsrails_update_to_4_2Valery Sizov2015-11-302-2/+2
| |
| * Migrate mailers to ActiveJobValery Sizov2015-11-262-3/+2
| |
* | Fix alignmentRobert Speicher2015-11-271-6/+6
| | | | | | | | [ci skip]
* | Fix indentation in NGINX confignginx-workhorse-upload-limitJacob Vosmaer2015-11-271-6/+6
| |
* | Repeat "client_max_body_size 0" everywhereJacob Vosmaer2015-11-272-0/+12
|/ | | | | It turns out that if we do not the declaration from "location /" wins.
* Merge branch 'sherlock-total-query-time' into 'master' Yorick Peterse2015-11-251-0/+5
|\ | | | | | | | | | | | | | | 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/+5
| | | | | | | | | | 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).
* | Remove usage of Coloredrs-update-colorizeRobert Speicher2015-11-241-11/+1
|/
* Merge branch 'ci-artifacts-path' into 'master' Robert Speicher2015-11-232-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | Expose artifacts path This fixes broken artifacts storage path. Fixes #3607 Fixes #3608 Related: gitlab-org/omnibus-gitlab!544 See merge request !1869
| * Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-232-1/+3
| |
* | Merge branch 'required_version_and_docs_update' into 'master' Dmitriy Zaporozhets2015-11-231-1/+1
|\ \ | |/ |/| | | | | | | | | Update required version of lfs client and separate the docs for users and admins. See merge request !1855
| * Update required version of lfs client and separate the docs for users and ↵required_version_and_docs_updateMarin Jankovski2015-11-201-1/+1
| | | | | | | | admins.
* | Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-221-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add upvote/downvote fields to merge request and note API to preserve compatibility As discussed in !1825 we should not break the API compatibility. * This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`. * Add the fields `upvote`/`downvote` to the notes API, which always return `false` This behavior is documented in the API docs. See merge request !1867
| * | Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-apiRobert Schilling2015-11-211-0/+5
| |/ | | | | | | compatibility
* | Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+21
| |
* | Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-2/+2
| |
* | Use POST to create a new release instead of PUTRobert Schilling2015-11-211-1/+1
| |
* | API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-3/+7
| |
* | Make tag API consistent for release featureRobert Schilling2015-11-212-5/+6
|/
* Merge branch 'lfs-batch-download' into 'master' Marin Jankovski2015-11-202-68/+89
|\ | | | | | | | | | | | | | | | | | | | | Add support for batch download operation - Drops Accept for all download requests, - Allows to do batch download for public projects and non-authorized users - Returns 501 for legacy API with message to upgrade the client /cc @marin @jacobvosmaer @yorickpeterse See merge request !1842
| * Error 501 when client is using deprecated API.Marin Jankovski2015-11-202-49/+15
| |
| * Fix upload tests, reformat code and make rubocop happyKamil Trzcinski2015-11-201-2/+1
| |
| * Part of tests done [ci skip]Kamil Trzcinski2015-11-201-11/+16
| |
| * Add support for batch download operationlfs-batch-downloadKamil Trzcinski2015-11-192-28/+79
| |
* | Merge branch 'lfs_default_and_backup' into 'master' Dmitriy Zaporozhets2015-11-203-1/+35
|\ \ | | | | | | | | | | | | | | | | | | Lfs default and backup Part of gitlab-org/gitlab-ce#2955 See merge request !1823
| * | Backup LFS objects same as any upload.Marin Jankovski2015-11-193-1/+35
| | |
* | | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-192-3/+13
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825
| * | satisfy rubocopValery Sizov2015-11-191-3/+5
| | |
| * | Emoji: fix image of emoji when it is submitted via commentValery Sizov2015-11-191-0/+4
| | |
| * | Emoji: refactoringValery Sizov2015-11-191-0/+6
| | |
| * | award emojiValery Sizov2015-11-191-3/+1
| | |
* | | Merge branch 'client-max-body-size' into 'master' Robert Speicher2015-11-192-6/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Do not limit workhorse POST/PUT size in NGINX Limiting, if any, should happen in gitlab-workhorse. See merge request !1831
| * | | Do not limit workhorse POST/PUT size in NGINXJacob Vosmaer2015-11-192-6/+2
| |/ / | | | | | | | | | Limiting, if any, should happen in gitlab-workhorse.
* | | Merge branch 'update_nginx_deploy' into 'master' Dmitriy Zaporozhets2015-11-192-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deploy page should be shown for all pages not just root Related to change already merged to Omnibus - gitlab-org/omnibus-gitlab!540 This change makes it so the deploy page is shown on all GitLab pages if the page exists. Users will no longer receive the 502 when deploys are happening. See merge request !1828
| * | | Deploy page should be shown for all pages not just rootDrew Blessing2015-11-182-2/+2
| |/ /
* | | Merge branch 'atom-feed-latest-update' into 'master' Yorick Peterse2015-11-191-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of user profiles, finding groups, and finding projects This MR improves the following: * Rendering of profile pages and Atom feeds * Finding groups (using GroupsFinder & friends) * Finding projects (using ProjectsFinder & friends) Initially this MR was intended to only improve rendering of Atom feeds, but over time other fixes were introduced as well as the same code was the cause of all these problems. See merge request !1790
| * | | Fix UNION syntax for MySQLYorick Peterse2015-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently MySQL doesn't support this syntax: (...) UNION (...) instead it only supports: ... UNION ...
| * | | Added Gitlab::SQL::Union classYorick Peterse2015-11-181-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This class can be used to join multiple AcitveRecord::Relation objects together using a SQL UNION statement. ActiveRecord < 5.0 sadly doesn't support UNION and existing Gems out there don't handle prepared statements (e.g. they never incremented the variable bindings).
* | | | Merge branch 'check_if_it_should_be_archived_in_backup' into 'master' Dmitriy Zaporozhets2015-11-191-8/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | Check which folders and archives should be packed before passing to tar command. If user uses backup task with SKIP and skips one of the archives listed(uploads, builds, artifacts) backup create will give an error: `Cannot stat: No such file or directory`. This MR fixes that by checking for skipped items. Additionally, compact everything to avoid `TypeError: no implicit conversion of nil into String` errors. See merge request !1824
| * | USe reject.check_if_it_should_be_archived_in_backupMarin Jankovski2015-11-181-1/+1
| | |
| * | Check which folders and archives should be packed before passing to tar command.Marin Jankovski2015-11-181-8/+6
| |/
* | Merge branch 'ce-mirror-backport' into 'master' Douwe Maan2015-11-181-3/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport relevant changes from gitlab-org/gitlab-ee!51 To do: - [x] Update gitlab-shell See merge request !1822
| * | Store and show reason why import failed.Douwe Maan2015-11-181-3/+4
| |/
* | Merge pull request #9838 from evindor/masterDouwe Maan2015-11-181-1/+1
|\ \ | |/ |/| Fix github importer to handle empty issues
| * Fix github importer to handle empty issuesArseny Zarechnev2015-11-181-1/+1
| |
* | Remove small code duplication in user_reference_filter.rbDmitriy Zaporozhets2015-11-171-6/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>