- Sep 06, 2019
-
- Aug 30, 2019
-
-
Shinya Maeda authored
When deployable is nil, we gracefully take care of the case.
-
- Aug 28, 2019
-
-
- Extract MR fields for notes into a separate serializer - Check if pipelines are empty via count
-
- Aug 20, 2019
-
-
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
-
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.
-
- Aug 15, 2019
-
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
-
- Aug 08, 2019
-
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
- Aug 05, 2019
-
-
Add project path to sql query to build proper path
-
- Aug 02, 2019
-
-
Dylan Griffith authored
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
-
- Aug 01, 2019
-
-
Igor Drozdov authored
It's used only if merge_request_iid param is provided
-
- Jul 25, 2019
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
- Jul 17, 2019
-
-
This is part of migration of Folder View to Vue
-
- Jul 15, 2019
-
-
mksionek authored
Add specs for group level Update entities Update base classes Add groups-centric changes Update plan and review stage Add summary classes Add summary spec Update specs files Add to specs test cases for group Add changelog entry Add group serializer Fix typo Fix typo Add fetching namespace in sql query Update specs Add rubocop fix Add rubocop fix Modify method to be in sync with code review Add counting deploys from subgroup To group summary stage Add subgroups handling In group stage summary Add additional spec Add additional specs Add more precise inheritance Add attr reader to group level Fix rubocop offence Fix problems with specs Add cr remarks Renaming median method and a lot of calls in specs Move spec setup Rename method in specs Add code review remarks regarding module Add proper module name
-
- Jul 11, 2019
-
-
Felipe Artur authored
Do not show moved issue id for users that cannot read issue
-
- Jul 09, 2019
-
-
Bob Van Landuyt authored
Some of the specs were using namespace names instead of paths for building URLS. This would fail since we now build a namespace with a user's name instead of a user's username.
-
- Jul 07, 2019
-
-
Thong Kuah authored
Otherwise, each EnvironmentStatus object instantiates its own project when really they are the same. Improves query count performance
-
- Jul 03, 2019
-
-
Kamil Trzcińśki authored
Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
-
- Jun 20, 2019
-
-
Stan Hu authored
The merge request widget has a section that includes which issues may be closed or mentioned based on the merge request description. The problem is that rendering and redacting Markdown can be expensive, especially since the browser polls for the data every 10 seconds. Since these links don't change much and are just nice to have, we only load them on first page load. The frontend will use the existing data if the data doesn't appear on subsequent requests. This saves about 30% of the rendering time of this endpoint, which adds up to significant savings considering that `MergeRequestsController#show.json` is called over a million times a day on GitLab.com. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
-
- Jun 18, 2019
-
-
We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
-
- Jun 06, 2019
-
-
Charlie Ablett authored
- Add serializers and Grape::Entity - Replace to_json - Add specs
-
- Jun 03, 2019
-
-
Shinya Maeda authored
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
-
- May 28, 2019
-
-
Matija Čupić authored
Extracts combining the job_artifacts relation with the with_reports scope for getting report artifacts into a method.
-
Matija Čupić authored
-
Matija Čupić authored
Exposes report download paths in build details.
-
- May 27, 2019
-
-
Małgorzata Ksionek authored
-
- May 24, 2019
-
-
Fixes style lint errors
-
-
-
-
-
This change makes it possible to avoid additional serialization of entire pipeline when rendering a build details page. Instead we expose more information from the build entity itself what is much cheaper than serializing entire pipeline. Additionally we do not need to serialize `latest?` flag, which involves multiple Gitaly calls.
-
- May 23, 2019
-
-
Małgorzata Ksionek authored
-
- May 20, 2019
-
-
Fabio Pitino authored
-
- May 06, 2019
-
-
Shinya Maeda authored
Refactor
-
- May 02, 2019
-
-
Mayra Cabrera authored
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
-
- Apr 30, 2019
-
-
Thong Kuah authored
Only prometheus can be uninstalled atm, the rest will be dealt with later. Presumption is that new application types will have uninstallation implmemented at the same time.
-
- Apr 10, 2019
-
-
Matija Čupić authored
-
- Apr 09, 2019
-
-
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- Apr 05, 2019
-
-
Andreas Brandl authored
This reverts merge request !26823
-
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-