- 13 Feb, 2020 40 commits
-
-
Sean McGivern authored
We want the ability to react quickly to changes, so while this is documented, we need to make sure that people are aware that using this while it's still experimental is a significant risk of having to deal with breaking changes.
-
Sean McGivern authored
We now have `|` for OR, `&` for AND, and `,` for concatenating sets. This is hopefully more familiar to programmers and SREs. Additionally, update the documentation to clarify that `=` and `!=` work on the sets to their right, so they're more like 'in' and 'not in' than 'equal to' and 'not equal to'.
-
Sean McGivern authored
queue-query-syntax is really hard to type!
-
Sean McGivern authored
-
Sean McGivern authored
This ensures that --queue-query-syntax works correctly when invoked from the command line, without the rest of the Rails environment, as well as adding documentation and unit-level tests.
-
Sean McGivern authored
-
Sean McGivern authored
-
Andrew Newdigate authored
-
Martin Wortschack authored
Pass logs url from backend to frontend See merge request gitlab-org/gitlab!24261
-
Adrien Kohlbecker authored
Instead of computing it manually
-
Martin Wortschack authored
Migrate fa-spinner to spinner in views dashboard. See merge request gitlab-org/gitlab!25063
-
Tsegaselassie Tadesse authored
-
Natalia Tepluhina authored
Display the y-axis on the range of data value in the chart Closes #202696 See merge request gitlab-org/gitlab!24953
-
Imre Farkas authored
Set the default dashboard for Self Monitoring Project Closes #121719 See merge request gitlab-org/gitlab!24814
-
Kirstie Cook authored
Set the default dashboard for self monitoring project
-
Lin Jen-Shin authored
Use 'rules' for '.gitlab/ci/reports.gitlab-ci.yml' jobs See merge request gitlab-org/gitlab!24624
-
James Lopez authored
Add runner, release and tag entities into own class files See merge request gitlab-org/gitlab!24943
-
Rajendra Kadam authored
-
Nick Thomas authored
Create snippet repository model See merge request gitlab-org/gitlab!23796
-
Peter Leitzen authored
Add regex to match Prometheus Alert endpoint for GFM identification See merge request gitlab-org/gitlab!24832
-
Rémy Coutable authored
Recreate feature flags for merge trains See merge request gitlab-org/gitlab!24844
-
Natalia Tepluhina authored
Refactor deprecated named slots in Vue See merge request gitlab-org/gitlab!24069
-
Dheeraj Joshi authored
-
Phil Hughes authored
Merge branch '205205-end-to-end-failure-for-qa-specs-features-ee-browser_ui-3_create-design_management_spec-rb' into 'master' Fix design comments on production environment Closes #205205 See merge request gitlab-org/gitlab!25103
-
Alessio Caiazza authored
Fix merge request child pipelines See merge request gitlab-org/gitlab!23884
-
Fabio Pitino authored
Allow child pipeline to run in the context of merge requests
-
Nick Thomas authored
Split PodLogsService per backend See merge request gitlab-org/gitlab!23619
-
Adrien Kohlbecker authored
-
Kushal Pandya authored
Limit length of wiki file/directory names See merge request gitlab-org/gitlab!24364
-
Natalia Tepluhina authored
[UPDATE] Replace underscore.first with lodash.head Closes #196690 See merge request gitlab-org/gitlab!25018
-
Shubham Pandey authored
-
Miguel Rincon authored
Instead of anchoring the range of the y axis at 0, the chart now displays the data in the relevent range. This moves the deployment data to another series so it does not interfere with the data axis.
-
Walmyr Lima e Silva Filho authored
Move reliable tag from test suite to specific test See merge request gitlab-org/gitlab!25100
-
Natalia Tepluhina authored
Fix code example for GraphQL usage outside of Vue See merge request gitlab-org/gitlab!25114
-
syasonik authored
To prepare for the addition of support for embedding metrics tied to an alert in GFM, this adds a regex which can be used to identify usages of the alerts endpoint. https://gitlab.com/gitlab-org/gitlab/issues/40997
-
Ronan OConnor authored
Update Docs increasing unicorn memory limit after 12.7 See merge request gitlab-org/gitlab!25101
-
Rehab Hassanein authored
-
Mike Greiling authored
Fix package tags alignment issue See merge request gitlab-org/gitlab!25012
-
Natalia Tepluhina authored
List and Details page for container registry explorer See merge request gitlab-org/gitlab!23154
-
Nicolò Maria Mezzopera authored
- list page - details page - project empty state - group empty state Add tracking info to list and details - restore tracking on list - restore tracking on details Add basic test for list page - stubs - mocked data - add refs for finders - basic tests around delete functionality Finalise list tests - update list with refs and classes - fix old slot syntax - update mock_data - more stubs Add details page tests - add refs to the page - write unit tests - fix mock_data Adjust pot file Lint test files and pot file update - pot file - remove unused eslint rule - fix a direct assignment in test Clean up tests by removing refs - swap refs in list - swap refs in details - removed unused refs Apply suggestion to details_spec.js Update gltable according to new vue-boostrap Refactor sprintf to gl-sprintf - group empty state - project empty state - details - list - unit tests Add missing component tests Restore isGroupPage flag - index file - mutation - unit test Adjust pot file Implement UX feedbacks - remove back button - add tags empty state - remove row checkbox on mobile - add tooltip to explain why delete btn is disabled - adjust tests Add image name to details page - encode on list - decode on details - regenerate POT file Update unit tests - details_spec - actions_spec
-