summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Add specific code review guidelinesadd-specific-review-examplesClement Ho2017-07-311-0/+8
|
* Add copy about search terms to ux guidetauriedavis2017-07-281-0/+8
|
* Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-271-2/+3
| | | | Updated documentation about the lazy class
* Remove mentions of SeanPackham since he's no longer with GitLabRémy Coutable2017-07-271-2/+2
|
* Add directives to Vue component orderingSimon Knox2017-07-251-0/+1
|
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-0/+12
|
* Merge branch 'enhance-backend-review-guide' into 'master'Rémy Coutable2017-07-241-0/+49
|\ | | | | | | | | | | | | Add GitLab-specific concerns to code review guide Closes #35099 See merge request !12999
| * Add GitLab-specific concerns to code review guideSean McGivern2017-07-241-0/+49
| |
* | Merge branch 'dz-sidekiq-remove-queue' into 'master'Sean McGivern2017-07-211-0/+7
|\ \ | | | | | | | | | | | | | | | | | | Update sidekiq style guide with rename/remove queue instructions Closes #34223 See merge request !13009
| * | Capitalize Sidekiq word in dev docDmitriy Zaporozhets2017-07-211-1/+1
| | |
| * | Update sidekiq_style_guide.md with removing or renaming queues instructionsdz-sidekiq-remove-queueDmitriy Zaporozhets2017-07-211-0/+7
| |/
* | Copy-edit background migrations guidelinesGrzegorz Bizon2017-07-211-7/+13
| |
* | Extend background migration development guidelinesGrzegorz Bizon2017-07-201-0/+30
|/
* 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
| | |