Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable frozen string for lib/gitlab/ci | gfyoung | 2018-10-26 | 90 | -2/+188 |
| | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/ci/*.rb * lib/gitlab/ci/build/**/*.rb * lib/gitlab/ci/config/**/*.rb * lib/gitlab/ci/pipeline/**/*.rb * lib/gitlab/ci/reports/**/*.rb Partially addresses #47424. | ||||
* | 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 |
| | | | | | | | | |||||
| * | | | | | | | Prettify registry and reports modules | Mike Greiling | 2018-10-17 | 15 | -291/+262 |
| | | | | | | | | |||||
| * | | | | | | | Prettify protected_branches and protected_tags modules | Mike Greiling | 2018-10-17 | 4 | -40/+68 |
| | | | | | | | | |||||
| * | | | | | | | Prettify performance_bar notes and profile modules | Mike Greiling | 2018-10-17 | 10 | -142/+134 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'winh-split-merge-request-widget-dependencies' into 'master' | Mike Greiling | 2018-10-26 | 9 | -83/+50 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve circular dependencies in merge request widget See merge request gitlab-org/gitlab-ce!22605 | ||||
| * | | | | | | | | Resolve circular dependencies in merge request widgetwinh-split-merge-request-widget-dependencies | Winnie Hellmann | 2018-10-25 | 9 | -83/+50 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch ↵ | Mike Greiling | 2018-10-26 | 5 | -40/+32 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '45068-no-longer-require-a-deploy-to-start-prometheus-monitoring' into 'master' Resolve "No longer require a deploy to start Prometheus monitoring" Closes #45068 See merge request gitlab-org/gitlab-ce!22401 | ||||
| * | | | | | | | | Resolve "No longer require a deploy to start Prometheus monitoring" | Peter Leitzen | 2018-10-26 | 5 | -40/+32 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'feature/add_license_to_project_api' into 'master' | Nick Thomas | 2018-10-26 | 5 | -5/+119 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature/add license to project API See merge request gitlab-org/gitlab-ce!21606 | ||||
| * | | | | | | | | Feature/add license to project API | J.D. Bean | 2018-10-26 | 5 | -5/+119 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'winh-dynamic-tooltips' into 'master' | Clement Ho | 2018-10-26 | 2 | -9/+38 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update content of visible tooltips See merge request gitlab-org/gitlab-ce!22504 | ||||
| * | | | | | | | | Update content of visible tooltips | Winnie Hellmann | 2018-10-26 | 2 | -9/+38 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch '7864-ee-routes' into 'master' | Sean McGivern | 2018-10-26 | 9 | -13/+99 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Put EE routes in EE files under EE directories See merge request gitlab-org/gitlab-ce!22376 | ||||
| * | | | | | | | | Make it clear that we intent to use | over || | Lin Jen-Shin | 2018-10-26 | 1 | -2/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Allow CE do nothing if route doesn't exist7864-ee-routes | Lin Jen-Shin | 2018-10-26 | 3 | -6/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Extract EE only oauth routes and add tests | Lin Jen-Shin | 2018-10-26 | 3 | -2/+38 |
| | | | | | | | | | |||||
| * | | | | | | | | Make it possible to add EE only route | Lin Jen-Shin | 2018-10-26 | 2 | -9/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And if it cannot find any routes, raise an error | ||||
| * | | | | | | | | Put EE routes in EE files under EE directories | Lin Jen-Shin | 2018-10-26 | 6 | -13/+43 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bw-automatically-navigate-to-last-board-visited' into 'master' | Nick Thomas | 2018-10-26 | 19 | -5/+558 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically navigate to last board visited See merge request gitlab-org/gitlab-ce!22430 |