- 12 Mar, 2019 30 commits
-
-
GitalyBot authored
-
Annabel Dunstone Gray authored
Keep inline as much as possible in system notes on issuable Closes #58789 See merge request gitlab-org/gitlab-ce!25968
-
Kamil Trzciński authored
Use curl silent/show-error options on Auto DevOps' deploy Closes #58781 See merge request gitlab-org/gitlab-ce!25954
-
Kamil Trzciński authored
CE port for expanded pipelines See merge request gitlab-org/gitlab-ce!25859
-
Filipa Lacerda authored
Fixed Web IDE web workers not loading with relative root URL Closes #50451 See merge request gitlab-org/gitlab-ce!26015
-
Sean McGivern authored
Revert "Merge branch 'check_pg_stat_activity' into 'master'" See merge request gitlab-org/gitlab-ce!26016
-
Kamil Trzciński authored
Enable/disable Auto DevOps at the Group level Closes #52447 See merge request gitlab-org/gitlab-ce!25533
-
Mayra Cabrera authored
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
-
Phil Hughes authored
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
-
Rémy Coutable authored
Batch insert CI profiling spec data Closes gitlab-ee#10154 See merge request gitlab-org/gitlab-ce!25937
-
Stan Hu authored
Instead of inserting a row after each example to an external database, we save the CI profiling reports into the `rspec_profiling` directory and insert the data in the update-tests-metadata CI stage. This should make each spec run faster and also reduce the number of PostgreSQL connections needed by concurrent CI builds. `scripts/insert-rspec-profiling-data` also inserts one file at a time via the PostgreSQL COPY command for faster inserts. The one side effect is that the `created_at` and `updated_at` timestamps aren't available since they aren't generated in the CSV. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10154
-
Thong Kuah authored
This reverts merge request !25723
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50451
-
Lin Jen-Shin authored
Don't create EE-specific files when creating Emojis fixture files See merge request gitlab-org/gitlab-ce!26011
-
Lin Jen-Shin authored
Add a new dedicated labels seeder script and automatically add labels to seeded issues and merge requests See merge request gitlab-org/gitlab-ce!25974
-
Phil Hughes authored
Removes ee differences for container.vue Closes gitlab-ee#10080 See merge request gitlab-org/gitlab-ce!25957
-
Lin Jen-Shin authored
Resolve "Build QA image should have a higher git clone depth" Closes #58671 See merge request gitlab-org/gitlab-ce!25959
-
Phil Hughes authored
Removes EE differences from environment_item Closes gitlab-ee#10029 See merge request gitlab-org/gitlab-ce!25930
-
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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Fix convdev note alert box See merge request gitlab-org/gitlab-ce!25984
-
Evan Read authored
Olliverschinagl/gitlab ce clarify master branch name See merge request gitlab-org/gitlab-ce!25965
-
Toon Claes authored
The 'master' branch name is confusing as it indicates some special branch name, where it is actually just a 'ref'. 'branches' _is_ a special name as it indicates 'all' branches. Lets clarify the example a little to indicate this. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
-
Evan Read authored
Resolve "A lot of Trigger Token is Accessible from Internet because of the Documentation" Closes #52261 See merge request gitlab-org/gitlab-ce!25945
-
Matija Čupić authored
-
Evan Read authored
Update setTestTimeout documentation See merge request gitlab-org/gitlab-ce!25932
-
Luke Bennett authored
-
Evan Read authored
doc/ci/yaml: correct recursive expanded includes documentation See merge request gitlab-org/gitlab-ce!25918
-
Elan Ruusamäe authored
-
- 11 Mar, 2019 10 commits
-
-
Evan Read authored
doc: ci/include: note about caching See merge request gitlab-org/gitlab-ce!22654
-
Elan Ruusamäe authored
-
Stan Hu authored
Upgrading gitaly version to 1.27.0 See merge request gitlab-org/gitlab-ce!25986
-
Clement Ho authored
Remove node 6 config See merge request gitlab-org/gitlab-ce!25933
-
Douglas Barbosa Alexandre authored
Add feature flag to enforce gitaly request limits See merge request gitlab-org/gitlab-ce!25931
-
Mark Lapierre authored
We typically don't want to enforce request limits in production However, we have some production-like test environments, i.e., ones where `Rails.env.production?` returns `true`. We do want to be able to check if the limit is being exceeded while testing in those environments.
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
Caleb Williamson authored
The `note` alert box within the convdev doc was improperly formatted.
-
Mike Greiling authored
Removes the CSRF token if the emojis.json is on a CDN Closes #58784 See merge request gitlab-org/gitlab-ce!25979
-
Tim Zallmann authored
-