- 07 Mar, 2019 1 commit
-
-
Mark Chao authored
Update spec
-
- 06 Mar, 2019 3 commits
-
-
Phil Hughes authored
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
-
Mark Chao authored
-
Mark Chao authored
Returns all diff lines for frontend if full is true. Turn UnfoldForm into presenter, and move controller logic to presenter.
-
- 05 Mar, 2019 7 commits
-
-
Kamil Trzciński authored
Rename ambiguous association names in Ci::Pipeline See merge request gitlab-org/gitlab-ce!25672
-
Kushal Pandya authored
Add gitlab ui visual test See merge request gitlab-org/gitlab-ce!24255
-
Clement Ho authored
-
Evan Read authored
Update Health Check typo & adjust formatting See merge request gitlab-org/gitlab-ce!25722
-
Evan Read authored
docs: ldap users must have email address set Closes #40071 See merge request gitlab-org/gitlab-ce!25691
-
Moritz Bellach authored
-
Shinya Maeda authored
fix it ok Fix head pipeline
-
- 04 Mar, 2019 29 commits
-
-
Kamil Trzciński authored
Expose additional merge request pipeline variables See merge request gitlab-org/gitlab-ce!24595
-
Hiroyuki Sato authored
Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
-
Annabel Dunstone Gray authored
commit page info-well overflow fix #56436 Closes #56436 See merge request gitlab-org/gitlab-ce!24799
-
Gokhan Apaydin authored
-
Stan Hu authored
sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
-
Mark Lapierre authored
Quarantine git protocol v2 tests See merge request gitlab-org/gitlab-ce!25744
-
Phil Hughes authored
Removes EE differences from ci_icon.vue Closes gitlab-ee#10084 See merge request gitlab-org/gitlab-ce!25742
-
Nick Thomas authored
Sidekiq jobs frequently spawn long-lived child processes to do work. In some circumstances, these can be reparented to init when sidekiq is terminated, leading to duplication of work and strange concurrency problems. This commit changes sidekiq so that, if run as a process group leader, it will forward `INT` and `TERM` signals to the whole process group. If the memory killer is active, it will also use the process group when resorting to `kill -9` to shut down. These changes mean that a naive `kill <pid-of-sidekiq>` will now do the right thing, killing any child processes spawned by sidekiq, as long as the process supervisor placed it in its own process group. If sidekiq isn't a process group leader, this new code is skipped.
-
Mark Lapierre authored
-
Ramya Authappan authored
De-quarantine project activity test Closes gitlab-org/quality/staging#21 See merge request gitlab-org/gitlab-ce!25630
-
caleb authored
Adjusted a few different areas per Evan R's suggestions within the open MR for this branch.
-
Filipa Lacerda authored
-
Douwe Maan authored
Types::BaseField accepts authorize after reload See merge request gitlab-org/gitlab-ce!25694
-
Douwe Maan authored
Update Gitaly docs now NFS isn't required anymore See merge request gitlab-org/gitlab-ce!25397
-
Zeger-Jan van de Weg authored
-
Tim Zallmann authored
CE Add error string formatter for stylelint See merge request gitlab-org/gitlab-ce!25668
-
Rémy Coutable authored
Resolve some Rake task differences See merge request gitlab-org/gitlab-ce!25644
-
Phil Hughes authored
Resolve "Move files in the Web IDE" Closes #49397 See merge request gitlab-org/gitlab-ce!25431
-
Natalia Tepluhina authored
- fixed test spec - added warning only if file is deleted
-
Filipa Lacerda authored
CE backport of issuable-ee-differences See merge request gitlab-org/gitlab-ce!25730
-
Fatih Acet authored
Merge branch '37673-minor-issue-with-apostrophe-single-quote-when-clicking-assign-to-me' into 'master' Fix escape name in assignYourself Closes #37673 See merge request gitlab-org/gitlab-ce!24673
-
Ezekiel Kigbo authored
Add spec for assigning user with apostrophe in name
-
Filipa Lacerda authored
CE backport of batch-comments-ee-store-module See merge request gitlab-org/gitlab-ce!25681
-
Phil Hughes authored
-
Fatih Acet authored
Use factory method for import_projects store Closes gitlab-ee#10062 See merge request gitlab-org/gitlab-ce!25646
-
Phil Hughes authored
Moves EE diferences to CE for mr_widget_pipeline Closes gitlab-ee#10021 See merge request gitlab-org/gitlab-ce!25688
-
Bob Van Landuyt authored
When working on files in `app/graphql` the code correctly gets autoloaded. However, the redefined `Types::BaseField` would never receive the `.accepts_definition` call, causing all queries after a reload to fail. Calling `.accepts_definition` on its superclass makes sure the reloaded version also has the `authorize` definition specified.
-
Sean McGivern authored
Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
-
Phil Hughes authored
-