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
2019-09-04Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'"Mike Greiling
This reverts merge request !32400
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-08-21Backport: Issue sidebar trackingDonald Cook
Added snowplow event tracking to Edit buttons
2019-08-20Apply patch and update spec per MR commentsSamantha Ming
- Use wrapper instead of global Vue object - Use vue utils helper method - Remove redundant spec tests
2019-08-20Improve UX multi assigness in MRSamantha Ming
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-06-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-04-16`None` for assigneesVictor Wu
Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-04Copy sidebar todo component from EEWinnie Hellmann
2019-03-26Copy missing test in assignees_spec.js from EEWinnie Hellmann
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2018-12-19Refactor issuable sidebar to have extras optionHeinrich Lee Yu
2018-10-31Fix eslint violationsMike Greiling
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-03Fix props name casing in time time tracker vue componentJohann Hubert Sonntagbauer
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-07-26Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho
2018-07-24Replace author_link snake case in specsGeorge Tsiolis
2018-07-12Remove timeouts from TimeTracker testsWinnie Hellmann
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-04Sidebar Todo ComponentKushal Pandya
2018-05-29fix last lintsLukas Eipert
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-03Emit `toggleSidebar` event on component when icon is clickedKushal Pandya
2018-05-03Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-03Emit `toggleSubscription`, `toggleSidebar` events on componentKushal Pandya
2018-05-02Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'"Rémy Coutable
This reverts merge request !18682
2018-05-02Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-02Emit `toggleSubscription` event on component instead of eventHubKushal Pandya
2018-05-01Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/projects/branches/_branch.html.haml
2018-04-30Merge branch '10-7-security_issue_42029' into 'security-10-7'Phil Hughes
Sanitize user name to avoid XSS attacks See merge request gitlab/gitlabhq!2373
2018-04-25Merge branch 'bootstrap4' of gitlab.com:gitlab-org/gitlab-ce into bootstrap4Clement Ho
2018-04-25fix dropdown fixture, BS4 wants dropdown-menuSimon Knox
2018-04-23fix illegal references to "this" in module contextMike Greiling
2018-04-23fix more instances of "import *" with spyOnDependencyMike Greiling
2018-04-02Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang
activate dropdown"
2018-03-29Removes eslint disabled commentsFilipa Lacerda
2018-03-12Merge branch 'remove-jquery-globals' into 'master'Phil Hughes
Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-09Move AssigneeTitle vue componentGeorge Tsiolis
2018-03-07Move SidebarAssignees vue componentGeorge Tsiolis
2018-02-28Merge branch 'refactor/move-assignees-vue-component' into 'master'Filipa Lacerda
Move (Multiple) Assignees vue component See merge request gitlab-org/gitlab-ce!16952
2018-02-27Move Assignees vue componentGeorge Tsiolis