summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Add icon for private forks notice. #2406Rubén Dávila2016-01-203-2/+16
| | | | | | |
| | * | | | | Add ability to sort forks. #2406Rubén Dávila2016-01-202-4/+7
| | | | | | |
| | * | | | | aligns menu at top on one rowJacob Schatz2016-01-202-10/+26
| | | | | | |
| | * | | | | changing projects cssJacob Schatz2016-01-201-1/+0
| | | | | | |
| | * | | | | WIP: Add sort dropdown. #2406Rubén Dávila2016-01-201-0/+20
| | | | | | |
| | * | | | | Little update to copy and custom content for empty results. #2406Rubén Dávila2016-01-201-8/+13
| | | | | | |
| | * | | | | Show last commit as description. #2406Rubén Dávila2016-01-203-4/+10
| | | | | | |
| | * | | | | Fix broken specs. #2406Rubén Dávila2016-01-201-4/+2
| | | | | | |
| | * | | | | Add ability to filter by namespace. #2406Rubén Dávila2016-01-202-12/+20
| | | | | | |
| | * | | | | Use adequate icon for Forks link on sidebar. #2406Rubén Dávila2016-01-201-1/+1
| | | | | | |
| | * | | | | Show forks counter on listing. #2406Rubén Dávila2016-01-203-2/+10
| | | | | | |
| | * | | | | Add fork button and implement ability to distinguish between public and ↵Rubén Dávila2016-01-202-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | protected forks. #2406
| | * | | | | Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-205-4/+12
| | | | | | |
| | * | | | | Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-208-9/+19
| | | | | | |
| * | | | | | Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets2016-01-282-2/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save list sort in a cookie Closes #5546 See merge request !2537
| | * | | | | | Make default sorting preference work for Issues and MRs.issue_5546Rubén Dávila2016-01-221-4/+2
| | | | | | | |
| | * | | | | | Merge branch 'master' into issue_5546Rubén Dávila2016-01-2293-468/+632
| | |\ \ \ \ \ \
| | * | | | | | | Make sorting preference reusable for all projects.Rubén Dávila2016-01-225-14/+15
| | | | | | | | |
| | * | | | | | | Make cookie suffix more simpler.Rubén Dávila2016-01-211-2/+2
| | | | | | | | |
| | * | | | | | | Little refactor plus some specs.Rubén Dávila2016-01-211-12/+6
| | | | | | | | |
| | * | | | | | | Remember last sort option used.Rubén Dávila2016-01-205-2/+30
| | | | | | | | |
| * | | | | | | | Merge branch 'sort-text-removed-from-sort-dropdown' into 'master' Jacob Schatz2016-01-287-8/+7
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed sorted text from dropdowns ![Screen_Shot_2016-01-28_at_09.04.36](/uploads/9e0e1fdb45ad12d122f860a2164d9396/Screen_Shot_2016-01-28_at_09.04.36.png) Closes #12796 cc @creamzy @jschatz1 See merge request !2635
| | * | | | | | | Removed sorted text from dropdownsPhil Hughes2016-01-287-8/+7
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | Closes #12796
| * | | | | | | Merge branch 'numbered-list-rendering-in-comments-cuts-off' into 'master' Dmitriy Zaporozhets2016-01-281-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes ol margin big enough for 3 digits. Fixes #7960 ![Screen_Shot_2016-01-25_at_11.20.03_PM](/uploads/73c4b9e939fe108fb3b8221e16e686bd/Screen_Shot_2016-01-25_at_11.20.03_PM.png) See merge request !2608
| | * | | | | | | Makes ol margin big enough for 3 digits.numbered-list-rendering-in-comments-cuts-offJacob Schatz2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7960
| * | | | | | | | Merge branch 'feature/jschatz1/instant-issuable-history' into 'master' Dmitriy Zaporozhets2016-01-282-0/+4
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds feature: Ajax Close/Open updates discussion automatically Triggers jQuery event <br/> Fixes #5544 See merge request !2610
| | * | | | | | | Adds comment about event listenerfeature/jschatz1/instant-issuable-historyJacob Schatz2016-01-261-0/+1
| | | | | | | | |
| | * | | | | | | Adds feature: Ajax Close/Open updates discussion automaticallyJacob Schatz2016-01-262-0/+3
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Triggers jQuery event Fixes #5544
| * | | | | | | Merge branch 'update-ruby-2.2.4' into 'master' Douwe Maan2016-01-272-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Ruby version to 2.2.4 (latest previous stable) and update docs Tests and issues added to https://github.com/gitlabhq/gitlabhq/issues/8696 were all fine after the upgrade. Main issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/3340 See merge request !2534
| | * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-2740-153/+219
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | fix rubocop new 2.2 syntax issuesJames Lopez2016-01-252-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'events-performance' into 'master' Robert Speicher2016-01-278-20/+14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of retrieving last update times for events See 75195eefcca4cb3961986c90c8e837da02f30134 and https://gitlab.com/gitlab-org/gitlab-ce/issues/12415#note_3387317 for the juicy details. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12415 See merge request !2613
| | * | | | | | | | Use Atom update times of the first eventevents-performanceYorick Peterse2016-01-276-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By simply loading the first event from the already sorted set we save ourselves extra (slow) queries just to get the latest update timestamp. This removes the need for Event.latest_update_time and significantly reduces the time needed to build an Atom feed. Fixes gitlab-org/gitlab-ce#12415
| | * | | | | | | | Don't pluck project IDs for eventsYorick Peterse2016-01-265-10/+12
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By instead using a sub-query we save ourselves the overhead of loading any data into memory only to pass it on to another query.
| * | | | | | | | Merge branch 'rs-skip-2fa-on-signout' into 'master' Robert Speicher2016-01-271-0/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip the 2FA requirement during logout See merge request !2581
| | * | | | | | | | Skip the 2FA requirement during logoutrs-skip-2fa-on-signoutRobert Speicher2016-01-231-0/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch 'diff-colors' into 'master' Robert Speicher2016-01-274-8/+8
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase contrast between highlighted code comments and inline diff marker. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12737. It was especially bad in Monokai, better now. See merge request !2629
| | * | | | | | | | | Increase contrast between highlighted code comments and inline diff marker.diff-colorsDouwe Maan2016-01-274-8/+8
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fix/unexistent-group-500' into 'master' Robert Speicher2016-01-271-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return a 404 instead of a 500 when accessing a non-existent group Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3352 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/5600 See merge request !2614
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-01-2714-57/+105
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | fix/unexistent-group-500
| | * | | | | | | | | update fix based on feedbackJames Lopez2016-01-271-2/+1
| | | | | | | | | | |
| | * | | | | | | | | fix for failing specJames Lopez2016-01-261-1/+2
| | | | | | | | | | |
| | * | | | | | | | | feature and fix for 500 on group missingJames Lopez2016-01-261-0/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'rs-require-jquery-ui' into 'master' Dmitriy Zaporozhets2016-01-271-1/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit jquery-ui requires to what we actually use See merge request !2274
| | * | | | | | | | | Limit jquery-ui requires to what we actually users-require-jquery-uiRobert Speicher2016-01-251-1/+4
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is a smoke test to run CI and see if we get back any JS errors.
| * | | | | | | | | Merge branch 'rs-2fa-requirement-wording' into 'master' Dmitriy Zaporozhets2016-01-271-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wording for 2FA requirement notice See merge request !2582
| | * | | | | | | | | Update wording for 2FA requirement noticers-2fa-requirement-wordingRobert Speicher2016-01-231-2/+2
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'rs-issue-12672' into 'master' Dmitriy Zaporozhets2016-01-271-2/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove link from system hook Closes #12672 See merge request !2588
| | * | | | | | | | Remove link from system hookrs-issue-12672Robert Speicher2016-01-241-2/+1
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Closes #12672
| * | | | | | | | Merge branch 'fix/commit-status-artifacts' into 'master' Kamil Trzciński2016-01-271-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use generic method to checks if artifacts are available Closes #12626 See merge request !2576