- 27 Aug, 2019 40 commits
-
-
Mark Lapierre authored
Add QA specs for using IP rate limits See merge request gitlab-org/gitlab-ce!32177
-
Mark Lapierre authored
Document setting admin credentials in QA tests See merge request gitlab-org/gitlab-ce!32271
-
Mayra Cabrera authored
CE backport for gitlab-org/gitlab-ee!15433 (Expose DesignType#notes_count in GraphQL) See merge request gitlab-org/gitlab-ce!32037
-
Luke Duncalfe authored
Notes call `#after_note_created` and `#after_note_destroyed` on their noteable in callbacks, so the noteable can perform tasks particular to them, like cache expiry. This is in preparation of the EE-specific class `DesignManagement::Design` clearing its `user_notes_count` cache when its note are created or destroyed. Refactoring Rspec behaviour testing of a counter caching service into a shared example. https://gitlab.com/gitlab-org/gitlab-ee/issues/13353
-
Mayra Cabrera authored
Remove trailing whitespace from project snippets API docs Closes #66677 See merge request gitlab-org/gitlab-ce!32298
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
-
Clement Ho authored
Resolve "MR resolve conflicts file headers bad positioning on scroll" Closes #60141 See merge request gitlab-org/gitlab-ce!31991
-
Thomas Randolph authored
The file title sometimes overflows its container, which has the same border-radius. By always rounding the file title, the overflow never happens, so the corners always look correct. Everywhere else there are file diffs, there is a top border to complete the full border around the file.
-
Lin Jen-Shin authored
Fix a nil error in Gitlab::Danger::Teammate See merge request gitlab-org/gitlab-ce!32284
-
Achilleas Pipinellis authored
Add example requests for snippets API See merge request gitlab-org/gitlab-ce!31964
-
Rainer Kern authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dan Davison authored
Ensure autodevops is enabled before running Smoke test See merge request gitlab-org/gitlab-ce!31867
-
Achilleas Pipinellis authored
Improve documentation of stage, group, category, feature labels See merge request gitlab-org/gitlab-ce!32053
-
Achilleas Pipinellis authored
Remove the mdl gem as it's no longer in use See merge request gitlab-org/gitlab-ce!32253
-
Sanad Liaquat authored
Update view for testability and update page object See merge request gitlab-org/gitlab-ce!32224
-
Nick Thomas authored
Don't set tags for the reports jobs See merge request gitlab-org/gitlab-ce!32276
-
Yorick Peterse authored
Replace prepend_entity with prepend_if_ee helper Closes gitlab-ee#13639 See merge request gitlab-org/gitlab-ce!32214
-
Winnie Hellmann authored
(cherry picked from commit 897a9d308db46b620b738b98f2b0e5630ac7d2dd)
-
Mike Greiling authored
CE-backport: Move create cluster Vue apps to create_cluster directory. See merge request gitlab-org/gitlab-ce!32220
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
This makes it possible to test against a real instance that has different admin credentials than the default.
-
Enrique Alcantara authored
This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud.
-
Lin Jen-Shin authored
Merge branch '65312-use-group-labels-instead-of-legacy-team-labels-for-danger-picking-test-reviewers' into 'master' Detect the new stage labels in `Gitlab::Danger::Teammate` Closes #65312 See merge request gitlab-org/gitlab-ce!32261
-
Jan Provaznik authored
Merge branch '66641-broken-master-real-http-connections-are-disabled-unregistered-request' into 'master' Use `stub_full_request` to fix spec failure Closes #66641 See merge request gitlab-org/gitlab-ce!32259
-
Kushal Pandya authored
Removes trailing whitespace to fix linting See merge request gitlab-org/gitlab-ce!32265
-
Evan Read authored
-
Heinrich Lee Yu authored
Also change test URL sequest to .test TLD
-
Lin Jen-Shin authored
Add nil check for Gitlab.config.prometheus Closes #13806 See merge request gitlab-org/gitlab-ce!32201
-
Kamil Trzciński authored
Update the syntax of DAG example See merge request gitlab-org/gitlab-ce!32137
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Update DB migrations style guide: prefer atomic migrations when possible See merge request gitlab-org/gitlab-ce!31915
-
Mayra Cabrera authored
Currently, the DB migrations guide says that "you must" use non-blocking operations (such as CREATE INDEX CONCURRENTLY), always. But this does not make sense in cases of empty tables and leads to splitting the work to multiple non-atomic (with disable_ddl_transaction!) DB migrations. To follow KISS principle, to have fewer DB migrations steps, to have them atomic when it's possible and simplify deployment and troubleshooting, the following exceptions were added to the doc: - index creation, - index dropping, - defining an FK, - adding a column with DEFAULT,
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Run markdownlint before Nanoc checks See merge request gitlab-org/gitlab-ce!32256
-
Achilleas Pipinellis authored
Make it simpler to run markdownlint by moving it before we do those hacks to run Nanoc.
-
Sean McGivern authored
Promote Label to Group Label via API endpoint Closes #57657 See merge request gitlab-org/gitlab-ce!25218
-
Ash McKenzie authored
-
Achilleas Pipinellis authored
Update index of feature flags See merge request gitlab-org/gitlab-ce!32217
-