summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add service scraping, kube-state-metrics, pin container version42496-prometheus-deployment-fails-after-helm-chart-upgrade-to-2-1Joshua Lambert2018-02-011-1/+33
|
* Fix values.yaml for PrometheusJoshua Lambert2018-01-261-76/+64
|
* Merge branch 'generalize-js-toggle-buttons' into 'master'Filipa Lacerda2018-01-2612-155/+225
|\ | | | | | | | | Generalize toggle_buttons for JavaScript usage See merge request gitlab-org/gitlab-ce!16689
| * Generalize toggle_buttons.jsgeneralize-js-toggle-buttonsEric Eastwood2018-01-2612-155/+225
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | Merge branch 'fix/issues-spec' into 'master'Stan Hu2018-01-261-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Fix spec failures in issues_spec.rb Closes #42488 See merge request gitlab-org/gitlab-ce!16744
| * | Fix spec failures in issues_spec.rbAhmad Sherif2018-01-261-2/+2
| | |
* | | Merge branch 'cs-fix-commercial-content-check' into 'master'Robert Speicher2018-01-262-8/+15
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Include the GitLab version info when commercial content on help page is disabled Closes #42486 See merge request gitlab-org/gitlab-ce!16743
| * | Fix #42486.Connor Shea2018-01-262-8/+15
|/ /
* | Merge branch ↵Douwe Maan2018-01-2611-8/+53
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '42327-import-from-gitlab-com-fails-destination-already-exists-and-is-not-an-empty-directory-error' into 'master' Resolve "Import from GitLab.com fails (destination already exists and is not an empty directory error)." Closes #42327 See merge request gitlab-org/gitlab-ce!16714
| * | update code based on feedback42327-import-from-gitlab-com-fails-destination-already-exists-and-is-not-an-empty-directory-errorJames Lopez2018-01-267-7/+16
| | |
| * | add changelogJames Lopez2018-01-261-0/+6
| | |
| * | fix specJames Lopez2018-01-261-1/+1
| | |
| * | add specJames Lopez2018-01-263-1/+14
| | |
| * | disable retry attempts for Import/Export until that is fixedJames Lopez2018-01-263-2/+13
| | |
| * | add an extra specJames Lopez2018-01-261-1/+5
| | |
| * | fix validation error on servicesJames Lopez2018-01-265-4/+6
|/ /
* | Merge branch 'fl-mr-widget-components' into 'master'Phil Hughes2018-01-267-355/+357
|\ \ | | | | | | | | | | | | Moves components into vue files: See merge request gitlab-org/gitlab-ce!16719
| * | Adds missing i18nFilipa Lacerda2018-01-261-2/+2
| | |
| * | Merge branch 'master' into fl-mr-widget-componentsFilipa Lacerda2018-01-2556-272/+451
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Open links in a new tab on the user page Improve empty project overview Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look for rugged with static analysis Look at notes created just before merge when deciding if an MR can be reverted Cache rubocop cache for CI Update gitlab-styles and re-enable the RSpec/SingleLineHook cop again Make Gitlab::Git::Repository#run_git private Default to HTTPS for all Gravatar URLs Handle special characters on API request of issuable templates Update secret_values to support dynamic elements within parent Add note within ux documentation that further changes should be made within the design.gitlab project Disable throwOnError in KaTeX to reveal user where is the problem
| * | | Moves components into vue files:fl-mr-widget-componentsFilipa Lacerda2018-01-257-355/+357
| | | | | | | | | | | | | | | | | | | | | | | | - mr_widget_failed_to_merge - mr_widget_merge_when_pipeline_succeeds Adds i18n
* | | | Merge branch ↵Grzegorz Bizon2018-01-266-13/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42420-follow-up-from-resolve-asset-was-not-declared-to-be-precompiled-in-production-favicon-green-ico' into 'master' Port some non-EE-specific config/ changes to CE Closes #42420 See merge request gitlab-org/gitlab-ce!16710
| * | | | Port some non-EE-specific config/ changes to CE42420-follow-up-from-resolve-asset-was-not-declared-to-be-precompiled-in-production-favicon-green-icoRémy Coutable2018-01-256-13/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'qa/ee-4698-backport' into 'master'Grzegorz Bizon2018-01-268-15/+92
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport QA changes from EE Closes gitlab-ee#4698 See merge request gitlab-org/gitlab-ce!16728
| * | | | | Pick EE for qa/qa/page/menu/side.rbqa/ee-4698-backportLin Jen-Shin2018-01-261-0/+1
| | | | | |
| * | | | | Pick the EE version for this fileLin Jen-Shin2018-01-261-5/+5
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into qa/ee-4698-backportLin Jen-Shin2018-01-269-4/+139
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Just don't expand if it's already expanded fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests Fix rubocop offenses introduced in !16623 Prefer local variables over given/let Try to restore page's state Add more views check Respect the latest changes from master Add a scenario for adding secret variables
| * | | | | | Backport QA changes from EEGabriel Mazetto2018-01-268-11/+87
| | | | | | |
* | | | | | | Merge branch 'filipefreire_155' into 'master'Rémy Coutable2018-01-264-0/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab-qa !155 - push creates event on activity page See merge request gitlab-org/gitlab-ce!16423
| * \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-251-2/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | filipefreire_155
| * \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-25969-9131/+15572
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | filipefreire_155
| * | | | | | | | improve push events selector in activity.rbFilipe Freire2018-01-181-5/+1
| | | | | | | | |
| * | | | | | | | improve interaction with activity on side.rbFilipe Freire2018-01-181-1/+3
| | | | | | | | |
| * | | | | | | | improvements after CRFilipe Freire2018-01-165-28/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + move activity click to side.rb + add element check on activity.rb + minor fixes
| * | | | | | | | Merge branch 'filipefreire_155' of https://gitlab.com/filipefreire/gitlab-ce ↵Filipe Freire2018-01-160-0/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into filipefreire_155
| | * \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-16256-2086/+4021
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filipefreire_155
| * | \ \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-16256-2086/+4021
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| / / / / / / / / | | |/ / / / / / / / filipefreire_155
| * | | | | | | | | improvement after CRFilipe Freire2018-01-124-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - test reaches Activity page - the actual git push seems to be failing - had problems with defining selectors
| * | | | | | | | | improvements after CRFilipe Freire2018-01-122-9/+8
| | | | | | | | | |
| * | | | | | | | | Add relevant element for push event buttonFilipe Freire2018-01-121-7/+4
| | | | | | | | | |
| * | | | | | | | | gitlab-qa !155 push creates event on activity pageFilipe Freire2018-01-122-0/+42
| | | | | | | | | |
* | | | | | | | | | Merge branch 'winh-check-axios-restore' into 'master'Filipa Lacerda2018-01-262-0/+18
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that axios adapater is restored after mocking See merge request gitlab-org/gitlab-ce!16660
| * | | | | | | | | Make sure that axios adapater is restored after mockingwinh-check-axios-restoreWinnie Hellmann2018-01-252-0/+18
| | | | | | | | | |
* | | | | | | | | | Merge branch 'qa-secret-variables-scenario' into 'master'Grzegorz Bizon2018-01-267-1/+131
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a scenario for adding secret variables See merge request gitlab-org/gitlab-ce!16607
| * | | | | | | | | Just don't expand if it's already expandedLin Jen-Shin2018-01-261-4/+2
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioLin Jen-Shin2018-01-2646-355/+542
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests Fix rubocop offenses introduced in !16623 fix documentation about node version Ensure the job also run for tags Open links in a new tab on the user page Improve empty project overview Look for rugged with static analysis Cache rubocop cache for CI Update gitlab-styles and re-enable the RSpec/SingleLineHook cop again Make Gitlab::Git::Repository#run_git private Move user page spinach tests to RSpec Handle special characters on API request of issuable templates Update secret_values to support dynamic elements within parent Disable throwOnError in KaTeX to reveal user where is the problem Migrate restoring repo from bundle to Gitaly
* | | | | | | | | | Merge branch 'fix-local-rspec-tests' into 'master'Mike Greiling2018-01-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix local RSpec tests due to bug in `webpack_bundle_tag` Closes #42368 See merge request gitlab-org/gitlab-ce!16724
| * | | | | | | | | fix bug in webpack_helper in which force_same_domain argument was ignored ↵fix-local-rspec-testsMike Greiling2018-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaking local rspec tests
* | | | | | | | | | Merge branch 'fix/rubocop-offenses-in-repo-spec' into 'master'Robert Speicher2018-01-251-2/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rubocop offenses introduced in !16623 See merge request gitlab-org/gitlab-ce!16722
| * | | | | | | | | Fix rubocop offenses introduced in !16623Ahmad Sherif2018-01-251-2/+7
| | | | | | | | | |
* | | | | | | | | | Merge branch 'update-node-docs' into 'master'Jacob Schatz2018-01-253-8/+11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix documentation about node version Closes #41438 See merge request gitlab-org/gitlab-ce!16720