Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-10Make the spec same with CE masterfeature/intermediate/12729-group-secret-variables-eeShinya Maeda
2017-07-10Merge branch 'rs-issue-34847' into 'master'Douwe Maan
Mark a subgroup-related spec as PostgreSQL-only Closes #34847 See merge request !12722
2017-07-10Fix spec/models/group_spec.rb(Need to be backported to CE)Shinya Maeda
2017-07-10Fix variables_ee_spec.rbShinya Maeda
2017-07-10Use respond_toShinya Maeda
2017-07-10Disable environemt variable for Group-level variablesShinya Maeda
2017-07-10CE feature gropu-level variableShinya Maeda
Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec Copyedit docs for group-level secret variables [ci skip] Wrap additional routes by dash(-). And remove those routes from path_regex.rb. Add dash for GROUP_ROUTES Fix variables_controller.rb and format ayufan nice catches Use ancestors for avoiding N queries Add CASE When Clause for saving order when using where IN secret_variables_for: rails readability versino Adopt project_variable_path instead of namespace_project_variable_path. (Resolve confilct from master) gb nice catches Use new project_variables_path in this MR Fix to Variable was successfully created Use variable_params && variable_params_attributes in project variables_controller.rb Name as variable_params like project variable controller
2017-07-09Merge branch 'rs-sign_in-ee' into 'master'Douwe Maan
[EE] Change gitlab_sign_in to sign_in See merge request !2255
2017-07-08Merge branch 'increase-parallelism-of-geo-repository-sync-worker' into 'master'Douwe Maan
Increase parallelism of geo repository sync worker Closes #2742 See merge request !2351
2017-07-08Merge branch 'master' into rs-sign_in-eeRobert Speicher
2017-07-08Merge branch 'mobile-members-ee' into 'master'Filipa Lacerda
Improve members view on mobile (EE Version) See merge request !2387
2017-07-08Revert "Use a dedicated Sidekiq queue for Geo::ProjectSyncWorker"Douglas Barbosa Alexandre
This reverts commit 5c0b6314683c190062557b5401e768aa41586c1c.
2017-07-08Merge branch 'slack_app1' into 'master'Sean McGivern
Project alias for Slack application can be edited See merge request !2374
2017-07-08Merge branch 'ee-33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern
[EE] Allow to enable the performance bar per user or Feature group See merge request !2344
2017-07-07Merge branch 'ee-34402-navigation-color-palette-for-new-navigation' into ↵Annabel Dunstone Gray
'master' Change new nav purple to indigo See merge request !2382
2017-07-07Merge branch 'feature/user-datetime-search-api-mysql-ee' into 'master'Douwe Maan
[CE Port] Add creation time filters to user search API for admins See merge request !2386
2017-07-07Change `sign_out` usage to `gitlab_sign_out` in one specRobert Speicher
For reasons that are still unclear, the EE version (but only the EE version) of this spec was failing reliably, and changing these calls seemed to resolve it.
2017-07-07Force mobile view for admin projectsClement Ho
2017-07-07Use a lower timeout for sync worker and renew it from within the loopDouglas Barbosa Alexandre
2017-07-07Add members-list class to admin projects pageClement Ho
2017-07-07Fix conflictsClement Ho
2017-07-07Merge branch 'sh-sanitize-node-status' into 'master'Jacob Schatz
Strip out any HTML tags in Geo response and upon failure omit full response text Closes #2786 See merge request !2318
2017-07-07Refactor Geo::ProjectSyncWorkerDouglas Barbosa Alexandre
2017-07-07Refactor GeoRepositorySyncWorker#schedule_jobsDouglas Barbosa Alexandre
2017-07-07Fix GeoRepositorySyncWorker#projects_remain?Douglas Barbosa Alexandre
2017-07-07Update CHANGELOGDouglas Barbosa Alexandre
2017-07-07Ensure that we cancel the leasing when GeoRepositorySyncWorker finishesDouglas Barbosa Alexandre
2017-07-07Make Geo::BaseSyncService#update_registry clearerDouglas Barbosa Alexandre
2017-07-07Add CHANGELOGDouglas Barbosa Alexandre
2017-07-07Limit the number of concurrent projects that can be synchronizedDouglas Barbosa Alexandre
2017-07-07Use a dedicated Sidekiq queue for Geo::ProjectSyncWorkerDouglas Barbosa Alexandre
2017-07-07Make Geo::BaseSyncService#lease_key publicDouglas Barbosa Alexandre
2017-07-07Refactor Geo::BaseSyncService#update_registryDouglas Barbosa Alexandre
2017-07-07Use save! rather than save when updating registry informationDouglas Barbosa Alexandre
2017-07-07Memoize the value of Geo::BaseSyncService#primary_ssh_path_prefixDouglas Barbosa Alexandre
2017-07-07Remove useless subject definition on the Geo project sync worker specDouglas Barbosa Alexandre
2017-07-07Fix small typosDouglas Barbosa Alexandre
2017-07-07Doesn't sync if the project was synced after our scheduling timestampDouglas Barbosa Alexandre
2017-07-07Break Geo::RepositorySyncService into Repository/Wiki sync servicesDouglas Barbosa Alexandre
2017-07-07Add test for Geo::ProjectSyncWorker when project could not be foundDouglas Barbosa Alexandre
2017-07-07Use the Geo::ProjectRegistry factory on geo_repository_worker_spec.rbDouglas Barbosa Alexandre
2017-07-07Schedule a job to sync the project with a backoff delay of 5 minutesDouglas Barbosa Alexandre
2017-07-07Add Geo::ProjectSyncWorkerDouglas Barbosa Alexandre
2017-07-07Remnove unused constant from GeoRepositorySyncWorkerDouglas Barbosa Alexandre
2017-07-07Store the time the sync started before fetching the repositoriesDouglas Barbosa Alexandre
2017-07-07Merge branch 'ee-active-record-each-batch' into 'master'Sean McGivern
EE: Added EachBatch for iterating tables in batches See merge request !2377
2017-07-07Improve members view on mobileClement Ho
2017-07-07fix specJames Lopez
2017-07-07move CreatedAtFilter to concerns folderJames Lopez
2017-07-07fix created_afterJames Lopez