- 06 Jul, 2016 3 commits
-
-
Douwe Maan authored
-
Annabel Dunstone authored
-
Phil Hughes authored
-
- 05 Jul, 2016 1 commit
-
-
Phil Hughes authored
-
- 04 Jul, 2016 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
CHANGELOG item
-
Phil Hughes authored
Closes #18544
-
- 01 Jul, 2016 2 commits
-
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 Jun, 2016 6 commits
-
-
Eric K Idema authored
This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
-
Valery Sizov authored
-
Grzegorz Bizon authored
This method now should return false if build is not completed. If build is running then it is not retryable, therefore `Ci::Build#retryable?` returned wrong value. This commit changes this behavior
-
Grzegorz Bizon authored
-
Annabel Dunstone authored
-
Alejandro Rodríguez authored
-
- 29 Jun, 2016 1 commit
-
-
Stan Hu authored
In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
-
- 28 Jun, 2016 3 commits
-
-
Annabel Dunstone authored
-
Phil Hughes authored
-
Luke "Jared" Bennett authored
Completed new project page Updated CHANGELOG Corrected 'Create project' button Made responsive Added gitlab export button Changed Spinach test to match updated UI reverted test changes and fixed UI Corrected 'Repo by URL' text Fixed static namespace style Added errors partial Added padding to bottom of page-with-sidebar
-
- 27 Jun, 2016 4 commits
-
-
http://jneen.net/ authored
paired with @stanhu
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Phil Hughes authored
Closes #19173
-
- 24 Jun, 2016 1 commit
-
-
Yorick Peterse authored
This commit changes the way certain documents are rendered (currently only Notes) and how documents are redacted. Previously both rendering and redacting would run on a per document basis. The result of this was that for every document we'd have to run countless queries just to figure out if we could display a set of links or not. This commit changes things around so that redacting Markdown documents is no longer tied into the html-pipeline Gem. This in turn allows it to redact multiple documents in a single pass, thus reducing the number of queries needed. In turn rendering issue/merge request notes has been adjusted to take advantage of this new setup. Instead of rendering Markdown somewhere deep down in a view the Markdown is rendered and redacted in the controller (taking the current user and all that into account). This has been done in such a way that the "markdown()" helper method can still be used on its own. This particular commit also paves the way for caching rendered HTML on object level. Right now there's an accessor method Note#note_html which is used for setting/getting the rendered HTML. Once we cache HTML on row level we can simply change this field to be a column and call a "save" whenever needed and we're pretty much done.
-
- 23 Jun, 2016 6 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
-
Steve Norman authored
-
- 21 Jun, 2016 10 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Connor Shea authored
-
Connor Shea authored
Resolves #18894.
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-