- 04 Jun, 2021 40 commits
-
-
Paul Slaughter authored
- The startup css was updated [in this MR][1] but it did not update the CE files, causing the FOSS build to fail. [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63286
-
Sean McGivern authored
Revert "Merge branch 'qmnguyen0711/849-sentry-upgrade-sentry-raven-gem' into 'master'" See merge request gitlab-org/gitlab!63299
-
Patrick Bajao authored
Fix MR diff compare with previous version See merge request gitlab-org/gitlab!62535
-
Sean McGivern authored
Move caught-up check for Ci::RegisterJobService to Core See merge request gitlab-org/gitlab!62744
-
Vitaly Slobodin authored
Add compliance tab to redesigned Security-Configuration Page See merge request gitlab-org/gitlab!63078
-
Jacob Vosmaer authored
Make clear Redis "default_url" is not an example to be followed See merge request gitlab-org/gitlab!63208
-
Ezekiel Kigbo authored
Refactor branch switcher in pipeline editor See merge request gitlab-org/gitlab!62871
-
Mireya Andres authored
-
Dmitry Gruzd authored
Move LB call in overriden method for MatchingMergeRequest to Core See merge request gitlab-org/gitlab!62997
-
James Lopez authored
Add upcoming_reconciliations table and model See merge request gitlab-org/gitlab!63054
-
Quang-Minh Nguyen authored
This reverts merge request !62387
-
Jacob Vosmaer authored
GitLab::Redis::{Cache,Queues,SharedState} have a configuration fallback mechanism where in the absence of either YAML configuration file, they fall back to localhost Redis URL's. These default URL's make no sense because if you need multiple Redis instances, your GitLab is too big to have Redis on localhost. Because there is a remote chance someone is using these default URL's anyway, this commit stops short of removing them. But we do refactor the default URL lookup code to make it unlikely that the next person adding a new Redis instance to the app will cargo-cult the default URL behavior.
-
Jannik Lehmann authored
-
Jannik Lehmann authored
This Commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/328395 It introduces the compliance Tab to the redesigned Security-Configuration Page.. Changelog: added
-
Jacob Vosmaer authored
Support graceful shutdown of Workhorse connections See merge request gitlab-org/gitlab!62701
-
Vitaly Slobodin authored
Re-generated Startup CSS files See merge request gitlab-org/gitlab!63286
-
Thong Kuah authored
-
Denys Mishunov authored
-
Bob Van Landuyt authored
Improve some wiki specs See merge request gitlab-org/gitlab!63150
-
Kushal Pandya authored
Remove unused epic related boards code [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63272
-
Savas Vedova authored
Add link to navigate to profile settings page See merge request gitlab-org/gitlab!62791
-
Olena Horal-Koretska authored
Update deprecated GlIcon size in IDE branch search See merge request gitlab-org/gitlab!62782
-
Jonston Chan authored
Changelog: changed
-
Natalia Tepluhina authored
Refactor AuthorToken to use BaseToken See merge request gitlab-org/gitlab!63030
-
Ezekiel Kigbo authored
Fix loading board lists on big screen size See merge request gitlab-org/gitlab!63004
-
Natalia Tepluhina authored
-
Savas Vedova authored
Styled the collapsed state of the left sidepanel See merge request gitlab-org/gitlab!62963
-
Jacques Erasmus authored
Simplify network policy sidebar See merge request gitlab-org/gitlab!62134
-
Baodong authored
When we create a MR with a lot of commits, GitLab help us combine some commits into a version. And we can compare base with previous version. Changelog: fixed
-
David Fernandez authored
Move LB calls for API helpers to Core See merge request gitlab-org/gitlab!62748
-
Ezekiel Kigbo authored
Update validation for escalation rule See merge request gitlab-org/gitlab!62825
-
Olena Horal-Koretska authored
-
Sanad Liaquat authored
Quarantine elastic search qa/specs/features/ee/browser_ui/enablement/elasticsearch/elasticsearch_reindexing_spec.rb See merge request gitlab-org/gitlab!63114
-
Kushal Pandya authored
Move Alert intergrations tab in Operations[RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62832
-
David O'Regan authored
-
Eulyeon Ko authored
The removed codes are no longer used by boards
-
Evan Read authored
Delete duplicate `milestone` attribute description See merge request gitlab-org/gitlab!63265
-
Mark Chao authored
Rename base class for issue tracker integrations See merge request gitlab-org/gitlab!63019
-
Kenneth Chu authored
-
Reuben Pereira authored
Add the upcoming_reconciliations table and UpcomingReconciliation model. This table is to be used for displaying alerts to customers when their subscription will be undergoing the quarterly reconciliation process. The table will hold the date when the next reconciliation is to occur, and a date when an alert should start being displayed to the customer. This information will be received from CustomersDot. The table will hold a row for each relevant namespace in SaaS, which should be about 9,000 - 10,000 rows (at time of commit). This is because customers buy subscriptions for top-level namespaces in SaaS. In self-managed, the table should hold one row only, because the entire self-managed instance uses one subscription/license. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63054 Changelog: added
-