- 29 Nov, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 18 Nov, 2016 1 commit
-
-
Luke "Jared" Bennett authored
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
-
- 16 Nov, 2016 1 commit
-
-
Didem Acet authored
-
- 07 Nov, 2016 1 commit
-
-
tiagonbotelho authored
reactivates all tests and writes more tests for it
-
- 03 Nov, 2016 1 commit
-
-
Lucas Deschamps authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 28 Oct, 2016 1 commit
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
- 24 Oct, 2016 1 commit
-
-
Nur Rony authored
-
- 21 Oct, 2016 1 commit
-
-
Nur Rony authored
-
- 19 Oct, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
Thanks to Greg Laubenstein for noticing in !6503
-
Robert Speicher authored
This reverts commit 434d98b2, reversing changes made to b6a83be6.
-
- 17 Oct, 2016 1 commit
-
-
Felipe Artur authored
-
- 11 Oct, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 09 Oct, 2016 1 commit
-
-
Greg Laubenstein authored
-
- 08 Oct, 2016 1 commit
-
-
Clement Ho authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
-
- 05 Oct, 2016 1 commit
-
-
Clement Ho authored
-
- 30 Sep, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 09 Sep, 2016 1 commit
-
-
Luke Bennett authored
-
- 08 Sep, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Sep, 2016 2 commits
-
-
tauriedavis authored
-
Luke Bennett authored
Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
-
- 25 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 24 Aug, 2016 1 commit
-
-
winniehell authored
-
- 17 Aug, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 15 Aug, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
- Added controller actions as reusable concerns - Added controller tests
-
- 11 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 08 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 01 Aug, 2016 2 commits
-
-
Robert Speicher authored
Prior, in order to display the correct link to "Issues" in the project navigation, we were performing a check against the project to see if it used an external issue tracker, and if so, we used that URL. This was inefficient. Now, we simply _always_ link to `namespace_project_issues_path`, and then in the controller we redirect to the external tracker if it's present. This also removes the need for the url_for_issue helper. Bonus!
-
zs authored
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
-
- 29 Jul, 2016 1 commit
-
-
winniehell authored
-
- 28 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 27 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 26 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
For both having existing issues and having no issues.
-
- 23 Jul, 2016 1 commit
-
-
winniehell authored
-
- 12 Jul, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 06 Jul, 2016 2 commits
-
-
Phil Hughes authored
Used variable for icon color
-
Phil Hughes authored
-