summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Update sidekiq_style_guide.md with removing or renaming queues instructionsdz-sidekiq-remove-queueDmitriy Zaporozhets2017-07-211-0/+7
|
* Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docsRobert Speicher2017-07-182-30/+0
| | | | This is now covered by rubocop-rspec.
* Merge branch 'rs-disable-test-log-in-ci' into 'master'Rémy Coutable2017-07-181-0/+5
|\ | | | | | | | | Disable Rails logging in CI test environments See merge request !12847
| * Disable Rails logging in CI test environmentsrs-disable-test-log-in-ciRobert Speicher2017-07-181-0/+5
| | | | | | | | See https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4
* | Fix wrong link to docs in docs styleguideAchilleas Pipinellis2017-07-161-2/+2
| |
* | Fixed typokamesh2017-07-141-1/+1
| |
* | Add more notes about developer seedsLin Jen-Shin (godfat)2017-07-131-0/+50
|/
* Update vue-resourceFilipa Lacerda2017-07-121-36/+83
|
* Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon2017-07-081-4/+13
|\ | | | | | | | | | | | | Add build stage_id reference background migration Closes #34151 See merge request !12513
| * Merge remote-tracking branch 'origin/active-record-each-batch' into ↵Grzegorz Bizon2017-07-072-0/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/gb/stage-id-reference-background-migration * origin/active-record-each-batch: (59 commits) Added EachBatch for iterating tables in batches Extend MR tabs a bit to cover up the avatar holder and collapse icon on scroll Update VERSION to 9.4.0-pre. Add CHANGELOG Fix some N+1 queries in the GET /projects API Don't show auxiliary blob viewer for README when there is no wiki Improve & fix the performance bar UI and behavior Remove orphaned haml files Fixed CHANGELOG.md for 9.3.4 release Add table for merge request commits 34727 Remove two columned layout from project member settings Just draw :legacy_builds Re-enable polling for environments Cleanup minor UX issues in the performance dashboard Upgrade GitLab Workhorse to v2.3.0 Added test for the chart legend Use correct field for label name, fix default for unit to be blank Fix shorter route helpers in production environment Encode certificate-authority-data in base64 Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'" ...
| | * Added EachBatch for iterating tables in batchesYorick Peterse2017-07-072-0/+38
| | | | | | | | | | | | | | | | | | | | | This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
| * | Improve code examples in background migrations docsGrzegorz Bizon2017-07-071-4/+2
| | |
| * | Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-07-071-4/+15
| |/
* | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-071-2/+16
|\ \ | | | | | | | | | | | | | | | | | | Allow to enable the performance bar per user or Feature group Closes #33929 and #34528 See merge request !12362
| * | Don't use Flipper for the Performance BarRémy Coutable2017-07-071-2/+1
| | | | | | | | | | | | | | | | | | | | | The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-1/+2
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Document the feature groupsRémy Coutable2017-07-061-2/+16
| |/ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-072-0/+38
|/ | | | | | | This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
* Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master'Sean McGivern2017-06-292-0/+37
|\ | | | | | | | | Added code for defining SHA attributes See merge request !12555
| * Added code for defining SHA attributesYorick Peterse2017-06-292-0/+37
| | | | | | | | | | | | These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
* | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-291-0/+116
|\ \ | |/ |/| | | | | Refactor/declarative policy See merge request !10515
| * add some extremely rough documentationhttp://jneen.net/2017-06-271-0/+116
| |
* | Update architecture.mdSid Sijbrandij2017-06-281-0/+4
|/
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-231-4/+8
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-161-2/+2
|\ | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | Add a link to spec/migrations/README.md in the testing documentationdocs/add-link-to-migrations-spec-docRémy Coutable2017-06-151-1/+1
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-2/+37
| | | | 'timestamps_with_timezone'
* Add the ability to perform background migrationsYorick Peterse2017-06-122-0/+206
| | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
* Mention the cause of missing translations in the docsBob Van Landuyt2017-06-091-0/+8
|
* Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable2017-06-073-0/+166
|\ | | | | | | | | Document using separate tables instead of polymorphic associations and STI See merge request !11168
| * Document not using STIdocument-polymorphing-columnsYorick Peterse2017-06-072-0/+19
| |
| * Document not using polymorphic associationsYorick Peterse2017-06-072-0/+147
| | | | | | | | | | Instead of using polymorphic associations a developer should use separate tables.
* | Merge branch 'edge-cases-integration-frontend-testing' into 'master'Clement Ho2017-06-071-1/+1
|\ \ | |/ |/| | | | | Update testing.md `# Frontend Testing` to include integration spec for edge cases See merge request !11784
| * Update testing.md `# Frontend Testing` to include integration spec for edge ↵edge-cases-integration-frontend-testingLuke "Jared" Bennett2017-05-301-1/+1
| | | | | | | | cases
* | Merge branch 'evn-crosslink-to-architecture' into 'master'Achilleas Pipinellis2017-06-061-3/+5
|\ \ | | | | | | | | | | | | Make sketch dynamic and link back to production architecture See merge request !11617
| * | Per discussionevn-crosslink-to-architectureErnst van Nierop2017-05-221-1/+1
| | |
| * | Make sketch dynamic and link back to production architectureernstvn2017-05-221-3/+5
| | |
* | | Add new Rake task to simplify the compilation of PO filesadd-new-rake-task-for-gettextRuben Davila2017-06-011-2/+1
| | |
* | | Merge branch 'document-not-using-serialize' into 'master'Douwe Maan2017-06-012-0/+85
|\ \ \ | | | | | | | | | | | | | | | | Document not using ActiveRecord's serialize method See merge request !11821
| * | | Document not storing serialized dataYorick Peterse2017-05-312-0/+85
| | |/ | |/|
* | | Add feature toggles through FlipperAlejandro Rodríguez2017-05-312-0/+8
|/ /
* | Add small update for the i18n guide.fix-i18-docsRuben Davila2017-05-251-1/+11
|/
* Minor changes to Testing Promises sectionwinh-testing-promises-docspatch-20Winnie Hellmann2017-05-181-6/+7
|
* Merge branch 'winh-testing-promises' into 'master'Clement Ho2017-05-181-0/+62
|\ | | | | | | | | Document Promise testing best practice See merge request !11284
| * Document Promise testing best practice (!11284)winh-testing-promiseswinh2017-05-171-0/+62
| |
* | [Migration guide] Add note about prefering change_column_null over change_columnchange_migration_style_guideValery Sizov2017-05-181-0/+2
|/
* Update fe_guide testing.mdLuke "Jared" Bennett2017-05-172-9/+30
|
* Update fe_guide/index.md to use readable ascii treefe_guide-index-ascii-treeLuke "Jared" Bennett2017-05-161-9/+5
|
* Add guide to collaborate with i18n.Rubén Dávila Santos2017-05-162-0/+243
|