summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* Mark unverified pages domains for removalVladimir Shushlin2019-04-091-0/+2
| | | | | | | Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+10
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Add Knative metrics to PrometheusChris Baumbauer2019-04-061-1/+1
|
* Add part of needed codeGosia Ksionek2019-04-051-0/+2
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-10/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+10
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-021-0/+1
|\ | | | | | | | | | | | | Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
| * Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+1
| |\ | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| | * Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-1/+2
| | |
* | | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-021-0/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Migrate issuable states to integer patch 1 of 2 Closes #51789 See merge request gitlab-org/gitlab-ce!25107
| * | Merge masterFelipe Artur2019-03-271-3/+41
| |\ \
| * \ \ Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-191-0/+11
| |\ \ \
| * | | | Split background migration for issues and merge requestsFelipe Artur2019-02-141-1/+1
| | | | |
| * | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 1 that migrates issues/merge requests states from integer to string. On this commit we are only adding the state_id column and syncing it with a backgroud migration. On Patch 2 the code to use the new integer column will be deployed and the old column will be removed.
* | | | | Add new field to Clusters tableMayra Cabrera2019-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds boolean field 'managed' to clusters table. This new column will be used to distinguish those clusters that are automatically managed by gitlab. Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* | | | | Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Allow external diffs to be used conditionally Closes #54670 See merge request gitlab-org/gitlab-ce!25432
| * | | | Allow external diffs to be used conditionallyNick Thomas2019-03-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
* | | | | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* | | | | Add multi-line suggestion migrationsOswaldo Ferreira2019-03-261-0/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds outdated, lines_above and lines_below columns to suggestions table. outdated - boolean which represents whether the suggestion is outdated or not. For instance, if any line changed after you left the multi-line suggestion, even though the note is not outdated, it helps tracking if the content has changed in the latest file. We cache this information in a column given it's not a cheap operation to do for every suggestion in the request time. lines_below, lines_above - persists the parsed arguments from `suggestion:-10+3` syntax, where `10` would be lines_above and 3 lines_below. We need that to dynamically calculate which lines we should monitor for outdating / persisting the correct content in from_content column.
* | | | Add multiple assignees migration and table populationOswaldo Ferreira2019-03-251-1/+11
| |_|/ |/| | | | | | | | This will be further required for supporting multi-assignees MRs
* | | Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
* | | Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-1/+3
| | |
* | | Use encrypted runner tokensKamil Trzciński2019-03-061-0/+3
| | | | | | | | | | | | | | | | | | This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
* | | Migrate sidekiq queue to the new :hashed_storage namespaceGabriel Mazetto2019-03-011-1/+1
| | | | | | | | | | | | | | | `project_migrate_hashed_storage` is now `hashed_storage:hashed_storage_project_migrate`
* | | Clean up `noteable_id` for notes on commitsHeinrich Lee Yu2019-03-011-1/+1
| | | | | | | | | | | | | | | This was incorrectly set by a bug in: https://gitlab.com/gitlab-org/gitlab-ce/issues/54924
* | | Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre2019-02-281-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
| * | | Show header and footer system messages in emailAlexandru Croitor2019-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* | | | Add project level config for merge pipelinesShinya Maeda2019-02-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add schema Add CE counter part Add default value for Add changelog Fix schema Add test Fix schema Fix schema version Remove default value for
* | | | add trigram database index on tagsAlexis Reigel2019-02-271-0/+1
|/ / /
* | | Merge branch ↵Kamil Trzciński2019-02-271-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '10014-ee-spec-models-ci-build_spec-rb-ee-spec-requests-api-runner_spec-rb-and-ee-spec-services-ci-process_pipeline_service_spec-rb-are-all-failing-ce' into 'master' Revert "Merge branch 'revert-8baf9e5f' into 'master'" See merge request gitlab-org/gitlab-ce!25584
| * | | Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-271-0/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
* | | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | | Add project http fetch statistics APIJacopo2019-02-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
* | | | Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-271-1/+3
| | | | | | | | | | | | | | | | source_sha and target_sha are used for merge request pipelines
* | | | Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' ↵Kamil Trzciński2019-02-261-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | into 'master'" This reverts merge request !25293
* | | | Add Maskable concern for CI variablesMatija Čupić2019-02-261-1/+3
| | | | | | | | | | | | | | | | | | | | This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
* | | | Port EE System Header And Footer feature to CEDouwe Maan2019-02-211-0/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* | | Remove undigested token column from personal_access_tokens tableImre Farkas2019-02-201-2/+0
| |/ |/| | | | | | | Token column are no longer used as token values are stored digested in token_digest.
* | Merge branch 'move_chatops_to_core_migration' into 'master'Robert Speicher2019-02-151-0/+10
|\ \ | | | | | | | | | | | | Move ChatOps migrations to Core See merge request gitlab-org/gitlab-ce!24986
| * | Move ChatOps migrations to Coremove_chatops_to_core_migrationJames Fargher2019-02-081-0/+10
| | |
* | | Remove HipChat integration from GitLabNick Thomas2019-02-081-0/+1
| |/ |/|
* | Merge branch 'master' into ↵Sean McGivern2019-02-071-1/+2
|\ \ | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * \ Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
| | * | Addresses backend/db review commentsMayra Cabrera2019-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
| * | | Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre2019-02-071-0/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
| | * | Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-0/+1
| | |/ | | | | | | | | | | | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
* | | Rename setting, fix wordingsFabian Schneider2019-02-061-1/+1
| | |
* | | Add setting for first day of the weekFabian Schneider2019-02-061-0/+2
|/ /
* | Allow MR diffs to be placed into an object storeNick Thomas2019-02-051-1/+6
|/
* DB and model changes for Sentry project selection dropdownReuben Pereira2019-02-041-2/+4
|