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
path: root/db
AgeCommit message (Collapse)Author
2017-03-08Merge branch 'master' into orderable-issuesDouwe Maan
2017-03-07Merge branch 'dm-add-concurrent-index-cop' into 'master' Yorick Peterse
Add cop to ensure reversibility of add_concurrent_index See merge request !9771
2017-03-07Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński
Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
2017-03-07Add downtime constantsDouwe Maan
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
Update storage settings to allow extra values per shard See merge request !9597
2017-03-07Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern
2017-03-07Add cop to ensure reversibility of add_concurrent_indexDouwe Maan
2017-03-07Merge remote-tracking branch ↵Douwe Maan
'origin/personal_access_token_api_and_impersonation_token'
2017-03-07Rename BUILD to JOB in CI VariablesZ.J. van de Weg
Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-07Fix AddRelativePositionToIssues migrationValery Sizov
2017-03-07Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-07Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda
Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
2017-03-07Fix up @DouweM reviewEric Eastwood
2017-03-07Merge branch 'master' into 'rs-carrierwave-db'Douwe Maan
# Conflicts: # spec/models/group_spec.rb
2017-03-06Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński
Create Mattermost Team from GitLab Closes #23964 See merge request !8746
2017-03-06Add Upload model and UploadChecksumWorker workerRobert Speicher
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-06Merge branch 'pipeline-blocking-actions' into 'master' Kamil Trzciński
Make manual actions blocking Closes #26360 and #22628 See merge request !9585
2017-03-06Migrate legacy actions in post deployment migrationGrzegorz Bizon
2017-03-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-06Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki
2017-03-06align schema.rb with upstream and fix rubocop warning about not freezing ↵Pawel Chojnacki
mutable constants and empty error classes
2017-03-06Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ↵Pawel Chojnacki
review - cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
2017-03-06Allow limiting logging in users from too many different IPs.Pawel Chojnacki
2017-03-06Merge branch 'master' into pipeline-blocking-actionsGrzegorz Bizon
* master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb
2017-03-06Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg
# Conflicts: # db/schema.rb
2017-03-06Add migration for manual actions with skipped statusGrzegorz Bizon
2017-03-06Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg
2017-03-06Minor edits, incorporate reviewZ.J. van de Weg
2017-03-05Move foreign key to separate migrationKamil Trzcinski
2017-03-05Update db/schemaKamil Trzcinski
2017-03-05Make triggers to be user awareKamil Trzcinski
2017-03-05Make Pipeline Triggers to be user awareKamil Trzcinski
- they can have owner, - they can be edited, - they have description, - you can take ownership of them
2017-03-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
2017-03-03Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryRobert Speicher
2017-03-02Satisfy rubocopValery Sizov
2017-03-02Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg
2017-03-02Improve UXZ.J. van de Weg
2017-03-01Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan
Rename MWBS to MWPS Closes #24707 See merge request !9335
2017-03-01Disable the inheritance column of services in DisableInvalidServiceTemplates ↵Rémy Coutable
migration The `unless defined?(Service)` was useless since in production env, models are eager loaded, thus we wouldn't disable the STI, resulting in the following error: The single-table inheritance mechanism failed to locate the subclass: 'GitlabCiService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information./opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20170211073944_disable_invalid_service_templates.rb:11:in `up' Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
2017-03-01applies relevant changes to the code and code structureTiago Botelho
2017-03-01add impersonation tokenSimon Vocella
2017-03-01manage personal_access_tokens through apiSimon Vocella
2017-02-28Recover db/schema.rbValery Sizov
2017-02-28Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-28Fix migration without DOWNTIME clause specifiedRuben Davila
2017-02-27Add development fixtures for nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>