- 10 Nov, 2015 6 commits
-
-
Stan Hu authored
[ci skip]
-
Dmitriy Zaporozhets authored
Display target branch on MR list when it is different from project's default Fixes #3072 The screenshot below shows both previous and current UI state: ![branch-mr-both](/uploads/5c1f0519e42bae4655f3eee37edfc356/branch-mr-both.png) First merge request has default branch as a target, second one has non default branch as target. See merge request !1741
-
Dmitriy Zaporozhets authored
Switch to state_machines-activerecord (Fixes: #3374) state_machine is unmaintained See merge request !1764
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Anton Baklanov authored
-
Achilleas Pipinellis authored
Change documentation of converting a MySQL-Database to a Postgres one The instructions were missleading. See -> https://gitlab.com/gitlab-org/gitlab-ce/issues/2904 closes #2904 See merge request !1549
-
- 09 Nov, 2015 28 commits
-
-
Douwe Maan authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
Fix incoming email config defaults Fixes #3377. See merge request !1766
-
Stan Hu authored
Switch back to github-linguist
-
Dmitriy Zaporozhets authored
Merge button has color from CI status This MR closes #3313 I'am not realy sure about the color for the skipped status (red)... UI changes: ![accpet-mr-ci-failed](/uploads/c03970c468b89e38ed2c5e3171f53505/accpet-mr-ci-failed.png) ![accpet-mr-ci-skipped](/uploads/f29cbc69e77cc95b33522135b327cc51/accpet-mr-ci-skipped.png) ![accpet-mr-ci-pending](/uploads/79612a66fd497174e00bd348c9cba69c/accpet-mr-ci-pending.png) ![accpet-mr-ci-success](/uploads/4b601e6d02b860db5ff53c47c98f3206/accpet-mr-ci-success.png) See merge request !1761
-
Yorick Peterse authored
This ensures the application can still boot when the "development" group is not available.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Pirate Praveen authored
-
Yorick Peterse authored
See merge request !1749
-
Pirate Praveen authored
-
Yorick Peterse authored
-
Yorick Peterse authored
This ensures that long URLs don't completely mess up the layout of the table.
-
Yorick Peterse authored
-
Yorick Peterse authored
-
Yorick Peterse authored
-
Yorick Peterse authored
-
Yorick Peterse authored
-
Yorick Peterse authored
Sherlock will be a new GitLab specific tool for measuring the performance of Rails requests (and SideKiq jobs at some point). Some of the things that are currently tracked: * SQL queries along with their timings, backtraces and query plans (using "EXPLAIN ANALYZE" for PostgreSQL and regular "EXPLAIN" for MySQL) * Timings of application files (including views) on a per line basis * Some meta data such as the request method, path, total duration, etc More tracking (e.g. Rugged or gitlab-shell timings) might be added in the future. Sherlock will replace any existing tools we have used so far (e.g. active_record_query_trace and rack-mini-profiler), hence the corresponding Gems have been removed from the Gemfile. Sherlock can be enabled by starting Rails as following: ENABLE_SHERLOCK=1 bundle exec rails s Recorded transactions can be found at `/sherlock/transactions`.
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Apply new header design for project graphs page
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
Fix bug where manually merged branches in a MR would end up with an empty diff This bug manifested in 8.1 with the refactoring of `RefreshService`. Here's what happens: 1. User create a new branch `foo`. 2. User creates a merge request for `foo`. 3. User merges `foo` into `master` by hand. 4. `RefreshService` reloads the merge request. Since `master` is equivalent to `foo`, this results in an empty diff. 5. `RefreshService` then closes the MR. This wasn't an issue when you use the normal "Accept Merge Request" flow because the act of clicking the button closes the merge request, so step 4 never happens. Closes #3314 See merge request !1758
-
Jeroen van Baarsen authored
Add GitLabCI code coverage regex sample for PHPUnit
-
Kamil Trzciński authored
Enable shared runners for all new projects This adds Admin Setting option to enable shared runners for all new projects, and by default it is set to true. /cc @dzaporozhets @sytses See merge request !1738
-
Sullivan SENECHAL authored
-
- 08 Nov, 2015 6 commits
-
-
Kamil Trzcinski authored
-
Christophe Poulette authored
-
Christophe Poulette authored
-
Christophe Poulette authored
-
Jeroen van Baarsen authored
Update piwik template
-
Pirate Praveen authored
-