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-03-08The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas
multiple times
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-03-07Merge branch 'master' into ↵Phil Hughes
26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
2017-03-07Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda
Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
2017-03-07Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya
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-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
2017-03-04Merge branch 'dashboard-filter-search-keep-params' into 'master' Dmitriy Zaporozhets
Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625
2017-03-04Improve explore projects spinach testDmitriy Zaporozhets
Project name "Internal" is too generic and can lead to false positive/negative when there is a visibility filter on the page. So we ensure we check for project inside list holder css class. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-02-28Merge branch '27354-navigation-new-button' into 'master' Dmitriy Zaporozhets
Put back the new project button Closes #27354 See merge request !9426
2017-02-27Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable
Add the username of the current user to the HTTP(S) clone URL Closes #1937 See merge request !9347
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-24Add the username of the current user to the HTTP(S) clone URLJan Christophersen
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Style/BarePercentLiteralsDouwe Maan
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2017-02-23Code style improvementsAlfredo Sumaran
2017-02-22Put back the new project buttonAnnabel Dunstone Gray
2017-02-21Add filtered search to MR pageClement Ho
2017-02-21Fix Spinach failureDouwe Maan
2017-02-18Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho
Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
2017-02-18Todo done clicking is kind of unusable.Jacopo
The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
2017-02-17Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński
Make pipeline retry take stages order into account Closes #27431, #23710, and #26551 See merge request !9021
2017-02-17Merge branch 'move-spinach-dashboard-issues-test-to-rspec' into 'master'Rémy Coutable
Move dashboard issues spinach test to Rspec See merge request !8955
2017-02-17Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon
* master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
2017-02-16Make build clone/retry implementation more robustGrzegorz Bizon
2017-02-15Delete labels spinach test bc covered by rspecAnnabel Dunstone Gray
2017-02-10Move dashboard issues spinach test to RspecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-02-09Merge branch 'move-user-snippets-spinach-test-to-rspec' into 'master'Rémy Coutable
Move 'User Snippets' Spinach feature to Rspec See merge request !8574
2017-02-09Removed jQuery UI highlight & autocompletePhil Hughes
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
# Conflicts: # db/schema.rb
2017-02-03Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz
Remove Turbolinks Closes #25624 See merge request !8570
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-02-02Find .merge-request instead of sleep in MR search spec.Bryce Johnson
2017-02-02Remove turbolinks.Bryce Johnson
2017-02-01Project#ensure_pipeline changed the args orderLin Jen-Shin
2017-02-01Fix EE specs after ci_commit rename to pipelineKamil Trzcinski
2017-02-01Fix adding pages domain to projects in groupsKamil Trzcinski
2017-02-01Fix broken feature testsKamil Trzcinski
2017-02-01Update commentsKamil Trzcinski
2017-02-01Final fixesKamil Trzcinski
2017-02-01Split PagesController into PagesController and PagesDomainsControllerKamil Trzcinski
1. PagesController is used to show all domains and general overview of Pages 2. PagesDomainsController is used to manage pages domains
2017-02-01Added spinach testsKamil Trzcinski