An error occurred fetching the project authors.
- 21 Jul, 2016 5 commits
-
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
See #19985
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
-
- 20 Jul, 2016 13 commits
-
-
winniehell authored
-
Kamil Trzcinski authored
-
Alejandro Rodríguez authored
Currently, even when searching for all authorized issues of *one* project, we run the `Users#authorized_projects` query (which can be rather slow). This update checks if we are handling issues of just one project and does the authorization check locally. It does have the downside of basically repeating the logic of `Users#authorized_projects` on `Project#authorized_for_user`.
-
Alejandro Rodríguez authored
Also, in favour of consistency, deprecate `/projects/:id/keys/...` routes in favour of `/projects/:id/deploy_keys/...`
-
winniehell authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
Fatih Acet authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Phil Hughes authored
Closes #19741
-
Gabriel Mazetto authored
-
James Lopez authored
-
- 19 Jul, 2016 16 commits
-
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Ahmad Sherif authored
-
Connor Shea authored
-
Lin Jen-Shin authored
-
Eugene Howe authored
* This method previously iterated over all services in a project. Now it will directly query the ExternalWikiService for the project and filter by active state. * The presence of an external wiki is also cached * When an external wiki is added or removed, the cached value is updated
-
Kamil Trzcinski authored
-
Phil Hughes authored
-
Annabel Dunstone authored
-
Yorick Peterse authored
This simply inserts the current GitLab version in the "deployments" measurement. Fixes gitlab-com/infrastructure#98
-
James Lopez authored
added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
-
Kamil Trzcinski authored
-
Robert Schilling authored
-
Robert Schilling authored
-
James Lopez authored
WIP - trying to replicate UTF-8 error fix spec fixing encoding issue and another spec, to do with MR diffs fix issue and spec failure Add changelog and bumped up I/E version fix spec based on feedback - omitted target project
-
Valery Sizov authored
-
- 18 Jul, 2016 6 commits
-
-
Fatih Acet authored
-
Patricio Cano authored
-
Gabriel Mazetto authored
-
Paco Guzman authored
-
Connor Shea authored
This adds the 2016 emoji as well as support for using SVG images instead of PNGs. It also fixes a number of incorrectly categorized emoji and other minor issues. Upgrade Rake task for Gemojione 3.0.0 and generate sprites. Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16 For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/ Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem!
-
eanplatter authored
-