An error occurred fetching the project authors.
- 02 Jan, 2020 1 commit
-
-
Sanad Liaquat authored
-
- 18 Dec, 2019 1 commit
-
-
Winnie Hellmann authored
Ignore all existing offenses of no-jquery/no-fade.
-
- 16 Dec, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 15 Nov, 2019 2 commits
-
-
Paul Slaughter authored
```--------- DB Migration ``` --------- This commit contains a DB migration adding the following fields: - `applicaiton_settings::sourcegraph_public_only` this is helpful for managing the difference between self-hosted and gitlab.com, where on .com Sourcegraph is not authorized to see private projects, but in a self-hosted instance, it's based on the authentication token they preconfigure with their private sourcegraph instance. - `user_preferences::sourcegraph_enabled` this is used to determine if the user has opted in for sourcegraph or not. ------------ Feature flag ------------ Example: ``` Feature.enable(:sourcegraph, Project.find_by_full_path('lorem/ipsum')) ``` It is possible to conditionally apply this feature flag, so that the bundle is only loaded on certain projects. This makes showing the admin (or user) settings based on this flag difficult since there is no project or group in scope for these views. For this reason, we've introduced the `Gitlab::Sourcegraph` module to encapsulate whether a feature is available (conditionally or globally). How? Conditional or global enablement can be tested with: ``` !Feature.get(:sourcegraph).off? ``` https://github.com/jnunemaker/flipper/blob/fa78a0030c7f139aecc3f9c8468baf9fd1498eb9/lib/flipper/feature.rb#L223 ---- Also ---- The bundle is only loaded in project routes (potential for further optimization here)
-
Felix Becker authored
- Initial draft
-
- 07 Nov, 2019 1 commit
-
-
Heinrich Lee Yu authored
This fixes the issue where these may be inconsistent with the canary favicon. This happens when: 1. The cookie is set but the canary is not serving any requests 2. The cookie is not set but we're forcing traffic to canary on specific routes
-
- 23 Oct, 2019 1 commit
-
-
Doug Stull authored
- Since we already have a terms of service that handles the privacy policy updates, this code can be removed.
-
- 19 Sep, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 18 Sep, 2019 1 commit
-
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
- 28 Aug, 2019 2 commits
-
-
Jeremy Jackson authored
This also restructures how and where the configuration for Snowplow lives.
-
Jeremy Jackson authored
This also restructures how and where the configuration for Snowplow lives.
-
- 26 Aug, 2019 2 commits
-
-
Jeremy Jackson authored
This reverts merge request !31826
-
Jeremy Jackson authored
This also restructures how and where the configuration for Snowplow lives.
-
- 21 Aug, 2019 1 commit
-
-
Heinrich Lee Yu authored
Prevents errors when we have CSP enabled
-
- 14 Aug, 2019 4 commits
-
-
Marc Schwede authored
-
Kushal Pandya authored
This reverts merge request !30808
-
Kushal Pandya authored
This reverts merge request !30808
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
- 04 Jul, 2019 2 commits
-
-
Lukas Eipert authored
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and utilize ee_else_ce.
-
Lukas Eipert authored
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and utilize ee_else_ce.
-
- 28 Jun, 2019 1 commit
-
-
Nathan Friend authored
-
- 20 May, 2019 1 commit
-
-
Filipa Lacerda authored
-
- 10 May, 2019 1 commit
-
-
Filipa Lacerda authored
-
- 08 May, 2019 1 commit
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
- 07 May, 2019 1 commit
-
-
Filipa Lacerda authored
-
- 03 May, 2019 1 commit
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
- 26 Apr, 2019 1 commit
-
-
Filipa Lacerda authored
This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
-
- 25 Apr, 2019 1 commit
-
-
Filipa Lacerda authored
This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
-
- 19 Feb, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57886
-
- 06 Feb, 2019 1 commit
-
-
Dimitrie Hoekstra authored
- Tooltips, by default, will display at the top of the element, instead of at the bottom - Note actions and emoji awards tooltips are now top-positioned
-
- 31 Jan, 2019 1 commit
-
-
Tim Zallmann authored
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
-
- 29 Jan, 2019 1 commit
-
-
Tim Zallmann authored
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
-
- 08 Jan, 2019 1 commit
-
-
Tim Zallmann authored
-
- 10 Dec, 2018 1 commit
-
-
Tim Zallmann authored
-
- 08 Dec, 2018 1 commit
-
-
Tim Zallmann authored
-
- 07 Dec, 2018 1 commit
-
-
Tim Zallmann authored
-
- 15 Oct, 2018 1 commit
-
-
Lukas Eipert authored
In [!21565][0] we removed the loadCheck function from the LazyLoader for images. The function seemed to be obsolete before anyhow, because we make use of the MutationObserver in order to detect elements added / removed from the DOM. [0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
-
- 20 Sep, 2018 1 commit
-
-
Mike Greiling authored
We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
-
- 14 Sep, 2018 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-