Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add specific code review guidelinesadd-specific-review-examples | Clement Ho | 2017-07-31 | 1 | -0/+8 |
| | |||||
* | Add copy about search terms to ux guide | tauriedavis | 2017-07-28 | 1 | -0/+8 |
| | |||||
* | Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loading | Tim Zallmann | 2017-07-27 | 1 | -2/+3 |
| | | | | Updated documentation about the lazy class | ||||
* | Remove mentions of SeanPackham since he's no longer with GitLab | Rémy Coutable | 2017-07-27 | 1 | -2/+2 |
| | |||||
* | Add directives to Vue component ordering | Simon Knox | 2017-07-25 | 1 | -0/+1 |
| | |||||
* | Resolve "Lazy load images on the Frontend" | Tim Zallmann | 2017-07-24 | 1 | -0/+12 |
| | |||||
* | Merge branch 'enhance-backend-review-guide' into 'master' | Rémy Coutable | 2017-07-24 | 1 | -0/+49 |
|\ | | | | | | | | | | | | | Add GitLab-specific concerns to code review guide Closes #35099 See merge request !12999 | ||||
| * | Add GitLab-specific concerns to code review guide | Sean McGivern | 2017-07-24 | 1 | -0/+49 |
| | | |||||
* | | Merge branch 'dz-sidekiq-remove-queue' into 'master' | Sean McGivern | 2017-07-21 | 1 | -0/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | Update sidekiq style guide with rename/remove queue instructions Closes #34223 See merge request !13009 | ||||
| * | | Capitalize Sidekiq word in dev doc | Dmitriy Zaporozhets | 2017-07-21 | 1 | -1/+1 |
| | | | |||||
| * | | Update sidekiq_style_guide.md with removing or renaming queues instructionsdz-sidekiq-remove-queue | Dmitriy Zaporozhets | 2017-07-21 | 1 | -0/+7 |
| |/ | |||||
* | | Copy-edit background migrations guidelines | Grzegorz Bizon | 2017-07-21 | 1 | -7/+13 |
| | | |||||
* | | Extend background migration development guidelines | Grzegorz Bizon | 2017-07-20 | 1 | -0/+30 |
|/ | |||||
* | Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docs | Robert Speicher | 2017-07-18 | 2 | -30/+0 |
| | | | | This is now covered by rubocop-rspec. | ||||
* | Merge branch 'rs-disable-test-log-in-ci' into 'master' | Rémy Coutable | 2017-07-18 | 1 | -0/+5 |
|\ | | | | | | | | | Disable Rails logging in CI test environments See merge request !12847 | ||||
| * | Disable Rails logging in CI test environmentsrs-disable-test-log-in-ci | Robert Speicher | 2017-07-18 | 1 | -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 styleguide | Achilleas Pipinellis | 2017-07-16 | 1 | -2/+2 |
| | | |||||
* | | Fixed typo | kamesh | 2017-07-14 | 1 | -1/+1 |
| | | |||||
* | | Add more notes about developer seeds | Lin Jen-Shin (godfat) | 2017-07-13 | 1 | -0/+50 |
|/ | |||||
* | Update vue-resource | Filipa Lacerda | 2017-07-12 | 1 | -36/+83 |
| | |||||
* | Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master' | Grzegorz Bizon | 2017-07-08 | 1 | -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 Bizon | 2017-07-07 | 2 | -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 batches | Yorick Peterse | 2017-07-07 | 2 | -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 docs | Grzegorz Bizon | 2017-07-07 | 1 | -4/+2 |
| | | | |||||
| * | | Make it possible to schedule bg migrations in bulk | Grzegorz Bizon | 2017-07-07 | 1 | -4/+15 |
| |/ | |||||
* | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master' | Sean McGivern | 2017-07-07 | 1 | -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 Bar | Rémy Coutable | 2017-07-07 | 1 | -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 item | Rémy Coutable | 2017-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Document the feature groups | Rémy Coutable | 2017-07-06 | 1 | -2/+16 |
| |/ | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Added EachBatch for iterating tables in batchesactive-record-each-batch | Yorick Peterse | 2017-07-07 | 2 | -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 McGivern | 2017-06-29 | 2 | -0/+37 |
|\ | | | | | | | | | Added code for defining SHA attributes See merge request !12555 | ||||
| * | Added code for defining SHA attributes | Yorick Peterse | 2017-06-29 | 2 | -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 McGivern | 2017-06-29 | 1 | -0/+116 |
|\ \ | |/ |/| | | | | | Refactor/declarative policy See merge request !10515 | ||||
| * | add some extremely rough documentation | http://jneen.net/ | 2017-06-27 | 1 | -0/+116 |
| | | |||||
* | | Update architecture.md | Sid Sijbrandij | 2017-06-28 | 1 | -0/+4 |
|/ | |||||
* | Add support for multiple tooltips in the same Vue component | Eric Eastwood | 2017-06-23 | 1 | -4/+8 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223 | ||||
* | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master' | Sean McGivern | 2017-06-16 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811 | ||||
| * | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 1 | -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-doc | Rémy Coutable | 2017-06-15 | 1 | -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-postgresql | blackst0ne | 2017-06-13 | 1 | -2/+37 |
| | | | | 'timestamps_with_timezone' | ||||
* | Add the ability to perform background migrations | Yorick Peterse | 2017-06-12 | 2 | -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 docs | Bob Van Landuyt | 2017-06-09 | 1 | -0/+8 |
| | |||||
* | Merge branch 'document-polymorphing-columns' into 'master' | Rémy Coutable | 2017-06-07 | 3 | -0/+166 |
|\ | | | | | | | | | Document using separate tables instead of polymorphic associations and STI See merge request !11168 | ||||
| * | Document not using STIdocument-polymorphing-columns | Yorick Peterse | 2017-06-07 | 2 | -0/+19 |
| | | |||||
| * | Document not using polymorphic associations | Yorick Peterse | 2017-06-07 | 2 | -0/+147 |
| | | | | | | | | | | Instead of using polymorphic associations a developer should use separate tables. | ||||
* | | Merge branch 'edge-cases-integration-frontend-testing' into 'master' | Clement Ho | 2017-06-07 | 1 | -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-testing | Luke "Jared" Bennett | 2017-05-30 | 1 | -1/+1 |
| | | | | | | | | cases | ||||
* | | Merge branch 'evn-crosslink-to-architecture' into 'master' | Achilleas Pipinellis | 2017-06-06 | 1 | -3/+5 |
|\ \ | | | | | | | | | | | | | Make sketch dynamic and link back to production architecture See merge request !11617 | ||||
| * | | Per discussionevn-crosslink-to-architecture | Ernst van Nierop | 2017-05-22 | 1 | -1/+1 |
| | | | |||||
| * | | Make sketch dynamic and link back to production architecture | ernstvn | 2017-05-22 | 1 | -3/+5 |
| | | |