summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removing duplicate definitionsqa-batch-comments-e2e-testsat.ramya2018-10-311-27/+1
|
* Updating selectors for diff lineat.ramya2018-10-301-1/+1
|
* Adding methodsat.ramya2018-10-301-1/+1
|
* QA Selectors for Batch Comment E2E Automationat.ramya2018-10-302-1/+27
|
* Updating selectors for diff lineat.ramya2018-10-302-2/+2
|
* Adding methodsat.ramya2018-10-301-1/+32
|
* QA Selectors for Batch Comment E2E Automationat.ramya2018-10-307-8/+34
|
* Merge branch ↵Grzegorz Bizon2018-10-293-4/+24
|\ | | | | | | | | | | | | | | | | '52780-stale-pipeline-status-cache-for-_project-after-disabling-pipelines' into 'master' Resolve "Stale pipeline status cache for `_project` after disabling pipelines" Closes #52780 See merge request gitlab-org/gitlab-ce!22589
| * Add test for caching nil status52780-stale-pipeline-status-cache-for-_project-after-disabling-pipelinesMatija Čupić2018-10-261-0/+15
| |
| * Remove cache_sha parameterMatija Čupić2018-10-261-2/+2
| |
| * Add CHANGELOG entryMatija Čupić2018-10-251-0/+5
| |
| * Cache pipeline status only for specific shaMatija Čupić2018-10-251-5/+5
| |
* | Merge branch 'docs-fix-links-1' into 'master'Evan Read2018-10-287-13/+13
|\ \ | | | | | | | | | | | | Update links to external sites See merge request gitlab-org/gitlab-ce!22578
| * | Update links to external sitesMarcel Amirault2018-10-247-13/+13
| | |
* | | Merge branch 'add-failure-reason-for-execution-timeout' into 'master'Kamil Trzciński2018-10-285-3/+20
|\ \ \ | | | | | | | | | | | | | | | | Add failure reason for execution timeout See merge request gitlab-org/gitlab-ce!22224
| * | | Add failure reason for execution timeoutShinya Maeda2018-10-285-3/+20
|/ / /
* | | Merge branch 'docs-autodevops-update' into 'master'Mike Lewis2018-10-271-9/+4
|\ \ \ | | | | | | | | | | | | | | | | remove duplicate section for enabling at project level See merge request gitlab-org/gitlab-ce!22627
| * | | Clarify project-level enable/disabledocs-autodevops-updateDaniel Gruesso2018-10-261-3/+4
| | | |
| * | | remove duplicate section for enabling at project levelDaniel Gruesso2018-10-261-6/+0
| | | |
* | | | Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan2018-10-266-127/+98
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
| * | | | Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-255-73/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
| * | | | User not defined in PostReceive#process_project_changesTiago Botelho2018-10-254-62/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Gitlab::GitPostReceive#changes_refs is empty user would not get defined and nil would be passed to PostReceive#after_project_changes_hooks which would then throw an error.
* | | | | Merge branch ↵Douwe Maan2018-10-2616-49/+322
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265
| * | | | | Bumps GitLab Shell version42790-improve-feedback-for-internal-git-access-checks-timeoutsTiago Botelho2018-10-261-1/+1
| | | | | |
| * | | | | Reverts commits_check messageTiago Botelho2018-10-261-1/+1
| | | | | |
| * | | | | Iterating through commit list times outTiago Botelho2018-10-254-38/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validating each commit on ChangeAccess times out if it already took too long to complete. Improves the TimedLogger specs to not make use of a stubbed class anymore
| * | | | | Refactors TimedLogger to be more OOP compliantTiago Botelho2018-10-253-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a #full_message method so that external classes do not have access to the state of the logger. Adds a #append_message to always append to the array in-place
| * | | | | Adds tracing messages for slow git pushesTiago Botelho2018-10-2515-48/+317
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings
* | | | | Merge branch 'pl-uprade-prometheus-alertmanager' into 'master'Douwe Maan2018-10-262-1/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2 See merge request gitlab-org/gitlab-ce!22600
| * | | | | Upgrade Prometheus and alertmanagerpl-uprade-prometheus-alertmanagerPeter Leitzen2018-10-252-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2
* | | | | | Merge branch 'docs-add-runbooks' into 'master'Mike Lewis2018-10-262-0/+50
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | docs add first draft for runbook topic See merge request gitlab-org/gitlab-ce!22588
| * | | | | update issue linkDaniel Gruesso2018-10-261-1/+1
| | | | | |
| * | | | | update runbooks linkDaniel Gruesso2018-10-261-1/+1
| | | | | |
| * | | | | Merge branch 'docs-add-runbooks' of gitlab.com:gitlab-org/gitlab-ce into ↵danielgruesso2018-10-261-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs-add-runbooks # Conflicts: # doc/topics/runbooks/index.md
| | * | | | | update to match EEdocs-add-runbooksDaniel Gruesso2018-10-251-5/+19
| | | | | | |
| | * | | | | push againDaniel Gruesso2018-10-240-0/+0
| | | | | | |
| | * | | | | Update index.mdDaniel Gruesso2018-10-241-1/+1
| | | | | | |
| * | | | | | relocate runbooks folder under clustersdanielgruesso2018-10-262-36/+49
| |/ / / / /
| * | | | | Add first draft for runbook docsdanielgruesso2018-10-232-0/+37
| | | | | |
* | | | | | Merge branch 'mlapierre-master-patch-62130' into 'master'Marin Jankovski2018-10-261-7/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update review apps testing guide See merge request gitlab-org/gitlab-ce!22619
| * | | | | | Update review apps testing guideMark Lapierre2018-10-261-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Review Apps are now deployed automatically. Note that if auth fails you might need to stop and redeploy the app.
* | | | | | | Merge branch 'qa-59-ldap-ssl-scenario' into 'master'Stan Hu2018-10-2610-10/+37
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E2E Test - LDAP login with SSL Closes gitlab-qa#59 See merge request gitlab-org/gitlab-ce!22574
| * | | | | | | Add missing frozen_string_literalqa-59-ldap-ssl-scenarioSanad Liaquat2018-10-252-0/+4
| | | | | | | |
| * | | | | | | Rename SSL to TLSSanad Liaquat2018-10-2510-17/+17
| | | | | | | |
| * | | | | | | Fix rubocop issuesSanad Liaquat2018-10-241-0/+3
| | | | | | | |
| * | | | | | | Renamed to ldap_no_ssl and ldap_sslSanad Liaquat2018-10-248-10/+18
| | | | | | | |
| * | | | | | | Added ldap_ssl tag to existing testSanad Liaquat2018-10-243-1/+13
| | | | | | | |
* | | | | | | | Merge branch 'prettify-all-the-things-4' into 'master'Tim Zallmann2018-10-2642-631/+626
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prettify all the things (part 4) See merge request gitlab-org/gitlab-ce!22253
| * \ \ \ \ \ \ \ Merge branch 'master' into 'prettify-all-the-things-4'prettify-all-the-things-4Mike Greiling2018-10-261671-15638/+158455
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
| * | | | | | | | | Prettify sidebar modulesMike Greiling2018-10-1714-254/+258
| | | | | | | | | |