- 08.10.2015 1 коммит
-
-
Valery Sizov создал
-
- 07.10.2015 3 коммита
-
-
Valery Sizov создал
-
Dmitriy Zaporozhets создал
Move CI build page to CE project * move CI build page to project * cleanup unused code * fix few 500 errors (build cancel and few CI admin pages) Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !1524 -
-
- 06.10.2015 16 коммитов
-
-
-
-
-
-
Dmitriy Zaporozhets создал
Render CI statuses on commit page This MR merges CI commit page into CE commit page. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !1519 -
Dmitriy Zaporozhets создал
Fix search in Files https://gitlab.com/gitlab-org/gitlab-ce/issues/1873 See merge request !1511
-
Kamil Trzcinski создал
-
-
-
Kamil Trzciński создал
Fix CI regressions introduced by ci_commit changes /cc @dzaporozhets See merge request !1518
-
Dmitriy Zaporozhets создал
Use CI commit status for merge request widget For temporary compatibility with other services like Jenkins we ask for CI status via AJAX request if there is no commit status in GitLab database Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
cc @ayufan
See merge request !1517 -
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Valery Sizov создал
-
Dmitriy Zaporozhets создал
For temporary compatibility with other services like Jenkins we ask for CI status via AJAX request if there is no commit status in GitLab database Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> -
Robert Speicher создал
Remove tmp/.gitkeep This file is obsolete since 5b4aba5f as it exists solely for the directory to exist. See merge request !1506
-
- 05.10.2015 20 коммитов
-
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
-
-
Dmitriy Zaporozhets создал
-
Dmitriy Zaporozhets создал
Merge branch 'user-preferences-layout-option' of https://github.com/gopeter/gitlabhq into gopeter-user-preferences-layout-option Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> -
-
Kamil Trzciński создал
Refactor Ci::Commit and Ci::Build to have all builds for same :sha on single page This makes Ci::Commit to have only :sha and simplifies routing to have only :sha in path. The :ref and :push_data is now parameter of Ci::Build. All commit related data (git author, message and .gitlab-ci.yml) is read directly from repository. All code related for creating builds is moved to CreateBuildsService. Status deduction is rewritten to make if more efficient and easier to integrate with Commit Status API. This is partially working, tests are not yet touched. This slightly changes view of Commit:  @dzaporozhets What do you think? See merge request !1502
-
Patricio Cano создал
Fix referals for :back and relative URL installs. `app/views/layouts/_head.html.haml` currently sets the referrer policy to "origin". This disables the use of `{ redirect_to :back }`, which is used frequently throughout GitLab, and also breaks relative URL installs for browsers that obey this policy (e.g., Chrome). For example, using the "origin" policy the "Save Changes" button on the profile screen will (a) dump you at the GitLab home screen (which I can confirm on GitLab.com) or (b) dump you out of GitLab entirely for a relative URL install (which I can confirm on my local install). The right policy is "origin-when-cross-origin", which disables HTTP_REFERER when coming from other sites but enables it internally. (https://w3c.github.io/webappsec-referrer-policy/) I can confirm that this fixes the problems with ":back" on my install. See merge request !1505 -
Robert Speicher создал
This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe8
-
Patricio Cano создал
-
Peter Göbel создал
-
Yorick Peterse создал
-
Robert Speicher создал
Document known issue with Reply by email and multiple application servers. See merge request !1499
-
Peter Göbel создал
-
Kamil Trzcinski создал
-
Dmitriy Zaporozhets создал
Revert "Merge branch 'projects' into 'master'" This reverts commit 2b493695, reversing changes made to b5c12f74. This reverts !1487 MR because it cause bugs on mobile devices cc @skyruler See merge request !1509
-
Marin Jankovski создал
-
Yorick Peterse создал
This ensures that blocks defines using "benchmark_subject" have access to methods defined using let/subject & friends.
-
Kamil Trzcinski создал
-