- 02 Jul, 2019 14 commits
-
-
Evan Read authored
Linting rule not enabled for now because tooling produces false positives.
-
Achilleas Pipinellis authored
Docs: update global nav document See merge request gitlab-org/gitlab-ce!30230
-
Marcia Ramos authored
-
Thong Kuah authored
Memoizing root_ancestor in Namespace See merge request gitlab-org/gitlab-ce!30248
-
Adam Hegyi authored
The root_ancestor method is heavily used in EE for the group_saml feature. Having this memoization implemented in CE would eliminate the need of overriding the root_ancestor method in EE.
-
Jan Provaznik authored
Tidy spec for API::ProjectClusters See merge request gitlab-org/gitlab-ce!30154
-
Sanad Liaquat authored
QA: transfer project spec See merge request gitlab-org/gitlab-ce!28255
-
Jennifer Louie authored
-
Kushal Pandya authored
Hid re-named entries in subfolders Closes #63984 See merge request gitlab-org/gitlab-ce!30242
-
Evan Read authored
Add ClusterRole step to external Knative docs See merge request gitlab-org/gitlab-ce!30123
-
Hordur Freyr Yngvason authored
This reverts commit 092542d2fa5c036e4fc01ba3185f1dc0e9ddbebb. Included a stray file
-
Mike Greiling authored
Vue-i18n: autofix for app/assets/javascripts/clusters directory See merge request gitlab-org/gitlab-ce!29962
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/clusters/ directory
-
Dylan Griffith authored
-
- 01 Jul, 2019 26 commits
-
-
Denys Mishunov authored
-
Evan Read authored
Expand docs on configuring jobs with private registry access Closes gitlab-runner#3963 See merge request gitlab-org/gitlab-ce!27231
-
-
Nick Thomas authored
Add new onboarding to flipper A/B testing See merge request gitlab-org/gitlab-ce!30125
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.66.0 See merge request gitlab-org/gitlab-ce!30193
-
Clement Ho authored
Vue-i18n: autofix for app/assets/javascripts/environments directory See merge request gitlab-org/gitlab-ce!29966
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/environments directory
-
Andreas Brandl authored
Add Migration for Strategies Column on operations_feature_flag_scopes See merge request gitlab-org/gitlab-ce!29808
-
Jason Goodman authored
-
Stan Hu authored
Fix a typo in lib/gitlab/search/found_blob.rb See merge request gitlab-org/gitlab-ce!30219
-
Nick Thomas authored
CE backport for "Show design boards at previous versions in GraphQL" See merge request gitlab-org/gitlab-ce!30151
-
Phil Hughes authored
Resolve "Pipeline actions cause full refresh" Closes #63590 See merge request gitlab-org/gitlab-ce!30190
-
Sean McGivern authored
db.fixtures: use print instead of puts See merge request gitlab-org/gitlab-ce!30134
-
Mike Greiling authored
Don't show tooltips on Open and Closed boards Closes #63890 See merge request gitlab-org/gitlab-ce!30187
-
Martin Hanzel authored
-
Mayra Cabrera authored
Allow JupyterHub to be uninstalled See merge request gitlab-org/gitlab-ce!30097
-
João Cunha authored
- enabled uninstallation - give it a specific uninstall message - ajust specs
-
Marcia Ramos authored
Update Deploy Tokens documentation See merge request gitlab-org/gitlab-ce!29737
-
Krasimir Angelov authored
Update screenshot, add Deploy Token Custom Username section
-
Kamil Trzciński authored
Fix cleanup of prometheus files on server start Closes #62862 See merge request gitlab-org/gitlab-ce!29788
-
Jan Provaznik authored
We want to call master_restart callback on start too - this callback is used for cleaning up prometheus files. It has been added to Omnibus already: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3350 So make sure that Unicorn example configs are up-to-date and that the same callback is called for Puma too.
-
Kamil Trzciński authored
Get memory data after booting app in production Closes #62722 See merge request gitlab-org/gitlab-ce!30185
-
Rémy Coutable authored
Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline! See merge request gitlab-org/gitlab-ce!29845
-
Filipa Lacerda authored
Fetch branches divergence graph data through API call Closes #46139 See merge request gitlab-org/gitlab-ce!30068
-
Kamil Trzciński authored
No security scan for docs branches See merge request gitlab-org/gitlab-ce!30137
-
Philippe Lafoucrière authored
We repeat the same code in many places. With the support of multiple extends, we can clean up several jobs.
-