summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cache js selectors; fix css26200-convert-sidebar-to-dropdownAnnabel Dunstone Gray2017-02-163-12/+16
|
* Remove comments in migrationAnnabel Dunstone Gray2017-02-162-21/+1
|
* Move necessary sidebar code to right_sidebar.js; delete sidebar.jsAnnabel Dunstone Gray2017-02-153-22/+12
|
* Fix borked db stuffAnnabel Dunstone Gray2017-02-152-2/+2
|
* Change iteration strategy to make PhantomJS happyAlfredo Sumaran2017-02-151-2/+4
|
* Delete labels spinach test bc covered by rspecAnnabel Dunstone Gray2017-02-152-47/+0
|
* Delete sidebar specs and fixtures; update shortcuts_spec to check page titleAnnabel Dunstone Gray2017-02-154-174/+5
|
* Move migration to post_migrate; fix shortcuts_specAnnabel Dunstone Gray2017-02-152-2/+3
|
* Fix active_tab and issuables_counter specsAnnabel Dunstone Gray2017-02-152-4/+6
|
* Make active links bold; fix badge stylingAnnabel Dunstone Gray2017-02-152-18/+33
|
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-1513-31/+18
|
* Drop theme ID from users tableAnnabel Dunstone Gray2017-02-157-16/+32
|
* Fix dropdown alignmentAnnabel Dunstone Gray2017-02-151-6/+5
|
* Remove sidebar toggle button; replace with dropdownAnnabel Dunstone Gray2017-02-152-16/+14
|
* Remove global sidebar stylesAnnabel Dunstone Gray2017-02-156-121/+10
|
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-1517-465/+3
|
* Remove all unnecessary sidebar.jsAnnabel Dunstone Gray2017-02-151-91/+0
|
* Remove pinned nav functionality and side_navbar_classAnnabel Dunstone Gray2017-02-152-32/+1
|
* Add dropdown toggle buttonAnnabel Dunstone Gray2017-02-152-39/+49
|
* Merge branch 'docs/broken-links' into 'master' Achilleas Pipinellis2017-02-1543-114/+169
|\ | | | | | | | | Fix most of broken docs links See merge request !9275
| * Fix most of broken docs linksAchilleas Pipinellis2017-02-1543-114/+169
| | | | | | | | [ci skip]
* | Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray2017-02-152-3/+2
|\ \ | | | | | | | | | | | | Change wording of MR comment box See merge request !9193
| * | Change wording of MR comment boxmarkdown-slash-commands-textAnnabel Dunstone Gray2017-02-132-3/+2
| | |
* | | Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable2017-02-159-78/+86
|\ \ \ | | | | | | | | | | | | | | | | Move tag services to `Tags` namespace See merge request !9231
| * | | Move tag services to `Tags` namespacedixpac2017-02-149-78/+86
| | | | | | | | | | | | | | | | | | | | | | | | CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
* | | | Merge branch 'fix-rubocop-master' into 'master' Alfredo Sumaran2017-02-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Rubocop offense See merge request !9274
| * | | | Fix Rubocop offenseAlfredo Sumaran2017-02-151-1/+1
| | | | |
* | | | | Merge branch '27922-cmd-click-todo-doesn-t-work' into 'master' Alfredo Sumaran2017-02-155-18/+112
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix regression where cmd-click stopped working for todos and merge request tabs Closes #27922 See merge request !9115
| * | | | Fix regression where cmd-click stopped working for todos and merge request tabs27922-cmd-click-todo-doesn-t-workClement Ho2017-02-155-18/+112
| | | | |
* | | | | Merge branch 'alphabetically_sort_tags_on_runner_list' into 'master' Rémy Coutable2017-02-155-4/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve 'Alphabetically sort tags on runner list' Closes #27409 See merge request !8922
| * | | | | Alphabetically sort tags on runner listblackst0ne2017-02-155-4/+8
| | | | | |
* | | | | | Merge branch 'zj-remove-deprecated-ci-service' into 'master' Douwe Maan2017-02-155-11/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated CI service Closes #28094 See merge request !9221
| * \ \ \ \ \ Merge branch 'master' into 'zj-remove-deprecated-ci-service'zj-remove-deprecated-ci-serviceDouwe Maan2017-02-15199-2781/+6720
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | | Remove deprecated CI serviceZ.J. van de Weg2017-02-145-10/+21
| | | | | | | |
* | | | | | | | Merge branch '26651-cannot-move-project-into-group' into 'master' 27950-ci-status-checkRémy Coutable2017-02-152-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify that only project owners can transfer a project Closes #26651 See merge request !9262
| * | | | | | | | Specify that only project owners can transfer a projectMark Fletcher2017-02-152-1/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | | | Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-156-26/+74
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * | | | | | | | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-146-26/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23895.
* | | | | | | | | Merge branch 'fix-production-assets' into 'master' Alfredo Sumaran2017-02-151-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only load istanbul plugin in development mode See merge request !9261
| * | | | | | | | | only load istanbul plugin in development modeMike Greiling2017-02-151-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'no-more-moment' into 'master' Alfredo Sumaran2017-02-155-5/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop Pikaday using moment See merge request !9244
| * | | | | | | | | | Stop Pikaday using momentno-more-momentPhil Hughes2017-02-145-5/+10
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fix/gb/notification-settings-when-no-repository' into 'master' Douwe Maan2017-02-153-4/+48
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show notifications settings even when repository feature is disabled See merge request !9180
| * | | | | | | | | | Add Changelog entry for notifications buttons fixfix/gb/notification-settings-when-no-repositoryGrzegorz Bizon2017-02-131-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Improve home panel partial code and view specsGrzegorz Bizon2017-02-132-7/+7
| | | | | | | | | | |
| * | | | | | | | | | Show notifications settings when repository is disabledGrzegorz Bizon2017-02-132-1/+41
| | | | | | | | | | |
* | | | | | | | | | | Remove changelog entries for 8.16.5 releaseRobert Speicher2017-02-154-16/+0
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher2017-02-152-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix labels being applied to wrong merge requests on GitHub import See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2064
* | | | | | | | | | | Merge branch 'svg-xss-fix' into 'security' Robert Speicher2017-02-155-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
* | | | | | | | | | | Merge branch 'fix-rdoc-xss' into 'security' Robert Speicher2017-02-153-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix XSS in rdoc and other markups See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2058