Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pipeline stages position clean-up migration | Grzegorz Bizon | 2018-06-29 | 1 | -0/+43 |
| | |||||
* | Schedule workers to delete non-latest diffs in post-migration | Oswaldo Ferreira | 2018-06-28 | 1 | -0/+70 |
| | |||||
* | Add index on deployable_type/id for deployments | Kamil Trzciński | 2018-06-26 | 2 | -1/+20 |
| | |||||
* | Mysql fixes for Rails 5jprovazn-rails5-mysql-datetime | Jan Provaznik | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | | | * `MysqlDateTimeWithTimeZone` inherits from `ActiveRecord::Type::DateTime` (`MysqlDateTime` is not present in Rails 5) * explicitly set `NULL` default value for `merge_request_diff_files`'s `diff` column (otherwise empty string is used in a migration) and empty string is not allowed for text/blob fields in Mysql * disable NO_ZERO_DATE mode for all Mysql DB connections, otherwise SQL queries fail on inserting `0` value for `created_at` column | ||||
* | Deny repository disk access in development and test | Jacob Vosmaer (GitLab) | 2018-06-14 | 2 | -2/+6 |
| | |||||
* | Revert rename allow collaboration column | Mark Chao | 2018-06-08 | 5 | -6/+51 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzciński | 2018-06-07 | 4 | -0/+19 |
|\ | | | | | | | 38542-application-control-panel-in-settings-page | ||||
| * | Merge branch ↵ | Rémy Coutable | 2018-06-07 | 2 | -0/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | '46241-enable-hashed-storage-for-new-projects-by-default-in-development' into 'master' Resolve "Enable hashed storage for new projects by default in development" Closes #46241 See merge request gitlab-org/gitlab-ce!19488 | ||||
| | * | Enable hashed storage for new projects by default in development | Valery Sizov | 2018-06-07 | 2 | -0/+11 |
| | | | |||||
| * | | Merge branch 'feature/customizable-favicon' into 'master' | Douwe Maan | 2018-06-07 | 2 | -0/+8 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497 | ||||
| | * | allow uploading favicon in appearance settings | Alexis Reigel | 2018-06-05 | 2 | -0/+8 |
| | | | |||||
* | | | Use 0 continuous default for deploy strategy | Matija Čupić | 2018-06-07 | 1 | -1/+1 |
| | | | |||||
* | | | Change database deploy strategy default to continuous | Matija Čupić | 2018-06-07 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into 38542-application-control-panel-in-settings-page | Matija Čupić | 2018-06-06 | 18 | -21/+168 |
|\ \ \ | |/ / | |||||
| * | | [Rails5] Fix Arel::UpdateManager calls | blackst0ne | 2018-06-06 | 4 | -4/+8 |
| | | | | | | | | | | | | | | | | | | In Rails 5.0 `Arel::UpdateManager.new` doesn't expect any parameters. This commit makes the migration not pass any parameters if on Rails 5.0. | ||||
| * | | Migrate jobs in object_storage_upload queue | Jan Provaznik | 2018-06-05 | 2 | -1/+17 |
| | | | |||||
| * | | Merge branch 'master' into ↵ | Kamil Trzciński | 2018-06-05 | 4 | -3/+49 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb | ||||
| | * \ | Merge branch 'master' into 'rd-44364-deprecate-support-for-dsa-keys' | Douwe Maan | 2018-06-05 | 12 | -16/+111 |
| | |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| | | * \ | Merge branch '42751-rename-mr-maintainer-push' into 'master' | Robert Speicher | 2018-06-05 | 3 | -1/+31 |
| | | |\ \ | | | | |/ | | | |/| | | | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061 | ||||
| | | | * | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-push | Mark Chao | 2018-06-01 | 3 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751 | ||||
| | * | | | Add migration to disable the usage of DSA keysrd-44364-deprecate-support-for-dsa-keys | Rubén Dávila | 2018-06-04 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Additionally the current application setting is also updated to disable the usage of DSA keys. | ||||
| * | | | | Merge branch 'master' into ↵ | Grzegorz Bizon | 2018-06-05 | 5 | -13/+48 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb | ||||
| | * | | | Merge branch 'add-background-migrations-for-not-archived-traces' into 'master' | Kamil Trzciński | 2018-06-05 | 2 | -1/+36 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add background migrations to archive legacy job traces Closes #46642 See merge request gitlab-org/gitlab-ce!19194 | ||||
| | | * | | | Add type_build to ScheduleToArchiveLegacyTraces::Build | Shinya Maeda | 2018-06-04 | 1 | -1/+3 |
| | | | | | | |||||
| | | * | | | Fix specs. Rename migration file name which was conflicted with background ↵ | Shinya Maeda | 2018-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | migration's. | ||||
| | | * | | | Directly refer application code from migration code | Shinya Maeda | 2018-06-04 | 1 | -15/+4 |
| | | | | | | |||||
| | | * | | | Add background migrations to arhive legacy traces | Shinya Maeda | 2018-06-04 | 2 | -1/+45 |
| | | | | | | |||||
| | * | | | | Support rails5 in postgres indexes function and fix some migrations | Jasper Maes | 2018-06-05 | 4 | -13/+13 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into ↵backstage/gb/use-persisted-stages-to-improve-pipelines-table | Grzegorz Bizon | 2018-06-05 | 11 | -4/+181 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' Conflicts: app/models/ci/pipeline.rb | ||||
| | * | | | | Merge branch 'sh-fix-secrets-not-working' into 'master' | Douwe Maan | 2018-06-04 | 1 | -1/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341 | ||||
| | | * | | | | Fix missing key change in ↵sh-fix-secrets-not-working | Stan Hu | 2018-06-02 | 1 | -1/+1 |
| | | |/ / / | | | | | | | | | | | | | | | | | | | 20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb | ||||
| | * | | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-06-02 | 5 | -2/+57 |
| | |\ \ \ \ | | | |/ / / | |||||
| | * | | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-06-01 | 5 | -2/+94 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-30 | 5 | -1/+161 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-28 | 7 | -4/+152 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescue | Shinya Maeda | 2018-05-22 | 1 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-22 | 1 | -0/+32 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-17 | 4 | -3/+83 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-10 | 6 | -5/+102 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-09 | 89 | -1138/+375 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-08 | 22 | -2/+466 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Revert column name change | Shinya Maeda | 2018-05-03 | 3 | -6/+6 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Change column name to iid_per_project. Add index to project_id and iid | Shinya Maeda | 2018-05-03 | 3 | -4/+20 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Add per-project pipeline id | Shinya Maeda | 2018-05-03 | 2 | -0/+16 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Make pipeline / stage position index not unique | Grzegorz Bizon | 2018-05-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add a unique index to stages on pipeline / position | Grzegorz Bizon | 2018-05-30 | 2 | -1/+17 |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Use add_column_with_default in migration | Matija Čupić | 2018-06-06 | 1 | -4/+8 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Add deploy_strategy to ProjectAutoDevops | Matija Čupić | 2018-06-01 | 2 | -1/+17 |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sh-bump-ruby-2.4' into 'master' | Stan Hu | 2018-06-01 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055 | ||||
| * | | | | | | | | | | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4 | Stan Hu | 2018-05-29 | 2 | -2/+2 |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files. |