Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing duplicate definitionsqa-batch-comments-e2e-tests | at.ramya | 2018-10-31 | 1 | -27/+1 |
| | |||||
* | Updating selectors for diff line | at.ramya | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Adding methods | at.ramya | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | QA Selectors for Batch Comment E2E Automation | at.ramya | 2018-10-30 | 2 | -1/+27 |
| | |||||
* | Updating selectors for diff line | at.ramya | 2018-10-30 | 2 | -2/+2 |
| | |||||
* | Adding methods | at.ramya | 2018-10-30 | 1 | -1/+32 |
| | |||||
* | QA Selectors for Batch Comment E2E Automation | at.ramya | 2018-10-30 | 7 | -8/+34 |
| | |||||
* | Merge branch ↵ | Grzegorz Bizon | 2018-10-29 | 3 | -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-pipelines | Matija Čupić | 2018-10-26 | 1 | -0/+15 |
| | | |||||
| * | Remove cache_sha parameter | Matija Čupić | 2018-10-26 | 1 | -2/+2 |
| | | |||||
| * | Add CHANGELOG entry | Matija Čupić | 2018-10-25 | 1 | -0/+5 |
| | | |||||
| * | Cache pipeline status only for specific sha | Matija Čupić | 2018-10-25 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'docs-fix-links-1' into 'master' | Evan Read | 2018-10-28 | 7 | -13/+13 |
|\ \ | | | | | | | | | | | | | Update links to external sites See merge request gitlab-org/gitlab-ce!22578 | ||||
| * | | Update links to external sites | Marcel Amirault | 2018-10-24 | 7 | -13/+13 |
| | | | |||||
* | | | Merge branch 'add-failure-reason-for-execution-timeout' into 'master' | Kamil Trzciński | 2018-10-28 | 5 | -3/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | Add failure reason for execution timeout See merge request gitlab-org/gitlab-ce!22224 | ||||
| * | | | Add failure reason for execution timeout | Shinya Maeda | 2018-10-28 | 5 | -3/+20 |
|/ / / | |||||
* | | | Merge branch 'docs-autodevops-update' into 'master' | Mike Lewis | 2018-10-27 | 1 | -9/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | remove duplicate section for enabling at project level See merge request gitlab-org/gitlab-ce!22627 | ||||
| * | | | Clarify project-level enable/disabledocs-autodevops-update | Daniel Gruesso | 2018-10-26 | 1 | -3/+4 |
| | | | | |||||
| * | | | remove duplicate section for enabling at project level | Daniel Gruesso | 2018-10-26 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master' | Douwe Maan | 2018-10-26 | 6 | -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-identified | Tiago Botelho | 2018-10-25 | 5 | -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_changes | Tiago Botelho | 2018-10-25 | 4 | -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 Maan | 2018-10-26 | 16 | -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-timeouts | Tiago Botelho | 2018-10-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Reverts commits_check message | Tiago Botelho | 2018-10-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Iterating through commit list times out | Tiago Botelho | 2018-10-25 | 4 | -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 compliant | Tiago Botelho | 2018-10-25 | 3 | -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 pushes | Tiago Botelho | 2018-10-25 | 15 | -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 Maan | 2018-10-26 | 2 | -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-alertmanager | Peter Leitzen | 2018-10-25 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2 | ||||
* | | | | | | Merge branch 'docs-add-runbooks' into 'master' | Mike Lewis | 2018-10-26 | 2 | -0/+50 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | docs add first draft for runbook topic See merge request gitlab-org/gitlab-ce!22588 | ||||
| * | | | | | update issue link | Daniel Gruesso | 2018-10-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | update runbooks link | Daniel Gruesso | 2018-10-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'docs-add-runbooks' of gitlab.com:gitlab-org/gitlab-ce into ↵ | danielgruesso | 2018-10-26 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs-add-runbooks # Conflicts: # doc/topics/runbooks/index.md | ||||
| | * | | | | | update to match EEdocs-add-runbooks | Daniel Gruesso | 2018-10-25 | 1 | -5/+19 |
| | | | | | | | |||||
| | * | | | | | push again | Daniel Gruesso | 2018-10-24 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | Update index.md | Daniel Gruesso | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | relocate runbooks folder under clusters | danielgruesso | 2018-10-26 | 2 | -36/+49 |
| |/ / / / / | |||||
| * | | | | | Add first draft for runbook docs | danielgruesso | 2018-10-23 | 2 | -0/+37 |
| | | | | | | |||||
* | | | | | | Merge branch 'mlapierre-master-patch-62130' into 'master' | Marin Jankovski | 2018-10-26 | 1 | -7/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update review apps testing guide See merge request gitlab-org/gitlab-ce!22619 | ||||
| * | | | | | | Update review apps testing guide | Mark Lapierre | 2018-10-26 | 1 | -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 Hu | 2018-10-26 | 10 | -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-scenario | Sanad Liaquat | 2018-10-25 | 2 | -0/+4 |
| | | | | | | | | |||||
| * | | | | | | | Rename SSL to TLS | Sanad Liaquat | 2018-10-25 | 10 | -17/+17 |
| | | | | | | | | |||||
| * | | | | | | | Fix rubocop issues | Sanad Liaquat | 2018-10-24 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Renamed to ldap_no_ssl and ldap_ssl | Sanad Liaquat | 2018-10-24 | 8 | -10/+18 |
| | | | | | | | | |||||
| * | | | | | | | Added ldap_ssl tag to existing test | Sanad Liaquat | 2018-10-24 | 3 | -1/+13 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'prettify-all-the-things-4' into 'master' | Tim Zallmann | 2018-10-26 | 42 | -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-4 | Mike Greiling | 2018-10-26 | 1671 | -15638/+158455 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue | ||||
| * | | | | | | | | | Prettify sidebar modules | Mike Greiling | 2018-10-17 | 14 | -254/+258 |
| | | | | | | | | | |