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-06-07Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan
Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
2017-06-06Move issuable bulk edit form into a new sidebar.Bryce Johnson
2017-06-02Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann
Style people in issuable search bar Closes #30468 See merge request !11402
2017-06-02added tests for collapsingPhil Hughes
2017-06-02Merge branch '31511-jira-settings' into 'master'Sean McGivern
Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
2017-06-02Add frontend fixture for issue listwinh
2017-06-01Merge branch 'notebook-katex-fixes' into 'master'Filipa Lacerda
Fixes multi-line math in notebooks Closes #30900 and #33074 See merge request !11789
2017-06-01Remove extra new linekushalpandya
2017-06-01Tests for `integration_settings_form`kushalpandya
2017-05-30added testsPhil Hughes
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-15Added balsamiq jasmine integration testLuke "Jared" Bennett
2017-05-10Replace pipeline mock data with JSON fixturewinh
2017-05-08Fixed UP arrow key not editing last comment in discussionPhil Hughes
Closes #31348
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-04Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-05-04Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda
2017-05-03Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-05-02Merge branch 'metrics-deployment-history' into 'master' Douwe Maan
Metrics deployment history Closes #26914 See merge request !10649
2017-05-02Merge branch 'pdflab-in-repo' into 'master' Phil Hughes
Move PDFLab assets into repo See merge request !10642
2017-05-02Started specs [ci skip]Phil Hughes
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-28Move PDFLab into GitLabSam Rose
2017-04-27Add specsDouwe Maan
2017-04-25Generate fixutre for metrics pagePhil Hughes
2017-04-20Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into ↵Phil Hughes
metrics-deployment-history
2017-04-18Added testsPhil Hughes
2017-04-13Merge branch 'master' into notebooklab-in-repoPhil Hughes
2017-04-13tests for success and failure of deleting branch from MR pageSimon Knox
2017-04-12Fixed up some codePhil Hughes
Improved the design Pulls the endpoint from the HAML
2017-04-11Pull in fixture files from the repoPhil Hughes
2017-04-06Introduced empty/error UX states to environments monitoring.Jose Ivan Vargas Lopez
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-03-30Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran
'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
2017-03-28Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz
iPython notebook viewer See merge request !10017
2017-03-28Reset container width when switching to pipelines MR tabEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
2017-03-24Refactored the user callout classPhil Hughes
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
2017-03-23Added testsPhil Hughes
2017-03-21Fix haml_lint errorFilipa Lacerda
2017-03-20Adds tests to new empty and error statesFilipa Lacerda
2017-03-13New file from interface on existing branchJacopo
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
2017-03-07Added Prometheus Service and Prometheus graphsKamil Trzciński
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
2017-02-24Merge branch 'user-callouts' into 'master' Filipa Lacerda
Added user-callouts Closes #27269 See merge request !9249
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-24Modified the user_callout behaviourJose Ivan Vargas
Now it appends a template instead of relying in a partial to show it.
2017-02-24Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas