summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'remove-invalid-services' into 'master' Douwe Maan2017-04-271-0/+12
|\ | | | | | | | | Remove invalid services with nil or empty type See merge request !10847
| * tadds migration to remove invalid servicesTiago Botelho2017-04-271-0/+12
| |
* | Fill missing uuid on the application_settings table2246-uuid-is-nil-for-new-installationDouglas Barbosa Alexandre2017-04-262-1/+11
| |
* | Add index on ci_builds.user_idblackst0ne2017-04-262-0/+20
|/
* Add index to webhooks type columnJames Lopez2017-04-252-1/+17
|
* Add index on ci_builds.updated_atblackst0ne2017-04-232-1/+21
|
* Start versioning cached markdown fieldsNick Thomas2017-04-212-0/+38
|
* Merge branch 'sh-add-index-to-system-note-metadata' into 'master' Sean McGivern2017-04-192-1/+20
|\ | | | | | | | | Add unique index to system note metadata See merge request !10774
| * Add unique index for note_id to system note metadata tablesh-add-index-to-system-note-metadataStan Hu2017-04-192-1/+20
| | | | | | | | In issue 1, the sequential scan was taking 250+ ms.
* | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-197-0/+140
|\ \ | |/ |/| | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * Make downtime_check happySean McGivern2017-04-141-0/+2
| |
| * Remove unused user activities codeSean McGivern2017-04-142-37/+3
| |
| * Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable2017-04-141-0/+87
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-142-0/+10
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Remove user activities table and use redis instead of PG for recording ↵James Lopez2017-04-142-8/+23
| | | | | | | | | | | | activities Refactored specs and added a post deployment migration to remove the activity users table.
| * Add user activity service and spec. Also added relevant - NOT offline - ↵James Lopez2017-04-142-0/+35
| | | | | | | | | | | | | | migration It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL
| * Port 'Add uuid to usage ping' to CESean McGivern2017-04-142-0/+17
| | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
| * Port 'Add EE usage ping' to CESean McGivern2017-04-142-0/+8
| | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
* | Add migration to remove orphaned notification settingsJames Lopez2017-04-192-1/+25
|/
* removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-1112-12/+11
|
* Merge branch 'zj-fk-ci-triggers' into 'master' Yorick Peterse2017-04-112-0/+17
|\ | | | | | | | | Add foreign key on trigger requests See merge request !10537
| * Add foreign key on trigger requestszj-fk-ci-triggersZ.J. van de Weg2017-04-112-0/+17
| | | | | | | | | | | | | | | | | | 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
* | Merge branch 'dz-fix-project-view' into 'master' Annabel Dunstone Gray2017-04-111-0/+19
|\ \ | | | | | | | | | | | | | | | | | | Change project view default for existing users and anonymous visitors to files+readme Closes #29926 See merge request !10498
| * | Change project view default for existing users and anonymous visitors to ↵dz-fix-project-viewDmitriy Zaporozhets2017-04-101-0/+19
| |/ | | | | | | | | | | files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move the nested groups seed behind an environment flagrs-skip-nested-groups-seedRobert Speicher2017-04-102-33/+41
|/ | | | | | | | | 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.
* Periodically clean up temporary upload files to recover storage spaceblackst0ne2017-04-102-1/+24
|
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-075-1/+91
|\
| * Merge branch ↵Sean McGivern2017-04-074-1/+40
| |\ | | | | | | | | | | | | | | | | | | | | | '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
| | * Yet, another errorsdosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-uiKamil Trzcinski2017-04-071-1/+1
| | |
| | * Another round of code reviewKamil Trzcinski2017-04-071-2/+8
| | |
| | * Update migrationsKamil Trzcinski2017-04-074-45/+14
| | |
| | * Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-1/+3
| | |
| | * Fix ref referenceKamil Trzcinski2017-04-072-0/+62
| | |
| * | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-072-0/+51
| |\ \ | | |/ | |/| | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356
| | * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-068-1/+132
| | |\ | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml
| | * \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-0646-2/+75
| | |\ \
| | * | | Protected Tags backend review changesJames Edwards-Jones2017-04-061-1/+0
| | | | | | | | | | | | | | | Added changelog
| | * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0613-45/+240
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
| | * | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-042-10/+10
| | | | | |
| | * | | | Removed unnecessary table ‘protected_tag_merge_access_levels’James Edwards-Jones2017-03-312-30/+15
| | | | | | | | | | | | | | | | | | | | | | | | Fixed timestamps on protected_tags
| | * | | | Database migrations for protected tagsJames Edwards-Jones2017-03-312-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | Added schema.rb for protected tags
* | | | | | Update schema.rbDouwe Maan2017-04-071-1/+1
| | | | | |
* | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-077-1/+83
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-071-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| * | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-0710-1/+151
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| * | | | | | Fix rubocop offenses8998_skip_pending_commits_if_not_headLin Jen-Shin2017-04-061-1/+1
| | | | | | |
| * | | | | | Bump schema versionLin Jen-Shin2017-04-061-1/+1
| | | | | | |
| * | | | | | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-063-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-0644-3/+56
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Fix rolling back for MySQLLin Jen-Shin2017-04-064-57/+2
| | | | | | | |