- Mar 17, 2020
-
-
GitLab Bot authored
-
- Dec 31, 2019
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 03, 2019
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Nov 04, 2019
-
-
GitLab Bot authored
-
- Oct 23, 2019
-
-
Charlie Ablett authored
- List all overly-recursive fields - Reduce recursion threshold to 2 - Add test for not-recursive-enough query - Use reusable methods in tests - Add changelog - Set changeable acceptable recursion level - Add error check test helpers
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
This makes sure we build the correct variables for testing translations. When translating, we could be specifying the variables in different forms for each id: - In the singular we could be using a `%{hash}` interpolation - In the plural we could be using a `%d` interpolation This changes the tests to accommodate for that: We now use the variables used in the relevant translation id as the source for the variables we mix in in specs.
-
Krasimir Angelov authored
Update the `/internal/pages` endpoint to return virtual domain configuration for custom domains.
-
- Sep 09, 2019
-
-
This change implements Application Statistics API
-
- Sep 07, 2019
-
-
Andrea Leone authored
-
- Sep 06, 2019
-
-
Igor Drozdov authored
Expose id field in the serializer in order to store comments content in the localStorage under the correct key
-
- Sep 03, 2019
-
-
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
Shinya Maeda authored
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
-
- Aug 28, 2019
-
-
- Extract MR fields for notes into a separate serializer - Check if pipelines are empty via count
-
- Aug 20, 2019
-
-
- Edit commit messge body to fix "danger-review"
-
Ross Fuhrman authored
This file was moved to the EE project namespace, but https://gitlab.com/gitlab-org/gitlab-ce/commit/ce50d5c45158723925b098f7e0033963841137ff brought it back. It should not be present in this repo.
-
Update spec that is changed in corresponding EE MR
-
Krasimir Angelov authored
Instead of `finished_at` attribute use `deployed_at` methods which also takes into account the deployment status. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
-
Cameron Swords authored
These will be moved to the EE codebase.
-
- Aug 15, 2019
-
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
-
- Aug 09, 2019
-
-
Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
-
- Aug 08, 2019
-
-
Sean McGivern authored
These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
-
- Aug 07, 2019
-
-
Sarah Yasonik authored
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support to EnvironmentsController#metrics_dashboard for the following params: group, title, y_label These params are used to uniquely identify a panel on the metrics dashboard. Metrics are stored in several places, so this adds utilities to find a specific panel from the database or filesystem depending on the metric specified. Also moves some shared utilities into separate classes, notably default values and errors.
-
- Aug 05, 2019
-
-
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
-
- Aug 01, 2019
-
-
Patrick Derichs authored
Remove project from NotesFinder constructor Add project parameter to specs Also look for methods in private scope Fix specs to match new NotesFinder constructor
-
Tiger Watson authored
-
- Jul 27, 2019
-
-
Stan Hu authored
This reverts merge request !29733
-
- Jul 26, 2019
-
-
Tetiana Chupryna authored
-
Patrick Derichs authored
Add spec for concern IssuableActions Add shared samples for discussions endpoint Add schema validations for discussions Fix rubocop style issue Make target assignable Use new possibility to provide target
-
- Jul 24, 2019
-
-
Robert Speicher authored
-
- Jul 18, 2019
-
-
- Jul 12, 2019
-
-
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
-
- Jul 10, 2019
-
-
Bob Van Landuyt authored
We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
-
- Jul 03, 2019
-
-
Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
-
- Jun 28, 2019
-
-
Igor Drozdov authored
This commits extracts /merge_requests/1.json?serializer=widget Into a separate /merge_requests/1/widget.json endpoint This will allow to use caching for this request
-