- 26 Jun, 2019 20 commits
-
-
Marcia Ramos authored
Document limitations of jsdom Closes #59975 See merge request gitlab-org/gitlab-ce!30026
-
Winnie Hellmann authored
-
Marcia Ramos authored
Merge branch '61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs' into 'master' Add missing tier badge for the pipelines quota Closes #61687 See merge request gitlab-org/gitlab-ce!30046
-
Nick Thomas authored
Resolve "500 error when forking via the web IDE button" See merge request gitlab-org/gitlab-ce!29909
-
Thong Kuah authored
Disable Rails SQL query cache when applying service templates Closes #63595 See merge request gitlab-org/gitlab-ce!30060
-
Kushal Pandya authored
Handle dependencies between cluster managed apps installation status See merge request gitlab-org/gitlab-ce!29999
-
Achilleas Pipinellis authored
Update HA monitoring documentation See merge request gitlab-org/gitlab-ce!30070
-
Douwe Maan authored
In dev, always allow access to health endpoints from localhost See merge request gitlab-org/gitlab-ce!29930
-
Andrew Newdigate authored
This change will allow developers to easily hook up a Prometheus instance to their local development instance, without making any configuration changes.
-
Ben Kochie authored
* Update wording and include localhost for monitoring whitelist configurations. * Add monitoring config documentation for pgbouncer_exporter.
-
Kushal Pandya authored
Bring Manual Ordering on Issue List See merge request gitlab-org/gitlab-ce!29410
-
Rajat Jain authored
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
-
Sanad Liaquat authored
Execute snippet test on a private snippet instead of public Closes gitlab-org/quality/staging#49 See merge request gitlab-org/gitlab-ce!29834
-
Phil Hughes authored
Vue-i18n: autofix for app/assets/javascripts/diffs directory See merge request gitlab-org/gitlab-ce!29963
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/diffs directory
-
Bob Van Landuyt authored
Sanity check for GraphQL authorized? See merge request gitlab-org/gitlab-ce!29921
-
Achilleas Pipinellis authored
-
Evan Read authored
Docs: Add more info on recovery codes See merge request gitlab-org/gitlab-ce!29879
-
Tristan Williams authored
-
Evan Read authored
Add note about Docker socket mounting See merge request gitlab-org/gitlab-ce!29924
-
- 25 Jun, 2019 20 commits
-
-
Stan Hu authored
Set 2 weeks as the expiration time for the current broadcast message See merge request gitlab-org/gitlab-ce!30062
-
Stan Hu authored
Parse the cached value when it is false on Gitlab::JsonCache#read See merge request gitlab-org/gitlab-ce!30061
-
Thong Kuah authored
Fix Jupyter-Git integration See merge request gitlab-org/gitlab-ce!30020
-
Douglas Barbosa Alexandre authored
-
Mike Greiling authored
Add missing unit tests for BoardService See merge request gitlab-org/gitlab-ce!29988
-
Winnie Hellmann authored
-
Thong Kuah authored
CE port of new user signup with/without reCAPTCHA A/B test (no-op) See merge request gitlab-org/gitlab-ce!29341
-
Ash McKenzie authored
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
-
Douglas Barbosa Alexandre authored
-
Luke Duncalfe authored
Raise an exception if a developer calls any of the GraphQL authorization methods and a `authorize :permission` is missing from a mutation class. Previously `authorized?` would return `true` in this situation, which although technically is accurate is not what a developer is intending.
-
Stan Hu authored
When the SQL query cache is active, the SELECT query for finding projects to apply service templates returns the same values. This causes an infinite loop because even though bulk INSERT queries are made, the cached results never reflect that progress. To fix this, we call `Project.uncached` around the query to ensure new data is retrieved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63595
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Speicher authored
Squelch output of ActiveSupport::Cache::NullStore in tests See merge request gitlab-org/gitlab-ce!30055
-
Stan Hu authored
When a spec fails relating to the cache, the job log can easily exceed the maximum length and make it harder to see the actual issue (e.g. https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/239803017).
-
Lin Jen-Shin authored
Copy inflections from EE See merge request gitlab-org/gitlab-ce!30041
-
Marcia Ramos authored
Resolve "Docs feedback: revise operations dashboard" Closes #60697 See merge request gitlab-org/gitlab-ce!30038
-
Marcia Ramos authored
Add code comments development guide Closes #63132 See merge request gitlab-org/gitlab-ce!30043
-
Filipa Lacerda authored
(CE Port) Set project path on localStorage during onboarding See merge request gitlab-org/gitlab-ce!29989
-
Martin Wortschack authored
-