- 27 Aug, 2019 40 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Test coverage badges can be added at the Project level in GitLab and don't need to be in the README. The logo was gigantic, unable to be resized, and unnecessary in the README.
-
Robert Speicher authored
Having these defined in both CE and EE won't hurt anything.
-
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>
-
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
-
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
-
Achilleas Pipinellis authored
Update index of feature flags See merge request gitlab-org/gitlab-ce!32217
-
Seth Berger authored
Made it clear the pages are about feature flags, and not documentation.
-
Achilleas Pipinellis authored
Update capitalization in /dev docs See merge request gitlab-org/gitlab-ce!32189
-
Marcel Amirault authored
Clean up capitalization in /development /gitlab-basics and /install
-
Achilleas Pipinellis authored
Update capitalization in /integrations and /raketasks See merge request gitlab-org/gitlab-ce!32241
-
Marcel Amirault authored
Also updates redirect text in /project-services
-
Jan Provaznik authored
Remove N+1 SQL query loading project feature in dashboard Closes #66482 See merge request gitlab-org/gitlab-ce!32169
-
Evan Read authored
[#2838] add cache override explanation See merge request gitlab-org/gitlab-ce!32024
-
Jace Bennest authored
-
Evan Read authored
Update `only` `chat` statement to correct singular form See merge request gitlab-org/gitlab-ce!32116
-
Daniel Gruesso authored
-
Ramya Authappan authored
Remove passing tests from quarantine Closes gitlab-org/quality/nightly#127 See merge request gitlab-org/gitlab-ce!32237
-
Evan Read authored
Add missing blank line to omniauth doc See merge request gitlab-org/gitlab-ce!32250
-
Marcel Amirault authored
-
Stan Hu authored
Resolve "Store deploy tokens encrypted" Closes #63502 See merge request gitlab-org/gitlab-ce!30679
-
Stan Hu authored
Reduce the complexity of our CI configuration Closes #51367 and #65702 See merge request gitlab-org/gitlab-ce!31728
-
Michael Kozono authored
Add option to allow OAuth providers to bypass two factor Closes #56059 See merge request gitlab-org/gitlab-ce!31996
-