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-04-11Merge branch 'zj-fk-ci-triggers' into 'master' Yorick Peterse
Add foreign key on trigger requests See merge request !10537
2017-04-11Merge branch 'dz-fix-project-view' into 'master' Annabel Dunstone Gray
Change project view default for existing users and anonymous visitors to files+readme Closes #29926 See merge request !10498
2017-04-11Add foreign key on trigger requestsZ.J. van de Weg
I started out as I missed the foreign key on ci_triggers and projects. However, it seemed Yorick caught this already on gitlab-org/gitlab-ce!9388. Still I found a missing foreign key, between the trigger requests and triggers. This commit adds it, and removes the depend: :destroy on the Rails model Ci::Triggers
2017-04-10Move the nested groups seed behind an environment flagRobert Speicher
This seed downloads 2.1 GB worth of repositories. Google can afford the bandwidth, but if a person using the GDK is on a metered connection, that's not so great. Also the GDK test suite runs this seed, so every CI run for that project had to download those as well. Needlessly wasteful.
2017-04-10Change project view default for existing users and anonymous visitors to ↵Dmitriy Zaporozhets
files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch ↵Sean McGivern
'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-ui' into 'master' Add "engineering" UI for Pipeline Schedule See merge request !10533
2017-04-07Yet, another errorsKamil Trzcinski
2017-04-07Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan
Protected Tags Closes #18471 See merge request !10356
2017-04-07Another round of code reviewKamil Trzcinski
2017-04-07Update schema.rbDouwe Maan
2017-04-07Update migrationsKamil Trzcinski
2017-04-07Update tests to cover trigger scheduleKamil Trzcinski
2017-04-07Fix ref referenceKamil Trzcinski
2017-04-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: (58 commits) Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu Map bindings to lowercase letters; only show key bindings when using keyboard shortcut ...
2017-04-07Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # spec/lib/gitlab/import_export/all_models.yml
2017-04-06Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones
2017-04-06Update schema.rb versionDouwe Maan
2017-04-06Merge branch 'master' into new-resolvable-discussionDouwe Maan
# Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
2017-04-06Merge branch 'rubocop-fix-migration-two-factor-columns' into 'master' Stan Hu
Fixed rubocop failure for the add_two_factor_columns_migration See merge request !10505
2017-04-06Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: (197 commits) Add text to break up diagrams Implement review comments from @DouweM for !10467. Fix rubocop offence Linking to edit file directly Optimise trace handling code to use streaming instead of full read Use config.toml to configure Gitaly Fix indexes in container repositories table Recent search history for issues Fix rubocop Use change direction in spec Use be_pending Improve trigger_schedule.rb Implement a offset calculation on cron_parser_spec Clean up trigger_schedule_worker_spec.rb Improve instantiate recursion in cron_parser.rb Fix unnecessary changes in schema.rb Add empty line in cron_parser.rb Use parenthesis for respond_to :ref Define next_time as let in trigger_schedule_spec Remove next_run_at: nil from trigger_schedule_spec ...
2017-04-06Merge branch ↵Kamil Trzciński
'2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation' into 'master' Resolve "Run CI/CD pipelines on a schedule" - "Basic backend implementation" See merge request !10133
2017-04-06Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński
Multi-level container registry images Closes #17801 See merge request !10109
2017-04-06Fixed rubocop failure for the add_two_factor_columns_migrationJose Ivan Vargas
2017-04-06Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into ↵Grzegorz Bizon
feature/multi-level-container-registry-images * commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971': (28 commits) Award emoji button smiley animation Introduced empty/error UX states to environments monitoring. Github import rake task Remove individual modal width styles Fix RuboCop for removing index Link to docs site for file in doc/ Disable invalid service templates (again) Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper Add more tests for subgroups feature Large features by the 1st, small ones by the 3rd Ask people to create EE MRs on the 7th fix project authorizations migration issue ...
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan
Support 2FA requirement per-group See merge request !8763
2017-04-06Fix rubocop offensesLin Jen-Shin
2017-04-06Fix indexes in container repositories tableGrzegorz Bizon
2017-04-06Fix unnecessary changes in schema.rbShinya Maeda
2017-04-06Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda
2017-04-06Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda
2017-04-06Maintain MRShinya Maeda
2017-04-06Add ci_trigger_schedules tableShinya Maeda
2017-04-06Add ref to ci_triggersShinya Maeda
2017-04-06Remove old migration fileShinya Maeda
2017-04-06RollbackShinya Maeda
2017-04-06Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda
2017-04-06Bump schema versionLin Jen-Shin
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
2017-04-06Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-06Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper fix project authorizations migration issue attempt to fix migration Revert schema.rb attempt to fix db failure Periodically mark projects that are stuck in importing as failed Fix html structure to prevent tooltip from not hidding Enable creation of deploy keys with write access via the API
2017-04-06Fix RuboCop for removing indexSean McGivern
2017-04-06Disable invalid service templates (again)Sean McGivern
2017-04-06Merge branch 'fix/gh-import-status-check' into 'master' Sean McGivern
Periodically mark projects that are stuck in importing as failed Closes #17709 See merge request !10207
2017-04-06Merge branch 'add_remove_concurrent_index_to_database_helper' into 'master' Yorick Peterse
Add remove_concurrent_index to database helper Closes #30376 See merge request !10441
2017-04-06Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
2017-04-06Protected Tags backend review changesJames Edwards-Jones
Added changelog