summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-1/+1
| | | | Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-061-0/+4
|
* Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern2018-06-062-3/+3
|\ | | | | | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
| * Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
| |
| * Rename master to maintainerMark Chao2018-06-061-1/+1
| |
* | Fix the query to select stale live tracesShinya Maeda2018-06-061-15/+1
| |
* | Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-062-15/+15
| |
* | Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda2018-06-061-2/+2
| |
* | Add tests for each new codeShinya Maeda2018-06-061-1/+1
| |
* | Rename find_stale. Fix worker name in declaration.Shinya Maeda2018-06-061-1/+1
| |
* | Clean up workerShinya Maeda2018-06-061-0/+15
|/
* Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-0/+10
|
* Merge branch 'master' into ↵Kamil Trzciński2018-06-059-17/+79
|\ | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' # Conflicts: # db/schema.rb
| * Merge branch '46585-gdpr-terms-acceptance' into 'master'Robert Speicher2018-06-052-0/+8
| |\ | | | | | | | | | | | | | | | | | | Resolve "Missing Accept button for terms of service" Closes #46585 See merge request gitlab-org/gitlab-ce!19156
| | * Messaging on terms page when user already accepted46585-gdpr-terms-acceptancetauriedavis2018-06-042-0/+8
| | | | | | | | | | | | | | | We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
| * | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-13/+13
| |\ \ | | | | | | | | | | | | | | | | 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-pushMark Chao2018-06-012-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751
| * | | Merge branch 'optimise-runner-update-cached-info' into 'master'Grzegorz Bizon2018-06-051-4/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Optimise runner update cached info See merge request gitlab-org/gitlab-ce!19187
| | * | | Do not validate cached dataoptimise-runner-update-cached-infoKamil Trzciński2018-06-051-4/+2
| | | |/ | | |/|
| * | | Merge branch 'fix-avatars-n-plus-one' into 'master'Robert Speicher2018-06-054-0/+56
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an N+1 in avatar URLs Closes #43114 See merge request gitlab-org/gitlab-ce!18488
| | * | | Fix an N+1 in avatar URLsSean McGivern2018-06-054-0/+56
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is tricky: the query was being run in `ObjectStorage::Extension::RecordsUploads#retrieve_from_store!`, but we can't just add batch loading there, because the `#upload=` method there would use the result immediately, making the batch only have one item. Instead, we can pre-emptively add an item to the batch whenever an avatarable object is initialized, and then reuse that batch item in `#retrieve_from_store!`. However, this also has problems: 1. There is a lot of logic in `Avatarable#retrieve_upload_from_batch`. 2. Some of that logic constructs a 'fake' model for the batch key. This should be fine, because of ActiveRecord's override of `#==`, but it relies on that staying the same.
* | | | Merge branch 'master' into ↵Grzegorz Bizon2018-06-052-8/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | '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ński2018-06-051-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add background migrations to archive legacy job traces Closes #46642 See merge request gitlab-org/gitlab-ce!19194
| | * | | Directly refer application code from migration codeShinya Maeda2018-06-041-0/+5
| | | | |
| * | | | Remove PagesService and instead make it explicit that we call PagesWorkeroptimise-pages-service-callingKamil Trzciński2018-06-051-1/+6
| | | | |
| * | | | Remove unused running_or_pending_build_countremove-unused-query-in-hooksKamil Trzciński2018-06-042-7/+0
| | |/ / | |/| |
* | | | Merge branch 'master' into ↵backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-0554-147/+331
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | 'backstage/gb/use-persisted-stages-to-improve-pipelines-table' Conflicts: app/models/ci/pipeline.rb
| * | | Add ability to search wiki titlesFrancisco Javier López2018-06-041-4/+0
| | | |
| * | | Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan2018-06-042-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341
| | * | | Fix attr_encryption key settingsStan Hu2018-06-022-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attr_encrypted does different things with `key` depending on what mode you are using: 1. In `:per_attribute_iv_and_salt` mode, it generates a hash with the salt: https://github.com/attr-encrypted/encryptor/blob/c3a62c4a9e74686dd95e0548f9dc2a361fdc95d1/lib/encryptor.rb#L77. There is no need to truncate the key to 32 bytes here. 2. In `:per_attribute_iv` mode, it sets the key directly to the password, so truncation to 32 bytes is necessary. Closes #47166
| * | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-0237-66/+224
| |\ \ \ | | |/ /
| | * | Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-016-7/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055
| | | * | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-296-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-012-8/+2
| | | | |
| | * | | Merge branch 'reactive-caching-alive-bug' into 'master'Nick Thomas2018-06-011-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ReactiveCaching#clear_reactive_cache! should not keep the cache alive See merge request gitlab-org/gitlab-ce!19311
| | | * | | ReactiveCaching#clear_reactive_cache! should clear the not keep the cache aliveTiago Botelho2018-06-011-0/+1
| | | | | |
| | * | | | Merge branch ↵Douwe Maan2018-06-011-9/+29
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '46913-appearance-uploader-fields-and-description-html-are-missing-in-cached-version' into 'master' Resolve "Appearance uploader fields and description HTML are missing in cached version" Closes #46913 See merge request gitlab-org/gitlab-ce!19203
| | | * | | Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | | * | | Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching the attributes as JSON and manually instantiating the record ended-up very complex since the edge-cases such as upload fields, serialized fields, and fields with custom accessors had to be handled. To ensure 3 points out of 4 are checked from https://gitlab.com/gitlab-org/gitlab-ce/issues/45175 we now include the Rails version in the cache key. Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into ↵Kamil Trzciński2018-06-016-18/+53
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Improve validations for Ci::Runner#runner_type See merge request gitlab-org/gitlab-ce!18901
| | | * | | | Run `Ci::Runner#assign_to` in transactionKamil Trzciński2018-05-311-2/+9
| | | | | | |
| | | * | | | Add uniqueness for RunnerNamespaceKamil Trzciński2018-05-311-0/+2
| | | | | | |
| | | * | | | Add `Ci::Runner` inverse_of'sKamil Trzciński2018-05-315-8/+8
| | | | | | |
| | | * | | | Fix static analysisKamil Trzciński2018-05-311-2/+2
| | | | | | |
| | | * | | | Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-3/+2
| | | | | | |
| | | * | | | Make Ci::Runner#assign_to keep returning RunnerProjectDylan Griffith2018-05-311-1/+2
| | | | | | |
| | | * | | | Fix some failuresKamil Trzciński2018-05-311-2/+3
| | | | | | |
| | | * | | | Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński2018-05-311-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | runner
| | | * | | | Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-1/+1
| | | | | | |
| | | * | | | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-6/+16
| | | | | | |