Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qa | Lin Jen-Shin | 2018-11-05 | 85 | -1615/+1601 |
| | | | | | * Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project | ||||
* | Merge branch 'use_tokenauthenticatable_method_for_token_lookup' into 'master' | Sean McGivern | 2018-11-05 | 5 | -14/+11 |
|\ | | | | | | | | | Remove PersonalAccessTokensFinder#find_by method See merge request gitlab-org/gitlab-ce!22617 | ||||
| * | Remove PersonalAccessTokensFinder#find_by methoduse_tokenauthenticatable_method_for_token_lookup | Imre Farkas | 2018-11-05 | 5 | -14/+11 |
| | | | | | | | | | | | | find_by_token is overriden by TokenAuthenticatable which can be easily missed or confused with #find_by(:token) defined by ActiveRecord. First step for safer usage is to remove #find_by. | ||||
* | | Merge branch '52300-pool-repositories' into 'master' | Sean McGivern | 2018-11-05 | 13 | -0/+177 |
|\ \ | | | | | | | | | | | | | | | | | | | Start tracking pool repositories Closes #38238 and #52300 See merge request gitlab-org/gitlab-ce!22482 | ||||
| * | | Start tracking pool repositories | Nick Thomas | 2018-11-05 | 9 | -0/+80 |
| | | | |||||
| * | | Start tracking shards in the database | Nick Thomas | 2018-11-05 | 6 | -0/+97 |
| | | | |||||
* | | | Merge branch 'sh-fix-issue-52176' into 'master' | Yorick Peterse | 2018-11-05 | 3 | -0/+36 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Disable replication lag check for Aurora PostgreSQL databases Closes #52176 See merge request gitlab-org/gitlab-ce!22786 | ||||
| * | | | Disable replication lag check for Aurora PostgreSQL databasessh-fix-issue-52176 | Stan Hu | 2018-11-03 | 3 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replication slots are not supported in Aurora. Attempting to check the lag results in the message: ``` ActiveRecord::StatementInvalid: PG::FeatureNotSupported: ERROR: Replication slots are currently not supported in Aurora : SELECT pg_xlog_location_diff(pg_current_xlog_insert_location(), restart_lsn)::... ``` To avoid breaking support for background migrations in Aurora, we just disable the check if we encounter this error. This change also now checks whether there are any replication slots present in the primary before checking the replication lag. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52176 | ||||
* | | | | Merge branch 'gt-update-project-and-group-labels-empty-state' into 'master' | Annabel Dunstone Gray | 2018-11-05 | 5 | -5/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update project and group labels empty state See merge request gitlab-org/gitlab-ce!22745 | ||||
| * | | | | Remove empty state button margin on small viewports | George Tsiolis | 2018-11-03 | 2 | -1/+2 |
| | | | | | |||||
| * | | | | Update project and group labels empty state | George Tsiolis | 2018-11-02 | 4 | -5/+13 |
| | | | | | |||||
* | | | | | Merge branch 'issue_51323' into 'master' | Phil Hughes | 2018-11-05 | 21 | -21/+158 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'only history' option to notes filter Closes #51323 See merge request gitlab-org/gitlab-ce!22544 | ||||
| * | | | | | Add 'only history' option to notes filter | Felipe Artur | 2018-11-05 | 21 | -21/+158 |
|/ / / / / | |||||
* | | | | | Merge branch 'zj-bump-gitaly-0-128' into 'master' | Douwe Maan | 2018-11-05 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Bump Gitaly to 0.128.0 See merge request gitlab-org/gitlab-ce!22802 | ||||
| * | | | | | Bump Gitaly to 0.128.0 | Zeger-Jan van de Weg | 2018-11-05 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make sure GitLab will have the latest Gitaly, the version number has to be bumped here. | ||||
* | | | | | | Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master' | Tim Zallmann | 2018-11-05 | 15 | -92/+309 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106 | ||||
| * | | | | | | Fix bad merge in ↵scheduled-manual-jobs-environment-play-buttons | Winnie Hellmann | 2018-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | app/assets/javascripts/environments/components/environment_item.vue | ||||
| * | | | | | | Add scheduled_actions to JSON schema | Winnie Hellmann | 2018-10-24 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Update translations in locale/gitlab.pot | Winnie Hellmann | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Use secondary text color for delayed job timer | Winnie Hellmann | 2018-10-22 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | Add permission check for delayed job actions | Winnie Hellmann | 2018-10-22 | 1 | -6/+2 |
| | | | | | | | |||||
| * | | | | | | Update confirmation modal text for starting delayed jobs immediately | Winnie Hellmann | 2018-10-22 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into scheduled-manual-jobs-environment-play-buttons | Winnie Hellmann | 2018-10-22 | 2003 | -20531/+164530 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/javascripts/environments/environment_actions_spec.js | ||||
| * | | | | | | | Add spec for Deployment#scheduled_actions | Shinya Maeda | 2018-10-18 | 1 | -1/+16 |
| | | | | | | | | |||||
| * | | | | | | | Make frontend files prettier | Winnie Hellmann | 2018-10-15 | 2 | -2/+7 |
| | | | | | | | | |||||
| * | | | | | | | Use regex for the extecped time | Shinya Maeda | 2018-10-12 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Improve deployment entity spec | Shinya Maeda | 2018-10-12 | 1 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | Add changelog | Shinya Maeda | 2018-10-10 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Fix and add spec | Shinya Maeda | 2018-10-10 | 3 | -2/+67 |
| | | | | | | | | |||||
| * | | | | | | | Fix issue URL of TODO in environment_actions.vue | Winnie Hellmann | 2018-10-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add feature flags for scheduled jobs in environments list | Winnie Hellmann | 2018-10-09 | 2 | -3/+67 |
| | | | | | | | | |||||
| * | | | | | | | Add component test for scheduled jobs in environments actions component | Winnie Hellmann | 2018-10-09 | 1 | -34/+88 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'gitlab.com/master' into ↵ | Winnie Hellmann | 2018-10-09 | 753 | -3382/+8795 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | scheduled-manual-jobs-environment-play-buttons | ||||
| * | | | | | | | | Display scheduled job actions on environments list | Winnie Hellmann | 2018-10-08 | 3 | -43/+45 |
| | | | | | | | | | |||||
| * | | | | | | | | Add scheduled actions in deployment entity | Shinya Maeda | 2018-10-04 | 3 | -2/+11 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'qa-batch-comments-e2e-tests' into 'master' | Nick Thomas | 2018-11-05 | 7 | -8/+65 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA Selectors for Batch Comment E2E Automation See merge request gitlab-org/gitlab-ce!22681 | ||||
| * | | | | | | | | | 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 'fast_project_blob_path' into 'master' | Douwe Maan | 2018-11-05 | 10 | -46/+98 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511 | ||||
| * | | | | | | | | | | Improve performance of tree rendering in repositories with lots of items | Drew Blessing | 2018-10-31 | 10 | -46/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation. | ||||
* | | | | | | | | | | | Merge branch 'docs/gitlab-pages-permissions' into 'master' | Nick Thomas | 2018-11-05 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add access controlled pages entry to permissions table See merge request gitlab-org/gitlab-ce!22798 | ||||
| * | | | | | | | | | | Add access controlled pages entry to permissions tabledocs/gitlab-pages-permissions | Evan Read | 2018-11-05 | 1 | -2/+3 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'ml-create-user-via-api-qa' into 'master' | Grzegorz Bizon | 2018-11-05 | 6 | -42/+89 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create users via the API See merge request gitlab-org/gitlab-ce!22779 | ||||
| * | | | | | | | | | | Create users via the APIml-create-user-via-api-qa | Mark Lapierre | 2018-11-02 | 6 | -42/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows users to be fetched/created via the API. | ||||
* | | | | | | | | | | | Merge branch '53450-wrong-value-for-kubernetes_version-variable' into 'master' | Kamil Trzciński | 2018-11-05 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump KUBERNETES_VERSION to latest 1.10 series Closes #53450 See merge request gitlab-org/gitlab-ce!22757 |