Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-02Merge branch 'ux-guide-hover-animation-guidance-update' into 'master' Achilleas Pipinellis
UX guide: Update animation guidance to 100ms See merge request !8692
2017-01-30First draft of "how to use vue.js in gitlab" documentationFilipa Lacerda
Puts back trailing whitespace Changes after review Changes after review Adds Changelog entry Follow documentation styleguide
2017-01-29[ci skip] UX Guide Add general term section to copyAllison Whilden
[ci skip] UX guide: clean up term tables in copy [ci skip] UX guide: update dropdown max height for multiline items
2017-01-27Merge branch '23034-enable-rspec-profiling' into 'master' Robert Speicher
Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854
2017-01-27Add the rspec_profiling gem and documentation to the GitLab development ↵Nick Thomas
environment
2017-01-27Document "No gems fetched from git repositories" policy [ci skip]Adam Niedzielski
2017-01-24Merge branch 'no-more-bosses' into 'master' Stan Hu
Rename endboss -> maintainer, miniboss -> reviewer See merge request !8719
2017-01-22[ci skip] UX guide: Update animation guidance to 100msAllison Whilden
2017-01-19Merge branch 'patch-9' into 'master' Fatih Acet
Add documentation for possible causes of JS-related test failures. See merge request !8214
2017-01-13Rename endboss -> maintainer, miniboss -> reviewerSean McGivern
We want to describe these roles in a way that is more understandable to people not familiar with GitLab.
2017-01-06Merge branch 'ux-copy-capitalization-punctuation' into 'master' Allison Whilden
Improve UX copy docs on capitalization and punctuation See merge request !8439
2017-01-05Merge branch 'ux-guide-search-box' into 'master' Achilleas Pipinellis
UX Guide: add section on search box See merge request !8429
2017-01-04[ci skip] UX Guide: Add new primary and secondary text colorsAllison Whilden
2017-01-04Improve UX copy docs on capitalization and punctuationPedro Moreira da Silva
2017-01-04[ci skip] UX Guide: add section on search boxAllison Whilden
2017-01-03Minor improvements to changelog docsRobert Speicher
[ci skip]
2016-12-28Merge branch 'ux-guide-color-update' into 'master' Annabel Dunstone Gray
UX Guide: split state and action guidance for color See merge request !8204
2016-12-28Merge branch 'ux-guide-scroll-animation' into 'master' Annabel Dunstone Gray
UX Guide: add moving transition animation guidance See merge request !8147
2016-12-28Set SIDEKIQ_LOG_ARGUMENTS in gitlab.rbChris Wilson
2016-12-26Merge branch 'ux-guide-copy-discussion' into 'master' Sean McGivern
UX Guide: add comment and discussion to copy See merge request !8206
2016-12-22[ci skip] UX Guide: split state and action guidance for colorAllison Whilden
[ci skip] UX Guide: Add retry to blue
2016-12-22Update architecture diagramPablo Carranza
2016-12-22[ci skip] UX Guide: add comment and discussion to copyAllison Whilden
[ci skip] UX Guide: refine discussion definition
2016-12-22Add Gitaly to the architecture of the applicationPablo Carranza
Added both to the graph, and to the high level overview. Explaining what is the goal of the system and how does it connect to the other systems.
2016-12-21Fix markdown errors.Bryce Johnson
2016-12-21Add documentation for possible causes of JS-related test failures.Bryce Johnson
2016-12-17Fix link from doc/development/performance.md to 'Performance Monitoring'James Edwards-Jones
2016-12-16[ci skip] UX Guide: add moving transition animation guidanceAllison Whilden
2016-12-16[ci skip] UX Guide: add guidance on cursor usageAllison Whilden
2016-12-06Create animation page and clean up indexawhildy
Add guidance on timings and easing [ci skip] Detail when not to use easing Add dropdown and hover examples Add quick update animation
2016-12-05Document button secondary states. Update icons and color sectionChris Peressini
Describe hover, focus and active states for primary and secondary buttons. Organized the icons section in a table. Replaced images for icons so they are all the same size. Organized the color section in a table. Replaced the images with new ones so the table would have a more manageable size. Updated the values for some colors to show the $color-light shade. Remove commented sections Remove `db/schema.rb` Add db/schema.rb from origin/master Fix typos
2016-12-05Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński
Rename MWBS service to Merge When Pipeline Succeeds ## What does this MR do? This MR renames Merge When Build Succeeds feature to Merge When Pipeline Succeeds, because we recently changed the behavior, see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6675. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] All builds are passing ## What are the relevant issue numbers? Closes #23354 See merge request !7135
2016-12-02Merge branch 'doc/extend-code-review-guidelines' into 'master' Robert Speicher
Extend code review docs with chapter about the right balance [ci skip] See merge request !7838
2016-12-02Remove change to MWBS in code review guidelineGrzegorz Bizon
[ci skip]
2016-12-01Copy-edit text about right balance in code reviewsGrzegorz Bizon
[ci skip]
2016-12-01remove id collision caveat from documentationMike Greiling
2016-11-30Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
* master: (110 commits) Rewrite an HTTP link to use HTTPS Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90ac Add blue back to sub nav active Remove JSX/React eslint plugins. Fix a transient spec failure Adds hoverstates for collapsed Issue/Merge Request sidebar Moved groups above projects Add StackProf to the Gemfile, along with a utility to get a profile for a spec Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1 Add a CHANGELOG entry Alert user when logged in user email is not the same as the invitation Expose timestamp in build entity used by serializer Rename `MergeRequest#pipeline` to `head_pipeline` Remove unnecessary database indexes CE-specific changes gitlab-org/gitlab-ee#1137 Fixing typo & Clarifying Key name fix started_at check fix blob controller spec failure - updated not to use file-path- fix blob controller spec failure Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' ... Conflicts: app/controllers/projects/merge_requests_controller.rb lib/api/merge_requests.rb spec/requests/api/merge_requests_spec.rb
2016-11-30Extend code review docs with chapter about the right balanceGrzegorz Bizon
2016-11-30Merge branch 'add-stackprof' into 'master' Robert Speicher
Add StackProf to the Gemfile, along with a utility to get a profile for a spec The test suite needs speeding up significantly. This is one tool for investigating it. Related to #23034 See merge request !7784
2016-11-29Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas
2016-11-29Merge branch 'refactor-issuable-description-and-metadata' into 'master' Robert Speicher
Refactor issuable description and metadata form sections Continuation of https://gitlab.com/gitlab-org/gitlab-ce/issues/23864. Brother of gitlab-org/gitlab-ee!916. See merge request !7758
2016-11-28Add guidelines in doc linking with HAMLAchilleas Pipinellis
[ci skip]
2016-11-27[ci skip] UX Guide: Anchor hover guidance include color changeawhildy
Primary and secondary links should be dark blue on hover Update anchor image to dark blue for secondary Clean up markdown Fix anchorlinks image
2016-11-26[ci skip] UX Guide: add guidance for max height for dropdownsawhildy
Fix spelling
2016-11-25Refactor issuable description and metadata form sectionsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-25Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
* master: (312 commits) Fix bad selection on dropdown menu for tags filter Fixed issue boards scrolling with a lot of lists & issues You can only assign default_branch when editing a project ... Don't convert data which already is the target type Stop supporting Google and Azure as backup strategies renames some of the specs and adds changelog entry Fixed dragging issue moving wrong issue after multiple drags of issue Fixed issue boards issue sorting when dragging issue into list Rephrase some system notes to be compatible with new system note style Add missing JIRA file that redirects to the new location Fix documentation to create the `pg_trm` extension before creating the DB Document that we always use `do...end` for `before` in RSpec Backport Note#commands_changes from EE Log mv_namespace parameters Add default_branch attr to Project API payload in docs. Fix title case to sentence case properly escape username validation error message flash Remove header ids from University docs Add missing documentation. Added test that checks the correct select box is there for the LFS ... ... Conflicts: app/services/system_note_service.rb spec/features/merge_requests/merge_when_pipeline_succeeds_spec.rb spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb spec/services/system_note_service_spec.rb
2016-11-24Document that we always use `do...end` for `before` in RSpecRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-11-22Merge branch 'ux-guide-update-mr-copy' into 'master' Achilleas Pipinellis
Add Approve and Remove approval to UX Guide terminology table Updating UX Guide page on terminology to include guidance on 'Approve' and 'Remove approval'. See merge request !7632
2016-11-22Merge branch 'object-state-models-docs' into 'master' Achilleas Pipinellis
Object state models docs Object state models docs for issues and merge requests. This is to start documenting object models, focused more on users and how they experience the product. See merge request !7544