summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-301-0/+1
|
* Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-211-2/+2
| | | | It still causes too many false alarms.
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-1/+2
| |\ | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-161-0/+7
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Update db/schema.rbKamil Trzcinski2016-04-131-1/+8
| | | |
| * | | Cleanup changesKamil Trzcinski2016-04-131-302/+292
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-131-0/+12
| |\ \ \
| * | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-304/+298
| | | | |
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-2/+18
| | | | |
* | | | | Address MR feedbackRémy Coutable2016-04-201-13/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* | | | | add slack notifications for wiki pagesSebastian Klier2016-04-201-0/+2
| | | | | | | | | | | | | | | | | | | | update changelog
* | | | | Configuring of points per UDP packettoggle-points-per-packetYorick Peterse2016-04-191-19/+20
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
* | | | Add configurable shared runners textKamil Trzcinski2016-04-181-1/+2
| |_|/ |/| |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-151-1/+5
|\ \ \ | | | | | | | | | | | | fix/project-import_url
| * \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-131-0/+12
| |\ \ \ | | | |/ | | |/|
| * | | Schema improvements suggested by YorickJacob Vosmaer2016-04-131-1/+2
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-121-1/+0
| |\ \ \ | | | |/ | | |/|
| * | | Add repository_checks_enabled settingJacob Vosmaer2016-04-121-1/+2
| | | |
| * | | Rename almost all the thingsJacob Vosmaer2016-04-061-2/+2
| | | |
| * | | Rebase repo check MRJacob Vosmaer2016-04-041-0/+2
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-141-2/+13
|\ \ \ \ | | |_|/ | |/| | | | | | fix/project-import_url
| * | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-111-1/+0
| |\ \ \ | | | |/ | | |/|
| | * | Apparently I missed updating the schema.rb when removing the Twitter ↵connorshea2016-04-091-2/+1
| | |/ | | | | | | | | | | | | | | | "Congrats" button From commit 85cc1729596ac1e5b31d8cfa1daa07477db6033d
| * | Fix schema.rbDouglas Barbosa Alexandre2016-04-081-4/+4
| | |
| * | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-081-2/+3
| |\ \ | | |/
| * | Improve db migrations for notification settingsDmitriy Zaporozhets2016-03-301-9/+9
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Migrate notification setting from members tableDmitriy Zaporozhets2016-03-301-1/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Introduce NotificationSetting modelDmitriy Zaporozhets2016-03-301-3/+12
| | | | | | | | | | | | | | | | | | | | | It will hold notification setting per group or per project. It will allow get rid of notification level stored in Member model Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | fix schema file [ci skip]James Lopez2016-04-071-2/+3
| | |
* | | refactored a few things based on MR feedbackJames Lopez2016-04-071-4/+4
| | |
* | | some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-051-3/+2
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-041-2/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | fix/project-import_url # Conflicts: # db/schema.rb
| * | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-1/+2
| | |
| * | Remove todos for deleted merge requestsDouglas Barbosa Alexandre2016-03-311-1/+1
| | |
| * | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-1/+1
| |/
* | added rest of importers, fixed specs and some issues with the migrationJames Lopez2016-03-231-2/+2
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-03-221-1/+8
|\ \ | |/ | | | | fix/project-import_url
| * Address feedbackDouwe Maan2016-03-221-0/+1
| |
| * Merge branch 'master' into issue_12658Douwe Maan2016-03-211-1/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| | * Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-1/+2
| | |\
| | * | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-0/+1
| | | |
| | * | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-191-1/+0
| | | |
| | * | Soft delete issuablesZeger-Jan van de Weg2016-03-191-0/+4
| | | |
| * | | Add specs and add visibility level to admin groupsFelipe Artur2016-03-211-2/+1
| | | |
| * | | Fix more specsDouwe Maan2016-03-201-1/+1
| | | |
| * | | Fix some specsDouwe Maan2016-03-201-0/+1
| | | |
| * | | Tweaks, refactoring, and specsDouwe Maan2016-03-201-1/+1
| | | |
| * | | Merge branch 'master' into issue_12658Douwe Maan2016-03-201-2/+7
| |\ \ \ | | |/ /