- Mar 22, 2020
-
-
GitLab Bot authored
-
- Mar 20, 2020
-
-
GitLab Bot authored
-
- Jan 13, 2020
-
-
GitLab Bot authored
-
- Dec 18, 2019
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- May 01, 2019
-
-
Sarah Yasonik authored
Updates the EnvironmentController#metrics_dashboard endpoint to support a "dashboard" param, which can be used to specify the filepath of a dashboard configuration from a project repository. Dashboard configurations are expected to be stored in .gitlab/dashboards/. Updates dashboard post-processing steps to exclude custom metrics, which should only display on the system dashboard.
-
- Mar 19, 2019
-
-
Rémy Coutable authored
This reverts merge request !26183
-
- Mar 18, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 16, 2018
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- Nov 14, 2018
-
-
James Lopez authored
-
- Nov 02, 2018
-
-
Achilleas Pipinellis authored
-
Resolves #18933
-
- Oct 22, 2018
-
-
gfyoung authored
-
- Oct 13, 2018
-
-
Stan Hu authored
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
-
- Sep 06, 2018
-
-
J.D. Bean authored
-
- May 22, 2018
-
-
Douwe Maan authored
-
- May 09, 2018
-
-
Douwe Maan authored
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Oct 12, 2017
-
-
Sean McGivern authored
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
-
Sean McGivern authored
The basename appears to have been a holdover from the past - it doesn't look necessary now. Some of the regexes were unanchored on one side, so explicitly ensure that they only match the root. Apart from that, this means that pushing to foo/README.md will no longer invalidate the main README cache for a project.
-
- May 17, 2017
-
-
Douwe Maan authored
-
- May 13, 2017
-
-
Douwe Maan authored
-
- May 11, 2017
-
-
Douwe Maan authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Nov 21, 2016
-
-
Yorick Peterse authored
This moves the logic of detecting special repository files (e.g. a README or a Koding configuration file) to a single class: Gitlab::FileDetector. Moving this logic into a single place allows this to be re-used more easily. This commit also changes Repository#gitlab_ci_yaml so that its cached similar to other data (e.g. the Koding configuration file).
-