summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Update Grafana and GitLab Monitor in component listStan Hu2019-06-201-3/+3
| | | | | | | | | | | This commit checks off two of the three components in the table that we added for the CEO Challenge in Contribute 2019: * Grafana: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272 * GitLab Monitor: https://gitlab.com/charts/gitlab/merge_requests/787
* Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre2019-06-201-0/+12
|\ | | | | | | | | Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
| * Update docs on how to run E2E testsdocs-ml-gdk-how-to-more-infoMark Lapierre2019-06-191-0/+12
| | | | | | | | Make instructions on how to run the E2E tests against GDK more explicit and easier to find.
* | Improve bug severity definitions and consolidate guidance for clarityMek Stittri2019-06-201-26/+26
| |
* | Merge branch '52442-minimal-remove-mysql-support' into 'master'Robert Speicher2019-06-193-33/+1
|\ \ | | | | | | | | | | | | Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
| * | Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-193-33/+1
| | | | | | | | | | | | Now MySQL is no longer supported, we need to change the docs
* | | Backport EE MRWalmyr Lima2019-06-191-2/+2
|/ / | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14280
* | Crosslink Mattermost integrations, simplify components listJoshua Lambert2019-06-191-1/+1
| |
* | Add note about not translating API messages.Bob Van Landuyt2019-06-191-0/+3
|/
* Merge branch 'dm-add-deep-dives-to-docs-ce' into 'master'Nick Thomas2019-06-187-2/+65
|\ | | | | | | | | Add Create Deep Dives to development docs See merge request gitlab-org/gitlab-ce!29793
| * Add Create Deep Dives to development docsdm-add-deep-dives-to-docs-ceDouwe Maan2019-06-187-2/+65
| | | | | | | | See https://gitlab.com/gitlab-org/create-stage/issues/1 for more context
* | Https many links in docsEvan Read2019-06-182-3/+3
| |
* | Merge branch 'docs/update-list-items' into 'master'Achilleas Pipinellis2019-06-181-2/+2
|\ \ | |/ |/| | | | | Update list items to conform to documentation style guide See merge request gitlab-org/gitlab-ce!29739
| * Update list items to conform to documentation style guideArun Kumar Mohan2019-06-161-2/+2
| |
* | Merge branch 'backport-schema-changes' into 'master'Robert Speicher2019-06-171-2/+1
|\ \ | | | | | | | | | | | | | | | | | | Backport the EE schema to CE Closes gitlab-ee#9686 See merge request gitlab-org/gitlab-ce!26940
| * | Backport the EE schema and migrations to CEYorick Peterse2019-06-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports all EE schema changes to CE, including EE migrations, ensuring both use the same schema. == Updated tests A spec related to ghost and support bot users had to be modified to make it pass. The spec in question assumes that the "support_bot" column exists when defining the spec. In the single codebase setup this is not the case, as the column is backported in a later migration. Any attempt to use a different schema version or use of "around" blocks to conditionally disable specs won't help, as reverting the backport migration would also drop the "support_bot" column. Removing the "support_bot" tests entirely appears to be the only solution. We also need to update some foreign key tests now that we have backported the EE columns. Fortunately, these changes are very minor. == Backporting migrations This commit moves EE specific migrations (except those for the Geo tracking database) and related files to CE, and also removes any traces of the ee/db directory. Some migrations had to be modified or removed, as they no longer work with the schema being backported. These migrations were all quite old, so we opted for removing them where modifying them would take too much time and effort. Some old migrations were modified in EE, while also existing in CE. In these cases we took the EE code, and in one case removed them entirely. It's not worth spending time trying to merge these changes somehow as we plan to remove old migrations around the release of 12.0, see https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
* | | Merge branch 'docs-qa-ml-fix-list-rendering' into 'master'Rémy Coutable2019-06-171-0/+1
|\ \ \ | |/ / |/| | | | | | | | Fix list rendering on docs site See merge request gitlab-org/gitlab-ce!29738
| * | Fix list rendering on docs sitedocs-qa-ml-fix-list-renderingMark Lapierre2019-06-171-0/+1
| |/
* | Turn single line code into blocksWalmyr2019-06-171-3/+15
|/ | | | | | To improve doc readability. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
* Fix minor grammar issueArun Kumar Mohan2019-06-141-1/+1
|
* Backport of EE changes from MR 13763Walmyr2019-06-141-4/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
* Change SLA to target SLO for bugs and defectstarget-slo-defectsMek Stittri2019-06-131-2/+2
|
* Added naming convention for .graphql filesNatalia Tepluhina2019-06-131-0/+6
|
* Document how to troubleshoot a pending external-dns deploymentRémy Coutable2019-06-121-2/+74
| | | | | | Also update the Review Apps node pools description Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update guide with alphabetical order styleWalmyr2019-06-121-20/+22
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62505
* Fix TyposYoginth2019-06-123-3/+3
|
* Update git object deduplication overviewJacob Vosmaer2019-06-121-76/+33
|
* Merge branch 'patch-70' into 'master'Marcia Ramos2019-06-111-0/+1
|\ | | | | | | | | Adds a space to fix code display See merge request gitlab-org/gitlab-ce!29463
| * Adds a space to fix code displayEzekiel Kigbo2019-06-111-0/+1
| |
* | Final doc reviewRachel Nienaber2019-06-112-0/+15
| | | | | | | | | | - Wrap text - Move image to /img/
* | Merge branch 'patch-58' into 'master'Achilleas Pipinellis2019-06-111-1/+1
|\ \ | | | | | | | | | | | | Alertmanager on omnibus requires configuration See merge request gitlab-org/gitlab-ce!28398
| * | Alertmanager on omnibus requires configurationpatch-58Ben Bodenmiller2019-06-091-1/+1
| |/
* | Make the architecture table displayed in a blockdocs/architecture-table-hackAchilleas Pipinellis2019-06-111-0/+4
|/ | | | | | | By default, all tables have a width of 100% on docs.gitlab.com. In a few cases, the table will overlap the table of contents (ToC). For these cases, we need to add an entry to the document’s frontmatter to render them as a display block.
* Add git 2.21 install from update_sourceÆx2019-06-071-1/+1
|
* Add section to dev docs on accessing chatopsLucas Charles2019-06-074-4/+27
| | | | closes 62127
* Merge branch 'docs-qa-dynamic-element-validation' into 'master'Dan Davison2019-06-062-3/+149
|\ | | | | | | | | Documentation for dynamic element validation See merge request gitlab-org/gitlab-ce!29169
| * Documentation for dynamic element validationdocs-qa-dynamic-element-validationddavison2019-06-052-3/+149
| | | | | | | | | | | | First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
* | Fix some typosWilliam Desportes2019-06-062-3/+3
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Add a New Copy Button That Works in ModalsAndrew Fontaine2019-06-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
* | Merge branch 'docs-request-approval-for-licenses' into 'master'Mike Lewis2019-06-061-2/+4
|\ \ | |/ |/| | | | | Update docs on how to request approval for licenses/IP See merge request gitlab-org/gitlab-ce!28535
| * Apply suggestion to doc/development/licensing.mddocs-request-approval-for-licensesJamie Hurewitz2019-06-051-1/+1
| |
| * Update docs on how to request approval for licenses/IPKrasimir Angelov2019-05-211-2/+4
| | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit c07a6a46aba640fe0980b603f6bcaac89dc6153b Author: Jamie Hurewitz <jhurewitz@gitlab.com> Date: Sun May 5 01:02:44 2019 +0000 Update licensing.md
* | deprecate the French “écriture inclusive”Davy Defaud2019-06-051-5/+3
| |
* | Clarify the process for CE-first documentationMarkus Koller2019-06-051-3/+8
| | | | | | | | | | | | Previously it was unclear if the docs changes should be included in the MR as well, and adding a changelog entry in the CE MR also triggers the ee-specific-lines-check job in CI.
* | Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik2019-06-051-3/+18
|\ \ | | | | | | | | | | | | | | | | | | Use global IDs when exposing GraphQL resources Closes #62650 See merge request gitlab-org/gitlab-ce!29080
| * | Expose IDs in GraphQL as a GlobalIDBob Van Landuyt2019-06-031-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposes all fields named `id` as GlobalIDs so they can be used across our entire GraphQL implementation. When the objects loaded are `ApplicationRecord`s. We'll use our existing batchloading to find them. Otherwise, we'll fall back to the default implementation of `GlobalID`: Calling the `.find` method on the class.
* | | Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-054-4/+4
| | |
* | | Add activerecord-explain-analyze gemToon Claes2019-06-031-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly from the Rails console. The gem is installed with `require: false`, but if it was loaded on launch, this would be it's memory load: ``` TOP: 145.3086 MiB rails/all: 22.4844 MiB ... activerecord-explain-analyze: 2.9648 MiB active_record/connection_adapters/postgresql_adapter: 2.9648 MiB pg: 2.9648 MiB pg_ext: 2.9648 MiB ... ```
* | | Update architecture.md to fix typo in GitLabMonito -> GitLabMonitorLee Matos2019-06-031-1/+1
| | |
* | | Update invalid anchor linkFabio Pitino2019-06-031-4/+3
| | |