- 05 Apr, 2019 40 commits
-
-
Kushal Pandya authored
Update Vuex implementation to ensure Roadmap is re-rendered based on state change during browser window resize.
-
GitLab Bot authored
-
Sanad Liaquat authored
Adding perf testdata for MR diff tab See merge request gitlab-org/gitlab-ce!26660
-
Ramya Authappan authored
-
Sean McGivern authored
Add a service to proxy calls to Prometheus API See merge request gitlab-org/gitlab-ce!26840
-
Reuben Pereira authored
- Also refactor the get and json_api_get methods so that the get method can be reused by the new proxy method. - The new proxy method makes no changes to the request to the prometheus server and response from the prometheus server. This allows it to be used as a proxy to the Prometheus server, hence the name.
-
GitLab Bot authored
-
Ramya Authappan authored
Quarantine failing tests See merge request gitlab-org/gitlab-ce!27036
-
Phil Hughes authored
Remove EE-specific parts from FilteredSearchManager (CE-backport) See merge request gitlab-org/gitlab-ce!27016
-
Winnie Hellmann authored
(cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
-
Phil Hughes authored
Remove EE-specific parts from FilteredSearchManager Closes #9976 See merge request gitlab-org/gitlab-ee!10597
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Phil Hughes authored
Fix IDE file dropdown Closes #60021 See merge request gitlab-org/gitlab-ce!27015
-
Phil Hughes authored
Fix old image diff swipe view Closes #56762 See merge request gitlab-org/gitlab-ce!26968
-
ftab authored
-
Phil Hughes authored
CE Backport: Re-use MR tabs styles to Epic tabs See merge request gitlab-org/gitlab-ce!26935
-
Phil Hughes authored
Add Roadmap to Epic page See merge request gitlab-org/gitlab-ee!10488
-
Kushal Pandya authored
Roadmap would occupy entire window innerHeight but when `defaultInnerHeight` prop is set, it can use that instead of full window height.
-
Phil Hughes authored
IDE fix MR detection from fork See merge request gitlab-org/gitlab-ce!26986
-
Paul Slaughter authored
**Why?** Currently the IDE loads a merge request based on only the `source_branch` name. This means it loads MR's from forks that have the same branch name (not good). - This required updating the BE API to accept `source_project_id`
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Docs: Improve to include using sidekiq-cluster via gitlab.rb Closes #10187 See merge request gitlab-org/gitlab-ee!9832
-
Jason Colyer authored
- Include doing it via gitlab.rb - Use full command path to avoid confusion
-
Grzegorz Bizon authored
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
-
Grzegorz Bizon authored
Resolve "Update 'speedometer' button on Gitlab.com header to be a dropdown menu that lists dashboards" Closes #10488 See merge request gitlab-org/gitlab-ee!10519
-
GitLab Bot authored
-
Ramya Authappan authored
Fix LDAP Group Sync QA e2e specs Closes gitlab-org/quality/nightly#89 See merge request gitlab-org/gitlab-ee!10600
-
Sanad Liaquat authored
-
Grzegorz Bizon authored
Fixing single string values in the 'include:' keyword of gitlab-ci.yml validations See merge request gitlab-org/gitlab-ce!26998
-
Paul 🐻 authored
This fix is a followup to !24098 which introduced a validation of the `include:` keyword of a gitlab-ci configuration file when triggered from /ci/lint API calls. However, there was a test case missing: the case of a single string as value. I have added a test case for that which shows that the code was not validating it correctly. This commit fixes that to allow all `include:` valid inputs.
-
GitLab Bot authored
-
Evan Read authored
Fix capitalization of a sentence in CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!27021
-
GitLab Bot authored
-
Mike Greiling authored
Backport Resizable container component for gl-charts See merge request gitlab-org/gitlab-ce!26843
-
Fernando Arias authored
* Fix up graph resize logic if navbar is collapsed Add snapshot
-
Mike Greiling authored
Resize vuln graph See merge request gitlab-org/gitlab-ee!10028
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Clarify the Runner registration and authentication tokens See merge request gitlab-org/gitlab-ce!26996
-
Achilleas Pipinellis authored
-