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-28Disables interaction with expanded linesPhil Hughes
Fixed scss-lint errors
2017-02-28Visually display that expanded diff lines cant be commented onPhil Hughes
Previously you just had to hover over a line to see if it could be commented on, this changes that by changing the background color & borders to show that the line cant have a comment.
2017-02-27Merge branch '28723-consistent-handling-indexof' into 'master' Clement Ho
Keep consistent in handling indexOf results Closes #28723 See merge request !9531
2017-02-27Merge branch '28212-avoid-dos-on-build-trace' into 'master' Clement Ho
Replace setInterval with setTimeout to prevent highly frequent requests Closes #28212 See merge request !9271
2017-02-27Merge branch '27840-improve-search-bar-experience' into 'master' Annabel Dunstone Gray
Fix #27840 - Improve the search bar experience on mobile Closes #27840 See merge request !9280
2017-02-27Merge branch 'remove-jquery-ui-draggable' into 'master' Jacob Schatz
Removed jQuery UI draggable See merge request !8582
2017-02-27Merge branch '28753-align-buttons-environments' into 'master' Annabel Dunstone Gray
Align last column buttons with new environment button Closes #28753 See merge request !9551
2017-02-27Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda
Updates SSH key title after pasting key Closes #28436 See merge request !9481
2017-02-27Merge branch 'rss-btn-alignment-fix' into 'master' Annabel Dunstone Gray
Fixed alignment of RSS button on activity pages Closes #28572 See merge request !9478
2017-02-27Merge branch 'mr-diff-comment-button' into 'master' Annabel Dunstone Gray
Improved the diff comment button UX Closes #27543 See merge request !9448
2017-02-27Merge branch 'ci-tables-ui-improvements' into 'master' Annabel Dunstone Gray
Pipelines tables UI improvements Closes #28383, #26611, #21788, #27048, and #27828 See merge request !9442
2017-02-27Updates SSH key title after pasting keyPhil Hughes
Previously it was listening for focusout, it now listens for blur & paste events Closes #28436
2017-02-27Merge branch 'issue_24815' into 'master' Sean McGivern
fix ERR_CONTENT_LENGTH_MISMATCH on task checkboxes See merge request !8567
2017-02-27Merge branch 'improve-backoff-algo' into 'master' Fatih Acet
Improves backoff algo with maxInterval between requests See merge request !9548
2017-02-27Merge branch 'master' into ci-tables-ui-improvementsFilipa Lacerda
* master: (196 commits) Add quotes to coverage pattern Update CHANGELOG.md Bump omniauth to 1.4.2 Bump Hashie to 3.5.5 to eliminate warning noise use single backticks for inline code Add performance query regression fix for !9088 affecting #27267 Fix spec API: Return 400 for all validation erros in the mebers API Adds confirmation for cancel button Add newline Corrected indentation on the template string Adds backoff algo from EE to CE We don't need these checks anymore Raise error when no content is provided Address review Update API v3 in line with v4 Fix new offenses Fix spec Fix specs Rename commit_file, commit_dir and remove_file and update specs ...
2017-02-27Align last column buttons with new environment buttonFilipa Lacerda
2017-02-27Backport EE http status codes new file to CEFilipa Lacerda
2017-02-27Improves backoff algo with maxInterval between requestsFilipa Lacerda
2017-02-27Removed jQuery UI draggablePhil Hughes
2017-02-27Removed link transitionPhil Hughes
Fixed hll overriding is-over class
2017-02-27Changed dark hover backgroundPhil Hughes
2017-02-27Moved color values into variablesPhil Hughes
2017-02-27Grow the button on hoverPhil Hughes
2017-02-27Improved the diff comment button UXPhil Hughes
It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
2017-02-27Merge branch 'backoff-algo-backport-ee' into 'master' Jacob Schatz
Adds backoff algo from EE to CE See merge request !9517
2017-02-25Keep consistent in handling indexOf resultsTakuya Noguchi
2017-02-25Replace setInterval with setTimeout to prevent highly frequent requestsTakuya Noguchi
2017-02-25Merge branch '28419-ask-confirmation-cancel' into 'master' Fatih Acet
Adds confirmation for cancel button Closes #28419 See merge request !9519
2017-02-25Merge branch 'moving-issue-with-two-list-labels' into 'master' Alfredo Sumaran
Removes label from previous list Closes #28484 See merge request !9418
2017-02-24Merge branch 'remove-require-context-application-bundle' into 'master' Alfredo Sumaran
Remove require.context from application.js See merge request !9491
2017-02-24Merge branch 'user-callouts' into 'master' Filipa Lacerda
Added user-callouts Closes #27269 See merge request !9249
2017-02-24Merge branch 'remove-require-context-profile-bundle' into 'master' Alfredo Sumaran
Remove require.context from profile_bundle See merge request !9492
2017-02-24Merge branch 'remove-require-context-protected-branches-bundle' into 'master' Alfredo Sumaran
Remove require.context from protected_branches_bundle See merge request !9493
2017-02-24Merge branch 'remove-require-context-snippet-bundle' into 'master' Alfredo Sumaran
Remove require.context from snippet_bundle See merge request !9494
2017-02-24Merge branch 'remove-require-context-users-bundle' into 'master' Alfredo Sumaran
Remove require.context from users_bundle See merge request !9496
2017-02-24Adds confirmation for cancel buttonFilipa Lacerda
2017-02-24Fix issuable stale object error handler for js when updating tasklistsFelipe Artur
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-24Corrected indentation on the template stringJose Ivan Vargas
Also removed eslint disabled rules
2017-02-24Merge branch 'refactor-graphs-bundle' into 'master' Filipa Lacerda
Refactor graphs bundle to ES module syntax See merge request !9502
2017-02-24Merge branch 'boards-card-template-to-js' into 'master' Filipa Lacerda
Issue boards card template in JS See merge request !9477
2017-02-24Adds backoff algo from EE to CEFilipa Lacerda
2017-02-24Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern
Use Namespace#full_path instead of #path where appropriate See merge request !9495
2017-02-24Merge branch '27530-fix-job-dropdown-pipeline-console-error' into 'master' Fatih Acet
fixes job dropdown action button error Closes #27530 See merge request !9182
2017-02-24refactor stat_graph_contributors to es6 module syntaxMike Greiling
2017-02-24refactor stat_graph_contributors_graph to es6 module syntaxMike Greiling
2017-02-24refactor stat_graph_contributors_util to es6 module syntaxMike Greiling
2017-02-24remove unused StatGraph classMike Greiling
2017-02-24Fix #27840 - Improve the search bar experience on mobilePratik Borsadiya
2017-02-24add missing require statement and don't require selfMike Greiling