summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't reload ActiveRecord objects when building note URLsfix-n-plus-one-in-url-builderSean McGivern2017-07-112-5/+7
| | | | | | | | | | When we build a note URL, and we have the note loaded already, there are two cases: 1. The `noteable` is already loaded. In that case, this is faster as it doesn't build a new AR object from the query. 2. The `noteable` is not already loaded. In that case, this change is no worse than the previous code.
* Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern2017-07-1113-90/+228
|\ | | | | | | | | | | | | Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
| * Differentiate shared test context using options hash instead of subject.33949-remove-healthcheck-access-tokenPawel Chojnacki2017-07-103-7/+9
| | | | | | | | | | + fix typos, and capitalization + point configuration to `gitlab.rb` as well
| * Add tests for token auth.Pawel Chojnacki2017-07-063-20/+63
| |
| * Limit docs line lenghtPawel Chojnacki2017-07-061-3/+4
| |
| * Merge prometheus unicorn sampler settigns within monitoring settingsPawel Chojnacki2017-07-053-11/+4
| |
| * Add spaces between test phasesPawel Chojnacki2017-07-053-3/+20
| | | | | | | | + fix wrong test setup
| * Finish refactring processed configuraiton, and add test validating ip range ↵Pawel Chojnacki2017-07-052-10/+24
| | | | | | | | matching
| * Add Changelog entryPawel Chojnacki2017-07-051-0/+4
| |
| * correctly handle transforming settings into useful datastructurePawel Chojnacki2017-07-052-2/+5
| |
| * Bring back healthcheck token access to monitoring resources, but mark this ↵Pawel Chojnacki2017-07-054-8/+47
| | | | | | | | as deprecated
| * Remove the need to use health check tokenPawel Chojnacki2017-07-0510-65/+87
| | | | | | | | | | in favor of whitelist that will be used to control the access to monitoring resources
* | Merge branch '34909-pipeline-dropdown-z-index' into 'master'Filipa Lacerda2017-07-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Increase z index of mini pipeline dropdown Closes #34909 See merge request !12767
| * | Increase z index of mini pipeline dropdown34909-pipeline-dropdown-z-indexAnnabel Dunstone Gray2017-07-101-1/+1
| | |
* | | Merge branch 'sh-improve-mr-api' into 'master'Sean McGivern2017-07-111-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Paginate the merge requests API earlier to avoid eager loading every merge request See merge request !12764
| * | | Fix sort ordering with merge request APIsh-improve-mr-apiStan Hu2017-07-101-4/+3
| | | |
| * | | Paginate the merge requests API earlier to avoid eager loading every merge ↵Stan Hu2017-07-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | request Fixes a performance regression introduced in !12732
* | | | Merge branch 'sh-fix-award-emoji-spec' into 'master'Rémy Coutable2017-07-111-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id` Closes gitlab-ee#2890 See merge request !12770
| * | | | Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id`sh-fix-award-emoji-specStan Hu2017-07-101-2/+2
| |/ / / | | | | | | | | | | | | Closes gitlab-org/gitlab-ee#2890
* | | | Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'Rémy Coutable2017-07-113-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump knapsack to 1.14.0 Closes #34902 See merge request !12753
| * | | | Bump knapsack to 1.14.0Takuya Noguchi2017-07-113-6/+6
| | | | |
* | | | | Merge branch '34928_techguru_undo_regression' into 'master'Stan Hu2017-07-114-3/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Repair Regression caused by - !11573 See merge request !12775
| * | | | | Repair Regression caused by - !11573Paul Charlton2017-07-114-3/+62
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some changes introduced by 4daa6da5407d235cbe4f7a787eaa29304446a870, 26b6e299e1c97b956306572c5c9f6c02f428bfd7, 17898ce021fc365c620d4600df68c3e7d2151619 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
* | | | | Merge branch '30392_support_for_multiple_key_value_stores' into 'master'Robert Speicher2017-07-11118-450/+1158
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support multiple Redis instances based on queue type See merge request !11573
| * | | | | Support multiple Redis instances based on queue typePaul Charlton2017-07-11118-450/+1158
|/ / / / /
* | | | | Merge branch 'catch-redis-address-error' into 'master'Stan Hu2017-07-102-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Catch redis address error Closes omnibus-gitlab#2545 See merge request !12542
| * | | | Merge branch 'master' into 'catch-redis-address-error'DJ Mountney2017-07-101685-12592/+31320
| |\ \ \ \ | |/ / / / |/| | | | | | | | | # Conflicts: # lib/gitlab/current_settings.rb
* | | | | Merge branch 'fix_milestone_destroy_service' into 'master'Mike Greiling2017-07-102-2/+55
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix milestones destroy service See merge request !12762
| * | | | | Fix milestones destroy servicefix_milestone_destroy_serviceFelipe Artur2017-07-102-2/+55
| | |_|/ / | |/| | |
* | | | | Merge branch 'document-gitlab-shell-disable-gems' into 'master'Stan Hu2017-07-101-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | doc:installation add note about disable-gems for gitlab-shell See merge request !12765
| * | | | doc:installation add note about disable-gems for gitlab-shellJason Plum2017-07-101-0/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1707#note_34351820 Adding notation about speeding up `gitlab-shell` by disabling RubyGems
* | | | Merge branch 'revert_bootsnap' into 'master'Robert Speicher2017-07-104-15/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'" See merge request !12755
| * | | | Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'"Marin Jankovski2017-07-104-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56.
* | | | | Merge branch 'sh-optimize-mr-api-emojis-and-labels' into 'master'Sean McGivern2017-07-107-41/+145
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove remaining N+1 queries in merge requests API with emojis and labels Closes #34159 See merge request !12732
| * | | | | Add spec for IssuableMetadata modulesh-optimize-mr-api-emojis-and-labelsStan Hu2017-07-081-0/+59
| | | | | |
| * | | | | Add spec for N+1 queriesStan Hu2017-07-081-0/+12
| | | | | |
| * | | | | Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-086-41/+74
| | |_|/ / | |/| | | | | | | | | | | | | Closes #34159
* | | | | Merge branch '34728-fix-application-setting-created-when-redis-down' into ↵Stan Hu2017-07-105-8/+35
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Prevent bad data being added to application settings when Redis is unavailable Closes #34728 See merge request !12750
| * | | | Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-105-8/+35
| | | | |
* | | | | Merge branch '34891-follow-up-feature-group' into 'master'Sean McGivern2017-07-102-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Re-add Feature.register_feature_groups which is already documented Closes #34891 See merge request !12751
| * | | | Re-add Feature.register_feature_groups which is already documentedRémy Coutable2017-07-102-0/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up for !12362 where this was documented but the code was removed in the last iteration. Since this can still be useful and this is already supported by the API, I think re-adding the code was the best course of action. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'fix/gb/qa/configure-headless-chrome-screenshots' into 'master'Rémy Coutable2017-07-101-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Configure headless chrome screenshots correctly See merge request !12746
| * | | | Configure headless chrome screenshots correctlyfix/gb/qa/configure-headless-chrome-screenshotsGrzegorz Bizon2017-07-101-0/+4
| | | | |
* | | | | Merge branch 'backstage/gb/qa/increase-qa-screenshots-size' into 'master'Rémy Coutable2017-07-101-13/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Increase GitLab QA screenshots size See merge request !12748
| * | | | | Increase GitLab QA screenshots sizeGrzegorz Bizon2017-07-101-13/+1
| |/ / / /
* | | | | Merge branch 'backport-exceptions-argument' into 'master'Rémy Coutable2017-07-101-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow passing exceptions when creating project services See merge request !12745
| * | | | | Allow passing exceptions when creating project servicesbackport-exceptions-argumentSean McGivern2017-07-101-2/+4
| | | | | |
* | | | | | Merge branch 'fix/gb/qa/fix-test-scenario-for-adding-a-project' into 'master'Rémy Coutable2017-07-104-19/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix QA test scenario for creating a new project Closes gitlab-qa#56 See merge request !12747
| * | | | | Fix QA test scenario for creating a new projectGrzegorz Bizon2017-07-104-19/+8
|/ / / / /
* | | | | Merge branch 'fix/offline_runner_detection' into 'master'Rémy Coutable2017-07-102-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix offline runner detection See merge request !11751