-
- Downloads
There was an error fetching the commit references. Please try again later.
Add support for custom domains to the internal Pages API
Update the `/internal/pages` endpoint to return virtual domain configuration for custom domains.
Showing
- app/models/pages/lookup_path.rb 38 additions, 0 deletionsapp/models/pages/lookup_path.rb
- app/models/pages/virtual_domain.rb 28 additions, 0 deletionsapp/models/pages/virtual_domain.rb
- app/models/pages_domain.rb 4 additions, 0 deletionsapp/models/pages_domain.rb
- app/models/project.rb 9 additions, 5 deletionsapp/models/project.rb
- app/models/project_feature.rb 4 additions, 0 deletionsapp/models/project_feature.rb
- lib/api/entities/internal.rb 19 additions, 0 deletionslib/api/entities/internal.rb
- lib/api/internal/pages.rb 6 additions, 1 deletionlib/api/internal/pages.rb
- spec/fixtures/api/schemas/internal/pages/lookup_path.json 25 additions, 0 deletionsspec/fixtures/api/schemas/internal/pages/lookup_path.json
- spec/fixtures/api/schemas/internal/pages/virtual_domain.json 16 additions, 0 deletionsspec/fixtures/api/schemas/internal/pages/virtual_domain.json
- spec/models/pages/lookup_path_spec.rb 64 additions, 0 deletionsspec/models/pages/lookup_path_spec.rb
- spec/requests/api/internal/pages_spec.rb 25 additions, 3 deletionsspec/requests/api/internal/pages_spec.rb
app/models/pages/lookup_path.rb
0 → 100644
app/models/pages/virtual_domain.rb
0 → 100644
lib/api/entities/internal.rb
0 → 100644
spec/models/pages/lookup_path_spec.rb
0 → 100644
Please register or sign in to comment