- 12 Mar, 2019 40 commits
-
-
Rémy Coutable authored
Remove some easy factories from migration specs See merge request gitlab-org/gitlab-ce!26025
-
Rémy Coutable authored
Remove fake repository_path response - resolved issue# 50386 Closes #50386 See merge request gitlab-org/gitlab-ce!25942
-
Fabio Papa authored
The repository_path is no longer needed since https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/231, which closes https://gitlab.com/gitlab-org/gitlab-shell/issues/135.
-
Nick Thomas authored
Authenticate the internal API using a header See merge request gitlab-org/gitlab-ce!25924
-
Annabel Dunstone Gray authored
Update feature proposal template with "Intended users" See merge request gitlab-org/gitlab-ce!25906
-
Sarah Voegeli authored
-
Stan Hu authored
Revert "Merge branch 'gitaly-version-v1.28.0' into 'master'" See merge request gitlab-org/gitlab-ce!26037
-
Rémy Coutable authored
Update rack-oauth2 1.2.1 -> 1.9.3 Closes #21732 See merge request gitlab-org/gitlab-ce!17868
-
Filipa Lacerda authored
Fixed sticky headers in merge request creation diff Closes #57691 See merge request gitlab-org/gitlab-ce!26027
-
Zeger-Jan van de Weg authored
This reverts merge request !26026
-
Sean McGivern authored
-
Sean McGivern authored
-
Nick Thomas authored
Merge branch '58797-broken-ui-on-a-closed-merge-request-from-a-deleted-source-project' into 'master' Fix UI for closed MR when source project is removed Closes #58797 See merge request gitlab-org/gitlab-ce!25967
-
Pirate Praveen authored
-
Rémy Coutable authored
Tag asset docker image with GitLab version also See merge request gitlab-org/gitlab-ce!26029
-
Sanad Liaquat authored
Quarantine failing test See merge request gitlab-org/gitlab-ce!26028
-
Douwe Maan authored
Upgrade Gitaly to v1.28.0 See merge request gitlab-org/gitlab-ce!26026
-
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
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Kamil Trzciński authored
CE port for expanded pipelines See merge request gitlab-org/gitlab-ce!25859
-
Mark Lapierre authored
-
Filipa Lacerda authored
Fixed Web IDE web workers not loading with relative root URL Closes #50451 See merge request gitlab-org/gitlab-ce!26015
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57691
-
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
-
Sean McGivern authored
-
Phil Hughes authored
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
-
Sean McGivern authored
-
Sean McGivern authored
-
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
-